@charset "utf-8";
/* COOKIE */
#cks_overlay {
    background-color: #fff !important;
    padding: 5px 0 !important;
}

.cks_inner, .cks_inner a {
    color: #5F5F5F !important;
    font-size: 0.813rem !important;
    line-height: 0.875em !important;
}

.cks_inner p {
   padding: 7px 114px 5px 0px !important;
}

.cks_btn {
    width: 80px !important;
    margin-top: -14px !important;
    background-color: #a5a5a9 !important;
    font-size: 14px !important;
    height: 27px !important;
    line-height: 26px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

/*
IPhone Querformat font-size bug
*/
html
{
    -webkit-text-size-adjust: 100% !important;
}

body
{
	margin: 0;
	padding: 0;
    overflow-x: hidden;
	background-color: #fff;
    top: 0 !important;
}

body.no_header_image
{
    padding-top: 143px;
}

/* Hide google translate banner on top of the screen */
body > .skiptranslate
{
    display: none !important;
}

*
{
	outline: none;
    box-sizing: border-box;
}

img
{
    /*image-rendering:pixelated;*/
    image-rendering:-webkit-optimize-contrast;  
}

img:not([src*="px"])
{
    height: auto;
}

header img[data-src], footer img[data-src] {
    transition: opacity .3s ease-in;
}

header img[src='img/px.webp'], footer img[src='img/px.webp'] {
    opacity: 0;
}

a
{
    color: inherit;
}

a img
{
	border: 0px solid;
}
a.art_anchor
{
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	font-size: 0;
}

/*
a.email > span
{
    unicode-bidi: bidi-override;
    direction: rtl;
}
*/

p
{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

.content p
{
	float: none;
}

button
{
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    color: inherit;
    font: inherit;
}

body .ui-widget { font-size: 11px; display: none;}
.sc_only { width: 0px; height: 0px; overflow: hidden; }

.page_c
{
	width: 100%;
	min-width: 850px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 1025px)
{
	.page_c
	{
		min-width: 320px;
	}
	body .ui-widget { font-size: 14px; }
}
@media only screen and (max-width: 650px)
{
	body .ui-widget { font-size: 16px; }
}

.offscreen
{
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
*:focus
{
    outline: none;
}
.focus-visible {
    outline: 2px dotted #FFF;
}

/* Accessibility map */
.as_map_c
{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
.as_map
{
    height: 28px;
    margin: -250px auto 0 auto;
    display: table;
    table-layout: fixed;
    padding: 3px 25px 14px 10px;;
    background-color: #FFFFFF;
    transition: margin-top 400ms;
    -webkit-transition: margin-top 400ms;
}
.as_map.opened { margin-top: 0; }
.as_map ul { float: left; margin: 0; padding: 0; list-style: none; }
.as_map ul li { float: left; margin: 15px 10px; }
.as_map ul li > *
{
    padding: 5px 15px;
    background-color: #d7cfcc;

    font:400 1.250rem/120% 'Montserrat', "Trebuchet MS", sans-serif;
    color: #231F1D;
    text-decoration: none;
    line-height: 20px;
    display: block;
}
.as_map ul li > *:focus { background-color: #FFFFFF; outline: 1px dotted #231F1D; }

/* Head */
.head_c
{
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 45px 45px;
    font: 400 1.5rem/120% var(--secondary-font);
    color: #FFF;
    transition: all ease .5s;
    z-index: 5;
}

body:not(.menu_opened) .head_c::before
{
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 130%;
    background: linear-gradient(180deg, #5E5937 0%, rgba(255, 255, 255, 0.00) 100%);
    opacity: 0;
    z-index: -1;
    transform: translateY(-100%);
    transition: all ease .5s;
}

body.menu_fixed:not(.menu_opened) .head_c:not(.moved_up)::before,
body.no_header_image:not(.menu_opened) .head_c:not(.moved_up)::before
{
    opacity: 1;
    z-index: 1;
    transform: none;
}

body.menu_fixed .head_c
{
    position: fixed;
}

.head_c.moved_up
{
    top: -160px;
}

body.menu_opened .head_c.moved_up
{
    top: 0;
}

.head_c > *
{
    position: relative;
    z-index: 2;
}

.head_c .head_left .lang_switch
{
    display: flex;
    align-items: center;
    gap: 18px;
}

.head_c .head_left .lang_switch span
{
    text-decoration: underline;
}

.head_c .head_left .lang_switch a
{
    text-decoration: none;
}

.head_c .head_left .lang_switch a:hover,
.head_c .head_left .lang_switch a:focus
{
    text-decoration: underline;
}

.head_c .head_left .lang_switch :first-child
{
    position: relative;
}

.head_c .head_left .lang_switch :first-child::after
{
    content: "";
    position: absolute;
    top: 50%;
    right: -9px;
    transform: translateY(-50%);
    width: 1px;
    height: 24px;
    background-color: #FFF;
}

.head_c .logo_c
{
    position: absolute;
    top: 34px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 50%;
    opacity: 0;
    visibility: none;
    transform: all ease .5s;
}

body.menu_fixed .head_c .logo_c,
body.contentp .head_c .logo_c,
body.menu_opened .head_c .logo_c
{
    visibility: visible;
    opacity: 1;
}

.head_c .logo_c .logo
{
    display: block;
    width: 150px;
    height: 59px;
    background-size: 100% 100%;
    transition: all ease .5s;
}

body.menu_fixed .head_c .logo_c .logo,
body.contentp .head_c .logo_c .logo
{
    background-image: url(../img/logos/logo-sevens-kitchen-restaurant-flachau-weiss.svg);
}

body.menu_opened .head_c .logo_c
{
    top: 44px;
}

body.menu_opened .head_c .logo_c .logo
{
    width: 299px;
    height: 118px;
    background-image: url(../img/logos/logo-sevens-kitchen-restaurant-flachau-weiss.svg);
}

#menu_btn
{
    width: 53px;
    height: 53px;
    background-size: 46px auto;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/icons/menu.svg);
    cursor: pointer;
    transition: all ease .5s;
    filter: contrast(0) brightness(2);
}

#menu_btn:hover
{
    filter: none;
}

body.menu_opened #menu_btn
{
    background-size: 100% auto;
    background-image: url(../img/icons/menu-close.svg);
}

/* Menu */
.h_menu_c
{
    width: 100%;
    height: calc(100vh);
    padding-bottom: 60px;
    overflow: hidden auto;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background: rgba(94,89,55, 0.90);
    opacity: 0;
    transform: translateY(-100%);
    transition: all ease 1s;
    z-index: 4;
}

body.menu_opened .h_menu_c
{
    opacity: 1;
    transform: none;
}
 /*
.h_menu_c::after
{
    content: "";
    position: absolute;
    bottom: 57px;
    left: 0;
    width: 100%;
    height: 1.707vw;
    background-size: 100% 100%;
}

body.menu_opened .h_menu_c::after
{
    background: url(../img/bgs/yellow_shape_top.png);
}
*/

.h_menu_c .menu_c
{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0;
    position: relative;
    width: 100%;
    min-height: 100%;
    z-index: 1;
}

.h_menu_c .menu_c  .menu_logo
{
    display: none;
}

.h_menu_c .menu
{
    width: 100%;
    min-height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 2;
}

.h_menu_c .menu_links
{
    display: none;
}

.h_menu_c .menu .deskmenu_c
{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.h_menu_c .menu .deskmenu_c > ul
{
    max-width: 1330px;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow-x: visible;
    margin: 0;
    padding: 190px 900px 50px 130px;
    z-index: 1;
    transition: all .7s ease 0s;
}

.menu li
{
    margin: 0;
    list-style: none;
    display: inline-block;
    z-index: 2;
    text-transform: none;
    position: relative;
}

.menu .deskmenu_c > ul > li > a
{
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 20px 0;
    position: relative;
    font: 400 1.875rem/120% var(--secondary-font);
    color: #FFF;
    text-decoration: none;
    white-space: nowrap;
    transition: color ease .5s;
}

.menu .deskmenu_c > ul > li > a:hover,
.menu .deskmenu_c > ul > li > a:focus,
.menu .deskmenu_c > ul > li.current_link > a
{
    text-decoration: underline;
}

.menu li a span
{
    display: inline;
    position: relative;
}

.menu .deskmenu_c > ul > li.link_down > a span::after
{
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(100%, -50%);
    right: -15px;
    width: 0;
    height: 3px;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    transition: width ease 1.2s;
}

body.menu_opened .menu .deskmenu_c > ul > li.link_down > a span::after
{
    background-image: url(../img/icons/navigation-line.png);
}

.menu .deskmenu_c ul > li.link_down.opened > a span::after
{
    width: calc(690px - 100%);
}

.h_menu_c .menu .deskmenu_c > ul > li > ul
{
    position: absolute;
    top: 10px;
    right: 0;
    width: 100%;
    width: 400px;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateX(calc(100% + 500px));
    transition: all ease 1s;
    transition-delay: 0s;
}

.h_menu_c .menu .deskmenu_c > ul > li.opened > ul
{
    visibility: visible;
    opacity: 1;
    transition-delay: .5s;
}

.h_menu_c .menu .deskmenu_c > ul > li:last-child > ul,
.h_menu_c .menu .deskmenu_c > ul > li:nth-last-child(2) > ul,
.h_menu_c .menu .deskmenu_c > ul > li:nth-last-child(3) > ul
{
    top: auto;
    bottom: 10px;
}

.menu li li
{
    width: 100%;
}

.menu .deskmenu_c li li a
{
    display: inline-block;
    font: 400 1.875rem/120% var(--secondary-font);
    text-decoration: none;
    transition: all .5s ease 0s;
    padding: 14px 0 14px 60px;
    color: #FFF;
    opacity: 1;
}

.menu .deskmenu_c li li a:hover,
.menu .deskmenu_c li li a:focus,
.menu .deskmenu_c li li.current_link a
{
   text-decoration: underline;
}

.menu .deskmenu_c li li a::before
{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-size: 100% 100%;
    transition: all ease .5s;
}

body.menu_opened .menu .deskmenu_c li li a::before
{
    background-image: url(../img/icons/menu-bullet-point.svg);
}

.menu .deskmenu_c li li a:hover::before,
.menu .deskmenu_c li li a:focus::before,
.menu .deskmenu_c li li.current_link a::before
{
    background-color: #FFF;
}

.h_menu_c .menu_links
{
    display: flex;
    align-items: center;
    gap: 9px;
    padding-bottom: 60px;
    padding-left: 130px;
}

.h_menu_c .menu_links a
{
    min-width: 139px;
    padding: 6px 30px 6px;
    font: 400 1.5rem/120% var(--secondary-font);
    color: #56311D;
    text-decoration: none;
    text-align: center;
    transition: all ease .5s;
    position: relative;
}

.h_menu_c .menu_links a:hover,
.h_menu_c .menu_links a:focus
{
    color: #000;
}

.h_menu_c .menu_links a::before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    filter: contrast(0) brightness(2);
}

body.menu_opened .h_menu_c .menu_links a::before
{
    background-image: url(../img/icons/btn-grey.svg);
    transition: all ease .5s;
}

.h_menu_c .menu_links a.outline
{
    color: #FFF;
}

.h_menu_c .menu_links a.outline:hover,
.h_menu_c .menu_links a.outline:focus
{
    color: #000;
}

.h_menu_c .menu_links a:hover::before,
.h_menu_c .menu_links a:focus::before
{
    filter: none;
}

.h_menu_c .menu_links a.outline::before
{
    filter: none;
}

body.menu_opened .h_menu_c .menu_links a.outline::before
{
    background-image: url(../img/icons/btn-white-outline.svg);
}

body.menu_opened .h_menu_c .menu_links a.outline:hover::before,
body.menu_opened .h_menu_c .menu_links a.outline:focus::before
{
    background-image: url(../img/icons/btn-grey.svg);
}

.h_menu_c .menu_links a span
{
    position: relative;
    z-index: 2;
}

/*Head Image*/
.header_image_c
{
    width: 100%;
    height: 100vh;
    float: left;
    position: relative;
    z-index: 1;
}

.header_image_c .header_image
{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-image ease 1s;
    -webkit-transition: background-image ease 1s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.header_image_c .header_image .img_c
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform ease 4s;
    transition-delay: 1s;
    transform: none;
}

.header_image_c .header_image .img_c img
{
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    object-fit: cover;
    position: static;
    top: auto;
    left: auto;
    right: auto;
    margin: 0;
    transform: none;
    -webkit-transform: none;
}

.header_image_c .slick-list
{
    width: 100%;
    height: 100%;
}

.header_image_c .slider_image
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.header_image_c .slider_image.current
{
    z-index: 2;
}

.header_image_c .header_image_logo
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 2;
}

.header_image_c .header_image_logo img
{
    display: block;
}

.header_image_c .slick-dots
{
    bottom: 104px;
}

.header_image_c ul.slick-dots > li > button
{
    background-color: transparent;
    opacity: 1;
    transition: all ease 0.5s;
    font-size: 0;
    border: none;
    cursor: pointer;
    background-image: url(../img/icons/dot.svg);
    background-size: contain;
}

.header_image_c ul.slick-dots > li.slick-active > button,
.header_image_c ul.slick-dots > li > button:hover,
.header_image_c ul.slick-dots > li > button:focus
{
    background-color: #FFF;
}

.header_image_c .header_video
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.header_image_c .header_video video
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header_image_c .header_video .mobile_video
{
    display: none;
}

#fixed_bottom_area
{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 45px;
    background-color: #5E5937;
    border-top: 1px solid #FFF;
    z-index: 4;
}

#fixed_bottom_area .left
{
    display: flex;
    align-items: center;
    gap: 18px;
}

#fixed_bottom_area .left a
{
    min-width: 166px;
    padding: 6px 30px 5px;
    font: 400 1.5rem/120% var(--secondary-font);
    color: #5E5937;
    text-decoration: none;
    text-align: center;
    transition: all ease .5s;
    position: relative;
}

#fixed_bottom_area .left a:hover,
#fixed_bottom_area .left a:focus
{
    color: #FFF;
}

#fixed_bottom_area .left a::before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-image: url(../img/icons/btn-orange.svg);
    filter: contrast(0) brightness(2);
    transition: all ease .5s;
}

#fixed_bottom_area .left a:hover::before,
#fixed_bottom_area .left a:focus::before
{
    filter: none;
}

#fixed_bottom_area .left a span
{
    position: relative;
    z-index: 2;
}

#fixed_bottom_area .right
{
    display: flex;
    align-items: center;
    gap: 40px;
    font: 400 1.5rem/120% var(--secondary-font);
    color: #FFF;
}

#fixed_bottom_area .right a
{
    display: flex;
    align-items: center;
    gap: 13px;
    text-decoration: none;
}

#fixed_bottom_area .right a:hover,
#fixed_bottom_area .right a:focus
{
    text-decoration: underline;
}

/* Popup */
#popup_c
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(94,89,55,.7);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 100px 40px;
    overflow-y: auto;
    transition: all ease .5s;
}

#popup_c.opened
{
    opacity: 1;
    visibility: visible;
}

#popup_c.closed
{
    display: none;
}

#popup_c .popup
{
    position: relative;
    width: 100%;
    max-width: 718px;
    float: left;
    z-index: 2;
}

#popup_c .popup .popup_content
{
    width: 100%;
    float: left;
    background-color: #FFF;
}

#popup_c .popup .art_element
{
    opacity: 1 !important;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

#popup_c .popup .art_element.art_texti .art_element_c
{
    padding-top: 0;
}

#popup_c .popup .art_element.art_texti.image_full .art_texti_cont
{
    padding: 20px 50px 30px;
}

#popup_c .close_popup
{
    position: absolute;
    top: 30px;
    right: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    filter: contrast(0) brightness(2);
    transition: filter ease .5s;
    z-index: 10;
}

#popup_c .close_popup:hover,
#popup_c .close_popup:focus
{
    filter: none;
}

#mobile_splash
{
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #5E5937;
    z-index: 99999;
    opacity: 1;
    visibility: visible;
    transition:
        opacity .5s ease,
        visibility .5s ease;
}

#mobile_splash.hide
{
    opacity: 0;
    visibility: hidden;
}

#mobile_splash svg
{
    width: 279px;
    max-width: 71vw;
    height: auto;
}

@media (min-width:769px)
{
    #mobile_splash
    {
        display: none;
    }
}

/* Table booking popup */
#table_booking_popup
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(94,89,55,.7);
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 100px 40px;
    overflow-y: auto;
    transition: all ease .5s;
    z-index: 0;
}

#table_booking_popup.opened
{
    opacity: 1;
    visibility: visible;
    z-index: 101;
}

#table_booking_popup .popup
{
    position: relative;
    max-width: 817px;
    padding: 73px 125px;
    display: flex;
    justify-content: center;
    background-color: #FFF;
    border-radius: 75px;
    float: left;
    z-index: 2;
}

#table_booking_popup .close_popup
{
    position: absolute;
    top: 46px;
    right: 56px;
    cursor: pointer;
    z-index: 2;
}

/* Main */
.main_c
{
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
    float: left;
    background-color: #fff;
}

.main
{
	width: 100%;
    float: left;
	min-height: 500px;
	overflow: hidden;
	position: relative;
    float: left;
    padding-bottom: 107px;
	z-index: 1;
}

/* Footer */
#footer
{
	width: 100%;
    float: left;
    background-color: #5E5937;
    padding: 150px 60px 120px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 80px;
    font: 400 1.5rem/140% var(--secondary-font);
    color: #FFF;
    position: relative;
    z-index: 2;
}

#footer a
{
    text-decoration: none;
}

#footer a:hover,
#footer a:focus
{
    text-decoration: underline;
}

#footer .footer_top
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

#footer .footer_top > *
{
    width: 33.33%;
}

#footer .footer_top .center
{
    display: flex;
    justify-content: center;
}

#footer .footer_top .right
{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 3px;
}

#footer .footer_top .social_links
{
    padding-top: 25px;
    display: flex;
    align-items: center;
    gap: 13px;
}

#footer .footer_top .social_links img
{
    transition: transform ease .5s;
}

#footer .footer_top .social_links a:hover img,
#footer .footer_top .social_links a:focus img
{
    transform: scale(1.1);
}

#footer .impressum
{
    display: flex;
    align-items: center;
    gap: 20px;
    font: 400 .75rem/120% var(--primary-font);
    letter-spacing: .05em;
}

#footer .impressum a
{
    position: relative;
}

#footer .impressum a:not(:first-child):not(.algo_link)::before
{
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background-color: #FFF;
}

#footer .impressum .algo_link
{
    display: flex;
    align-items: flex-end;
    line-height: 70%;
    gap: 7px;
}

/*GOOGLE MAPS*/
#maprahmen
{
    border: none;
    width: 100%;
}
#karte
{
    width: 100%;
    height: 550px;
}
#input-hintergrund
{
    padding: 12px;
    background:#ECECEC;
}
#inputaddress
{
    background-color: #fff;
    border: 0 none;
    float: left;
    height: 20px;
    margin: 0 12px 0 0;
    padding: 12px;
    max-width: 400px;
    width: 100%;
    color:#001C36;
}
#mapsButton1
{
    padding: 13px 25px;
    transition: all 500ms;
    color: #fff;
    text-decoration: none;
    font: 400 1em/110% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    background: #CA1233;
    border:none;
    cursor:pointer;
}

@media(max-width: 1300px)
{
    .h_menu_c .menu .deskmenu_c > ul
    {
        padding-right: 700px;
    }

    .h_menu_c .menu .deskmenu_c > ul > li > ul
    {
        transform: translateX(calc(100% + 300px));
    }

    .menu .deskmenu_c ul > li.link_down.opened > a span::after
    {
        width: calc(490px - 100%);
    }

    .header_image_c .header_image_logo img
    {
        width: 350px;
    }

}

@media(max-width: 1200px)
{
    #footer .footer_logo
    {
        width: 350px;
        max-width: 100%;
    }
}

@media(max-width: 1150px)
{
    .h_menu_c .menu .deskmenu_c > ul
    {
        padding-right: 600px;
    }

    .h_menu_c .menu .deskmenu_c > ul > li > ul
    {
        transform: translateX(calc(100% + 200px));
    }

    .menu .deskmenu_c ul > li.link_down.opened > a span::after
    {
        width: calc(390px - 100%);
    }
}

@media(max-width:1025px)
{
    .as_map_c
    {
        display: none !important;
    }

    body.menu_opened .head_c .logo_c .logo
    {
        width: 50px;
        height: 51px;
        background-image: url(../img/logos/logo-hotel-loj-flachau-weiss.svg);
    }

    .h_menu_c .menu .deskmenu_c
    {
        justify-content: center;
    }

    .h_menu_c .menu .deskmenu_c > ul
    {
        width: 100%;
        max-width: 500px;
        padding: 120px 30px 80px;
    }

    .menu .deskmenu_c > ul > li > a
    {
        font-size: 1.563rem;
    }

    .menu .deskmenu_c > ul > li.link_down > a span::after
    {
        top: auto;
        bottom: -5px;
        left: 3px;
        right: auto;
        transform: translateY(100%);
        width: 2;
        height: 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        transition: height ease 1.2s;
    }

    body.menu_opened .menu .deskmenu_c > ul > li.link_down > a span::after
    {
        background-image: url(../img/icons/navigation-line-mobile.svg);
    }

    .menu .deskmenu_c > ul > li.link_down.opened > a span::after
    {
        width: 2px;
        height: 59px;
    }

    .h_menu_c .menu .deskmenu_c > ul > li > ul
    {
        position: relative;
        top: unset;
        right: unset;
        transform: none;
        width: 100%;
        visibility: visible;
        opacity: 1;
        max-height: 0;
        overflow: hidden;
        transition: all ease .5s;
    }

    .h_menu_c .menu .deskmenu_c > ul > li.opened > ul
    {
        max-height: 1000px;
        padding-top: 24px;
        padding-bottom: 30px;
    }

    .h_menu_c .menu .deskmenu_c > ul > li:last-child > ul,
    .h_menu_c .menu .deskmenu_c > ul > li:nth-last-child(2) > ul,
    .h_menu_c .menu .deskmenu_c > ul > li:nth-last-child(3) > ul
    {
        bottom: unset;
    }

    .menu .deskmenu_c li li a
    {
        font-size: 1.563rem;
        padding: 7px 0 7px 18px;
    }

    .menu .deskmenu_c li li a::before
    {
        width: 8px;
        height: 8px;
    }

    .h_menu_c .menu_links
    {
        display: none;
    }

    #fixed_bottom_area
    {
        padding: 0 0 0 20px;
    }

    #fixed_bottom_area .right
    {
        gap: 0;
        align-items: stretch;
    }

    #fixed_bottom_area .right a
    {
        padding: 20px 25px;
    }

    #fixed_bottom_area .right a:last-child
    {
        border-left: 1px solid #FFF;
    }

    #fixed_bottom_area .right a span
    {
        display: none;
    }

    .header_image_c .slick-dots
    {
        bottom: 72px;
    }

    .main
    {
        padding-bottom: 50px;
    }

    #footer
    {
        padding: 90px 48px 90px;
    }

    #footer .footer_logo
    {
        width: 300px;
    }
}

@media(max-width: 850px)
{
    #footer
    {
        font-size: 1.125rem;
    }
}

@media(max-width: 750px)
{
    #footer .footer_logo
    {
        width: 250px;
    }

}

@media(max-width: 650px)
{
    body.no_header_image
    {
        padding-top: 76px;
    }

    .head_c
    {
        padding: 25px 25px 25px 30px;
        font-size: 1.25rem;
    }

    .head_c::before
    {
        top: 0;
        height: 165%;
    }

    #menu_btn
    {
        width: 32px;
        height: 26px;
        background-size: 32px auto;
    }

    body.menu_opened #menu_btn
    {
        background-size: 26px auto;
    }

    .head_c .head_left .lang_switch
    {
        gap: 15px;
    }

    .head_c .head_left .lang_switch :first-child::after
    {
        height: 20px;
    }

    .head_c .logo_c
    {
        top: 22px;
    }

    body.menu_opened .head_c .logo_c
    {
        top: 22px;
    }

    .head_c .logo_c .logo
    {
        width: 94px;
        height: 37px;
    }

    body.menu_opened .head_c .logo_c .logo
    {
        width: 36px;
        height: 37px;
    }

    .header_image_c .header_image_logo img
    {
        width: 279px;
    }

    .header_image_c .header_video .mobile_video
    {
        display: block;
    }

    .header_image_c .header_video .desk_video
    {
        display: none;
    }

    #fixed_bottom_area .left a
    {
        min-width: 105px;
        font-size: 1.25rem;
        padding-left: 20px;
        padding-right: 20px;
    }

    #fixed_bottom_area .right a
    {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    #popup_c
    {
        padding: 40px;
    }

    #popup_c .popup .art_element.art_texti.image_full .art_texti_cont
    {
        padding: 10px 25px;
    }

    #popup_c .close_popup
    {
        top: 15px;
        right: 15px;
    }

    #popup_c .close_popup img
    {
        width: 20px;
    }

    #table_booking_popup .popup
    {
        padding: 50px 46px 30px;
        border-radius: 50px;
    }

    #table_booking_popup .close_popup
    {
        top: 25px;
        right: 25px;
    }

    #table_booking_popup .close_popup img
    {
        width: 30px;
        height: 30px;
    }


    /* Footer */
    #footer
    {
        font-size: 1.25rem;
        padding: 70px 40px 90px;
    }

    #footer .footer_top
    {
        flex-wrap: wrap;
        gap: 65px;
    }

    #footer .footer_top > *
    {
        width: unset;
    }

    #footer .footer_top .center
    {
        width: 100%;
        display: flex;
        justify-content: center;
        order: 1;
    }

    #footer .footer_logo
    {
        width: 180px;
    }

    #footer .footer_top .left
    {
        width: 100%;
        text-align: center;
        order: 2;
    }

    #footer .footer_top .right
    {
        width: 100%;
        align-items: center;
        order: 3;
    }

    #footer .footer_top .social_links
    {
        order: 1;
        margin-bottom: 50px;
    }

    #footer .footer_top a
    {
        order: 2;
    }

    #footer .impressum
    {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media(max-width: 480px)
{
    #table_booking_popup
    {
        padding: 40px 0;
    }

}

@media(max-width: 390px)
{
    #fixed_bottom_area
    {
        padding: 0 0 0 10px;
    }

    #fixed_bottom_area .left
    {
        gap: 10px;
    }

    #fixed_bottom_area .left a
    {
        font-size: 1rem;
        min-width: 88px;
    }

    #fixed_bottom_area .right a
    {
        padding: 15px 20px;
    }
}
