@charset "utf-8";

/* COOKIE */
#cks_overlay {
    background-color: #fff !important;
    padding: 5px 0 !important;
}

.cks_inner, .cks_inner a {
    color: #5F5F5F !important;
    font-size: 0.813rem !important;
    line-height: 0.875em !important;
}

.cks_inner p {
   padding: 7px 114px 5px 0px !important;
}

.cks_btn {
    width: 80px !important;
    margin-top: -14px !important;
    background-color: #a5a5a9 !important;
    font-size: 14px !important;
    height: 27px !important;
    line-height: 26px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

/*
IPhone Querformat font-size bug
*/
html
{
    -webkit-text-size-adjust: 100% !important;
}

body
{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: #fff;
    top: 0 !important;
}

html.menu_opened body.menu_fixed {
    overflow: hidden;
    position: relative;
    height: 100%;
}

body > .skiptranslate,
.goog-te-gadget > span {
    display: none !important;
}
.goog-te-gadget {
    font-size: 0 !important;
}
.goog-te-gadget .goog-te-combo {
    width: 100%;
    margin: 0 !important;
    font: 400 0.813rem/180% "Trenda-Bold", Arial, sans-serif;
    letter-spacing: 0.1em;
}

.h_google_tr
{
    width: 100%;
    font: initial;
    min-width: 150px;
}

*
{
    outline: none;
    box-sizing: border-box;
}

img
{
    /*image-rendering:pixelated;*/
    image-rendering:-webkit-optimize-contrast;
    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;
}
body .ui-widget { font-size: 11px; }
.sc_only { width: 0px; height: 0px; overflow: hidden; }

.page_c
{
    width: 100%;
    min-width: 850px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

body.content_p .page_c
{
    padding-top: 100px;
}

@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 #2B4838;*/
    outline: none;
}

/* 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;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    font: 400 0.938rem/180% "Trenda-Bold", Arial, sans-serif;
    letter-spacing: 0.1em;
    color: #FFF;
    text-transform: uppercase;
    border-bottom: 1px solid #FFF;
    transition: all ease .5s;
    z-index: 5;
}

body.content_p .head_c,
body.menu_fixed .head_c,
html.menu_opened .head_c
{
    background-color: #2B4838;
    border-bottom: none;
}

body.menu_fixed .head_c
{
    position: fixed;
    box-shadow: 0 4px 20px rgba(0,0,0,.15);
}

.head_c.moved_up {
    top: -101px;
}

html.menu_opened .head_c.moved_up {
    top: 0;
}

.head_c .header_left
{
    display: flex;
    align-items: stretch;
}

.head_c .header_left > a
{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 37px 46px 36px;
    color: inherit;
    text-decoration: none;
    border-right: 1px solid #FFF;
    transition: all ease .5s;
}

body.content_p .head_c .header_left > a,
body.menu_fixed .head_c .header_left > a,
html.menu_opened .head_c .header_left > a
{
    border-color: #16211C;
}

.head_c .header_left > a > span
{
    display: inline-block;
    position: relative;
}

.head_c .header_left > a > span::after
{
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #FFF;
    transition: width ease .5s;
}

.head_c .header_left > a:hover > span::after,
.head_c .header_left > a:focus > span::after
{
    width: 100%;
}

.head_c .header_left > a:last-child
{
    border-right: none;
}

.head_c #menu_btn
{
    padding-left: 58px;
    padding-right: 30px;
}

.head_c #menu_btn .lines
{
    width: 34px;
    height: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 23px;
}

.head_c #menu_btn .lines .line
{
    width: 100%;
    height: 2px;
    background-color: #FFF;
    transition: all ease .5s;
}

html.menu_opened .head_c #menu_btn .lines .line:nth-child(2)
{
    opacity: 0;
}

html.menu_opened .head_c #menu_btn .lines .line:nth-child(1)
{
    transform: translateY(10px) rotate(45deg);
}

html.menu_opened .head_c #menu_btn .lines .line:nth-child(3)
{
    transform: translateY(-10px) rotate(-45deg);
}

.head_c .header_right
{
    display: flex;
    align-items: stretch;
}

.head_c .header_right > a
{
    color: inherit;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 37px 46px 36px;
    border-left: 1px solid #FFF;
    transition: all ease .5s;
}

body.content_p .head_c .header_right > a,
body.menu_fixed .head_c .header_right > a,
html.menu_opened .head_c .header_right > a
{
    border-color: #16211C;
}

.head_c .header_right > a:first-child
{
    border-left: none;
}

.head_c .header_right > a > span
{
    display: inline-block;
    position: relative;
}

.head_c .header_right > a > span::after
{
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #FFF;
    transition: width ease .5s;
}

.head_c .header_right > a:hover > span::after,
.head_c .header_right > a:focus > span::after
{
    width: 100%;
}

.head_c .header_right > a img + span
{
    margin-left: 13px;
}

.head_c .header_right .gtranslate_c
{
    display: flex;
    align-items: center;
    padding: 37px 32px 36px;
    border-left: 1px solid #FFF;
    transition: all ease .5s;
    position: relative;
}

body.content_p .head_c .header_right .gtranslate_c,
body.menu_fixed .head_c .header_right .gtranslate_c,
html.menu_opened .head_c .header_right .gtranslate_c
{
    border-color: #16211C;
}

.head_c .header_right .gtranslate_c .gtranslate_btn
{
    display: inline-block;
    padding-right: 17px;
    position: relative;
    color: inherit;
    text-decoration: none;
}

.head_c .header_right .gtranslate_c .gtranslate_btn::after
{
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    width: 8px;
    height: 7px;
    background: url(../img/icons/arrow_down.svg);
    background-size: 100% 100%;
}

.gtranslate_c .gtranslate_inner {
    visibility: hidden;
    width: 220px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background-color: #fff;
    position: absolute;
    bottom: -30px;
    right: 0;
    transform: translateY(100%);
    opacity: 0;
    transition: all ease 1s;
}
.gtranslate_c.opened .gtranslate_inner {
    visibility: visible;
    opacity: 1;
    bottom: 0;
}
.gtranslate_c .gtranslate_inner > * {
    border: none;
}


.gtranslate_c .gtranslate_inner a {
    color: #000;
}

.gtranslate_c .gtranslate_inner .lang_c {
    font: 400 .875rem/100% "Trenda-Bold", Arial, sans-serif;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #2B4838;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
    width: 100%;
    border-bottom: 1px solid #2B4838;
}

.gtranslate_c .gtranslate_inner .lang_c a {
    color: #2B4838;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gtranslate_c .gtranslate_inner .lang_c a:hover, .gtranslate_c .gtranslate_inner .lang_c a:focus {
    text-decoration: underline;
}

.gtranslate_c .gtranslate_inner .lang_c img {
    /* Defined in HTML */
    /*width: 20px;
    height: 15px;*/
    margin-right: 5px;
}

