@charset "utf-8";
:root
{
    --color-white: #F5F3F2;
    --color-grey: #626161;
}
/* 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: #272727;
    top: 0 !important;
}

/* 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;
	position: relative;
	z-index: 1;
}

body.contentp .page_c
{
    padding-top: 222px;
}

body.contentp.no_header_image .page_c
{
    padding-top: 147px;
}

.page_c:not(:has(.sticky_scroll_section))
{
    overflow: hidden;
}

@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: #272727;
    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: #BD2422;

    font: 400 1.125rem/160% var(--primary-font);
    color: #FFF;
    text-decoration: none;
    line-height: 20px;
}
.as_map ul li > *:focus { background-color: #FFF; color: #BD2422; outline: 1px dotted #BD2422; }

/* Head */
.head_c
{
    position: fixed;
    top: 0;
    left: 0;
	width: 100%;
    padding: 35px 40px 35px 68px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all ease .5s;
    z-index: 3;
}

body.contentp .head_c
{
    align-items: flex-start;
}

body.contentp:not(.menu_fixed):not(.no_header_image) .head_c
{
    padding-top: 48px;
    padding-bottom: 96px;
}

body.contentp.no_header_image .head_c
{
    padding-bottom: 20px;
}

body.contentp .head_c .head_left
{
    min-width: 52px;
}

.head_c .head_left button
{
    width: 104px;
    height: 52px;
    padding: 12px 10px 12px 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid var(--color-white);
    border-radius: 26px;
    cursor: pointer;
    position: relative;
}

.head_c .head_left button::after
{
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid var(--color-white);
    background-color: var(--color-grey);
    transition: all ease .5s;
}

.head_c .head_left button.switched::after
{
    left: calc(100% + 1px);
    transform: translateX(-100%);
}

.head_c .head_left button img
{
    position: relative;
    z-index: 2;
    transition: filter ease .5s;
}

.head_c .head_left button img:first-child
{
    filter: contrast(0) brightness(2);
}

.head_c .head_left button.switched img:first-child
{
    filter: none;
}

.head_c .head_left button.switched img:nth-child(2)
{
    filter: contrast(0) brightness(2);
}

.head_c .head_logo
{
    transition: all ease .5s;
}

body.contentp .head_c .head_logo
{
    margin-top: 20px;
}

body.contentp.menu_fixed .head_c .head_logo
{
    opacity:0;
    visibility: hidden;
}

#menu_btn
{
    width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--color-white);
    border-radius: 100%;
    cursor: pointer;
    transition: all ease .6s;
}

