@charset 'utf-8';

/* COOKIE */
#cks_overlay
{
    background-color: #fff !important;
    padding: 5px 0 !important;
}

.cks_inner,
.cks_inner a
{
    color: #5f5f5f !important;
    font-size: .813rem !important;
    line-height: .875em !important;
}

.cks_inner p
{
    padding: 7px 114px 5px 0 !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: rgb(255, 255, 255);
    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 img
{
    border: 0 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;
}

body .ui-widget
{
    font-size: 11px;
}

.sc_only
{
    width: 0;
    height: 0;
    overflow: hidden;
}

.page_c
{
    width: 100%;
    min-width: 850px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 30px 30px 0;
    z-index: 1;
}

body.content_p .page_c
{
    padding-top: 71px;
}

.page_c::before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 30px solid #CBC49E;
    border-bottom: none;
    box-sizing: border-box;
}

@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 #CBC49E;
}

/* 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: #fff;
            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: #fff;
    outline: 1px dotted #231f1d;
}

.head_c
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    transition: all .5s ease 0s;
    z-index: 6;
}

body.content_p .head_c,
body.menu_fixed .head_c,
body.menu_opened .head_c
{
    background-color: rgb(184, 177, 142);
    box-shadow: rgba(0, 0, 0, .15) 0 4px 20px;
}

.head_c .header_c
{
    width: 100%;
    max-width: 1920px;
    padding: 25px 70px;
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    justify-content: center;
    font: 500 1rem / 130% Karla, Trebuchet, sans-serif;
    color: rgb(255, 255, 255);
    transition: all .5s ease 0s;
}

body.start:not(.menu_fixed):not(.menu_opened) .head_c .header_c
{
    padding-top: 45px;
    padding-bottom: 45px;
    justify-content: flex-start;
}

body.start:not(.menu_fixed):not(.menu_opened) .head_c .head_logo
{
    display: none;
}

.head_c .header_c a
{
    color: inherit;
    text-decoration: underline;
}

.head_c .head_logo
{
    position: absolute;
    top: 12px;
    left: 90px;
}

body.start:not(.menu_fixed):not(.menu_opened) .head_c .head_logo
{
    display: none;
}

.head_c .header_c a
{
    color: inherit;
    text-decoration: underline;
}

.head_c .head_content
{
    display: flex;
    justify-content: center;
}

.head_c .head_content > *
{
    margin-left: 18px;
    margin-right: 18px;
}

.head_c .head_content a
{
    display: flex;
    align-items: center;
}

.head_c .header_c a:hover,
.head_c .header_c a:focus
{
    text-decoration: none;
}

.head_c .head_content a img
{
    margin-right: 10px;
}

body.content_p .head_c .head_content a img,
body.menu_fixed .head_c .head_content a img,
body.menu_opened .head_c .head_content a img
{
    display: none;
}

.head_c .head_content .gtranslate_c
{
    position: relative;
}

.head_c .head_content .gtranslate_c .gtranslate_btn
{
    cursor: pointer;
    padding-right: 18px;
    position: relative;
}

.head_c .head_content .gtranslate_c .gtranslate_btn::after
{
    content: '';
    position: absolute;
    top: 9px;
    right: 0;
    width: 8px;
    height: 5px;
    background: url('../img/icons/angle_down.svg') 0 0 / 100% 100%;
    transition: transform .5s ease 0s;
}

.gtranslate_c .gtranslate_inner
{
    display: none;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 30px;
}

.gtranslate_c.opened .gtranslate_inner
{
    display: flex;
    flex-direction: column;
    padding: 11px;
    background-color: #EAE8CA;
}

.gtranslate_c .gtranslate_inner > *
{
    width: 100%;
}

.gtranslate_c .gtranslate_inner .h_google_tr
{
    width: 100%;
}

.gtranslate_c .goog-te-gadget-simple
{
    width: 100%;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.gtranslate_c .gtranslate_inner a
{
    text-decoration: none;
}

/* Google Translate */
.goog-te-gadget {
    font-size: 0 !important; }

.goog-te-gadget > span {
    display: none !important; }

.gtranslate_c .gtranslate_inner .goog-te-combo {
    width: 100%;
    min-width: 175px;
    font: 400 0.875rem/100% Karla, Trebuchet, sans-serif;
    text-transform: none; }

.head_c #menu_btn
{
    position: absolute;
    top: 46px;
    right: 46px;
    width: 78px;
    height: 78px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(234, 232, 202);
    transition: all .5s ease 0s;
}

body.content_p .head_c #menu_btn,
body.menu_opened .head_c #menu_btn,
body.menu_fixed .head_c #menu_btn
{
    top: 0;
    right: 94px;
    width: 92px;
    height: 92px;
    background-color: rgb(223, 221, 191);
}

