/* calltoactionbutton */
:root {
    --pretopmenu-lang-color: #790625;
    --app-bar-height: 56px;
    --app-bar-touch-min: 44px;
}

div#calltoactionbutton {
    position: absolute;
    bottom: 80px;
    margin: 0;
    letter-spacing: 1px;
    right: 0;
    width: 140px;
    min-height: 130px;
    display: none;
    z-index: 99;
}
div#calltoactionbutton img {
    padding-bottom: 20px;
    transition: all 0.4s ease;
    max-width: 75px;
    height: auto;
}
div#calltoactionbutton img:hover {
    transform: scale(1.1);
}

@media screen and (min-width: 768px) {
    div#calltoactionbutton {
        display: block;
    }
}

@media screen and (min-width: 1200px) {
    div#calltoactionbutton {
        position: fixed;
    }

    div#calltoactionbutton img {
        max-width: 105px;
        height: auto;
    }
}


/* MAINMENU */
div#pretopmenu {
    --pretopmenu-lang-color: #790625;
    --pretopmenu-fixed-bg: #FFFFFF;
    --pretopmenu-fixed-open-bg: #A28F7F;
    --pretopmenu-fixed-shadow: 0 6px 16px rgba(162, 143, 127, 0.18);
    --pretopmenu-lang-size-mobile: 14px;
    --pretopmenu-lang-size-desktop: 18px;
    --pretopmenu-lang-arrow-width-mobile: 12px;
    --pretopmenu-lang-arrow-height-mobile: 7px;
    --pretopmenu-lang-arrow-width-desktop: 15px;
    --pretopmenu-lang-arrow-height-desktop: 8px;
    position: fixed;
    display: flex;
    top: 12px;
    width: 100%;
    padding: 0 10px;
    left: 0;
    margin: 0 auto;
    transition: all 0.4s ease;
    color: #000000;
    z-index: 999;
    cursor: pointer;
    align-items: flex-start;
    justify-content: space-between;
}

div#pretopmenu .pretopmenu-logo {
    flex: 0 0 auto;
    line-height: 0;
}

div#pretopmenu .pretopmenu-logo a {
    display: inline-block;
    line-height: 0;
}

div#pretopmenu .pretopmenu-logo .logo-full {
    display: block;
    width: 167px;
    height: 95px;
}

div#pretopmenu .pretopmenu-logo .logo-icon {
    display: none;
    width: 42px;
    height: 68px;
}

div#pretopmenu.fixed .pretopmenu-logo .logo-full,
div#pretopmenu.detail .pretopmenu-logo .logo-full {
    display: none;
}

div#pretopmenu.fixed .pretopmenu-logo .logo-icon,
div#pretopmenu.detail .pretopmenu-logo .logo-icon {
    display: block;
}

div#pretopmenu.fixed .pretopmenu-logo .logo-icon {
    width: 23px;
    height: 37px;
}

div#pretopmenu #menu-language{
    width: 80px;
}

div#pretopmenu button.languagemenu {
    color: var(--pretopmenu-lang-color);
    background: none;
    font-family: var(--font-family-base);
    font-weight: 600;
    font-size: var(--pretopmenu-lang-size-mobile);
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.4s ease;
}

div#pretopmenu a:hover {
    transform: scale(1.1);
}
div#pretopmenu .dropdown-toggle {
    white-space: nowrap;
}
div#pretopmenu .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: middle;
    width: var(--pretopmenu-lang-arrow-width-mobile);
    height: var(--pretopmenu-lang-arrow-height-mobile);
    content: "";
    background-image: url("/fileadmin/user_upload/Hotel-Alpenrast/Icon/tabarrowdown-white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border: 0;
}
div#pretopmenu .dropdown-toggle:hover {
    transform: none;
    font-weight: 700;
}
div#pretopmenu .dropdown-toggle:hover:after {
    transition: 0.5s ease-in-out;
}
div#pretopmenu .dropdown-toggle:empty::after {
    margin-left: 0;
}

div#pretopmenu .dropdown-menu {
    min-width: 70px;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    color: #F9F1E7;
    background-color: transparent;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    box-shadow: none;
}
div#pretopmenu .dropdown-item {
    font-family: var(--font-family-base);
    padding: 0 0 0 0px;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--pretopmenu-lang-color);
    font-size: var(--pretopmenu-lang-size-mobile);
    text-transform: uppercase;
    background-color: transparent;
    border: 0;
    transition: all 0.2s ease;
}
div#pretopmenu a.dropdown-item:hover {
    transform: translateX(10px);
}

div#pretopmenu .mainmenu {
    flex-grow: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-width: 0;
}

div#pretopmenu .mainmenu a {
    color: var(--pretopmenu-lang-color);
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 20px 0 5px;
}

div#pretopmenu .mainmenu a.display {
    display: none;
}

div#pretopmenu .mainmenu a.menu-request {
    font-weight: 700;
}

div#pretopmenu.fixed {
    top: 0;
    min-height: var(--app-bar-height);
    height: auto;
    background-color: var(--pretopmenu-fixed-bg);
    box-shadow: var(--pretopmenu-fixed-shadow);
    padding: env(safe-area-inset-top, 0) max(12px, env(safe-area-inset-right, 0)) 0 max(12px, env(safe-area-inset-left, 0));
    box-sizing: border-box;
    align-items: center;
    overflow: visible;
}

div#pretopmenu.fixed .dropdown-menu,
div#pretopmenu.detail .dropdown-menu {
    padding: 0 5px;
    background-color: white;
}