.gtranslate_c .h_google_tr {
    padding: 20px;
    display: flex;
    justify-content: center;
}

.goog-te-gadget, .goog-te-gadget-simple {
    border: 1px solid #BBBBBB !important;
    border-radius: 5px;
}

.goog-te-gadget-simple {
    border-color: transparent !important;
    font-size: .813rem !important;
    font-weight: 400;
    padding: 0 !important;
    text-transform: none;
}

.head_c .header_logo
{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 261px;
    height: 46px;
    background: url(../img/logos/waldfrieden-logo-top.svg);
    background-size: 100% 100%;
    visibility: hidden;
    opacity: 0;
    transition: all ease .5s;
}

body.content_p .head_c .header_logo,
body.menu_fixed .head_c .header_logo,
html.menu_opened .head_c .header_logo
{
    opacity: 1;
    visibility: visible;
}

/* Menu */
/*Desktop menu*/
.h_menu_c
{
    width: 100vw;
    /*height: calc(100vh - 100px);*/
    min-height: calc(100vh - 100px);
    overflow: hidden;
    position: absolute;
    top: 100px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow-y: auto;
    opacity: 0;
    transition: all ease 0.7s, top ease 0.3s;
    background-color: #FEFEFE;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    background-size: auto 46.78%;
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-bottom: 100px;
    z-index: 1;
}

body.menu_fixed .h_menu_c
{
    position: fixed;
    max-height: calc(100vh - 100px);
}

html.menu_opened .h_menu_c
{
    opacity: 1;
    background-image: url(../img/bg/baum.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-top: 150px;
    padding-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 2;
}

.h_menu_c .menu .deskmenu_c
{
    width: 100%;
    max-width: 1425px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.h_menu_c .menu .menu_image_c
{
    width: 455px;
    display: flex;
    flex-direction: column;
}

.h_menu_c .menu .menu_image_links
{
    width: 100%;
    margin-top: 33px;
    display: flex;
    align-items: center;
}

.h_menu_c .menu .menu_image_links > a
{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 19px 37px;
    margin-left: 1px;
    font: 400 0.938rem/180% "Trenda-Bold", Arial, sans-serif;
    color: #FFF;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #244030;
    white-space: nowrap;
    position: relative;
    transition: all ease .5s;
}

.h_menu_c .menu .menu_image_links > a:first-child
{
    margin: 0;
}

.h_menu_c .menu .menu_image_links > a:hover,
.h_menu_c .menu .menu_image_links > a:focus
{
    color: #244030;
}

.h_menu_c .menu .menu_image_links > a::after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #D5DAD7;
    transition: all ease .5s;
}

.h_menu_c .menu .menu_image_links > a:hover::after,
.h_menu_c .menu .menu_image_links > a:focus::after
{
    width: 100%;
}

.h_menu_c .menu .menu_image_links > a span
{
    position: relative;
    z-index: 2;
}

.h_menu_c .menu .menu_image
{
    width: 455px;
    height: 505px;
    background-size: cover;
    background-repeat: no-repeat center;
    position: relative;
    transition: all ease 0.5s;
    z-index: 2;
}

.h_menu_c .menu .menu_image::before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.h_menu_c .menu .menu_image.zimmer
{
    background-image: url(../img/menu/zimmer.jpg);
}

.h_menu_c .menu .menu_image::after
{
    content: '';
    position: absolute;
    top: -17px;
    right: 20px;
    width: 58px;
    height: 79px;
    background-color: #AF7516;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px 41px;
}

html.menu_opened .h_menu_c .menu .menu_image::after
{
    background-image: url(../img/icons/baum_white.svg);
}

.h_menu_c .menu .menu_image .menu_image_text
{
    position: absolute;
    bottom: 75px;
    left: 0;
    width: 100%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font: 400 0.938rem/180% "Trenda-Bold", Arial, sans-serif;
    color: #FFF;
    letter-spacing: 0.1em;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    z-index: 2;
}

.h_menu_c .menu .menu_image .menu_image_text .title
{
    font: 400 2.188rem/130% "Trenda-Regular", Arial, sans-serif;
    color: #FFF;
    text-transform: none;
    letter-spacing: normal;
    padding-bottom: 30px;
    position: relative;
}

.h_menu_c .menu .menu_image .menu_image_text .title::after
{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 98px;
    height: 1px;
    background-color: #FFF;
}

.h_menu_c .menu .menu_image .menu_image_text .subtitle
{
    margin-top: 23px;
}

.h_menu_c .menu .deskmenu_c > ul
{
    position: relative;
    display: flex;
    flex-direction: column;
    /*overflow: auto;*/
    overflow-x: visible;
    margin: 0;
    padding: 0;
    z-index: 1;
    transition: all ease 0.7s;
    padding-right: 340px;
}

.h_menu_c .menu .deskmenu_c > ul::after
{
    content: '';
    position: absolute;
    top: 0;
    left: calc(100% - 340px);
    width: 1px;
    height: 100%;
    border-right: 1px solid #2B4838;;
}

.menu li
{
    margin: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
    z-index: 2;
    text-transform: none;
}

.menu li a
{
    width: 100%;
    display: inline-block;
    margin:0;
    padding: 15px 140px 15px 20px;
    position: relative;
    font: 400 2.188rem/120% "Trenda-Bold", Arial, sans-serif;
    color: #2B4838;
    text-decoration: none;
    transition: all ease 0.5s;
    overflow: hidden;
}

.menu li li *:focus
{
    outline: none;
    border: none;
}

.menu .deskmenu_c ul > li > a:hover,
.menu .deskmenu_c ul > li.opened > a,
.menu .deskmenu_c ul > li > a:focus,
.menu .deskmenu_c ul > li > a.current_link,
.menu .deskmenu_c ul > li > a.current_path
{
    color: #AF7516;
}

.menu li a span
{
    display: inline-block;
    position: relative;
}

.menu .deskmenu_c > ul > li > a > span::before
{
    content: '';
    position: absolute;
    top: 22px;
    right: -15px;
    transform: translateX(100%);
    width: 0;
    height: 1px;
    background-color: #2B4838;
    transition: width ease 0.5s;
}

.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: 370px;
}

