@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: var(--color4);
    top: 0 !important;
    --primary-font: 'Gilda Display', 'Times New Roman', sans-serif;
    --secondary-font: Lexend, Verdana, sans-serif;
    --light-color: #F5F5F5;
    --transparent-light-color: rgba(245,245,245,.9);
    --dark-color: #3F2A33;
    --color1: #6C5157;
    --color2: #7F5A63;
    --color3: #A9939B;
    --color4: #CBBFC3;
    --color5: #ECECEC;
}

body.max70
{
    background-color: var(--light-color);
    --light-color: #FCFBFB;
    --transparent-light-color: rgba(252,251,251,.9);
    --dark-color: #451829;
    --color1: #CC346D;
    --color2: #D55B8B;
    --color3: #DC82A7;
    --color4: #E4A6BE;
    --color5: #DED6D9;
    --color6: #EFEBEC;
}

body.junior
{
    background-color: var(--light-color);
    --light-color: #F2F2F2;
    --transparent-light-color: rgba(252,251,251,.9);
    --dark-color: #1E2F2A;
    --color1: #345149;
    --color2: #5B7166;
    --color3: #868B7D;
    --color4: #BCBFB7;
    --color5: #BCBDBF;
}

body.andrae
{
    background-color: var(--light-color);
    --light-color: #F6F4F5;
    --transparent-light-color: rgba(246,244,245,.9);
    --dark-color: #3F2A33;
    --color1: #660033;
    --color2: #923866;
    --color3: #808080;
    --color4: #D0C9CB;
    --color5: #E9E2E4;
}

/* 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 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;
}

body.no_header_image .page_c
{
    padding-top: 105px;
}

@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;
}
.as_map ul li > *:focus { background-color: #FFFFFF; outline: 1px dotted #231F1D; }

/* Head */
.head_c
{
	width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    transition: all ease .5s;
}

body:not(.hotel_select_opened):not(.menu_opened) .head_c.moved_up
{
    top: -106px;
}

.head_c:hover,
body.menu_fixed .head_c
{
    background-color: var(--color1);
    box-shadow: 0px 0px 19.688px 0px rgba(0, 0, 0, 0.15);
}

body.menu_fixed .head_c,
body.menu_opened .head_c,
body.hotel_select_opened .head_c
{
    position: fixed;
}

.head_c .head_left
{
    display: flex;
    align-items: center;
    gap: 40px;
}

.head_c .hotel_select
{
    padding: 20px 38px 41px;
    font: 300 1.125rem/120% var(--secondary-font);
    color: var(--light-color);
    text-transform: uppercase;
    letter-spacing: .055em;
    border-bottom: 1px solid var(--light-color);
    border-right: 1px solid var(--light-color);
    text-transform: uppercase;
    position: relative;
    transition: all ease .5s;
    cursor: pointer;
}

body.no_header_image .head_c .hotel_select
{
    border-color: var(--dark-color);
    color: var(--dark-color);
}

body.no_header_image.menu_fixed .head_c .hotel_select,
body.no_header_image .head_c:hover .hotel_select
{
    border-color: var(--light-color);
    color: var(--light-color);
}


.head_c .hotel_select::after
{
    content: '';
    position: Absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 10px;
    background: url(../img/icons/angle_down_dark.svg);
    background-size: 100% 100%;
    transition: transform ease .5s;
    filter: brightness(0) invert(1);
}

body.no_header_image .head_c .hotel_select::after
{
    filter: none;
}

body.no_header_image.menu_fixed .head_c .hotel_select::after,
body.no_header_image .head_c:hover .hotel_select::after
{
    filter: brightness(0) invert(1);
}

.head_c .hotel_select[aria-expanded=true]::after
{
    transform: translateX(-50%) rotate(180deg);
}

.head_c .hotel_select strong
{
    font-weight: 700;
}

/*.head_c*/ .gtranslate_c { /* MOD: IB @ 2024.12.04 */
    display: flex;
    align-items: center;
    gap: 11px;
    font:  200 .875rem/100% var(--secondary-font);
    color: var(--light-color);
    letter-spacing: .071em;
    position: relative;
    transition: all ease .5s;
}

body.no_header_image .head_c .gtranslate_c,
#deskmenu .gtranslate_c { /* MOD: IB @ 2024.12.04 */
    color: var(--dark-color);
}

body.no_header_image.menu_fixed .head_c .gtranslate_c,
body.no_header_image .head_c:hover .gtranslate_c
{
    color: var(--light-color);
}

/*.head_c*/ .gtranslate_c a { /* MOD: IB @ 2024.12.04 */
    color: inherit;
    text-decoration: none;
}

/*.head_c*/ .gtranslate_c a:hover { /* MOD: IB @ 2024.12.04 */
    text-decoration: underline;
}

/*.head_c*/ .gtranslate_c .langs { /* MOD: IB @ 2024.12.04 */
    display: flex;
    align-items: center;
    gap: 5px;
}

/*.head_c*/ .gtranslate_c .langs span { /* MOD: IB @ 2024.12.04 */
    /*text-decoration: underline;*/
    font-weight: 400;
}

/*.head_c*/ .gtranslate_c .langs .sep { /* MOD: IB @ 2024.12.04 */
    display: block;
    width: 1px;
    height: 27px;
    background-color: var(--light-color);
    transition: background-color ease .5s;
}

body.no_header_image .gtranslate_c .langs .sep,
#deskmenu .gtranslate_c .langs .sep { /* MOD: IB @ 2024.12.04 */
    background-color: var(--dark-color);
}

body.no_header_image.menu_fixed .gtranslate_c .langs .sep,
body.no_header_image .head_c:hover .gtranslate_c .langs .sep
{
    background-color: var(--light-color);
}

.head_c .gtranslate_btn
{
    position: relative;
    cursor: pointer;
}

.head_c .gtranslate_btn img
{
    filter: brightness(0) invert(1);
}

body.no_header_image .head_c .gtranslate_btn img
{
    filter: none;
}