#menu_btn .lines
{
    width: 19px;
    height: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

#menu_btn .lines .line
{
    width: 100%;
    height: 1px;
    background-color: var(--color-white);
    transition: all ease .5s;
}

/* Menu */
.h_menu_c
{
    width: 100%;
    height: 100vh;
    overflow: hidden auto;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background-color: #272727;
    opacity: 0;
    transform: translateY(-100%);
    transition: all ease 1s;
    z-index: 5;
}

body.menu_opened .h_menu_c
{
    opacity: 1;
    transform: none;
}

.h_menu_c::after
{
    content: '';
    position: fixed;
    left: 0;
    bottom: 23px;
    width: 1077px;
    height: 321px;
    background-size: 100% 100%;
}

body.menu_opened .h_menu_c::after
{
    background-image: url(../img/icons/sports.svg);
}

.h_menu_c .menu_c
{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    position: relative;
    width: 100%;
    padding-bottom: 50px;
    z-index: 5;
}

.h_menu_c .menu_top
{
    width: 100%;
    padding: 48px 57px 120px;
    display: flex;
    justify-content: flex-end;
    font: 300 1.125rem/140% var(--primary-font);
    color: #FFF;
    position: relative;
}

.h_menu_c .menu_top .menu_logo
{
    position: absolute;
    top: 68px;
    left: 50%;
    transform: translateX(-50%);
}

.h_menu_c .menu_top #close_menu_btn
{
    display: flex;
    align-items: center;
    gap: 20px;
    cursor: pointer;
    letter-spacing: .22em;
}

.h_menu_c .menu_top #close_menu_btn:hover,
.h_menu_c .menu_top #close_menu_btn:focus
{
    text-decoration: underline;
}

.h_menu_c .menu
{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 2;
}

.h_menu_c .menu .deskmenu_c
{
    width: 100%;
    max-width: 1300px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.h_menu_c .menu .deskmenu_c > ul
{
    width: 100%;
    max-width: 483px;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow-x: visible;
    margin: 0;
    padding: 0;
    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
{
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255,255,255,.4);
    transition: border-color ease .5s;
}

.menu .deskmenu_c > ul > li > a
{
    display: inline-block;
    margin: 0;
    padding: 0 0 0 58px;
    position: relative;
    font: 300 2.25rem/130% var(--primary-font);
    color: var(--color-white);
    letter-spacing: .22em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all ease .5s;
    white-space: nowrap;
}

.menu .deskmenu_c > ul > li:has(> a:hover),
.menu .deskmenu_c > ul > li > a:has(:focus),
.menu .deskmenu_c > ul > li.current_link,
.menu .deskmenu_c > ul > li.current_path
{
    border-color: #626262;
}

.menu .deskmenu_c > ul > li > a::before
{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    border: 1px solid var(--color-white);
    border-radius: 100%;
}

.menu .deskmenu_c > ul > li.link_down .dropdown_arrow
{
    display: none;
}

.h_menu_c .menu .deskmenu_c > ul > li > ul
{
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-height: 0;
    overflow: hidden;
    transition: all ease .5s;
}

.h_menu_c .menu .deskmenu_c > ul > li.opened > ul
{
    max-height: 300px;
    padding: 20px 0;
}

.menu li li
{
    padding-left: 58px;
    position: relative;
}

.menu .deskmenu_c li li a
{
    display: inline-block;
    font: 300 1.125rem/180% var(--primary-font);
    white-space: nowrap;
    color: #FFF;
    text-decoration: none;
    text-transform: none;
    letter-spacing: .014em;
    transition: all .5s ease 0s;
}

.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;
}

.h_menu_c .menu .menu_image_c
{
    width: 418px;
    display: flex;
    justify-content: center;
}

.h_menu_c .menu .menu_image_cc
{
    position: relative;
    width: 100%;
}

.h_menu_c .menu .menu_images
{
    width: 100%;
    padding-bottom: 142.1%;
    position: relative;
    transform: rotate(5.267deg);
    z-index: 1;
}

.h_menu_c .menu .menu_images .img_c
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity ease 1s;
}

.h_menu_c .menu .menu_images .img_c.active
{
    opacity: 1;
}

.h_menu_c .menu .menu_images .img_c img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*Head Image*/
.header_image_c
{
    width: 100%;
    height: 100vh;
    float: left;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

body.contentp .header_image_c
{
    padding-left: 48px;
    padding-right: 48px;
    height: auto;
}

.header_image_c .header_video_c
{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

body.contentp .header_image_c .header_video_c
{
    padding-bottom: 66%;
}

.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;
}

.header_image_c::after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .35;
    z-index: 2;
}

body.contentp .header_image_c::after
{
    content: none;
}

.header_image_c .header_image_center
{
    width: 100%;
    max-width: 1280px;
    position: relative;
}

.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;
}

body.contentp .header_image_c .header_image
{
    padding-bottom: 66%;
}

.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_c
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 90px;
    z-index: 3;
}

.header_image_c .header_image_logo_c > img
{
    /*max-width: min(60vw, 60vh);*/
    opacity: .5;
}

.header_image_c .header_image_logo_c a
{
    padding: 16px 48px;
    background-color: #BD2422;
    border-radius: 24px;
    font: 400 .75rem/140% var(--primary-font);
    text-transform: uppercase;
    letter-spacing: .25em;
    color: var(--color-white);
    text-decoration: none;
    transition: all ease .5s;
}

.header_image_c .header_image_logo_c a:hover,
.header_image_c .header_image_logo_c a:focus
{
    background-color: var(--color-white);
    color: #BD2422;
}

.header_image_c .rotate_image_c
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90vw;
    height: 90vh;
    z-index: 2;
}