.h_menu_c .menu .deskmenu_c  > ul > li > ul
{
    position: absolute;
    right: -50vw;
    width: 100%;
    max-width: 260px;
    padding: 0;
    transition: none;
    visibility: hidden;
    opacity: 0;
}

html.menu_opened .h_menu_c .menu .deskmenu_c > ul > li > ul
{
    top: 0;
    right: 0;
}

.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
{
   font: 400 1.375rem/120% "Trenda-Bold", Arial, sans-serif;
   color: #244030;
   padding: 10px 20px;
   text-decoration: none;
   transition: all ease 0.5s;
   opacity: 1;
}


.menu .deskmenu_c li li a:hover,
.menu .deskmenu_c li li a:focus
{
    color: #AF7516;
}

.menu .deskmenu_c li li.current_link > a
{
    color: #AF7516;
}

/* third level */
.menu li li ul
{
    margin: 0;
    padding: 0 0 30px;
}
.menu .deskmenu_c li li li a
{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: "Trenda-Regular", Arial, sans-serif;
}

/*Head Image*/
.header_image_c
{
    width: 100%;
    height: 37.8vw;
    float: left;
    position: relative;
    z-index: 1;
}

body.start .header_image_c
{
    height: 100vh;
}

.header_image_c::after
{
    content: '';
    position: absolute;
    bottom: 0;
    right: 6.35%;
    transform: translateY(100%);
    width: 664px;
    height: 366px;
    background: url(../img/bg/bg-lines-1.svg);
    background-size: 100% 100%;
    z-index: 2;
}

body:not(.start) .header_image_c::before
{
    content: '';
    position: absolute;
    bottom: 0;
    right: 13.96%;
    transform: translateY(50%);
    width: 81px;
    height: 107px;
    background: url(../img/logos/baum-2.svg);
    background-size: 100% 100%;
    z-index: 3;
}

.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 picture
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform ease 4s;
    transition-delay: 1s;
    transform: none;
}

.header_image_c .header_image .img_c img
{
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    object-fit: cover;
    position: static;
    top: auto;
    left: auto;
    right: auto;
    margin: 0;
    transform: none;
    -webkit-transform: none;
}

.header_image_c .slick-list
{
    width: 100%;
    height: 100%;
}

.header_image_c .slider_image
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.header_image_c .slider_image.current
{
    z-index: 2;
}