body.no_header_image.menu_fixed .head_c .gtranslate_btn img,
body.no_header_image .head_c:hover .gtranslate_btn img
{
    filter: brightness(0) invert(1);
}

.gtranslate_c .gtranslate_inner {
    display: none;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: -30px;
    transform: translateY(100%);
}

.gtranslate_c.opened .gtranslate_inner {
    display: flex;
    flex-direction: column;
    padding: 13px 15px 8px;
    min-width: 205px;
    background-color: var(--dark-color);
}

/*+++++ To other language +++++*/
.gtranslate_c .gtranslate_inner a {
    color: #000;
}
.gtranslate_c .gtranslate_inner > a {
    color: #FFF;
    white-space: nowrap;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
}
.gtranslate_inner > a:hover,
.gtranslate_inner > a:focus {
    opacity: 0.8;
    text-decoration: none;
}
/*----- To other language -----*/

.gtranslate_c .gtranslate_inner > *
{
    width: 100%;
}

.gtranslate_c .gtranslate_inner .h_google_tr,
.gtranslate_c .gtranslate_inner .h_google_tr > div /* MOD: IB @ 2024.12.04 */
{
    width: 100%;
}

.goog-te-gadget-simple
{
    width: 100%;
    display: flex!important;
    justify-content: space-between;
    align-items: center;
    padding: 3px!important;
}

.gtranslate_c .h_google_tr
{
    padding: 0;
    display: flex;
    justify-content: center;
}



.goog-te-gadget-simple
{
    border-color: transparent !important;
    font-size: .813rem !important;
    font-weight: 400;
    padding: 0 !important;
    text-transform: none;
}

.goog-te-gadget
{
    font-size: 0 !important;
}

.goog-te-gadget .goog-te-combo
{
    width: 100%;
    margin: 0 !important;
    font: 400 .813rem/180% var(--secondary-font);
    padding: 0 15px;
}

.goog-te-gadget > span
{
    display: none !important;
}

.head_c .head_right
{
    display: flex;
    align-items: center;
    gap: 35px;
}

.head_c .head_links
{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 19px;
    font: 200 .875rem/140% var(--secondary-font);
    color: var(--light-color);
    transition: color ease .5s;
}

body.no_header_image .head_c .head_links
{
    color: var(--dark-color);
}

body.no_header_image.menu_fixed .head_c .head_links,
body.no_header_image .head_c:hover .head_links
{
    color: var(--light-color);
}

.head_c .head_links a
{
    color: inherit;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.head_c .head_links a:hover,
.head_c .head_links a:focus
{
    text-decoration: underline;
}

.head_c .head_links img
{
    filter: brightness(0) invert(1);
    transition: filter ease .5s;
}

body.no_header_image .head_c .head_links img
{
    filter: none;
}

body.no_header_image.menu_fixed .head_c .head_links img,
body.no_header_image .head_c:hover .head_links img
{
    filter: brightness(0) invert(1);
}

#menu_btn
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 105px;
    height: 105px;
    border-left: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    cursor: pointer;
    transition: all ease .5s;
}

body.no_header_image .head_c #menu_btn
{
    border-color: var(--dark-color)
}

body.no_header_image.menu_fixed .head_c #menu_btn,
body.no_header_image .head_c:hover #menu_btn
{
    border-color: var(--light-color);
}

#menu_btn:hover
{
    background-color: var(--dark-color);
}

body.menu_fixed:not(.menu_opened) #menu_btn
{
    padding-top: 34px;
    padding-bottom: 34px;
}

#menu_btn .lines
{
    width: 45px;
    height: 27px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

#menu_btn .lines .line
{
    width: 100%;
    height: 4px;
    border-radius: 1px;
    background-color: var(--light-color);
    transition: all ease .5s;
}

body.no_header_image .head_c #menu_btn .lines .line
{
    background-color: var(--dark-color)
}

body.no_header_image.menu_fixed .head_c #menu_btn .lines .line,
body.no_header_image .head_c:hover #menu_btn .lines .line
{
    background-color: var(--light-color);
}

body.menu_opened #menu_btn .lines .line:first-child
{
    transform: rotate(45deg) translate(9px, 7px);
}

body.menu_opened #menu_btn .lines .line:nth-child(2)
{
    transform: rotate(-45deg) translate(10px, -6px);
}

.head_c .head_logo
{
    position: absolute;
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all ease .5s;
}

body.no_header_image .head_c .head_logo
{
    opacity: 1;
    visibility: visible;
}

.head_c .head_logo img
{
    filter: brightness(0) invert(1);
}

body.no_header_image .head_c .head_logo img
{
    filter: none;
}

body.no_header_image.menu_fixed .head_c .head_logo img,
body.no_header_image .head_c:hover .head_logo img
{
    filter: brightness(0) invert(1);
}

.head_c:hover .head_logo,
body.menu_fixed .head_logo
{
    opacity: 1;
    visibility: visible;
}

/*Head Image*/
.header_image_c
{
    width: 100%;
    height: 100vh;
    float: left;
    position: relative;
    z-index: 1;
}

.header_image_c .header_video
{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.header_image_c .header_video::after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #31272C;
    opacity: .7;
}

.header_image_c .header_video video
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.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::after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #31272C;
    opacity: .7;
}

body.max70 .header_image_c .header_image .img_c::after
{
    background-color: #3C1C28;
}

body.junior .header_image_c .header_image .img_c::after
{
    background-color: #374843;
}

body.andrae .header_image_c .header_image .img_c::after
{
    background-color: var(--dark-color);
}

.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%);
    z-index: 2;
}

.header_image_c .slogan
{
    position: absolute;
    bottom: 15%;
    right: 17.3%;
    font: 200 1.875rem/110% var(--secondary-font);
    color: var(--light-color);
    z-index: 3;
}

.header_image_c .slogan strong
{
    font-weight: 400;
}

.header_image_c .slogan::after
{
    content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateX(100%);
    width: 17.3vw;
    height: 1px;
    background-color: var(--light-color);
}
/*--------infobox-----------*/
@keyframes slide-in {
    100% {
        transform: translateX(-50%); /*-50%*/
        left: 50%;
    }
}