.header_image_c .rotate_image_c img
{
    width: 100%;
    height: 100%;
    object-fit: contain;
    animation: rotateImage 36s linear infinite;
}

@keyframes rotateImage
{
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes rotateImage2
{
    from {
        transform: translate(50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(50%, -50%) rotate(360deg);
    }
}

@keyframes rotateImage3
{
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes rotateImage4
{
    from {
        transform: translateY(-50%) rotate(0deg);
    }
    to {
        transform: translateY(-50%) rotate(360deg);
    }
}

.header_image_c .header_image_links
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px 74px;
    display: flex;
    justify-content: space-between;
    font: 300 1.875rem/140% var(--primary-font);
    color: var(--color-white);
    letter-spacing: .13em;
    z-index: 4;
}

.header_image_c .header_image_links a
{
    text-decoration: none;
    transform: translateY(200px);
    animation: himg_link_anim .5s linear;
    animation-fill-mode: both;
    animation-delay: .5s;
}

.header_image_c .header_image_links a:nth-child(2)
{
    animation-delay: 1.5s;
}

.header_image_c .header_image_links a:nth-child(3)
{
    animation-delay: 2.5s;
}

.header_image_c .header_image_links a:hover,
.header_image_c .header_image_links a:focus
{
    text-decoration: underline;
}

@keyframes himg_link_anim
{
    0%
    {
        transform: translateY(200px);
    }

    100%
    {
        transform: none;
    }

}

.header_image_c .header_image_box
{
    position: absolute;
    bottom: 19px;
    right: 24px;
    width: 257px;
    padding: 50px 31px;
    font: 300 1rem/160% var(--primary-font);
    letter-spacing: .016em;
    color: #FFF;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    background-color: rgba(189,36,34,.9);
    z-index: 2;
}

.header_image_c .header_image_box .label
{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    font: 400 .75rem/140% var(--primary-font);
    letter-spacing: .17em;
    text-transform: uppercase;
    padding: 4px 12px;
    background-color: #484746;
    border-radius: 24px;
    white-space: nowrap;
}

.header_image_c .header_image_box .title
{
    font: 300 1.25rem/160% var(--primary-font);
    text-transform: uppercase;
    letter-spacing: .22em;
}

/* Mobile menu */
.mobile_menu_btn
{
    display: none;
}

.menu_slide_c
{
    right: 99999px;
    position: absolute;
}

/* Popup */
.main_popup_c
{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .4);
    padding: 20vh 80px;
    justify-content: center;
    /*align-items: flex-start;*/
    align-items: center;
    overflow-y: auto;
    z-index: 10;
}

@media(max-height: 750px)
{
    .main_popup_c
    {
        align-items: flex-start;
    }

}

.main_popup_c.opened
{
    display: flex;
}

.main_popup_c .main_popup
{
    width: 100%;
    display: flex;
    justify-content: center;
}

.main_popup_c .popup_content
{
    display: flex;
    align-items: stretch;
    background-color: #484746;
    font-size: 1.5rem;
    line-height: 133%;
    width: 100%;
    max-width: 1285px;
    position: relative;
}

.main_popup_c .popup_content .close_popup
{
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
    z-index: 3;
}

.main_popup_c .popup_content .close_popup img
{
    position: relative;
    z-index: 2;
}

.main_popup_c .art_element
{
    margin: 0;
}

.main_popup_c .art_element.art_texti
{
    padding: 0;
}

.main_popup_c .art_element.art_texti .art_element_c
{
    padding: 0;
    align-items: stretch;
}

.main_popup_c .art_element.art_texti .dv_image_left,
.main_popup_c .art_element.art_texti .dv_image_right
{
    background-color: #F5F3F2;
    width: 33%;
    padding: 85px;
    display: flex;
    align-items: center;
    order: 2;
}

.main_popup_c .art_element.art_texti.image_left .art_texti_cont,
.main_popup_c .art_element.art_texti.image_right .art_texti_cont
{
    padding: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 67%;
    order: 1;
}

.main_popup_c .art_element.art_texti .art_texti_cont,
.main_popup_c .art_element.art_texti img
{
    animation: none !important;
    opacity: 1 !important;
}

/* Main */
.main_c
{
	width: 100%;
	position: relative;
	z-index: 1;
    float: left;
}
.main
{
	width: 100%;
    float: left;
	min-height: 500px;
	position: relative;
    float: left;
    padding-bottom: 200px;
	z-index: 1;
}

#fixed_bottom
{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: stretch;
    font: 300 1.125rem/140% var(--primary-font);
    letter-spacing: .17em;
    white-space: nowrap;
    color: #FFF;
    text-align: center;
    background-color: #484746;
    transform: translateY(80px);
    transition: transform ease .5s;
    z-index: 6;
}

#fixed_bottom.active
{
    transform: none;
}

#fixed_bottom > *
{
    flex: 1 0;
    padding: 13px 50px 9px;
    position: relative;
}

#fixed_bottom > *:not(:last-child)
{
    border-right: 1px solid rgba(255,255,255,.5);
}

#fixed_bottom a,
#fixed_bottom button
{
    text-decoration: none;
    transition: all ease .5s;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#fixed_bottom a.book
{
    background-color: #BD2422;
}

#fixed_bottom a:hover,
#fixed_bottom a:focus,
#fixed_bottom button:hover,
#fixed_bottom button:focus
{
    background-color: var(--color-white);
    color: #BD2422;
}

#fixed_bottom .badge
{
    position: absolute;
    top: 0;
    left: 40px;
    transform: translateY(-50%);
    display: block;
    padding: 3px 10px 5px;
    border-radius: 24px;
    background-color: #BD2422;
    font: 400 .75rem/140% var(--primary-font);
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: .17em;
}

#fixed_bottom .discount
{
    position: absolute;
    top: 0;
    right: 20px;
    transform: translateY(-50%);
    display: block;
    padding: 3px 20px 1px;
    border-radius: 16px;
    background-color: #1D1D1B;
    font: 300 1.125rem/140% var(--primary-font);
    color: #FFF;
    letter-spacing: normal;
}

#fixed_bottom .lang_c
{
    flex-grow: 0;
}

#fixed_bottom .lang_switch
{
    height: 35px;
    display: flex;
    gap: 10px;
    padding: 4px 6px;
    border: 1px solid var(--color-white);
    border-radius: 18px;
    cursor: pointer;
    position: relative;
}

#fixed_bottom .lang_switch::after
{
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border: 1px solid var(--color-white);
    background-color: #626161;
    transition: all ease .5s;
}

#fixed_bottom .lang_switch.switched::after
{
    left: calc(100% + 1px);
    transform: translateX(-100%);
}

#fixed_bottom .lang_switch > span
{
    position: relative;
    z-index: 2;
}

#fixed_bottom_mobile
{
    display: none;
}

#site_switch_c
{
    position: fixed;
    top: 34px;
    left: 50%;
    transform: translateX(-50%) translateY(-110px);
    transition: all ease .5s;
    padding: 13px 46px 13px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    background-color: #171716;
    border-radius: 26px;
    cursor: pointer;
    opacity: .9;
    z-index: 4;
}

#site_switch_c.active
{
    transform: translateX(-50%);
}

#site_switch_c::after
{
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 188px;
    height: calc(100% - 4px);
    border-radius: 22px;
    background-color: #D9D9D9;
    transition: all ease .5s;
}

#site_switch_c a img
{
    position: relative;
    z-index: 2;
    transition: filter ease .5s;
}

#site_switch_c a:first-child img
{
    filter: brightness(0);
}

/* Map Popup */
#map_popup_c
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 7;
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background-color: #272727;
    padding: 26px;
    overflow-y: auto;
    transition: all ease .5s;
}

#map_popup_c.opened
{
    opacity: 1;
    visibility: visible;
}

#map_popup_c.closed
{
    display: none;
}

#map_popup_c .map_popup
{
    position: relative;
    width: 100%;
    min-height: 100%;
    z-index: 1;
}

#map_popup_c .map_popup .close_popup
{
    position: fixed;
    top: 47px;
    right: 57px;
    display: flex;
    align-items: center;
    gap: 20px;
    font: 300 1.125rem/140% var(--primary-font);
    letter-spacing: .22em;
    color: #FFF;
    cursor: pointer;
    z-index: 3;
}

/* Footer */
#footer
{
	width: 100%;
    float: left;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    font: 300 1rem/160% var(--primary-font);
    letter-spacing: .016em;
    color: var(--color-white);
    background-size: cover;
    background-color: #232323;
    padding: 0 70px 70px;
    z-index: 2;
}

#footer.visible
{
    background-image: url(../img/bgs/footer.jpg);
}

#footer .footer_top
{
    width: 100%;
    max-width: 1390px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 120px;
    position: relative;
}

#footer .footer_top .footer_cols
{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    white-space: nowrap;
}

#footer .footer_top .footer_cols h3
{
    font: 300 1.25rem/160% var(--primary-font);
    text-transform: uppercase;
    letter-spacing: .22em;
}

#footer .footer_top .footer_cols .cols_c
{
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 100px;
}

#footer .footer_top .footer_cols a
{
    text-decoration: underline;
}

#footer .footer_top .footer_cols a:hover,
#footer .footer_top .footer_cols a:focus
{
    text-decoration: none;
}

#footer .footer_top .social_links
{
    display: flex;
    align-items: center;
    gap: 9px;
}

#footer .footer_top .social_links > *
{
    width: 41px;
    height: 41px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.20);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease .5s;
}