.header_image_c .header_image_logo
{
    position: absolute;
    top: 15.85%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.header_image_c .header_image_slogan
{
    position: absolute;
    left: 7.6%;
    bottom: 19.61%;
    font: 400 1.063rem/180% "Trenda-Bold", Arial, sans-serif;
    letter-spacing: 0.1em;
    color: #FFF;
    display: flex;
    flex-direction: column;
    z-index: 4;
}

.header_image_c .header_image_slogan .title
{
    font: 400 3.438rem/150% "Trenda-Regular", Arial, sans-serif;
    letter-spacing: normal;
}

.main-slider {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 1.2s ease;
    float: left;
    z-index: 1;
}

.main-slider.slick-initialized {
    opacity: 1;
    visibility: visible;
}
.main-slider .slick-list {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.main-slider .slick-slide {
    position: relative;
    height: 100vh;
    float: left;
}

.main-slider .slick-slide .img_c {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.main-slider .slick-slide .img_c img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-slider .slick-slide video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-slider .slick-slide .slide-image {
    opacity: 0;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all .8s ease;
}
.main-slider .slick-slide .slide-image.show {
    opacity: 1;
}
.main-slider .slick-slide .image-entity {
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.main-slider .slick-slide .loading {
    position: absolute;
    top: 44%;
    left: 0;
    width: 100%;
}
.main-slider .slick-slide.slick-active {
    z-index: 1;
}
.main-slider .slick-slide.slick-active .caption {
    opacity: 1;
    transform: translateY(0);
    transition: all .7s cubic-bezier(.32, .34, 0, 1.62) .6s;
}

.header_image_c .slick_controls {
    position: absolute;
    left: 7.6%;
    bottom: 14.35%;
    display: inline-block;
    justify-content: center;
    z-index: 5;
}

.header_image_c .slick-arrow {
    width: 35px;
    height: 30px;
    position: absolute;
    top: 0;
    transform: none;
    background: url(../img/icons/slick_arrow.svg);
    background-size: 100% 100%;
    transition: all ease 0.5s;
}

.header_image_c .slick-arrow:hover
{
    transform: scale(1.2);
}

.header_image_c .slick-arrow.slick-next
{
    right: auto;
    left: 57px;
}

.header_image_c .slick-arrow.slick-prev
{
    left: 0;
    transform: rotate(-180deg);
}

.header_image_c .slick-arrow.slick-prev:hover
{
     transform: rotate(-180deg) scale(1.2);
}

#nc_btn
{
    position: absolute;
    bottom: 6px;
    padding-bottom: 102px;
    left: 50%;
    transform: translateX(-50%);
    font: 400 .938rem/100% "Trenda-Bold", Arial, sans-serif;
    color: #fff;
    letter-spacing: .02em;
    text-transform: uppercase;
    cursor: pointer;
    background: transparent;
    border: none;
    z-index: 7
}

#nc_btn::after
{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 72px;
    background-color: #fff;
    transition: height ease .5s
}

#nc_btn:hover::after
{
    height: 90px
}

/* Header Image Popup */
.header_image_popup_c
{
    position: relative;
    width: 100%;
    float: left;
    z-index: 4;
}

.header_image_popup_c .open_popup
{
    position: absolute;
    bottom: 78px;
    right: 50px;
    width: 68px;
    height: 68px;
    background-color: #FFF;
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform ease .5s;
    cursor: pointer;
}

.header_image_popup_c.opened .open_popup
{
    transform: translateX(calc(100% + 50px));
}

.header_image_popup_c .header_image_popup_content
{
    position: absolute;
    right: 50px;
    bottom: 78px;
    width: 100%;
    max-width: 300px;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.15);
    display: flex;
    transform: translateX(calc(100% + 50px));
    padding: 50px 25px;
    transition: transform ease .5s;
}

.header_image_popup_c.opened .header_image_popup_content
{
    transform: none;
}

.header_image_popup_c .art_element
{
    opacity: 1 !important;
    font-size: 1rem;
    line-height: 140%;
}

.header_image_popup_c .art_element
{
    margin: 0;
    animation: none !important;
}

.header_image_popup_c .art_element.spl
{
    padding-left: 0;
}

.header_image_popup_c .art_element.spr
{
    padding-right: 0;
}

.header_image_popup_c .art_element .art_headline h3,
.header_image_popup_c .art_element .art_headline span.h3
{
    font: 400 1.25rem/120% "Trenda-Bold", Arial, sans-serif;
    letter-spacing: -0.01em;
    color: #2B4838;
}

.header_image_popup_c .art_element .art_headline h3 > span,
.header_image_popup_c .art_element .art_headline span.h3 > span
{
    display: inline-block;
    padding-top: 80px;
}

.header_image_popup_c .art_element .art_headline h3 > span::before,
.header_image_popup_c .art_element .art_headline span.h3 > span::before
{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 55px;
    height: 71px;
    background-size: 100% 100%;
}

.header_image_popup_c .art_element.visible .art_headline h3 > span::before,
.header_image_popup_c .art_element.visible .art_headline span.h3 > span::before
{
    background-image: url(../img/icons/vogel.svg);
}

.header_image_popup_c .art_element.art_text .art_text_btn
{
    margin: 0;
    padding-top: 20px;
}

.header_image_popup_c .art_element.art_text .art_text_btn a
{
    padding: 0 0 2px;
    background: transparent;
    font: 400 1rem/140%  "Trenda-Bold", Arial, sans-serif;
    color: #AF7516;
    letter-spacing: normal;
    text-transform: none;
    border-bottom: 1px solid #AF7516;
    transition: all ease .5s;
}

.header_image_popup_c .art_element.art_text .art_text_btn a:hover,
.header_image_popup_c .art_element.art_text .art_text_btn a:focus
{
    color: #B5BFBA;
    border-color: #B5BFBA;
}

.header_image_popup_c .art_element.art_text .art_text_btn a::after
{
    content: none;
}

.header_image_popup_c .art_element.art_text .art_text_btn a span
{
    padding: 0;
}

.header_image_popup_c .art_element.art_text .art_text_btn a span::after
{
    content: none;
}


.header_image_popup_c .close_popup
{
    position: absolute;
    top: 18px;
    right: 20px;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    z-index: 3;
}

.header_image_popup_c .open_popup
{

}

.header_image_popup_c.opened .open_popup
{

}
/* Quick Enquiry */
.anfrage_mobile_c
{
    display: none;
}

.anfrage_c
{
    position: fixed;
    right: 0;
    bottom: -110px;
    transition: all ease 0.5s;
    z-index: 6;
}

.anfrage_c.visible
{
    bottom: 0;
}

body.menu_opened .anfrage_c
{
    bottom: -110px;
}

.anfrage_c .open_anfrage
{
    position: absolute;
    right: 0;
    bottom: 20px;
    background-color: #2B4838;
    font: 400 0.938rem/100% "Trenda-Bold", Arial, sans-serif;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #FFF;
    text-decoration: none;
    padding: 17px 25px;
    cursor: pointer;
    transition: right ease 0.7s;
    white-space: nowrap;
    border: none;
}

.anfrage_c .open_anfrage .sep
{
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
}

.anfrage_c.opened .open_anfrage
{
    right: -225px;
}

.anfrage_c .open_anfrage::before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    width: 50px;
    height: 100%;
    background: #2B4838 url(../img/icons/arrow_enquiry.svg) no-repeat center;
    background-size: 18px auto;
    border-right: 1px solid #FFF;
    transition: all ease .5s;
}

.anfrage_c .open_anfrage:hover::before
{
    background-size: 22px auto;
}

.anfrage_c .anfrage
{
    position: absolute;
    bottom: 0;
    right: -100vw;
    display: flex;
    justify-content: center;
    align-items: stretch;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    transition: right ease 0.7s;
    z-index: 2;
}

.anfrage_c.opened .anfrage
{
    right: 0;
}

.anfrage_c .anfrage form
{
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}

.anfrage_c .anfrage .input
{
    display: flex;
    align-items: center;
    background-color: #FFF;
    padding: 8px 30px;
    margin-left: 15px;
}

.anfrage_c .anfrage .input .input_c
{
    display: flex;
    flex-direction: column;
    position: relative;
    padding-right: 20px;
    border-right: 1px solid #244030;
    margin-right: 18px;
}

.anfrage_c .anfrage .input .input_c .datepicker
{
    top: auto;
    bottom: 30px;
}

.anfrage_c .anfrage label
{
    font: 400 0.938rem/160% "Trenda-Bold", Arial, sans-serif;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #2B4838;
}

.anfrage_c .anfrage input
{
    background: transparent;
    padding: 0;
    border: none;
    font: 400 0.938rem/160% "Trenda-Regular", Arial, sans-serif;
    letter-spacing: 0.02em;
    color: #2B4838;
    width: 175px;
}

.anfrage_c .anfrage .af_link
{
    display: block;
    padding: 28px 45px;
    min-width: 180px;
    background-color: #2B4838;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    font: 400 1.063rem/120% "Trenda-Bold", Arial, sans-serif;
    letter-spacing: 0.1em;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    margin-left: 35px;
    transition: all ease 0.5s;
    position: relative;
}

.anfrage_c .anfrage .af_link:hover,
.anfrage_c .anfrage .af_link:focus
{
    color: #244030;
}

.anfrage_c .anfrage .af_link::after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #D5DAD7;
    transition: width ease .5s;
}

.anfrage_c .anfrage .af_link:hover::after,
.anfrage_c .anfrage .af_link:focus::after
{
    width: 100%;
}

.anfrage_c .anfrage .af_link.check
{
    margin-left: 1px;
}

.anfrage_c .anfrage .af_link span
{
    position: relative;
    z-index: 2;
}

.anfrage_c .anfrage .af_link.just_on_tablet
{
    display: none;
}

.anfrage_c.visible .anfrage .af_link.check::before
{
    content: 'Bestpreis';
    position: absolute;
    top: 0;
    right: 40px;
    transform: translateY(-50%);
    padding: 6px 9px;
    background-color: #AF7516;
    font: 400 0.875rem/100% "Trenda-Bold", Arial, sans-serif;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    z-index: 3;
}

html:lang(en) .anfrage_c.visible .anfrage .af_link.check::before
{
    content: "Best Price"
}

.anfrage_c .anfrage .close
{
    width: 34px;
    background-color: #2B4838;
    font: 400 0.75rem/100% "Trenda-Bold", Arial, sans-serif;
    color: #FFF;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
}


.anfrage_c .anfrage .close_c
{
    width: 75px;
    position: absolute;
    bottom: 40px;
    left: -21px;
    transform: rotate(-90deg);
    transform-origin: center;
}

.anfrage_c .anfrage .close img
{
    margin-right: 7px;
}

/* Search */
#search_c {
    position: fixed;
    top: 30px;
    left: 0;
    visibility: hidden;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    background: #B5BFBA;
    transition: .3s ease-in-out;
    transition-property: top, opacity, visibility;
    opacity: 0;
}