@keyframes slide-out {
    0% {
        transform: translateX(-50%);
        left: 50%;
    }

    100% {
        transform: translateX(-100%);           /*calc(-100vw - 50%)*/
        left: 0;
    }
}

.h_infobox_c
{
    display: flex;
    position: fixed;/*absolute;*/
    left: 0;/*50%;*/
    transform: translateX(-100%);/*(calc(-100vw - 50%))*/
    top: 115px;
    z-index: 9999;
    width: 1340px;
    max-width: calc(100% - 96px);
    animation: slide-in 3s forwards;
    animation-delay: 4.5s;
    overflow-y: auto;
    max-height: calc(100vh - 120px);
}
.h_infobox_c.showed
{
    animation-delay:0s;
}

.h_infobox_c.closed
{
    animation: slide-out 0s forwards;
    overflow-y: unset;
}

.h_infobox_c.closed .h_infobox_close_btn.closed
{
    opacity: 1;
    left: 100%;
}

.h_infobox
{
    padding: 0;
    background-color: #660E36;
    text-decoration: none;
    text-align: left;
}

.h_infobox_close_btn
{
    width: 35px;
    height: 35px;
    cursor: pointer;
    position: absolute;
    z-index: 5;
    top: 24px;
    right: 29px;
    text-decoration: none;
    background: url(../img/icons/infobox_close.svg) no-repeat;
    background-size: 35px 35px;
    background-position: center center
}
.h_infobox_close_btn.closed
{
    opacity: 0;
    transition: opacity ease-out 1s 0.2s;
    padding: 20px 38px 20px 24px;
    position: absolute;
    left: -100%;
    right: auto;
    top: calc(100vh - 115px - 193px);
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    display: inline-table;
    background: #6C5157;
    box-shadow: 0px 0px 19.688px 0px rgba(0, 0, 0, 0.15);
    font: 200 0.875rem/120% var(--secondary-font);
    letter-spacing: 0.399em;
    color: #F5F5F5;
    text-transform: uppercase;
}
.h_infobox .art_element,
.h_infobox .art_element.art_texti .art_element_c
{
    margin-top:0;
    padding-top:0;
    padding-bottom: 0;
    align-items: stretch;
}
.h_infobox .art_element.art_texti .dv_image_left,
.h_infobox .art_element.art_texti .dv_image_right
{
    width: 35%;
}
.h_infobox .art_element.art_texti .img_c
{
    padding-bottom: 0; /*192%;*/
    height: 100%;
}
.h_infobox .art_element.art_texti .art_texti_cont
{
    width: 65%;
    padding: 47px 24px 24px;
    color: #F5F5F5;
    font: 300 0.875rem / 170% var(--secondary-font);
    background-color: #660E36;
}
.h_infobox .art_element.art_texti .art_texti_cont a
{
    color: #F5F5F5 !important;
}

.h_infobox .art_element.art_texti .art_headline
{
    padding-left:122px;
    padding-top: 15px;
    position: relative;
}
/*.h_infobox .art_element.art_texti .art_headline.sub
{
    padding-top: 15px;
}      */
.h_infobox .art_element.art_texti .art_headline > * > span
{
    display: inline;
}

.h_infobox .art_element.art_texti .art_headline::before
{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100px;
    height: 160px;
    background: url("../img/icons/hinfo_logo.svg") no-repeat;
    background-size:100% 100%;
}
.h_infobox .art_element.art_texti .art_headline.sub::before
{
    content:none;
}
.h_infobox .art_element.art_texti .art_inner
{
    padding-top: 35px;
}
.h_infobox .art_element .art_headline h4
{
    font-size: 1.465rem;
}
.h_infobox .art_element .art_headline h6
{
    font-size: 1.033rem;
}
@media(max-width: 1025px)
{
    .h_infobox_c
    {
        left: 50%;
        transform: translateX(calc(-100vw - 50%));
        top: 115px;
        max-width: calc(100% - 96px);
    }
/*    .h_infobox_c.closed .h_infobox_close_btn.closed
    {
        left: calc(100% + 48px);
    } */
    .h_infobox_close_btn
    {
        width: 35px;
        height: 35px;
        top: 24px;
        right: 29px;
        background-size: 100% 100%;
    }
    .h_infobox_close_btn.closed
    {
        padding: 20px 38px 20px 24px;
        left: -200px;
        top: calc(100vh - 115px - 193px);
        font-size: 0.75rem;
    }
    .h_infobox .art_element,
    .h_infobox .art_element.art_texti .art_element_c
    {
        align-items: stretch;
    }
    .h_infobox .art_element.art_texti .dv_image_left,
    .h_infobox .art_element.art_texti .dv_image_right
    {
        width: 35%;
    }
    .h_infobox .art_element.art_texti .img_c
    {
        padding-bottom: 0;
        height: 100%;
    }
    .h_infobox .art_element.art_texti .art_texti_cont
    {
        width: 65%;
        padding: 47px 24px 24px;
        font-size: 0.8125rem;
    }
    .h_infobox .art_element.art_texti .art_headline
    {
        padding-left:66px;
        padding-top: 12px;
    }
    .h_infobox .art_element.art_texti .art_headline::before
    {
        width: 50px;
        height: 80px;
    }
    .h_infobox .art_element.art_texti .art_headline.sub::before
    {
        content:none;
    }
    .h_infobox .art_element .art_headline h4
    {
        font-size: 1.125rem;
    }
    .h_infobox .art_element .art_headline h6
    {
        font-size: 0.875rem;
    }
    .h_infobox .art_element.art_texti .art_inner
    {
        padding-top: 25px;
    }
}