#menu_btn .lines
{
    width: 40px;
    height: 26px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#menu_btn .lines .line
{
    width: 100%;
    height: 3px;
    background-color: rgb(255, 255, 255);
    transition: all .5s ease 0s;
}

#menu_btn .lines .line:nth-child(3)
{
    width: 21px;
}

#menu_btn:hover .lines .line:nth-child(3),
#menu_btn:focus .lines .line:nth-child(3)
{
    width: 100%;
}

body.menu_opened #menu_btn .lines .line:nth-child(1)
{
    transform: rotate(45deg) translate(6px, 7px);
}

body.menu_opened #menu_btn .lines .line:nth-child(2)
{
    opacity: 0;
}

body.menu_opened #menu_btn .lines .line:nth-child(3)
{
    width: 100%;
    transform: rotate(-45deg) translate(10px, -10px);
}

.h_menu_c
{
    width: 100vw;
    height: calc(-71px + 100vh);
    overflow: hidden auto;
    position: fixed;
    top: -100vh;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    opacity: 0;
    transition: all .7s ease 0s;
    background-color: rgb(252, 250, 248);
    background-size: 100%;
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-bottom: 75px;
    z-index: 1;
}

body.menu_opened .h_menu_c
{
    top: 71px;
    opacity: 1;
    background-image: url('../img/icons/farmtastic_holiday_menu.svg');
    z-index: 5;
}

.h_menu_c .menu_c
{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
    z-index: 1;
}

.h_menu_c .menu
{
    width: 100%;
    min-height: 100%;
    padding-bottom: 50px;
    padding-left: 100px;
    padding-right: 100px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 2;
}

.h_menu_c .menu .menu_slogan
{
    display: none;
}

.h_menu_c .menu .deskmenu_c
{
    width: 100%;
    max-width: 1285px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 230px;
}

.h_menu_c .menu .enquiry_links
{
    position: absolute;
    top: 94px;
    right: 94px;
    display: flex;
    align-items: stretch;
    gap: 7px;
}

.h_menu_c .menu .enquiry_links a
{
    padding: 10px 25px 13px;
    font: 800 1.25rem / 135% "Playfair Display", "Times New Roman", sans-serif;
    color: rgb(184, 177, 142);
    text-decoration: none;
    border: 1px solid rgb(184, 177, 142);
    border-radius: 26px;
    transition: all .5s ease 0s;
}

.h_menu_c .menu .enquiry_links a:hover,
.h_menu_c .menu .enquiry_links a:focus
{
    background-color: rgb(234, 232, 202);
    border-color: rgb(234, 232, 202);
    color: rgb(203, 196, 158);
}

.h_menu_c .menu .enquiry_links a.book:not(:hover):not(:focus)
{
    color: rgb(255, 255, 255);
    background-color: rgb(184, 177, 142);
}

.h_menu_c .menu .menu_image_c
{
    position: relative;
    width: 376px;
}

.h_menu_c .menu .menu_image
{
    width: 100%;
    padding-bottom: 130%;
    background-size: cover;
    position: relative;
    transition: all .5s ease 0s;
    z-index: 2;
}

body:not(.menu_opened) .h_menu_c .menu .menu_image
{
    background: none !important;
}

.h_menu_c .menu .menu_image_c .menu_badge
{
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    width: 170px;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(203, 196, 158);
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 36px;
    z-index: 4;
}

body.menu_opened .h_menu_c .menu .menu_image_c .menu_badge
{
    background-image: url('../img/icons/leaf_white.svg');
}

.h_menu_c .menu .menu_image_c .menu_badge::before
{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 18px);
    height: calc(100% - 18px);
    border: 2px solid rgb(255, 255, 255);
    border-radius: 50%;
}

.h_menu_c .menu .menu_image_c .menu_badge img
{
    animation: 20s linear 0s infinite normal both running rotate_badge;
}

@keyframes rotate_badge
{
    0%
    {
    }

    100%
    {
        transform: rotate(-360deg);
    }
}

.h_menu_c .menu .menu_image_c .menu_badge::after
{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 1px solid rgb(255, 255, 255);
    border-radius: 50%;
}

.h_menu_c .menu .menu_image_c .menu_image_links
{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
    padding: 30px 0 0;
    font: 500 .875rem / 170% Karla, Trebuchet, sans-serif;
    color: rgb(184, 177, 142);
    z-index: 2;
}

.h_menu_c .menu .menu_image_c .menu_image_links a
{
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
}

.h_menu_c .menu .menu_image_c .menu_image_links a:hover,
.h_menu_c .menu .menu_image_c .menu_image_links a:focus
{
    text-decoration: underline;
}

.h_menu_c .menu .menu_image_c .menu_image_links a img
{
    margin-right: 5px;
}

.h_menu_c .menu .deskmenu_c > ul
{
    position: relative;
    display: flex;
    flex-direction: column;
    overflow-x: visible;
    margin: 0;
    padding: 50px 320px 50px 0;
    z-index: 1;
    transition: all .7s ease 0s;
}

.h_menu_c .menu .deskmenu_c > ul::after
{
    content: '';
    position: absolute;
    top: 0;
    left: calc(100% - 320px);
    width: 5px;
    height: 100%;
    background-size: 5px;
    background-repeat: repeat-y;
}

body.menu_opened .h_menu_c .menu .deskmenu_c > ul::after
{
    background-image: url('../img/icons/vertical_wavy_line.png');
}

.menu li
{
    margin: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
    z-index: 2;
    text-transform: none;
}

.menu .deskmenu_c > ul > li > a
{
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 5px 45px 5px 85px;
    position: relative;
    font: 800 2.188rem / 135% "Playfair Display", "Times New Roman", sans-serif;
    color: rgb(203, 196, 158);
    text-decoration: none;
    overflow: hidden;
}

.menu li a span
{
    display: inline;
    position: relative;
}

.menu .deskmenu_c > ul > li > a > span::before
{
    content: '';
    position: absolute;
    top: 24px;
    left: -86px;
    width: 0;
    height: 1px;
    background-color: rgb(184, 177, 142);
    transition: width .5s ease 0s;
}

.menu .deskmenu_c > ul > li.current_link > a,
.menu .deskmenu_c > ul > li.current_path > a
{
    text-decoration: underline;
}

.menu .deskmenu_c ul > li > a:hover > span::before,
.menu .deskmenu_c ul > li > a:focus > span::before,
.menu .deskmenu_c ul > li.opened > a > span::before,
.menu .deskmenu_c ul > li.current_link > a > span::before,
.menu .deskmenu_c ul > li.current_path > a > span::before
{
    width: 60px;
}