#search_c.opened {
    opacity: 1;
    visibility: visible;
    top: 0;
}

#search_c::after
{
    content: "zufrieden";
    position: absolute;
    bottom: 7.42%;
    right: 7.92%;
    font: 400 13.438rem/130% Manus;
    color: #FFF;
    opacity: 0.3;
}

#search_c .close {
    position: absolute;
    right: 66px;
    top: 63px;
    width: 108px;
    height: 100px;
    background-color: #2B4838;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color ease .5s;
    padding: 0;
    border: none;
    z-index: 3;
}

#search_c .close img
{
    position: relative;
    z-index: 2;
}

#search_c .close::after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transition: width ease .5s;
    background-color: #D5DAD7;
    transition: width ease .5s;
}

#search_c .close:hover::after,
#search_c .close:focus::after
{
    width: 100%;
}

#search_c .close img
{
    filter: brightness(0) invert(1);
    transition: filter ease .5s;
}

#search_c .close:hover img,
#search_c .close:focus img
{
    filter: none;
}

#search_c .search_content {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    z-index: 2;
}

#search_c .search_content .title
{
    font: 400 3.438rem/140% "Trenda-Regular", Arial, sans-serif;
    color: #2B4838;
    text-align: Center;
    padding-top: 83px;
    position: relative;
}

#search_c .search_content .title::after
{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 55px;
    height: 71px;
    background-size: 100% 100%;
}

#search_c.opened .search_content .title::after
{
    background-image: url(../img/icons/vogel.svg);
}

#search_c .search_content form {
    display: flex;
    float: left;
    padding-top: 69px;
}

#search_c .search_content input {
    display: block;
    float: left;
    width: 393px;
    height: 66px;
    box-sizing: border-box;
    background-color: #FFF;
    border: 1px solid #2B4838;
    border-right: none;
    font: 400 1rem/130% "Trenda-Regular", Arial, sans-serif;
    color: #2B4838;
    padding: 24px 36px 21px;
}

#search_c .search_content input::placeholder {
    color: #2B4838;
    opacity: 1;
}
/*
#search_c .search_content input:focus
{
    outline: none !important;
}
*/

#search_c .search_content .search_submit {
    width: 235px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 31px 21px;
    background-color: #2B4838;
    font: 400 0.938rem/180% "Trenda-Regular", Arial, sans-serif;
    color: #fff;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    position: relative;
    transition: color ease .5s;
}

#search_c .search_content .search_submit:hover,
#search_c .search_content .search_submit:focus
{
    color: #2B4838;
}

#search_c .search_content .search_submit::after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transition: width ease .5s;
    background-color: #D5DAD7;
    transition: width ease .5s;
}

#search_c .search_content .search_submit:hover::after,
#search_c .search_content .search_submit:focus::after
{
    width: 100%;
}

#search_c .search_content .search_submit img
{
    margin-right: 15px;
    filter: brightness(0) invert(1);
    position: relative;
    z-index: 2;
    transition: filter ease .5s;
}

#search_c .search_content .search_submit:hover img,
#search_c .search_content .search_submit:focus img
{
    filter: none;
}

#search_c .search_content .search_submit span
{
    position: relative;
    z-index: 2;
}

#chatbase-bubble-button
{
    bottom: 100px !important;
}

#chatbase-bubble-window
{
    bottom: 175px !important;
    height: 75dvh !important;
}

#chatbase-message-bubbles
{
    bottom: 95px !important;
    right: 74px !important;
}


/* Main */
.main_c
{
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    float: left;
}

body.room_p .main_c
{
    background-color: #B5BFBA;
    padding-left: 14vw;
    padding-right: 14vw;
    display: flex;
    justify-content: center;
}

.main
{
    width: 100%;
    float: left;
    min-height: 500px;
    padding-bottom: 100px;
    overflow: hidden;
    position: relative;
    float: left;
    z-index: 2;
}

body.room_p .main
{
    background-color: #FFF;
    overflow: visible;
    max-width: 1400px;
}

body.room_p .main::after
{
    content: 'BESTPREIS-GARANTIE';
    position: absolute;
    top: 88px;
    right: -118px;
    transform: rotate(-90deg);
    transform-origin: center;
    width: 237px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font: 400 0.938rem/120% "Trenda-Bold", Arial, sans-serif;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    background-color: #AF7516;
    z-index: 3;
}

/* Footer */
.footer_c
{
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    z-index: 2;
}

.footer_top
{
    width: 100%;
    background-color: #F2F1F0;
    display: flex;
    justify-content: center;
}

.footer_top .newsletter_c
{
    width: 100%;
    max-width: 1420px;
    padding: 46px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font: 400 1.25rem/150% "Trenda-Regular", Arial, sans-serif;
    color: #2B4838;
}

.footer_top .newsletter_c > *
{
    padding: 20px 20px;
}

.footer_top .title_c
{
    display: flex;
    align-items: flex-end;
}

.footer_top .title_c .title
{
    font: 400 3.438rem/100% "Trenda-Regular", Arial, sans-serif;
    color: #2B4838;
    margin-right: 20px;
}

.footer_top .newsletter_c form
{
    display: flex;
    align-items: stretch;
}

.footer_top .newsletter_c form input
{
    background-color: #FFF;
    border: 1px solid #2B4838;
    border-right: none;
    padding: 20px 35px 18px;
    min-width: 370px;
    font: 400 1rem/130% "Trenda-Regular", Arial, sans-serif;
    color: #2B4838;
}

.footer_top .newsletter_c form input::placeholder
{
    color: #2B4838;
    opacity: 1;
}