@media(max-width: 850px)
{
    .h_infobox_c
    {
        top: 80px;
        max-width: calc(100% - 44px);
    }
    .h_infobox_c.closed .h_infobox_close_btn.closed
    {
        left: 100%;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .h_infobox_close_btn
    {
        width: 30px;
        height: 30px;
        top: 12px;
        right: 15px;
        background-size: 18px 18px;
        background-color: #660E36;
        border-radius: 50%;
    }
    .h_infobox_close_btn.closed
    {
        padding: 20px 38px 20px 24px;
        top: calc(100vh - 22% - 64px);
        font-size: 0.6875rem;
    }
    .h_infobox .art_element,
    .h_infobox .art_element.art_texti .art_element_c
    {
        align-items: center;
    }
    .h_infobox .art_element.art_texti .dv_image_left,
    .h_infobox .art_element.art_texti .dv_image_right
    {
/*        width: 100%;        */
        display: none;
    }
/*    .h_infobox .art_element.art_texti .img_c
    {
        padding-bottom: 192%;
        height: auto;
    }    */
    .h_infobox .art_element.art_texti .art_texti_cont
    {
        width: 100%;
        padding: 35px 22px 22px;
/*        font-size: 1rem;     */
    }
/*    .h_infobox .art_element.art_texti .art_headline
    {
        padding-left:60px;
        padding-top: 0;
    }
    .h_infobox .art_element.art_texti .art_headline.sub
    {
        padding-top: 8px;
    }
    .h_infobox .art_element.art_texti .art_headline::before
    {
        width: 50px;
        height: 80px;
    }
    .h_infobox .art_element.art_texti .art_headline.sub::before
    {
        content:none;
    }  */
    .h_infobox .art_element.art_texti .art_inner
    {
        padding-top: 20px;
    }
}
@media(max-width: 650px)
{
    .h_infobox .art_element.art_texti .art_headline h4
    {
        font-size: 0.9375rem;
    }
    .h_infobox .art_element.art_texti .dv_image_left,
    .h_infobox .art_element.art_texti .dv_image_right
    {
        display: none;
    }
    .h_infobox .art_element.art_texti .art_texti_cont
    {
        font-size: 0.75rem;
    }
}
@media(max-width: 450px)
{

}
#fixed_mobile_icons
{
    display: none;
}

#quick_enquiry
{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--color1);
    box-shadow: 0px 0px 19.688px 0px rgba(0, 0, 0, 0.15);
    padding: 20px;
    display: flex;
    justify-content: center;
    font: 400 .875rem/160% var(--secondary-font);
    color: var(--light-color);
    letter-spacing: .05em;
    z-index: 7;
}

body.max70 #quick_enquiry
{
    background-color: var(--light-color);
    color: var(--dark-color);
}

body.junior #quick_enquiry
{
    background-color: var(--color4);
    color: var(--dark-color);
}

body.andrae #quick_enquiry
{
    background-color: var(--color4);
    color: var(--dark-color);
}

#quick_enquiry .quick_enquiry_c
{
    width: 100%;
    max-width: 1070px;
    display: flex;
    justify-content: center;
}

#quick_enquiry form
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: Center;
    gap: 40px;
}

#quick_enquiry form label
{
    font: 400 .563rem/160% var(--secondary-font);
    color: var(--light-color);
    letter-spacing: .05em;
}

body.max70 #quick_enquiry form label
{
    color: var(--dark-color);
}

body.junior #quick_enquiry form label
{
    color: var(--dark-color);
}

body.andrae #quick_enquiry form label
{
    color: var(--dark-color);
}

#quick_enquiry form .input_c
{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid var(--light-color);
    padding-bottom: 8px;
}

body.max70 #quick_enquiry form .input_c
{
    border-color: var(--dark-color);
}

body.junior #quick_enquiry form .input_c
{
    border-color: var(--dark-color);
}

body.andrae #quick_enquiry form .input_c
{
    border-color: var(--dark-color);
}

#quick_enquiry form .input
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
    position: relative;
}

#quick_enquiry form .input.select::after
{
    content: '';
    position: Absolute;
    top: 5px;
    right: 0;
    width: 16px;
    height: 12px;
    background: url(../img/icons/home.svg);
    background-size: 100% 100%;
}

body.max70 #quick_enquiry form .input.select::after
{
    background-image: url(../img/icons/max70/home.svg);
}

body.junior #quick_enquiry form .input.select::after
{
    background-image: url(../img/icons/max70/home.svg);
}

body.andrae #quick_enquiry form .input.select::after
{
    background-image: url(../img/icons/andrae/home.svg);
}

#quick_enquiry form input,
#quick_enquiry form select
{
    font: 400 .875rem/160% var(--secondary-font);
    color: var(--light-color);
    letter-spacing: .05em;
    border: none;
    background-color: transparent;
    padding: 0;
}

body.max70 #quick_enquiry form input,
body.max70 #quick_enquiry form select
{
    color: var(--dark-color);
}

body.junior #quick_enquiry form input,
body.junior #quick_enquiry form select
{
    color: var(--dark-color);
}

body.andrae #quick_enquiry form input,
body.andrae #quick_enquiry form select
{
    color: var(--dark-color);
}

#quick_enquiry form input
{
    width: 130px;
}

#quick_enquiry form input.persons
{
    width: 20px;
}

#quick_enquiry form select
{
    -webkit-appearance:     none;
    -moz-appearance:        none;
    -ms-appearance:         none;
    -o-appearance:          none;
    appearance:             none;
    width: 120px;
    position: relative;
    z-index: 2;
}

#quick_enquiry form .controls
{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
    margin-left: 5px;
}

#quick_enquiry form .controls > *
{
    cursor: pointer;
}

#quick_enquiry form .form_buttons
{
    display: flex;
    align-items: stretch;
    gap: 20px;
    margin-left: 40px;
}

#quick_enquiry form .form_buttons a
{
    padding: 10px 30px;
    font: 700 .75rem/100% var(--secondary-font);
    color: var(--light-color);
    text-transform: uppercase;
    text-align: center;
    background-color: var(--dark-color);
    border: 1px solid var(--dark-color);
    text-decoration: none;
    transition: all ease .5s;
}

body.max70 #quick_enquiry form .form_buttons a
{
    background-color: var(--color1);
    border-color: var(--color1);
}

body.junior #quick_enquiry form .form_buttons a
{
    background-color: var(--color1);
    border-color: var(--color1);
}