div#pretopmenu.detail {
    top: 0;
    min-height: var(--app-bar-height);
    height: auto;
    background-color: var(--pretopmenu-fixed-bg);
    box-shadow: var(--pretopmenu-fixed-shadow);
    padding: env(safe-area-inset-top, 0) max(12px, env(safe-area-inset-right, 0)) 0 max(12px, env(safe-area-inset-left, 0));
    box-sizing: border-box;
    align-items: center;
    overflow: visible;
}

@media screen and (max-width: 991.98px) {
    div#pretopmenu.fixed,
    div#pretopmenu.detail {
        min-height: calc(var(--app-bar-height) + env(safe-area-inset-top, 0px));
    }
}

@media screen and (min-width: 992px) {


    div#pretopmenu {
        top: 20px;
        width: 100%;
        left: 0;
        padding: 0 30px;
    }

    div#pretopmenu .pretopmenu-logo .logo-full {
        width: 200px;
        height: 120px;
    }

    div#pretopmenu.fixed {
        height: 90px;
    }

    div#pretopmenu.detail {
        height: 90px;
    }

    div#pretopmenu.fixed .pretopmenu-logo .logo-icon {
        width: 42px;
        height: 68px;
    }

    div#pretopmenu #menu-language{
        width: 100px;
    }

    div#pretopmenu button.languagemenu {
        font-size: var(--pretopmenu-lang-size-desktop);
    }

    div#pretopmenu .dropdown-item {
        font-size: var(--pretopmenu-lang-size-desktop);
    }

    div#pretopmenu .dropdown-toggle::after {
        width: var(--pretopmenu-lang-arrow-width-desktop);
        height: var(--pretopmenu-lang-arrow-height-desktop);
    }

    div#pretopmenu .mainmenu {
        justify-content: flex-end;
    }

    div#pretopmenu .mainmenu a {
        font-size: 18px;
        padding: 0 30px 0 10px;
        transition: all 0.4s ease;
    }

    div#pretopmenu .mainmenu a.display {
        display: block;
    }

    div#pretopmenu .mainmenu a:hover {
        transform: scale(1.1);
    }

}


@media screen and (min-width: 1200px) {

    div#pretopmenu .mainmenu a {
        font-size: 20px;
    }


    div#pretopmenu .pretopmenu-logo .logo-full {
        width: 250px;
        height: 150px;
    }

    div#pretopmenu {
        top: 55px;
    }

}


@media screen and (min-width: 1600px) {
    div#pretopmenu .pretopmenu-logo .logo-full {
        width: 304px;
        height: 176px;
    }
}


@media screen and (min-width: 1900px) {
    div#pretopmenu {
        padding: 0 140px;
    }
}


/* Footer navigation menu – Höhe angelehnt an iOS Tab Bar (49pt) / Material Bottom Nav (56dp) */
#mobilfootermenu {
    text-align: center;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    min-height: var(--app-bar-height);
    height: auto;
    opacity: 0;
    padding: 0 12px env(safe-area-inset-bottom, 0);
    display: none;
    z-index: 99;
    background-color: #FFFFFF;
    box-shadow: 0 -4px 12px rgba(162, 143, 127, 0.18);
    transition: .3s ease-in-out;
    box-sizing: border-box;
}

#mobilfootermenu.visible {
    display: block;
    animation: slide-in-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

#mobilfootermenu .mobilfootermenubutton {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: var(--app-bar-height);
    height: 100%;
    gap: 8px;
}

#mobilfootermenu .mobilfootermenubutton a {
    color: var(--pretopmenu-lang-color);
    padding: 0 10px;
    text-decoration: none;
    font-size: 13px;
    line-height: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: var(--app-bar-touch-min);
    flex: 1 1 0;
}

#mobilfootermenu .mobilfootermenubutton img {
    height: 22px;
    width: auto;
}
#mobilfootermenu .open {    margin-top: 10px;    display: block;    -webkit-animation: fadeinout 1s linear forwards;
    animation: fadeinout 1s linear forwards;    text-align: center;    cursor: pointer;}
#mobilfootermenu .open img {    height: 50px;    transition: all 0.4s ease;}
#mobilfootermenu .open img:hover {    transform: scale(1.1);}
#mobilfootermenu span.open {    color: #F9F1E7;    font-weight: 500;    text-decoration: none;    text-transform: uppercase;    font-size: 14px;    padding: 0 10px;;}

@media screen and (max-width: 991.98px) {
    body:has(#mobilfootermenu.visible) {
        padding-bottom: calc(var(--app-bar-height) + env(safe-area-inset-bottom, 0px));
    }
}

@media screen and (min-width: 992px) {
    #mobilfootermenu {        display: none;    }
    #mobilfootermenu.visible {        display: none;    }
}




@-webkit-keyframes slide-in-right {
0% {
-webkit-transform: translateX(100);
transform: translateX(100);
opacity: 0;
}
100% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
opacity: 1;
}
}

@keyframes slide-in-right {
0% {
-webkit-transform: translateX(100%);
transform: translateX(100);
opacity: 0;
}
100% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
opacity: 1;
}
}

@-webkit-keyframes fadeinout {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}

@keyframes fadeinout {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}

@-webkit-keyframes fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}

@keyframes fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}

@-webkit-keyframes fade-out {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}

@keyframes fade-out {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}

@-webkit-keyframes scale-down-center {
0% {
-webkit-transform: scale(1);
transform: scale(1);
webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
100% {
-webkit-transform: scale(0.7);
transform: scale(0.7);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
}

@keyframes scale-down-center {
0% {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
100% {
-webkit-transform: scale(0.7);
transform: scale(0.7);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
}


.fade-in {
-webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.fade-out {
-webkit-animation: fade-out 1s ease-out both;
animation: fade-out 1s ease-out both;
}