.footer_top .newsletter_c form .nf_submit
{
    display: flex;
    align-items: center;
    background-color: #2B4838;
    padding: 20px 40px;
    font: 400 0.938rem/120% "Trenda-Bold", Arial, sans-serif;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFF;
    text-align: center;
    position: relative;
    transition: color ease .5s;
}

.footer_top .newsletter_c form .nf_submit:hover,
.footer_top .newsletter_c form .nf_submit:focus
{
    color: #244030;
}

.footer_top .newsletter_c form .nf_submit::after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #D5DAD7;
    transition: width ease .5s;
}

.footer_top .newsletter_c form .nf_submit:hover::after,
.footer_top .newsletter_c form .nf_submit:focus::after
{
    width: 100%;
}

.footer_top .newsletter_c form .nf_submit span
{
    z-index: 2;
    display: block;
    width: 100%;
}

.footer_bottom
{
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #244030;
    font: 400 1.125rem/150% "Trenda-Regular", Arial, sans-serif;
    color: #FFF;
}

.footer_bottom a
{
    color: inherit;
    text-decoration: none;
}

.footer_bottom a:hover,
.footer_bottom a:focus
{
    text-decoration: underline;
}

.footer_bottom_c
{
    width: 100%;
    max-width: 1500px;
    display: flex;
    align-items: stretch;
}

.footer_bottom .left
{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 120px 77px 45px 50px;
    border-right: 1px solid #FFF;
}

.footer_bottom .left .impressum
{
    display: flex;
    align-items: center;
    margin-top: 75px;
    font: 300 0.938rem/150% "Trenda-Regular", Arial, sans-serif;
}

.footer_bottom .left .impressum .sep
{
    margin-left: 10px;
    margin-right: 10px;
}

.footer_bottom .right
{
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 90px 20px 110px;
}

.footer_bottom .right > *
{
    padding: 25px 65px;
}

.footer_bottom .right > *:first-child
{
    padding-bottom: 0;
}

.footer_bottom .right .contact_links
{
    display: flex;
    flex-direction: column;
    font: 400 1.25rem/170% "Trenda-Bold", Arial, sans-serif;
}

.footer_bottom .right .social_links
{
    display: flex;
    flex-direction: column;
}

.footer_bottom .right .circle_links
{
    display: flex;
}

.footer_bottom .right .circle_links > a
{
    margin-left: 3px;
    margin-right: 3px;
    transition: all ease .5s;
}

.footer_bottom .right .circle_links > a:first-child
{
    margin-left: 0;
}

.footer_bottom .right .circle_links > a:hover,
.footer_bottom .right .circle_links > a:focus
{
    transform: scale(1.1);
}

.footer_bottom .right .algo_link
{
    display: flex;
    align-items: flex-end;
    padding-top: 19px;
    font: 300 0.688rem/100% "Trenda-Regular", Arial, sans-serif;
    letter-spacing: 0.05em;
    font-style: italic;
}

.footer_bottom .right .algo_link img
{
    margin-left: 10px;
}