body.andrae #quick_enquiry form .form_buttons a
{
    background-color: var(--color1);
    border-color: var(--color1);
}

#quick_enquiry form .form_buttons .af_buchen
{
    background-color: var(--color3);
    border-color: var(--color3);
}

body.max70 #quick_enquiry form .form_buttons .af_buchen
{
    background-color: var(--color4);
    border-color: var(--color4);
}

body.junior #quick_enquiry form .form_buttons .af_buchen
{
    background-color: var(--color3);
    border-color: var(--color3);
}

body.andrae #quick_enquiry form .form_buttons .af_buchen
{
    background-color: var(--color2);
    border-color: var(--color2);
}

#quick_enquiry form .form_buttons a:hover,
#quick_enquiry form .form_buttons a:focus
{
    background-color: var(--light-color);
    color: var(--dark-color);
}

body.max70 #quick_enquiry form .form_buttons a:hover,
body.max70 #quick_enquiry form .form_buttons a:focus
{
    background-color: var(--light-color);
    color: var(--color1);
}

body.junior #quick_enquiry form .form_buttons a:hover,
body.junior #quick_enquiry form .form_buttons a:focus
{
    background-color: var(--light-color);
    color: var(--color1);
}

body.andrae #quick_enquiry form .form_buttons a:hover,
body.andrae #quick_enquiry form .form_buttons a:focus
{
    background-color: var(--light-color);
    color: var(--color1);
}

#quick_enquiry form .form_buttons .af_buchen:hover,
#quick_enquiry form .form_buttons .af_buchen:focus
{
    background-color: var(--light-color);
    color: var(--color3);
}

body.max70 #quick_enquiry form .form_buttons .af_buchen:hover,
body.max70 #quick_enquiry form .form_buttons .af_buchen:focus
{
    background-color: var(--light-color);
    color: var(--color4);
}

body.junior #quick_enquiry form .form_buttons .af_buchen:hover,
body.junior #quick_enquiry form .form_buttons .af_buchen:focus
{
    background-color: var(--light-color);
    color: var(--color3);
}

body.andrae #quick_enquiry form .form_buttons .af_buchen:hover,
body.andrae #quick_enquiry form .form_buttons .af_buchen:focus
{
    background-color: var(--light-color);
    color: var(--color2);
}

/* Hotel Select */
#hotel_select
{
    position: fixed;
    width: 100vw;
    height: calc(100vh - 105px);
    top: -100vh;
    left: 0;
    background-color: var(--transparent-light-color);
    opacity: 0;
    visibility: hidden;
    transition: all ease .7s;
    z-index: 6;
}

body.hotel_select_opened #hotel_select
{
    top: 105px;
    opacity: 1;
    visibility: visible;
}

#hotel_select .columns
{
    width: 100%;
    height: 73%;
    display: flex;
}

#hotel_select .columns > *
{
    width: 33.33%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid var(--dark-color);
}

#hotel_select .columns a img
{
    transition: transform ease .7s;
}

#hotel_select .columns a:hover img,
#hotel_select .columns a:focus img
{
    transform: scale(1.07);
}

#hotel_select .slogan
{
    position: absolute;
    bottom: calc(8% + 86px);
    transform: translateY(50%);
    right: 17.3%;
    font: 200 1.875rem/110% var(--secondary-font);
    color: var(--dark-color);
    z-index: 3;
}

#hotel_select .slogan strong
{
    font-weight: 400;
}

#hotel_select .slogan::after
{
    content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateX(100%);
    width: 17.3vw;
    height: 1px;
    background-color: var(--dark-color);
}

/* Menu */
#deskmenu
{
    position: fixed;
    width: 100vw;
    height: calc(100vh - 105px);
    top: -100vh;
    left: 0;
    background-color: var(--transparent-light-color);
    opacity: 0;
    visibility: hidden;
    transition: all ease .7s;
    z-index: 5;
}

body.menu_opened #deskmenu
{
    top: 105px;
    opacity: 1;
    visibility: visible;
}

#deskmenu .columns
{
    width: 100%;
    height: 73%;
    display: flex;
}

#deskmenu .columns > *
{
    width: 33.33%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 108px;
    border-right: 1px solid var(--dark-color);
    padding: 20px;
}

#deskmenu .columns a img
{
    transition: transform ease .7s;
}

#deskmenu .columns a:hover img,
#deskmenu .columns a:focus img
{
    transform: scale(1.07);
}

#deskmenu .slogan
{
    position: absolute;
    bottom: calc(8% + 86px);
    transform: translateY(50%);
    right: 17.3%;
    font: 200 1.875rem/110% var(--secondary-font);
    color: var(--dark-color);
    z-index: 3;
}

#deskmenu .slogan strong
{
    font-weight: 400;
}

#deskmenu .slogan::after
{
    content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateX(100%);
    width: 17.3vw;
    height: 1px;
    background-color: var(--dark-color);
}

#deskmenu .deskmenu_c ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#deskmenu .deskmenu_c > ul
{
    width: 100%;
}

#deskmenu .deskmenu_c > ul > li
{
    width: 100%;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
}

#deskmenu .deskmenu_c > ul > li:first-child
{
}

#deskmenu .deskmenu_c > ul > li > a
{
    display: inline-block;
    font: 400 1.125rem/120% var(--secondary-font);
    color: var(--dark-color);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .05em;
    transition: color ease .5s;
    position: relative;
}

#deskmenu .deskmenu_c > ul > li > a:hover,
#deskmenu .deskmenu_c > ul > li > a:focus,
#deskmenu .deskmenu_c > ul > li.current_path > a,
#deskmenu .deskmenu_c > ul > li.current_link > a
{
    text-decoration: underline;
}


#deskmenu .deskmenu_c > ul > li > ul
{
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition: max-height ease .7s;
}

#deskmenu .deskmenu_c > ul > li.opened > ul
{
    max-height: 500px;
    padding: 15px 0;
}

#deskmenu .deskmenu_c > ul > li > ul > li
{
    padding: 12px 0;
}