#footer .footer_top .social_links > a:hover,
#footer .footer_top .social_links > a:focus
{
    border-color: #FFF;
}

#footer .footer_top .footer_badge
{
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-50%);
}

#footer .footer_top .footer_badge img
{
    animation: rotateImage 36s linear infinite;
}

#footer .impressum
{
    margin-top: 70px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    font: 300 .875rem/135% var(--primary-font);
    letter-spacing: normal;
    opacity: .65;
}

#footer .impressum a
{
    text-decoration: none;
}

#footer .impressum a:hover,
#footer .impressum a:focus
{
    text-decoration: underline;
}

#footer .algo_link
{
    position: absolute;
    top: 57px;
    right: -24px;
    font: 400 .75rem/100% var(--primary-font);
    color: #FFF;
    text-decoration: none;
    letter-spacing: normal;
    display: flex;
    align-items: flex-start;
    gap: 6px;
    transform: rotate(-90deg);
}

#footer .algo_link img
{
    margin-top: 3px;
}

#footer .algo_link:hover,
#footer .algo_link:focus
{
    text-decoration: underline;
}

/*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;
}

#CookiebotWidget
{
    display: none !important;
}

@media(max-width: 1400px)
{
    #fixed_bottom > *
    {
        padding-left: 25px;
        padding-right: 25px;
    }

}

@media(max-width: 1300px)
{
    .header_image_c .header_image_logo_c > img
    {
        width: 500px;
    }

    #footer .footer_top .footer_logo_c img
    {
        width: 250px;
    }

    #footer .footer_top .footer_cols .cols_c
    {
        gap: 60px;
    }

}

@media(max-width: 1250px)
{
    .h_menu_c .menu .deskmenu_c > ul
    {
        max-width: 410px;
    }

    .menu .deskmenu_c > ul > li > a
    {
        font-size: 1.75rem;
    }

}

@media(max-width: 1200px)
{
    .main_popup_c .art_element.art_texti.image_left .art_texti_cont,
    .main_popup_c .art_element.art_texti.image_right .art_texti_cont
    {
        padding: 50px;
    }

    .main_popup_c .art_element.art_texti .dv_image_left,
    .main_popup_c .art_element.art_texti .dv_image_right
    {
        padding: 40px;
    }

}

@media(max-width: 1150px)
{
    #fixed_bottom
    {
        font-size: 1rem;
    }

    #footer .footer_top .footer_cols .cols_c
    {
        gap: 40px;
    }

    #footer .footer_top .footer_cols .logo_c img
    {
        width: 120px;
    }
}

@media(max-width: 1100px)
{
    #footer .footer_top .footer_logo_c img
    {
        width: 210px;
    }
}

@media(max-width:1025px)
{
    .as_map_c
    {
        display: none !important;
    }

    .head_c
    {
        padding: 33px 22px 33px 22px;
    }
    /*
    .head_c .head_left button
    {
        width: 74px;
        height: 37px;
        padding: 9px 7px 9px 9px;
        border-radius: 19px;
    }

    .head_c .head_left button img.winter
    {
        width: 17px;
    }

    .head_c .head_left button img.sommer
    {
        width: 20px;
    }

    .head_c .head_left button::after
    {
        width: 35px;
        height: 35px;
    }
    */
    #menu_btn
    {
        background-color: #272727;
    }

    .header_image_c .header_image_logo_c
    {
        gap: 40px;
    }

    .header_image_c .header_image_logo_c > img
    {
        width: 350px;
        /*max-width: min(50vw, 50vh);*/
    }

    .header_image_c .header_image_logo_c a
    {
        padding: 14px 30px;
    }

    .header_image_c .rotate_image_c
    {
        width: 95vw;
        height: 95vh;
    }

    .header_image_c .header_image_links
    {
        font-size: 1.25rem;
        padding: 0 40px 70px;
    }

    .h_menu_c .menu_top
    {
        padding: 32px 22px 210px;
    }

    .h_menu_c .menu_top .menu_logo
    {
        top: 126px;
    }

    .h_menu_c .menu .deskmenu_c
    {
        justify-content: center;
    }

    .h_menu_c .menu .menu_image_c
    {
        display: none;
    }

    .menu .deskmenu_c > ul > li
    {
        padding-top: 17px;
        padding-bottom: 17px;
    }

    .menu .deskmenu_c > ul > li > a
    {
        font-size: 1.5rem;
        padding-left: 32px;
    }

    .menu .deskmenu_c > ul > li > a::before
    {
        width: 9px;
        height: 9px;
    }

    .h_menu_c .menu .deskmenu_c > ul > li.opened > ul
    {
        padding: 15px 0 0;
    }

    .menu li li
    {
        padding-left: 32px;
    }

    .menu .deskmenu_c li li a
    {
        font-size: 1rem;
    }

    .h_menu_c::after
    {
        bottom: 88px;
        width: 648px;
        height: 192px;
    }

    #site_switch_c
    {
        top: 38px;
    }

    #site_switch_c
    {
        padding: 13px 36px 13px 18px;
        gap: 40px;
        background-color: #171716;
        border-radius: 18px;
    }

    #site_switch_c::after
    {
        width: 113px;
        border-radius: 18px;
    }

    #site_switch_c .logo1
    {
        width: 80px;
    }

    #site_switch_c .logo2
    {
        width: 56px;
    }

    #fixed_bottom
    {
        display: none;
    }

    #fixed_bottom_mobile
    {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        align-items: stretch;
        font: 300 .875rem/140% var(--primary-font);
        letter-spacing: .21em;
        white-space: nowrap;
        color: #FFF;
        text-align: center;
        background-color: #484746;
        transform: translateY(80px);
        transition: transform ease .5s;
        z-index: 6;
    }

    #fixed_bottom_mobile.active
    {
        transform: none;
    }

    #fixed_bottom_mobile > *
    {
        flex: 1 0;
        padding: 13px 26px 9px;
        position: relative;
    }

    #fixed_bottom_mobile a
    {
        text-decoration: none;
        transition: all ease .5s;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #fixed_bottom_mobile a.book
    {
        background-color: #BD2422;
    }

    #fixed_bottom_mobile a:hover,
    #fixed_bottom_mobile a:focus
    {
        background-color: var(--color-white);
        color: #BD2422;
    }

    #fixed_bottom_mobile .discount
    {
        position: absolute;
        top: 0;
        right: 6px;
        transform: translateY(-50%);
        display: block;
        padding: 4px 15px 5px;
        border-radius: 12px;
        background-color: #1D1D1B;
        font: 300 .75rem/140% var(--primary-font);
        color: #FFF;
        letter-spacing: normal;
    }

    #fixed_bottom_mobile .lang_c
    {
        flex-grow: 0;
    }

    #fixed_bottom_mobile .lang_switch
    {
        height: 40px;
        display: flex;
        gap: 10px;
        padding: 10px 8px 3px;
        border: 1px solid var(--color-white);
        border-radius: 20px;
        font-size: 1.25rem;
        cursor: pointer;
        position: relative;
    }

    #fixed_bottom_mobile .lang_switch::after
    {
        content: '';
        position: absolute;
        top: -1px;
        left: -1px;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        border: 1px solid var(--color-white);
        background-color: #626161;
        transition: all ease .5s;
    }

    #fixed_bottom_mobile .lang_switch.switched::after
    {
        left: calc(100% + 1px);
        transform: translateX(-100%);
    }

    #fixed_bottom_mobile .lang_switch > span
    {
        position: relative;
        z-index: 2;
    }

    #fixed_bottom_mobile .popup_c
    {
        flex-grow: 0;
        position: relative;
        padding-left: 0;
        z-index: 3;
    }

    #fixed_bottom_mobile .popup_c .popup
    {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(39,39,39,.7);
        box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.30);
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
        gap: 14px;
        padding-bottom: 83px;
        transform: translateY(100%);
        transition: all ease .5s;
    }

    #fixed_bottom_mobile .popup_c.active .popup
    {
        transform: none;
    }

    #fixed_bottom_mobile .popup_c .popup > *
    {
        font: 300 .875rem/140% var(--primary-font);
        letter-spacing: .21em;
        white-space: nowrap;
        padding: 3px 22px 1px 27px;
        background-color: #484746;
        border-radius: 20px 0 0 20px;
        position: relative;
    }

    #fixed_bottom_mobile .popup_c .popup > *:last-child::after
    {
        content: '';
        position: absolute;
        bottom: 0;
        right: 31px;
        transform: translateY(100%);
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 9px 9px 0 9px;
        border-color: #484746 transparent transparent transparent;
    }

    /* Popup */
    .main_popup_c
    {
        padding: 10vh 32px;
        align-items: flex-start;
    }

    .main_popup_c .popup_content
    {
        font-size: 1.125rem;
    }

    .main_popup_c .art_element.art_texti.image_left .art_texti_cont,
    .main_popup_c .art_element.art_texti.image_right .art_texti_cont
    {
        padding: 32px;
    }

    .main_popup_c .popup_content .close_popup
    {
        top: 10px;
        right: 10px;
    }

    .main
    {
        padding-bottom: 100px;
    }

    #map_popup_c
    {
        padding: 20px;
    }

    #map_popup_c .map_popup .close_popup
    {
        top: 37px;
        right: 37px;
    }

    #map_popup_c .map_popup .close_popup img
    {
        width: 40px;
    }

    #map_popup_c .map_popup .close_popup > span
    {
        display: none;
    }

    #footer
    {
        font-size: 1.125rem;
    }

    #footer .footer_top
    {
        flex-direction: column;
        justify-content: flex-start;
        gap: 55px;
        padding-top: 187px;
    }

    #footer .footer_top .footer_badge
    {
        right: 50%;
        transform: translate(59%, -50%);
    }

    #footer .footer_top .footer_badge img
    {
        width: 118px;
    }

    #footer .footer_top .footer_cols
    {
        align-items: center;
        white-space: normal;
    }

    #footer .footer_top .footer_cols h3
    {
        max-width: 250px;
    }

    #footer .footer_top .footer_cols .cols_c
    {
        width: 100%;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        position: relative;
    }

    #footer .footer_top .footer_cols .cols_c > *
    {
        width: 100%;
        max-width: 250px;
    }

    #footer .footer_top .footer_cols .cols_c .contact
    {
        order: 1;
    }

    #footer .footer_top .footer_cols .cols_c .logo_c
    {
        order: 2;
    }

    #footer .footer_top .footer_cols .cols_c .footer_links
    {
        order: 3;
    }

    #footer .footer_top .footer_cols .logo_c img
    {
        width: 160px;
    }

    #footer .footer_top .social_links
    {
        position: absolute;
        bottom: 50px;
        right: 0;
        width: auto !important;
        justify-content: flex-end;
    }

    #footer .impressum
    {
        max-width: 250px;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding-bottom: 30px;
        margin-top: 50px;
    }

}