.h_menu_c .menu .deskmenu_c > ul > li > ul
{
    position: absolute;
    right: -50vw;
    width: 100%;
    max-width: 260px;
    padding: 100px 0 0;
    transition: none 0s ease 0s;
    visibility: hidden;
    opacity: 0;
}

html.menu_opened .h_menu_c .menu .deskmenu_c > ul > li > ul
{
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.h_menu_c .menu .deskmenu_c > ul > li.opened > ul
{
    visibility: visible;
    opacity: 1;
}

.menu li li
{
    width: 100%;
}

.menu .deskmenu_c li li a
{
    display: inline-block;
    font: 500 1.125rem / 120% Karla, Trebuchet, sans-serif;
    color: rgb(184, 177, 142);
    text-decoration: none;
    transition: all .5s ease 0s;
    padding: 5px 0;
    opacity: 1;
}

.menu .deskmenu_c li li a:hover,
.menu .deskmenu_c li li a:focus,
.menu .deskmenu_c li li.current_path a
{
    text-decoration: underline;
}

.h_menu_c .menu .deskmenu_c > ul > li > ul::after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    height: 71px;
    background-size: 100% 100%;
}

body.menu_opened .h_menu_c .menu .deskmenu_c > ul > li > ul::after
{
    background-image: url('../img/icons/f-key-visual.svg');
}

.header_image_c
{
    width: calc(100% + 60px);
    height: 57vw;
    position: relative;
    margin-top: -30px;
    margin-left: -30px;
    margin-right: -30px;
    z-index: 2;
}

.header_image_c::before
{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 386px;
    height: 643px;
    background: url('../img/icons/leaf_right.png') 0 0 / 100% 100%;
    z-index: 4;
}

.header_image_c::after
{
    content: '';
    position: absolute;
    top: 15px;
    left: 10px;
    width: 72.29%;
    height: calc(100% - 15px);
    background: rgb(203, 196, 158) url('../img/bgs/leaf.png') left top / 63px;
    border-top: 10px solid rgb(203, 196, 158);
}

.header_image_c .header_image_buttons
{
    position: absolute;
    top: 104px;
    left: 88px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 18px;
    z-index: 3;
}

.header_image_c .header_image_buttons a
{
    padding: 14px 43px 12px;
    border-radius: 25px;
    background-color: #949982;
    font: 700 .938rem/170% Karla, Trebuchet, sans-serif;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .2em;
    color: #FFF;
    position: relative;
    overflow: hidden;
    transition: color ease .7s;
}

.header_image_c .header_image_buttons a:nth-child(2)
{
    background-color: #96A4AA;
}

.header_image_c .header_image_buttons a:hover,
.header_image_c .header_image_buttons a:focus
{
    color: #CBC49E;
}

.header_image_c .header_image_buttons a::after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #EAE8CA;
    transition: width ease .5s;
}

.header_image_c .header_image_buttons a:hover::after,
.header_image_c .header_image_buttons a:focus::after
{
    width: 100%;
}

.header_image_c .header_image_buttons a span
{
    position: relative;
    z-index: 2;
}

.header_image_c .header_image_c_c
{
    position: absolute;
    top: 0;
    right: 115px;
    width: 51.77%;
    height: 91.45%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.header_image_c .header_image_c_c
{
    position: absolute;
    top: 0;
    right: 115px;
    width: 51.77%;
    height: 91.45%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.header_image_c .header_image_c_c .slogan
{
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font: 500 1.125rem / 130% Karla, Trebuchet, sans-serif;
    letter-spacing: .11em;
    color: rgb(255, 255, 255);
    z-index: 3;
}

.header_image_c .header_image_c_c .himg_badge
{
    position: absolute;
    top: 31.6%;
    left: 0;
    transform: translateX(-50%);
    width: 188px;
    height: 188px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 50%;
    background: url('../img/icons/leaf_white.svg') center center / 43px no-repeat;
    z-index: 4;
}

.header_image_c .header_image_c_c .himg_badge img
{
    animation: 20s linear 0s infinite normal both running rotate_badge;
}

.header_image_c .header_image_c_c .himg_badge::after
{
    content: '';
    position: absolute;
    top: 7px;
    left: 7px;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    border: 1px solid rgb(255, 255, 255);
    border-radius: 50%;
}

/* Header video */
.header_image_c .header_video
{
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #FFF;
    z-index: 1;
}
.header_image_c .header_video .video_c
{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.header_image_c .header_video .video_c video
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header_image_c .header_image
{
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #FFF;
    z-index: 1;
}

.header_image_c .header_image .img_c
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 4s ease 1s;
    transform: none;
}

.header_image_c .header_image::after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
    z-index: 2;
}

.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;
}

.header_image_c .slick-list
{
    width: 100%;
    height: 100%;
    position: relative;
}

.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 .himg_logo
{
    position: absolute;
    bottom: 19.5%;
    left: 12.5%;
    z-index: 3;
}

.header_image_c .slick-dots
{
    bottom: 50px;
}

.header_image_c ul.slick-dots > li > button
{
    width: 17px;
    height: 17px;
    margin: 0 3px;
}

.header_image_c .slick-arrow
{
    width: 57px;
    height: 57px;
    position: absolute;
    top: auto;
    bottom: 0;
    background: url(../img/icons/slick_arrow.svg) no-repeat center;
    background-size: 25px;
    background-color: #EAE8CA;
    border-radius: 100%;
    border: none;
    cursor: pointer;
    z-index: 9999;
    transition: opacity ease .5s;
}

.header_image_c .slick-arrow:hover,
.header_image_c .slick-arrow:focus
{
    opacity: .9;
}

.header_image_c .slick-arrow.slick-prev
{
    left: auto;
    right: 25%;
    transform: translate(50%, 50%) rotate(180deg);
}