#deskmenu .deskmenu_c > ul > li > ul > li > a
{
    font: 300 1rem/120% var(--secondary-font);
    color: var(--dark-color);
    text-transform: uppercase;
    letter-spacing: .06em;
    text-decoration: none;
    transition: color ease .5s;
}

#deskmenu .deskmenu_c > ul > li > ul > li > a:hover,
#deskmenu .deskmenu_c > ul > li > ul > li > a:focus,
#deskmenu .deskmenu_c > ul > li > ul > li.current_path > a,
#deskmenu .deskmenu_c > ul > li > ul > li.current_link > a
{
    text-decoration: underline;
}

#dirs21_close
{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background-color: var(--color1);
    align-items: center;
    justify-content: center;
    z-index: 9999999999999999999999999999;
    cursor: pointer;
}

body:has(.d21-ibe-visible) #dirs21_close
{
    display: flex;
}

body:has(.d21-ibe-visible) .page_c::after
{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 900vh;
    background-color: var(--dark-color);
    opacity: .7;
    z-index: 10;
}

.d21-ibe
{
    padding: 40px !important;
}

/* Main */
.main_c
{
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
    float: left;
}
.main
{
	width: 100%;
    float: left;
	min-height: 500px;
	overflow: hidden;
	position: relative;
    float: left;
    padding-bottom: 120px;
	z-index: 1;
}

/* Footer */
#footer
{
	width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: var(--color1);
    position: relative;
    z-index: 2;
}

#footer .footer_links
{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 120px 17px;
    display: flex;
    gap: 52px;
    background-color: var(--color5);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.20);
    font: 700 .875rem/170% var(--secondary-font);
    letter-spacing: .18em;
    text-transform: uppercase;
    z-index: 2;
}

#footer .footer_links a
{
    color: inherit;
    text-decoration: underline;
}

#footer .footer_links a:hover,
#footer .footer_links a:focus
{
    text-decoration: none;
}

#footer .footer_c
{
    width: 100%;
    max-width: 1540px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    position: relative;
    padding-bottom: 84px; /* because the fixed quick enquiry */
}

#footer .footer_c > *
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 70px 75px 80px;
}

#footer .footer_c .left
{
    gap: 48px;
}

#footer .footer_c .left .cont
{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 48px;
}

#footer .footer_c .contact_links
{
    display: flex;
    flex-direction: column;
    font: 700 1rem/170% var(--secondary-font);
    color: var(--light-color);
}

#footer .footer_c .contact_links a
{
    color: inherit;
    text-decoration: underline;
}

#footer .footer_c .contact_links a:hover,
#footer .footer_c .contact_links a:focus
{
    text-decoration: none;
}

#footer .footer_c .impressum
{
    display: flex;
    flex-direction: column;
    font: 400 1.25rem/170% var(--secondary-font);
    text-transform: uppercase;
    letter-spacing: .25em;
    color: var(--light-color);
}

#footer .footer_c .impressum a
{
    color: inherit;
    text-decoration: underline;
}

#footer .footer_c .impressum a:hover,
#footer .footer_c .impressum a:focus
{
    text-decoration: none;
}

#footer .footer_c .center
{
    gap: 70px;
    position: relative;
}

#footer .footer_c .center::before
{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 80%;
    background-color: var(--light-color);
}

#footer .footer_c .center::after
{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 80%;
    background-color: var(--light-color);
}

#footer .footer_c .center .title
{
    font: 700 1.125rem/120% var(--secondary-font);
    text-transform: uppercase;
    letter-spacing: .055em;
    color: var(--light-color);
    text-align: center;
}

#footer .footer_c .center .title span
{
    font-weight: 300;
}

#footer .footer_c .center .item
{
    display: flex;
    justify-content: flex-start;
    gap: 75px;
    font: 700 1rem/170% var(--secondary-font);
    color: var(--light-color);
}