/*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: 1430px)
{
    .footer_bottom .right
    {
        justify-content: space-between;
    }

    .footer_bottom .right > *
    {
        padding: 25px 30px;
    }
}

@media(max-width: 1400px)
{
    .header_image_c::after
    {
        width: 450px;
        height: 248px;
    }

    body.room_p .main_c
    {
        padding-left: 90px;
        padding-right: 90px;
    }
}

@media(max-width: 1350px)
{
    .footer_top .newsletter_c
    {
        font-size: 1.125rem;
    }

    .footer_top .title_c .title
    {
        font-size: 2.5rem;
    }
}

@media(max-width: 1280px)
{
    .head_c .header_right .link_text
    {
        display: none;
    }

    .head_c .header_left > a
    {
        padding-left: 35px;
        padding-right: 35px;
    }

    .head_c #menu_btn
    {
        padding-left: 35px;
    }
}

@media(max-width: 1250px)
{
    .h_menu_c .menu .menu_image_c
    {
        width: 350px;
    }

    .h_menu_c .menu .menu_image
    {
        width: 350px;
        height: 388px;
    }

    .h_menu_c .menu .menu_image .menu_image_text .title
    {
        font-size: 1.75rem;
        padding-bottom: 20px;
    }

    .h_menu_c .menu .menu_image .menu_image_text .subtitle
    {
        margin-top: 17px;
    }

    .h_menu_c .menu .menu_image_links > a
    {
        padding: 15px 25px;
        font-size: 0.75rem;
    }

    .h_menu_c .menu .menu_image_links
    {
        margin-top: 20px;
    }

    .footer_top .title_c
    {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer_top .title_c .title
    {
        margin-bottom: 5px;
        margin-right: 0;
    }

    .footer_top .newsletter_c form input
    {
        min-width: 350px;
    }
}

@media(max-width: 1220px)
{
    .footer_bottom .right
    {
        flex-wrap: wrap;
    }

    .footer_bottom .right > :first-child
    {
        width: 100%;
    }

}

@media(max-width: 1200px)
{

    .menu li a
    {
        font-size: 1.75rem;
        padding-right: 100px;
    }

    .h_menu_c .menu .deskmenu_c > ul
    {
        padding-right: 300px;
    }

    .h_menu_c .menu .deskmenu_c > ul::after
    {
        left: calc(100% - 300px);
    }

    .menu .deskmenu_c li li a
    {
        font-size: 1.125rem;
    }

}

@media(max-width: 1150px)
{
    .head_c .header_logo
    {
        width: 180px;
        height: 32px;
    }
}

@media(max-width: 1080px)
{
    .head_c .header_left .images_link
    {
        display: none;
    }

    .head_c .header_left .rooms_link
    {
        border-right: none;
    }
}

@media(max-width:1025px)
{
    .as_map_c
    {
        display: none !important;
    }

    .page_c,
    body.content_p .page_c
    {
        padding-top: 74px;
    }

    .head_c
    {
        background-color: #2B4838;
        border: none;
    }

    .head_c .header_logo
    {
        opacity: 1;
        visibility: visible;
    }

    .head_c .header_left .rooms_link
    {
        display: none;
    }

    .head_c .header_left > a
    {
        border: none;
        padding: 24px 20px 23px;
    }

    .head_c .header_right > a
    {
        border: none;
        padding: 24px 20px 23px;
    }

    .head_c .header_right .gtranslate_c
    {
        border: none;
        padding: 24px 35px 23px 20px;
    }

    .h_menu_c
    {
        top: 74px;
        /*height: calc(100vh - 74px);*/
        min-height: calc(100vh - 74px);
    }

    .h_menu_c .menu
    {
        padding-top: 50px;
        padding-left: 0;
        padding-right: 0;
    }

    .h_menu_c .menu .deskmenu_c
    {
        justify-content: center;
    }

    .menu li a
    {
        padding-right: 60px;
    }

    .menu .deskmenu_c > ul > li > a::before
    {
        left: -65px;
    }

    .menu .deskmenu_c ul > li > a:hover::before,
    .menu .deskmenu_c ul > li > a:focus::before,
    .menu .deskmenu_c ul > li.opened > a::before,
    .menu .deskmenu_c ul > li.current_link > a::before,
    .menu .deskmenu_c ul > li.current_path > a::before
    {
        width: 90px;
    }

    .h_menu_c .menu .menu_image_c
    {
        display: none;
    }

    .header_image_c .header_image_logo
    {
        width: 250px;
    }

    .header_image_c
    {
        height: 80vw;
        max-height: 100vh;
    }

    body.start .header_image_c
    {
        height: 80vw;
        max-height: 100vh;
    }

    .header_image_c .header_image_slogan .title
    {
        font-size: 2.5rem;
    }

    .header_image_c::after
    {
        width: 300px;
        height: 165px;
    }

    body:not(.start) .header_image_c::before
    {
        width: 60px;
        height: 79px;
        right: 13%;
    }

    #search_c .close
    {
        right: 25px;
        top: 25px;
        width: 50px;
        height: 50px;
    }

    #search_c .close img
    {
        width: 25px;
        height: 25px;
    }

    #search_c .search_content .title
    {
        font-size: 2.5rem;
    }

    #search_c .search_content form
    {
        padding-top: 45px;
    }

    #search_c::after
    {
        bottom: 5%;
        right: 5%;
        font-size: 7rem;
    }

    #search_c .search_content .search_submit
    {
        width: 180px;
    }

    #nc_btn
    {
        font-size: 0
    }

    .anfrage_c .anfrage .af_link.just_on_tablet
    {
        display: block;
        margin-left: 1px;
    }

    .anfrage_c .anfrage .af_link.hide_on_tablet
    {
        display: none;
    }

    .main
    {
        padding-bottom: 50px;
    }

    .footer_top .newsletter_c
    {
        flex-direction: column;
        justify-content: flex-start;
        align-items: cetner;
    }

    .footer_top .title_c
    {
        align-items: Center;
    }

    .footer_top .newsletter_c form input
    {
        padding: 15px 20px 14px;
        min-width: 300px;
        font-size: 0.875rem;
    }

    .footer_top .newsletter_c form .nf_submit
    {
        padding: 15px 25px;
        font-size: 0.875rem;
    }

    .footer_bottom_c
    {
        flex-wrap: wrap;
        position: relative;
        padding-bottom: 130px;
    }

    .footer_bottom .left .impressum
    {
        position: absolute;
        bottom: 90px;
        left: 0;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .footer_bottom .left
    {
        width: 100%;
        padding: 100px 50px 50px;
        align-items: center;
    }

    .footer_bottom .right
    {
        width: 100%;
        padding: 0 50px;
    }

    .footer_bottom .right > *
    {
        width: 100%;
        padding: 20px 0 !important;
        text-align: center;
    }

    .footer_bottom .right .circle_links
    {
        justify-content: center;
    }

    .footer_bottom .right .algo_link
    {
        justify-content: center;
        padding-top: 10px;
    }
}