.header_image_c .slick-arrow.slick-next
{
    right: calc(25% - 65px);
    transform: translate(50%, 50%);
}

.anfrage_c
{
    position: fixed;
    right: 0;
    bottom: -110px;
    transition: all .5s ease 0s;
    z-index: 6;
}

.anfrage_c.visible
{
    bottom: 0;
}

body.menu_opened .anfrage_c
{
    bottom: -110px;
}

.anfrage_c .open_anfrage
{
    position: absolute;
    right: 50px;
    bottom: 20px;
    background-color: #B8B18E;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .7s ease 0s;
    white-space: nowrap;
}

.anfrage_c.opened .open_anfrage
{
    right: -100px;
}

.anfrage_c .open_anfrage:hover,
.anfrage_c .open_anfrage:focus
{
    background-color: #908E81;
}

.anfrage_c .anfrage
{
    position: absolute;
    bottom: 0;
    right: -100vw;
    width: 100vw;
    padding-right: 100px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
    transition: right ease .7s;
    z-index: 2;
}

.anfrage_c.opened .anfrage
{
    right: 0;
}

.anfrage_c .anfrage .close
{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 65px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(184, 177, 142);
    border-radius: 30px 0 0 30px;
    cursor: pointer;
}

.anfrage_c .anfrage .open_hotel_boxes
{
    background-color: rgb(184, 177, 142);
    padding: 16px 160px;
    font: 500 1.125rem / 120% Karla, Trebuchet, sans-serif;
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color ease .5s;
}

.anfrage_c .anfrage .open_hotel_boxes:hover,
.anfrage_c .anfrage .open_hotel_boxes:focus
{
    background-color: #908E81;
}

.anfrage_c .anfrage .open_hotel_boxes img
{
    margin-right: 19px;
}

.anfrage_c .anfrage .open_hotel_boxes .text_c
{
    display: flex;
    flex-direction: column;
}

.anfrage_c .anfrage .open_hotel_boxes .text_c .title
{
    font: 800 1.875rem/135% "Playfair Display", "Times New Roman", sans-serif;
}

.anfrage_c .anfrage .open_hotel_boxes .subtitle
{
    display: flex;
    align-items: center;
}

.anfrage_c .anfrage .open_hotel_boxes .subtitle img
{
    margin-left: 6px;
}

.anfrage_c .anfrage form
{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 100px;
    margin: 0;
}

.anfrage_c .anfrage form .title
{
    font: 800 2.5rem / 135% "Playfair Display", "Times New Roman", sans-serif;
    color: rgb(184, 177, 142);
}

.anfrage_c .anfrage .input
{
    display: flex;
    align-items: center;
    padding: 0 30px;
    margin-left: 15px;
}

.anfrage_c .anfrage .input img
{
    cursor: pointer;
    margin-right: 20px;
}

.anfrage_c .anfrage .input .input_c
{
    display: flex;
    flex-direction: column;
    position: relative;
    margin-right: 52px;
}

.anfrage_c .anfrage label
{
    font: 500 .938rem / 160% Karla, Trebuchet, sans-serif;
    letter-spacing: .05em;
    color: rgb(184, 177, 142);
    text-transform: uppercase;
}

.anfrage_c .anfrage input
{
    background: transparent;
    padding: 0;
    border: medium none;
    font: 300 .963rem / 120% Karla, Trebuchet, sans-serif;
    letter-spacing: .02em;
    color: rgb(184, 177, 142);
    width: 175px;
}

.anfrage_c .anfrage .input .input_c .datepicker
{
    top: auto;
    bottom: 30px;
}

.anfrage_c .anfrage .af_link
{
    display: block;
    padding: 11px 25px;
    border: 1px solid rgb(184, 177, 142);
    border-radius: 26px;
    font: 800 1.25rem / 135% "Playfair Display", "Times New Roman", sans-serif;
    color: rgb(184, 177, 142);
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    margin-left: 6px;
    transition: all .5s ease 0s;
    position: relative;
}

.anfrage_c .anfrage .af_link:hover,
.anfrage_c .anfrage .af_link:focus
{
    background-color: rgb(234, 232, 202);
    border-color: rgb(234, 232, 202);
    color: rgb(203, 196, 158);
}

.anfrage_c .anfrage .af_link.af_buchen:not(:hover):not(:focus)
{
    background-color: rgb(184, 177, 142);
    color: rgb(255, 255, 255);
}

.fixed_mobile_links
{
    display: none;
}

/* Hotel Boxes */
#hotel_boxes_c_c
{
    position: fixed;
    top: -100vh;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(252, 250, 248, .95);
    overflow-y: scroll;
    transition: top ease .7s;
    z-index: 9;
}

#hotel_boxes_c_c.opened
{
    top: 0;
}

.hotel_boxes_c
{
    position: relative;
    width: 100vw;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 140px 40px 100px;
}

.hotel_boxes_c .close
{
    position: absolute;
    top: 70px;
    right: 80px;
    display: flex;
    align-items: center;
    font: 300 .938rem/160% Karla, Trebuchet, sans-serif;
    letter-spacing: 0.02em;
    color: #B8B18E;
    text-transform: uppercase;
    cursor: pointer;
}

.hotel_boxes_c .close:hover
{
    text-decoration: underline;
}

.hotel_boxes_c .close img
{
    margin-left: 20px;
}

.hotel_boxes_c .boxes_cont
{
    width: 100%;
    max-width: 1000px;
    display: flex;
    position: relative;
    margin-top: 60px;
    margin-bottom: 150px;
}

.hotel_boxes_c .boxes
{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 6px;
    position: relative;
}

.hotel_boxes_c .boxes_cont .slogan
{
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(50%);
    width: 100%;
    height: auto;
    z-index: 2;
}