@media(max-width: 850px)
{
    .main_popup_c .art_element.art_texti .dv_image_left,
    .main_popup_c .art_element.art_texti .dv_image_right
    {
        padding: 40px 30px;
    }

}

@media(max-width: 650px)
{
    body.contentp:not(.no_header_image):not(.menu_fixed) .head_c
    {
        padding-top: 21px;
        padding-bottom: 45px;
    }

    body.contentp .head_c .head_left
    {
        min-width: 36px;
    }

    body.contentp .head_c .head_logo
    {
        margin-top: 48px;
    }

    body.contentp .head_c .head_logo img
    {
        width: 230px;
    }
    /*
    #menu_btn
    {
        width: 36px;
        height: 36px;
    }

    #menu_btn .lines
    {
        width: 13px;
        height: 12px;
    }
    */
    .h_menu_c .menu_top
    {
        font-size: .75rem;
    }

    .h_menu_c .menu_top #close_menu_btn
    {
        gap: 14px;
    }

    .h_menu_c .menu_top #close_menu_btn img
    {
        width: 36px;
        height: 36px;
    }

    .h_menu_c::after
    {
        width: 324px;
        height: 96px;
    }

    .h_menu_c .menu_top .menu_logo
    {
        width: 247px;
    }

    .header_image_c .header_image_logo_c > img
    {
        width: 293px;
    }

    .header_image_c .header_image_logo_c a
    {
        font-size: .625rem;
        padding: 10px 24px;
    }

    .header_image_c .header_image_links
    {
        padding: 70px 28px;
        font-size: 1rem;
        gap: 20px;
        flex-wrap: wrap;
    }

    .header_image_c .header_image_links a
    {
        margin-left: auto;
        margin-right: auto;
    }

    body.contentp .header_image_c
    {
        padding-left: 30px;
        padding-right: 30px;
    }

    .header_image_c .header_image_center
    {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    body.contentp .header_image_c .header_image
    {
        min-height: 374px;
    }

    body.contentp .header_image_c .header_video_c
    {
        min-height: 374px;
    }

    .header_image_c .header_video .mobile_video
    {
        display: block;
    }

    .header_image_c .header_video .desk_video
    {
        display: none;
    }

    .header_image_c .header_image_box
    {
        position: relative;
        width: 100%;
        bottom: unset;
        right: unset;
        padding: 42px 22px 27px;
        font-size: .938rem;
    }

    .header_image_c .header_image_box .title
    {
        font-size: .938rem;
    }

    .main_popup_c .popup_content
    {
        font-size: .875rem;
    }

    .main_popup_c .art_element.art_texti .dv_image_left,
    .main_popup_c .art_element.art_texti .dv_image_right
    {
        width: 100%;
        padding: 24px;
    }

    .main_popup_c .art_element.art_texti.image_left .art_texti_cont,
    .main_popup_c .art_element.art_texti.image_right .art_texti_cont
    {
        padding: 24px !important;
        width: 100%;
    }

    .main_popup_c .popup_content .close_popup img
    {
        filter: contrast(0) brightness(2);
    }

    #footer.visible
    {
        background-image: url(../img/bgs/footer_mobile.jpg);
    }

    #footer .footer_top .footer_badge img
    {
        width: 118px;
    }

}

@media(max-width: 500px)
{
    .head_c .head_left
    {
        transition: all ease .5s;
    }

    body.menu_fixed .head_c .head_left
    {
        opacity: 0;
        visibility: hidden;
    }

}

@media(max-width: 450px)
{

    .h_menu_c .menu .deskmenu_c
    {
        padding-left: 30px;
        padding-right: 30px;
    }

    .menu .deskmenu_c > ul > li > a
    {
        padding-left: 24px;
        font-size: 1rem;
    }

}

@media(max-width: 400px)
{
    body.contentp .head_c .head_logo img
    {
        width: 200px;
    }

    #fixed_bottom_mobile > *
    {
        padding-left: 15px;
        padding-right: 15px;
    }

    #site_switch_c
    {
        left: 25px;
        transform: translateY(-110px);
    }

    #site_switch_c.active
    {
        transform: none;
    }

}