@media(max-width: 850px)
{
    .header_image_popup_c
    {
        justify-content: center;
        padding: 50px 40px 0;
    }

    .header_image_popup_c.opened
    {
        display: flex;
    }

    .header_image_popup_c:not(.opened)
    {
        display: none;
    }

    .header_image_popup_c .header_image_popup_content
    {
        width: 100%;
        max-width: 650px;
        position: relative;
        bottom: auto;
        right: auto;
    }

    .header_image_popup_c .open_popup
    {
        display: none;
    }

    body.room_p .main_c
    {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media(max-width: 800px)
{
    .anfrage_c
    {
        display: none;
    }
    .anfrage_mobile_c
    {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        display: flex;
        align-items: stretch;
        white-space: nowrap;
        z-index: 6;
    }

    .anfrage_mobile_c > a
    {
        width: 100%;
        padding: 22px 25px 14px;
        background-color: #2B4838;
        font: 700 0.813rem/110% "Trenda-Bold", Arial, sans-serif;
        color: #FFF;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        text-decoration: none;
        text-align: center;
        border-right: 1px solid #16211C;
        position: relative;
    }

    .anfrage_mobile_c > a:last-child
    {
        border-right: none;
    }

    #chatbase-bubble-button
    {
        bottom: 70px !important;
    }
}

@media(max-width: 650px)
{
    .page_c, body.content_p .page_c
    {
        padding-top: 60px;
    }

    .head_c
    {
        border-top: 1px solid #16211C;
        justify-content: space-between;
        font-size: 0.875rem;
    }

    .head_c .header_left
    {
        order: 2;
        border-left: 1px solid #16211C;
    }

    .head_c .header_right
    {
        order: 1;
        padding-right: 20px;
        border-right: 1px solid #16211C;
    }

    .gtranslate_c.opened .gtranslate_inner
    {
        right: auto;
        left: 0;
    }

    .head_c .header_logo
    {
        left: 50%;
        transform: translate(-50%, -50%);
        width: 158px;
        height: 28px;
    }

    .head_c #menu_btn > span
    {
        display: none;
    }

    .head_c #menu_btn .lines
    {
        margin: 0;
        width: 28px;
        height: 20px;
    }

    html.menu_opened .head_c #menu_btn .lines .line:nth-child(1)
    {
        transform: translateY(9px) rotate(45deg);
    }

    html.menu_opened .head_c #menu_btn .lines .line:nth-child(3)
    {
        transform: translateY(-9px) rotate(-45deg);
    }

    .head_c .header_right > *:not(.gtranslate_c)
    {
        display: none;
    }

    .head_c .header_left > a
    {
        padding: 18px 20px 17px;
    }

    .head_c .header_right > a
    {
        padding: 18px 20px 17px;
    }

    .head_c .header_right > a img
    {
        width: 15px;
        height: 15px;
    }

    .head_c .header_right .gtranslate_c
    {
        padding: 18px 0 17px 20px;
    }

    .head_c .header_right .gtranslate_c .gtranslate_btn
    {
        padding-right: 12px;
    }

    #nc_btn
    {
        display: none;
    }

    .h_menu_c
    {
        top: 60px;
        /*height: calc(100vh - 60px);*/
        min-height: calc(100vh - 60px);
        padding-bottom: 0;
        background-image: none !important;
    }

    .h_menu_c .menu
    {
        padding-top: 30px;
    }

    .h_menu_c .menu .deskmenu_c > ul
    {
        padding: 0 25px;
        width: 100%;
    }

    .h_menu_c .menu .deskmenu_c > ul > li > ul
    {
        position: static;
        right: auto;
        padding: 0;
        transition: none;
        visibility: visible;
        opacity: 1;
        overflow: hidden;
        max-height: 0;
        transition: all ease 0.5s;
    }

    .h_menu_c .menu .deskmenu_c > ul > li.opened > ul
    {
        max-height: 800px;
        padding: 0 0 30px;
    }

    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 > ul::before
    {
        content:none;
    }

    .h_menu_c .menu .deskmenu_c > ul::after
    {
        content: none;
    }

    .menu .deskmenu_c > ul > li
    {
        border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    }

    .menu .deskmenu_c > ul > li > a
    {
        padding: 20px 0;
        font-size: 1.25rem;
    }

    .menu .deskmenu_c > ul > li.link_down > a
    {
        padding-right: 30px;
    }

    .menu .deskmenu_c > ul > li.link_down > a::after
    {
        content: '';
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        width: 13px;
        height: 7px;
        background-size: 100% 100%;
        transition: all ease .5s;
    }

    .menu .deskmenu_c > ul > li.link_down.opened > a::after
    {
        transform: translateY(-50%) rotate(180deg);
    }


    html.menu_opened .menu .deskmenu_c > ul > li.link_down > a::after
    {
        background-image: url(../img/icons/angle_down_green.svg);
    }

    html.menu_opened .menu .deskmenu_c > ul > li.link_down.opened > a::after
    {
        background-image: url(../img/icons/angle_down_orange.svg);
    }

    .menu .deskmenu_c > ul > li > a > span::before
    {
        content: none;
    }

    .menu li li a
    {
        font-size: 1.125rem;
    }

    .menu .deskmenu_c li li a
    {
        padding: 5px 0 5px 15px;
    }

    .menu .deskmenu_c li li li a
    {
        padding: 5px 0 5px 30px;
    }

    .menu .deskmenu_c li li.current_link a {
    }

    .menu .deskmenu_c li li.current_link a::after
    {
        content: none;
    }

    #search_c::after
    {
        font-size: 5rem;
    }

    #search_c .search_content {
        width: 280px;
    }

    #search_c .search_content .search_submit {
        width: 50px;
        height: 50px;
        padding: 0;
        background-position: center;
    }

    #search_c .search_content .search_submit img
    {
        margin: 0;
    }

    #search_c .search_content .search_submit > span {
        display: none;
    }

    #search_c .search_content input {
        width: 230px;
        font-size: .938rem;
        height: 50px;
        padding: 15px 20px 15px;
    }

    #search_c .close {
        right: 30px;
        top: 30px;
        width: 40px;
        height: 40px;
    }

    #search_c img {
        width: 20px;
        height: 20px;
    }

    #search_c .search_content .title {
        font-size: 1.75rem;
        padding-top: 65px;
    }

    #search_c .search_content .title::after
    {
        width: 40px;
        height: 52px;
    }

    #search_c .search_content .subtitle {
        font-size: 1.25rem;
    }

    .header_image_c .header_image_slogan
    {
        display: none;
    }

    .header_image_c .header_image_logo
    {
        width: 200px;
    }

    .header_image_c::after
    {
        width: 200px;
        height: 110px;
    }

    body:not(.start) .header_image_c::before
    {
        width: 45px;
        height: 59px;
    }

    .header_image_c .slick-arrow
    {
        width: 25px;
        height: 21px;
    }

    .header_image_c .slick-arrow.slick-next
    {
        left: 40px;
    }

    /* Popup */
    .header_image_popup_c
    {
        padding: 50px 20px 0;
    }

    .header_image_popup_c .header_image_popup_content
    {
        padding: 30px 20px 20px;
    }

    .anfrage_mobile_c > a
    {
        font-size: .75rem;
    }

    .anfrage_mobile_c > a.check::after
    {
        top: -5px;
        right: 15px;
    }

    body.room_p .main_c
    {
        padding-left: 0;
        padding-right: 0;
    }

    body.room_p .main::after
    {
        top: 70px;
        right: -71px;
        font-size: 0.75rem;
        width: 180px;
        height: 40px;
    }

    .footer_top .title_c
    {
        padding-left: 0;
        padding-right: 0;
    }

    .footer_top .newsletter_c form
    {
        padding-left: 0;
        padding-right: 0;
    }

    .footer_top .newsletter_c form
    {
        flex-wrap: wrap;
    }

    .footer_top .newsletter_c form input
    {
        width: 100%;
        min-width: 0;
        border: 1px solid #2B4838;
    }

    .footer_top .newsletter_c form .nf_submit
    {
        width: 100%;
    }

    .footer_bottom
    {
        font-size: 1rem;
    }

    .footer_bottom_c
    {
        max-width: 365px;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .footer_bottom .left
    {
        padding: 100px 25px 40px;
        border: none;
        align-items: flex-start;
    }

    .footer_bottom .right
    {
        padding: 0 25px;
    }

    .footer_bottom .right > *
    {
        text-align: left;
    }

    .footer_bottom .right .contact_links
    {
        font-size: 1.063rem;
    }

    .footer_bottom .right .circle_links
    {
        justify-content: flex-start;
    }

    .footer_bottom .right .algo_link
    {
        justify-content: flex-start;
    }

    .footer_bottom .left .impressum
    {
        justify-content: flex-start;
        padding-left: 25px;
        padding-right: 25px;
    }

}

@media(max-width: 400px)
{
    .head_c .header_logo
    {
        width: 120px;
        height: 21px;
    }
}

@media(max-width: 380px)
{
}

@media(max-width: 360px)
{
    .head_c .header_logo
    {
        width: 100px;
        height: 18px;
    }
}