.hotel_boxes_c .boxes .box
{
    display: block;
    width: 33.33%;
    position: relative;
    line-height: 50%;
    overflow: hidden;
    text-decoration: none;
}

.hotel_boxes_c .boxes .box .img_c
{
    width: 100%;
    padding-bottom: 116%;
    position: relative;
    z-index: 1;
}

.hotel_boxes_c .boxes .box .img_c::after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.hotel_boxes_c .boxes .box .img_c picture
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hotel_boxes_c .boxes .box .img_c picture img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hotel_boxes_c .boxes .box .logo
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.hotel_boxes_c .boxes .box .text_c
{
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    width: 100%;
    height: 100%;
    background-color: #BDCDD2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font: 500 1.125rem/170% Karla, Trebuchet, sans-serif;
    color: #FFF;
    text-align: center;
    padding: 42px;
    transition: transform ease .5s;
    z-index: 2;
}

.hotel_boxes_c .boxes  .box.almidylle .text_c
{
    background-color: #D8D8C1;
}

.hotel_boxes_c .boxes .box.untersussgut .text_c
{
    background-color: #DED9BE;
}

.hotel_boxes_c .boxes .box:hover .text_c,
.hotel_boxes_c .boxes .box:focus .text_c
{
    transform: none;
}

.hotel_boxes_c .boxes .box .text_c .box_btn
{
    display: inline-block;
    padding: 12px 25px;
    border-radius: 26px;
    margin-top: 25px;
    font: 700 .938rem/170% Karla, Trebuchet, sans-serif;
    letter-spacing: .2em;
    text-transform: uppercase;
    background-color: #6F848D;
}

.hotel_boxes_c .boxes .box.almidylle .text_c .box_btn
{
    background-color: #949982;
}

.hotel_boxes_c .boxes .box.untersussgut .text_c .box_btn
{
    background-color: #CBC49E;
}

.hotel_boxes_c .hotel_box_bottom
{
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-left: 40px;
    padding-right: 40px;
    font: 500 1.125rem/130% Karla, Trebuchet, sans-serif;
    letter-spacing: .11em;
    color: #B8B18E;
    text-align: center;
}

.main_c
{
    width: 100%;
    position: relative;
    z-index: 1;
    background-color: rgb(255, 255, 255);
    padding-bottom: 150px;
}

.main
{
    width: 100%;
    min-height: 500px;
    position: relative;
    float: left;
    z-index: 1;
}

/* FOOTER */
.footer_c
{
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 2;
}

.footer_top
{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 90px 40px 35px;
    background-color: rgb(203, 196, 158);
    font: 500 1.25rem / 170% Karla, Trebuchet, sans-serif;
    color: rgb(255, 255, 255);
    position: relative;
}

.footer_top_c
{
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.footer_top .cols
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}