#footer .footer_c .center .item .img_c
{
    width: 142px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

#footer .footer_c .center .item .info
{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 15px;
    white-space: nowrap;
}

#footer .footer_c .center .item a
{
    color: inherit;
    text-decoration: underline;
}

#footer .footer_c .center .item a:hover,
#footer .footer_c .center .item a:focus
{
    text-decoration: none;
}

#footer .footer_c .right
{
    gap: 70px;
    align-items: flex-end;
    font: 400 .875rem/170% var(--secondary-font);
    color: var(--light-color);
}

#footer .footer_c .right a
{
    text-decoration: none;
    color: inherit;
}

#footer .footer_c .right a:hover,
#footer .footer_c .right a:focus
{
    text-decoration: underline;
}

#footer .footer_c .right .social_c
{
    display: flex;
    align-items: center;
    gap: 35px;
}

#footer .footer_c .right .social
{
    display: flex;
    align-items: center;
    gap: 20px;
}

#footer .footer_c .right .algo_link
{
    display: flex;
    gap: 7px;
}

/* Date picker */
body.junior .ui-datepicker .ui-datepicker-header {
    background-color:var(--color1);
}

body.junior .ui-datepicker th {
    color: var(--color1);
}

body.junior .ui-datepicker td {
    color: #333;
}

body.junior .ui-state-hover,
body.junior .ui-widget-content .ui-state-hover,
body.junior .ui-widget-header .ui-state-hover,
body.junior .ui-state-focus,
body.junior .ui-widget-content .ui-state-focus,
body.junior .ui-widget-header .ui-state-focus
{
    background: var(--color1);
    color: #FFF !important;
}

body.junior .ui-state-active,
body.junior .ui-widget-content .ui-state-active,
body.junior .ui-widget-header .ui-state-active {
    background: var(--color1);
    color: $color_tbody_active !important;
}

/*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: 1550px)
{
    #footer .footer_c .left img
    {
        max-width: 250px;
    }

    #footer .footer_c .right img
    {
        max-width: 250px;
    }

    #footer .footer_c .center .item
    {
        gap: 30px;
    }

}

@media(max-width: 1300px)
{
    #footer .footer_c > *
    {
        padding-left: 50px;
        padding-right: 50px;
    }

}

@media(max-width: 1150px)
{
    #footer .footer_c .center .item
    {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    #footer .footer_c .center .item .img_c
    {
        width: auto;
    }

    #footer .footer_c .center .item .info
    {
        align-items: center;
    }

}

@media(max-width: 1100px)
{
    #quick_enquiry form .form_buttons
    {
        margin-left: 0;
    }

}

@media(max-width:1025px)
{
    .as_map_c
    {
        display: none !important;
    }

    .main
    {
        padding-bottom: 60px;
    }

    .head_c
    {
        background-color: var(--color1);
    }

    .head_c .head_logo
    {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        visibility: visible;
        opacity: 1;
    }

    .head_c .head_logo img
    {
        width: 100px;
        filter: brightness(0) invert(1) !important;
    }

    .head_c .head_links
    {
        gap: 7px;
    }

    .head_c .hotel_select
    {
        padding: 15px 15px 22px;
        font-size: .875rem;
        border-bottom: none;
    }

    .head_c .hotel_select::after
    {
        bottom: 10px;
        width: 12px;
        height: 7px;
    }

    body.no_header_image .head_c .hotel_select
    {
        color: var(--light-color);
        border-color: var(--light-color);
    }

    body.no_header_image .head_c .hotel_select::after
    {
        filter: brightness(0) invert(1);
    }

    body.no_header_image .head_c .gtranslate_c
    {
        color: var(--light-color);
    }

    body.no_header_image .gtranslate_c .langs .sep
    {
        background-color: var(--light-color);
    }

    body.no_header_image .head_c .gtranslate_btn img
    {
        filter: brightness(0) invert(1);
    }

    body.no_header_image .head_c .head_links
    {
        color: var(--light-color);
    }

    body.no_header_image .head_c .head_links img
    {
        filter: brightness(0) invert(1);
    }

    body.no_header_image .head_c #menu_btn
    {
        border-color: var(--light-color);
    }

    body.no_header_image .head_c #menu_btn .lines .line
    {
        background-color: var(--light-color);
    }

    #menu_btn
    {
        width: 65px;
        height: 73px;
        border-bottom: none;
    }

    #menu_btn .lines
    {
        width: 25px;
        height: 15px;
    }

    #menu_btn .lines .line
    {
        height: 2px;
    }

    body.menu_opened #menu_btn .lines .line:first-child
    {
        transform: rotate(45deg) translate(4px, 3px);
    }

    body.menu_opened #menu_btn .lines .line:nth-child(2)
    {
        transform: rotate(-45deg) translate(6px, -5px);
    }

    #quick_enquiry
    {
        display: none;
    }

    #fixed_mobile_icons
    {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: var(--color1);
        padding: 15px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 50px;
        font: 400 .75rem/100% var(--secondary-font);
        color: var(--light-color);
        letter-spacing: .05em;
        box-shadow: 0px 0px 19.688px 0px rgba(0, 0, 0, 0.15);
        z-index: 7;
    }

    #fixed_mobile_icons .enquiry_links
    {
        display: flex;
        align-items: stretch;
        gap: 13px;
    }

    #fixed_mobile_icons .enquiry_links a
    {
        color: inherit;
        text-decoration: none;
        padding: 10px 15px;
        background-color: var(--dark-color);
        text-transform: uppercase;
    }

    #fixed_mobile_icons .enquiry_links a.book
    {
        /*background-color: var(--color3);*/
        background-color: var(--color2); /* MOD: IB @ 2024.12.05 */
    }

    body.max70 #fixed_mobile_icons
    {
        background-color: var(--color1);
    }

    body.junior #fixed_mobile_icons
    {
        background-color: var(--color1);
    }

    body.andrae #fixed_mobile_icons
    {
        background-color: var(--color1);
    }
    body.max70 #fixed_mobile_icons .enquiry_links a
    {
        background-color: var(--color1);
        border-color: var(--color1);
    }

    body.junior #fixed_mobile_icons .enquiry_links a
    {
        background-color: var(--color1);
        border-color: var(--color1);
    }

    body.andrae #fixed_mobile_icons .enquiry_links a
    {
        background-color: var(--color1);
        border-color: var(--color1);
    }

    #fixed_mobile_icons .enquiry_links a.book
    {
        /*background-color: var(--color3);*/
        background-color: var(--color2); /* MOD: IB @ 2024.12.05 */
        border-color: var(--color3);
    }

    body.max70 #fixed_mobile_icons .enquiry_links a.book
    {
        background-color: var(--color4);
        border-color: var(--color4);
    }

    body.junior #fixed_mobile_icons .enquiry_links a.book
    {
        /*background-color: var(--color3);*/
        background-color: var(--color2); /* MOD: IB @ 2024.12.05 */
        border-color: var(--color3);
    }

    body.andrae #fixed_mobile_icons .enquiry_links a.book
    {
        background-color: var(--color2);
        border-color: var(--color2);
    }

    #hotel_select
    {
        height: calc(100vh - 73px);
        overflow-y: auto;
    }

    body.hotel_select_opened #hotel_select
    {
        top: 73px;
    }

    #hotel_select .columns
    {
        height: auto;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 20px;
    }

    #hotel_select .columns > *
    {
        /*
        padding-top: 85px;
        padding-bottom: 85px;
        */
        padding-top: 50px;
        padding-bottom: 50px;
        width: 100%;
        max-width: 267px;
        border-bottom: 1px solid var(--dark-color);
        border-right: none;
    }

    #hotel_select .columns > *:last-child
    {
        border-bottom: none;
    }

    #hotel_select .columns a img
    {
        max-width: 190px;
    }

    #hotel_select .slogan
    {
        display: none;
    }


    #hotel_select .columns a
    {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 190px;
        /*height: 47px;*/
        height: 108px;
    }

    #hotel_select .columns a img
    {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .header_image_c .slogan
    {
        font-size: 1.5rem;
    }

    #deskmenu
    {
        height: calc(100vh - 73px);
    }

    body.menu_opened #deskmenu
    {
        top: 73px;
        overflow-y: auto;
    }

    #deskmenu .slogan
    {
        display: none;
    }

    #deskmenu .columns
    {
        height: auto;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 20px 20px 100px;
    }

    #deskmenu .columns > *
    {
        width: 100%;
        max-width: 267px;
        gap: 30px;
        border-right: none;
        border-bottom: 1px solid var(--dark-color);
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #deskmenu .columns > *:last-child
    {
        border-bottom: none;
    }

    #deskmenu .columns > *:first-child img
    {
        max-width: 250px;
    }

    #deskmenu .deskmenu_c > ul > li > a
    {
        font-size: 1rem;
    }

    #deskmenu .deskmenu_c > ul > li > ul > li > a
    {
        font-size: .875rem;
    }

    .header_image_c .header_image_logo_c img
    {
        max-width: 283px;
    }

    /* Footer */
    #footer .footer_c
    {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    #footer .footer_c > *
    {
        width: 100%;
    }

    #footer .footer_c .left
    {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 0;
        padding: 83px 25px 50px;
    }

    #footer .footer_c .left .cont
    {
        gap: 26px;
        margin-left: 25px;
        padding-left: 25px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-left: 1px solid var(--light-color);
    }

    #footer .footer_c .center
    {
        padding: 45px 25px;
        gap: 50px;
    }

    #footer .footer_c .center::before
    {
        top: 0;
        bottom: auto;
        left: 0;
        width: 80%;
        height: 1px;
    }

    #footer .footer_c .center::after
    {
        top: auto;
        bottom: 0;
        left: auto;
        right: 0;
        width: 80%;
        height: 1px;
    }

    #footer .footer_c .center .item
    {
        gap: 20px;
    }

    #footer .footer_c .center .item .info
    {
        margin-top: 0;
    }

    #footer .footer_c .right
    {
        padding: 50px 25px;
        gap: 80px;
        justify-content: flex-start;
        align-items: center;
    }

    #footer .footer_c .right img
    {
        max-width: 270px;
    }

}

@media(max-width: 750px)
{
    .head_c .head_logo
    {
        display: none;
    }

}

/* MOD: IB @ 2024.12.04 */
@media(min-width: 651px) {
    #deskmenu .gtranslate_c {display:none}
}

@media(max-width: 650px)
{
    .head_c .gtranslate_c
    {
        display: none;
    }

    .head_c .head_links
    {
        display: none;
    }

    .head_c .head_logo
    {
        display: block;
        left: calc(50% + 35px);
        transform: translate(-50%, -50%);
    }

    .head_c .head_logo img
    {
        width: 100px;
        filter: brightness(0) invert(1) !important;
    }

    .head_c .head_logo.wendl img
    {
        width: 80px;
    }

    body.max70 .head_c .head_logo img
    {
        width: 120px;
    }

    .head_c .hotel_select
    {
        font-size: .75rem;
        padding: 14px 15px 22px;
    }

    .head_c .hotel_select::after
    {
        bottom: 8px;
    }

    #menu_btn
    {
        width: 63px;
        height: 63px;
    }

    body.hotel_select_opened #hotel_select
    {
        top: 63px;
    }

    #deskmenu
    {
        height: calc(100vh - 64px);
    }

    /*+++++ To other language +++++*/
    #deskmenu .gtranslate_c {
        position: absolute;
        right: 20px;
        top: 20px;
        gap: 7px;
    }
    #deskmenu .gtranslate_c .gtranslate_inner {
        left: auto;
        right: 0;
        bottom: -15px;
    }
    #deskmenu .gtranslate_btn {
        margin-left: 10px;
    }
    /*----- To other language -----*/

    body.menu_opened #deskmenu
    {
        top: 64px;
    }

    #deskmenu .columns > :first-child img
    {
        max-width: 180px;
    }

    #deskmenu .columns > :nth-child(2)
    {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #deskmenu .columns > :nth-child(2) > a
    {
        width: 134px;
        height: 46px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #deskmenu .columns > :nth-child(2) > a img
    {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    #deskmenu .deskmenu_c > ul > li
    {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    #deskmenu .deskmenu_c > ul > li > a
    {
        font-size: .75rem;
    }

    #deskmenu .deskmenu_c > ul > li > ul > li
    {
        padding: 5px 0;
    }

    #deskmenu .deskmenu_c > ul > li > ul > li > a
    {
        font-size: .688rem;
    }

    .header_image_c .header_image_logo_c
    {
        max-width: 280px;
    }

    .header_image_c .slogan
    {
        font-size: 1.25rem;
        right: 56px;
        max-width: calc(100% - 56px);
        padding-left: 25px;
        text-align: right;
    }

    .header_image_c .slogan::after
    {
        right: -12px;
        width: 44px;
    }

    #footer .footer_links
    {
        min-width: 220px;
        padding: 12px 24px;
        gap: 5px 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    #footer .footer_c .left img
    {
        max-width: 142px;
    }

    #footer .footer_c .contact_links
    {
        font-size: .75rem;
    }

    /*#footer .footer_c .impressum
    {
        font-size: .75rem;
    }*/

    #footer .footer_c .impressum, /* MOD: IB @ 2024.12.05. */
    #footer .footer_c .center .item
    {
        font-size: .75rem;
        line-height: 2em; /* MOD: IB @ 2024.12.05. */
    }

}

@media(max-width: 400px)
{
    #fixed_mobile_icons
    {
        gap: 20px;
    }

}

@media(max-width: 380px)
{
    #footer .footer_c .left
    {
        flex-direction: column;
    }

    #footer .footer_c .left .cont
    {
        margin-left: 0;
        padding-left: 0;
        border: none;
        margin-top: 10px;
    }

    #footer .footer_c .contact_links
    {
        align-items: center;
    }

    #footer .footer_c .impressum
    {
        align-items: center;
    }

}

@media(max-width: 350px)
{
    .header_image_c .header_image_logo_c img
    {
        max-width: 200px;
    }

    body.max70 .head_c .head_logo img
    {
        width: 100px;
    }

}