.footer_top .contact_links
{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.footer_top a
{
    color: inherit;
    text-decoration: none;
}

.footer_top a:hover,
.footer_top a:focus
{
    text-decoration: underline;
}

.footer_top .impressum
{
    width: 100%;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    font: 500 .875rem / 170% Karla, Trebuchet, sans-serif;
}

.footer_top .impressum a
{
    display: flex;
    align-items: center;
}

.footer_top a:hover,
.footer_top a:focus
{
    text-decoration: underline;
}

.footer_top .impressum a img
{
    margin-right: 5px;
}

.footer_top .algo_link
{
    position: absolute;
    right: 65px;
    bottom: 41px;
    font: 500 .875rem / 170% Karla, Trebuchet, sans-serif;
    color: rgb(252, 250, 248);
}

.footer_top .algo_link img
{
    margin-left: 10px;
}

.footer_bottom
{
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
    padding: 15px 40px 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
    background-color: rgb(255, 255, 255);
}

.footer_bottom img
{
    filter: grayscale(1);
    transition: all ease 1s;
}

.footer_bottom img:hover,
.footer_bottom a:focus img
{
    filter: none;
}

/*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: 1900px)
{
    .anfrage_c .anfrage .open_hotel_boxes
    {
        padding: 16px 50px;
    }
}

@media(max-width: 1670px)
{
    .anfrage_c .anfrage form
    {
        padding: 20px 30px;
    }

}

@media (max-width: 1550px)
{
    .head_c .header_c
    {
        padding: 25px;
    }

    .head_c .head_content > *
    {
        margin-left: 10px;
        margin-right: 10px;
    }

    .header_image_c::before
    {
        width: 250px;
        height: 416px;
    }

    .header_image_c .header_image_buttons
    {
        left: 35px;
    }

    .anfrage_c .anfrage
    {
        padding-right: 65px;
    }

    .anfrage_c .anfrage form .title
    {
        font-size: 1.75rem;
    }

    .anfrage_c .anfrage .input .input_c
    {
        margin-right: 0;
    }

}

@media (max-width: 1500px)
{
    .h_menu_c .menu .menu_image_c
    {
        width: 335px;
    }

    .menu .deskmenu_c > ul > li > a
    {
        font-size: 1.75rem;
    }

    .menu .deskmenu_c > ul > li > a > span::before
    {
        top: 19px;
    }
}

@media (max-width: 1400px)
{
    .header_image_c .himg_logo
    {
        width: 450px;
        height: 137px;
    }

    .anfrage_c .anfrage .af_link
    {
        font-size: 1rem;
    }

    .anfrage_c .anfrage .open_hotel_boxes
    {
        font-size: 1rem;
    }

    .anfrage_c .anfrage .open_hotel_boxes .text_c .title
    {
        font-size: 1.5rem;
    }

}

@media (max-width: 1350px)
{
    .menu .deskmenu_c > ul > li > a
    {
        font-size: 1.5rem;
        padding: 5px 30px 5px 60px;
    }

    .menu .deskmenu_c > ul > li > a > span::before
    {
        top: 17px;
    }

    .menu .deskmenu_c ul > li > a:hover > span::before,
    .menu .deskmenu_c ul > li > a:focus > span::before,
    .menu .deskmenu_c ul > li.opened > a > span::before,
    .menu .deskmenu_c ul > li.current_link > a > span::before,
    .menu .deskmenu_c ul > li.current_path > a > span::before
    {
        width: 45px;
    }
}

@media(max-width: 1300px)
{
    .anfrage_c .anfrage .open_hotel_boxes
    {
        padding: 16px 25px;
    }

    .anfrage_c .anfrage form .title
    {
        font-size: 1.5rem;
    }

}

@media (max-width: 1260px)
{
    .h_menu_c .menu .deskmenu_c > ul
    {
        padding-right: 255px;
    }

    .h_menu_c .menu .deskmenu_c > ul::after
    {
        left: calc(100% - 255px);
    }

    .menu .deskmenu_c > ul > li > a
    {
        font-size: 1.25rem;
    }

    .menu .deskmenu_c > ul > li > a > span::before
    {
        top: 15px;
    }

    .h_menu_c .menu .deskmenu_c > ul > li > ul
    {
        max-width: 225px;
    }
}

@media(max-width: 1220px)
{
    .anfrage_c .anfrage form .title
    {
        display: none;
    }

    .anfrage_c .anfrage .input
    {
        margin-left: 0;
        padding-left: 0;
    }

}

@media (max-width: 1200px)
{
    .header_image_c .header_image_c_c .slogan
    {
        left: auto;
        right: 25px;
        transform: none;
        font-size: 1rem;
    }

    .header_image_c .himg_logo
    {
        width: 350px;
        height: 107px;
    }
}

@media (max-width: 1130px)
{
    .h_menu_c .menu
    {
        padding-left: 40px;
        padding-right: 40px;
    }

    .h_menu_c .menu .menu_image_c .menu_badge
    {
        display: none;
    }
}

@media (max-width: 1100px)
{
    .header_image_c .header_image_c_c .slogan
    {
        font-size: .875rem;
    }

    .header_image_c .header_image_buttons a
    {
        padding-left: 20px;
        padding-right: 20px;
    }

}

@media(max-width: 1025px)
{
    .as_map_c
    {
        display: none !important;
    }

    .page_c
    {
        padding: 0;
    }

    .page_c::before
    {
        content: none;
    }

    .head_c .header_c
    {
        justify-content: space-between;
    }

    .head_c .head_logo
    {
        left: 50%;
        transform: translateX(-50%);
    }

    .head_c .head_content a
    {
        display: none;
    }

    .gtranslate_c .gtranslate_inner
    {
        right: auto;
        left: 0;
    }

    .head_c #menu_btn
    {
        top: 21px;
        right: 21px;
        width: 65px;
        height: 65px;
    }

    body.content_p .head_c #menu_btn,
    body.menu_opened .head_c #menu_btn,
    body.menu_fixed .head_c #menu_btn
    {
        top: 27px;
        right: 27px;
        width: 65px;
        height: 65px;
    }

    .h_menu_c
    {
        position: fixed;
        top: 70px;
        height: 100vh;
        min-height: 0;
        max-height: 100vh;
        overflow: auto;
    }

    html.menu_opened .h_menu_c
    {
        background-image: none;
    }

    .h_menu_c .menu
    {
        padding-left: 0;
        padding-right: 0;
    }

    .h_menu_c .menu .menu_slogan
    {
        display: block;
        font: 500 .75rem / 130% Karla, Trebuchet, sans-serif;
        letter-spacing: .2em;
        text-align: center;
        color: rgb(184, 177, 142);
        padding-top: 44px;
        order: 1;
    }

    .h_menu_c .menu .deskmenu_c
    {
        padding: 35px 45px 55px;
        flex-direction: column;
        align-items: center;
        order: 2;
    }

    .h_menu_c .menu .enquiry_links
    {
        width: 100%;
        max-width: 325px;
        position: static;
        top: auto;
        right: auto;
        padding-top: 35px;
        order: 2;
    }

    .h_menu_c .menu .enquiry_links a
    {
        padding: 9px 25px 11px;
        font-size: 1rem;
    }

    .h_menu_c .menu .menu_image_c
    {
        width: 100%;
        max-width: 325px;
        order: 3;
    }

    .h_menu_c .menu .menu_image
    {
        display: none;
    }

    .h_menu_c .menu .menu_image_c .menu_image_links
    {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px;
        padding: 50px 0 0;
    }

    .h_menu_c .menu .menu_image_c .menu_image_links a
    {
        text-decoration: underline;
    }

    .h_menu_c .menu .deskmenu_c > ul
    {
        padding: 0;
        max-width: 325px;
        order: 1;
    }

    .h_menu_c .menu .deskmenu_c > ul::after
    {
        content: none;
    }

    .menu .deskmenu_c > ul > li > a
    {
        padding: 3px 0;
        font-size: 1.375rem;
    }

    .h_menu_c .menu .deskmenu_c > ul > li.link_down > a
    {
        position: relative;
        padding-right: 29px;
    }

    .menu .deskmenu_c > ul > li > a > span
    {
        padding: 0;
        background: none !important;
    }

    .h_menu_c .menu .deskmenu_c > ul > li.link_down > a::after
    {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 14px;
        height: 8px;
        background-size: 100% 100%;
        transition: all .5s ease 0s;
    }

    body.menu_opened .h_menu_c .menu .deskmenu_c > ul > li.link_down > a::after
    {
        background-image: url('../img/icons/angle_down_beige.svg');
    }

    .h_menu_c .menu .deskmenu_c > ul > li > ul
    {
        position: static;
        right: auto;
        padding: 0;
        visibility: visible;
        opacity: 1;
        overflow: hidden;
        max-height: 0;
        transition: all .5s ease 0s;
    }

    .h_menu_c .menu .deskmenu_c > ul > li > ul::after
    {
        content: none;
    }

    body.menu_opened .h_menu_c .menu .deskmenu_c > ul > li > ul
    {
        top: auto;
        right: auto;
        transform: none;
    }

    .h_menu_c .menu .deskmenu_c > ul > li.opened > ul
    {
        max-height: 800px;
        padding: 10px 0 18px;
    }

    /* Header video */
    .header_image_c .header_video
    {
        height: calc((100vw - 80px));/* * 60 / 100);*/
    }

    .header_image_c
    {
        width: 100%;
        height: auto;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 0 40px;
    }

    .header_image_c::before
    {
        width: 180px;
        height: 300px;
        bottom: 50px;
        top: auto;
        transform: none;
    }

    .header_image_c::after
    {
        top: 0;
        left: 0;
        width: 100%;
        height: 86.45%;
        background-size: 50px;
        border-left: 10px solid rgb(203, 196, 158);
    }

    .header_image_c .header_image_buttons
    {
        display: none;
    }

    .header_image_c .header_image_c_c
    {
        position: static;
        top: auto;
        right: auto;
        width: 100%;
        height: auto;
        padding-top: 290px;
    }

    .header_image_c .header_image_c_c .slogan
    {
        top: 34px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        max-width: 200px;
        text-align: center;
        white-space: normal;
    }

    .header_image_c .header_image_c_c .himg_badge
    {
        top: 290px;
        left: 18.5%;
        transform: translateY(-50%);
        width: 188px;
        height: 188px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 2px solid rgb(255, 255, 255);
        border-radius: 50%;
        background: url('../img/icons/leaf_white.svg') center center / 43px no-repeat;
        z-index: 4;
    }

    .header_image_c .header_image
    {
        width: 100%;
        padding-bottom: 100%;
    }

    .header_image_c .slick-list
    {
        position: absolute;
        top: 0;
        left: 0;
    }

    .header_image_c .himg_logo
    {
        top: 100px;
        bottom: auto;
        left: 50%;
        transform: translateX(-50%);
        width: 229px;
        height: 70px;
    }

    .anfrage_c
    {
        display: none;
    }

    /* Hotel Boxes */
    .hotel_boxes_c .title_img
    {
        width: 500px;
    }

    .hotel_boxes_c .close
    {
        top: 25px;
        right: 25px;
    }

    .hotel_boxes_c .boxes_cont
    {
        margin-bottom: 70px;
    }

    .hotel_boxes_c .boxes
    {
        overflow: visible;
    }

    .hotel_boxes_c .boxes_cont .slogan
    {
        display: none;
    }

    .hotel_boxes_c .boxes .slick-list
    {
        width: 330px;
        float: left;
        overflow: visible;
    }

    .hotel_boxes_c .boxes .slick-track
    {
        display: flex;
        align-items: stretch;
        gap: 6px;
    }

    .hotel_boxes_c .boxes .box
    {
        width: 330px;
        display: flex;
        flex-direction: column;
    }

    .hotel_boxes_c .boxes .box .img_c
    {
        padding-bottom: 72%;
    }

    .hotel_boxes_c .boxes .box .text_c
    {
        position: static;
        bottom: auto;
        left: auto;
        transform: none !important;
    }

    .hotel_boxes_c .slick-arrow
    {
        position: absolute;
    }

    .hotel_boxes_c .slick-arrow
    {
        width: 41px;
        height: 41px;
        position: absolute;
        top: 0%;
        font-size: 0;
        background-size: 18px auto;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #EAE8CA;
        border-radius: 50%;
        border: none;
        cursor: pointer;
        transition: opacity ease .5s;
        z-index: 9999;
    }

    .hotel_boxes_c .slick-arrow:hover,
    .hotel_boxes_c .slick-arrow:focus
    {
        opacity: .9;
    }

    #hotel_boxes_c_c.opened .slick-arrow
    {
        background-image: url(../img/icons/slick_arrow.svg);
    }

    .hotel_boxes_c .slick-arrow.slick-prev
    {
        left: 50%;
        transform: translate(calc(-100% - 6px), -50%) rotate(180deg);
    }

    .hotel_boxes_c .slick-arrow.slick-next
    {
        right: 50%;
        transform: translate(calc(100% + 6px), -50%);
    }

    /* Fixed mobile links */
    .fixed_mobile_links
    {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        align-items: stretch;
        background-color: #B8B18E;
        cursor: pointer;
        z-index: 6;
    }

    .fixed_mobile_links > *
    {
        display: flex;
        align-items: center;
        justify-content: center;
        border-left: 1px solid rgba(255, 255, 255, .5);
        padding: 12px 28px;
    }

    .fixed_mobile_links > *:first-child
    {
        border-left: none;
    }

    .fixed_mobile_links .open_hotel_boxes
    {
        font: 500 .563rem/130% Karla, Trebuchet, sans-serif;
        color: #FFF;
        flex-grow: 2;
    }

    .fixed_mobile_links .text_c
    {
        display: flex;
        flex-direction: column;
        margin-left: 9px;
    }

    .fixed_mobile_links .text_c .title
    {
        font: 800 .938rem/135% "Playfair Display", "Times New Roman", sans-serif;
    }

    .fixed_mobile_links .text_c .subtitle  img
    {
        margin-left: 5px;
    }

    .main_c
    {
        padding-bottom: 70px;
    }

    .footer_top
    {
        text-align: center;
        padding-bottom: 90px;
    }

    .footer_top .cols
    {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .footer_top .footer_logo
    {
        width: 300px;
    }

    .footer_top .algo_link
    {
        right: 40px;
    }

    .footer_bottom
    {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 70px;
        gap: 25px;
    }

    .footer_bottom .flogo1
    {
        width: 47px;
    }

    .footer_bottom .flogo2
    {
        width: 53px;
    }

    .footer_bottom .flogo3
    {
        width: 71px;
    }

    .footer_bottom .flogo4
    {
        width: 87px;
    }

    .footer_bottom .flogo5
    {
        width: 71px;
    }

    .footer_bottom .flogo6
    {
        width: 103px;
    }

}

@media(max-width: 650px)
{
    body.content_p .page_c
    {
        padding-top: 55px;
    }

    .head_c .header_c
    {
        padding: 0 20px;
    }

    body.content_p .head_c,
    body.menu_fixed .head_c,
    body.menu_opened .head_c
    {
        height: 55px;
    }

    .head_c .head_content
    {
        align-items: center;
        padding-right: 9px;
    }

    body.content_p .head_c .head_content,
    body.menu_fixed .head_c .head_content,
    body.menu_opened .head_c .head_content
    {
        border-right: 1px solid rgba(255, 255, 255, .5);
    }

    body.start:not(.menu_fixed):not(.menu_opened) .gtranslate_c
    {
        display: none;
    }

    .head_c .head_content .gtranslate_c .gtranslate_btn
    {
        padding-right: 13px;
    }

    .head_c .head_logo img
    {
        width: 129px;
    }

    body.menu_opened .h_menu_c
    {
        top: 55px;
    }

    .head_c #menu_btn
    {
        width: 55px;
        height: 55px;
    }

    body.content_p .head_c #menu_btn,
    body.menu_opened .head_c #menu_btn,
    body.menu_fixed .head_c #menu_btn
    {
        top: 21px;
        right: 21px;
        width: 55px;
        height: 55px;
    }

    #menu_btn .lines
    {
        width: 23px;
        height: 16px;
    }

    #menu_btn .lines .line
    {
        height: 2px;
    }

    #menu_btn .lines .line:nth-child(3)
    {
        width: 12px;
    }

    body.menu_opened #menu_btn .lines .line:nth-child(1)
    {
        transform: rotate(45deg) translate(5px, 5px);
    }

    body.menu_opened #menu_btn .lines .line:nth-child(3)
    {
        transform: rotate(-45deg) translate(5px, -5px);
    }

    .h_menu_c .menu .deskmenu_c
    {
        padding-left: 25px;
        padding-right: 25px;
    }

    /* Header video */
    .header_image_c .header_video {
        height: calc((100vw - 50px));/* * 60 / 100);*/
    }

    .header_image_c
    {
        padding: 0 25px;
    }

    .header_image_c .header_image_c_c
    {
        padding-top: 255px;
    }

    .header_image_c::before
    {
        width: 141px;
        height: 235px;
        bottom: 50px;
    }

    .header_image_c::after
    {
        background-size: 33px auto;
    }

    .header_image_c .header_image_c_c .himg_badge
    {
        width: 104px;
        height: 104px;
        background-size: 24px;
        top: 255px;
    }

    .header_image_c .header_image_c_c .himg_badge::after
    {
        top: 3px;
        left: 3px;
        width: calc(100% - 8px);
        height: calc(100% - 8px);
    }

    .header_image_c .header_image_c_c .himg_badge img
    {
        width: 76px;
        height: 76px;
    }

    .header_image_c .slick-arrow
    {
        display: none !important;
    }

    .header_image_c ul.slick-dots
    {
        bottom: 30px;
    }

    .header_image_c ul.slick-dots > li > button
    {
        width: 13px;
        height: 13px;
        margin: 0 2px;
    }

    .hotel_boxes_c
    {
        padding: 120px 25px 65px;
    }

    .hotel_boxes_c .close
    {
        font-size: .75rem;
    }

    .hotel_boxes_c .close img
    {
        width: 28px;
        height: 28px;
        margin-left: 10px;
    }

    .hotel_boxes_c .title_img
    {
        width: 287px;
    }

    .hotel_boxes_c .boxes_cont
    {
        margin-bottom: 55px;
    }

    .hotel_boxes_c .hotel_box_bottom
    {
        font-size: .875rem;
    }

    /* FOOTER */
    .footer_top
    {
        padding: 60px 25px 100px;
    }

    .footer_top .footer_logo
    {
        width: 265px;
    }

    .footer_top .impressum
    {
        margin-top: 50px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 6px;
    }

    .footer_top .algo_link
    {
        bottom: 35px;
        right: 50%;
        transform: translateX(50%);
    }

    .footer_bottom
    {
        padding: 15px 25px 70px;
        gap: 20px;
    }
}

@media(max-width:400px)
{
    .fixed_mobile_links > *
    {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer_bottom
    {
        gap: 15px;
    }

    .footer_bottom .flogo1
    {
        width: 37px;
    }

    .footer_bottom .flogo2
    {
        width: 42px;
    }

    .footer_bottom .flogo3
    {
        width: 57px;
    }

    .footer_bottom .flogo4
    {
        width: 70px;
    }

    .footer_bottom .flogo5
    {
        width: 57px;
    }

    .footer_bottom .flogo6
    {
        width: 82px;
    }
}

@media(max-width: 380px)
{
    .hotel_boxes_c .boxes .slick-list
    {
        width: 300px;
    }

    .hotel_boxes_c .boxes .box
    {
        width: 300px;
    }

}

@media(max-width: 350px)
{
    .h_menu_c .menu .enquiry_links a
    {
        padding-left: 20px;
        padding-right: 20px;
        font-size: .875rem;
    }

    .fixed_mobile_links > *
    {
        padding-left: 15px;
        padding-right: 15px;
    }

}
