@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: #FCF8F4;
    top: 0 !important;
}

body:not(:has(.header_image_c))
{
    padding-top: 130px;
}

/* Hide google translate banner on top of the screen */
body > .skiptranslate
{
    display: none !important;
}

*
{
	outline: none;
    box-sizing: border-box;
}

img
{
    /*image-rendering:pixelated;*/
    image-rendering:-webkit-optimize-contrast;  
}

img:not([src*="px"])
{
    height: auto;
}

header img[data-src], footer img[data-src] {
    transition: opacity .3s ease-in;
}

header img[src='img/px.webp'], footer img[src='img/px.webp'] {
    opacity: 0;
}

a{
    color: inherit;
    text-decoration: none;
}

a img
{
	border: 0px solid;
}
a.art_anchor
{
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	font-size: 0;
}

/*
a.email > span
{
    unicode-bidi: bidi-override;
    direction: rtl;
}
*/

p
{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

.content p
{
	float: none;
}

button
{
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    color: inherit;
    font: inherit;
}

body .ui-widget { font-size: 11px; display: none;}
.sc_only { width: 0px; height: 0px; overflow: hidden; }

.page_c
{
	width: 100%;
	min-width: 850px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

@media only screen and (max-width: 1025px)
{
	.page_c
	{
		min-width: 320px;
	}
	body .ui-widget { font-size: 14px; }
}
@media only screen and (max-width: 650px)
{
	body .ui-widget { font-size: 16px; }
}

.offscreen
{
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
*:focus
{
    outline: none;
}
.focus-visible {
    outline: 2px dotted #FFF;
}

/* Accessibility map */
.as_map_c
{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
.as_map
{
    height: 28px;
    margin: -250px auto 0 auto;
    display: table;
    table-layout: fixed;
    padding: 3px 25px 14px 10px;;
    background-color: #EEEBE4;
    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 > *
{
    display: inline-block;
    padding: 5px 15px;
    margin: 0;
    background-color: #1C4840;

    font: 400 1.125rem/160% var(--secondary-font);
    color: #FFF;
    text-decoration: none;
    line-height: 20px;
}
.as_map ul li > *:focus { background-color: #ABD4E5; color: #1C4840; outline: 1px dotted #1C4840; }

/* Head */
.head_c
{
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 100px;
    font: 600 1.25rem/180% var(--primary-font);
    color: #FFF;
    transition: all ease .5s;
    z-index: 6;
}

.head_c.moved_up
{
    top: -166px;
}

body.menu_opened .head_c.moved_up
{
    top: 0;
}

body.menu_fixed .head_c,
body.menu_opened .head_c
{
    position: fixed;
}

body.menu_fixed:not(.menu_opened) .head_c,
body.contentp:not(.menu_opened) .head_c
{
    background-color: #EEEBE4;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding-top: 23px;
    padding-bottom: 23px;
    color: #1C4840;
}

.head_c .logo_c img
{
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    transition: all ease .5s;
}

.head_c .logo_c img.small
{
    top: 15px;
    opacity: 0;
    visibility: hidden;
}

body.menu_fixed .head_c .logo_c img.small,
body.contentp .head_c .logo_c img.small
{
    opacity: 1;
    visibility: visible;
}

body.menu_fixed .head_c .logo_c img:not(.small),
body.contentp .head_c .logo_c img:not(.small)
{
    opacity: 0;
    visibility: hidden;
}

body.menu_opened .head_c .logo_c img
{
    opacity: 0 !important;
    visibility: hidden !important;
}

#menu_btn
{
    width: 78px;
    height: 61px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(../img/icons/menu-icon.svg);
    filter: contrast(0) brightness(2);
    transition: all ease .5s;
}

body.menu_opened #menu_btn
{
    background-size: auto 100%;
    background-image: url(../img/icons/menu-schliessen.svg);
    filter: contrast(0) brightness(2);
}

body.menu_fixed:not(.menu_opened) #menu_btn,
body.contentp:not(.menu_opened) #menu_btn
{
    filter: none;
}

.head_c .head_right
{
    display: flex;
    align-items: center;
    gap: 30px;
}

.head_c .head_right img
{
    filter: contrast(0) brightness(2);
    transition: all ease .5s;
}

body.menu_fixed:not(.menu_opened) .head_c .head_right img,
body.contentp:not(.menu_opened) .head_c .head_right img
{
    filter: none;
}

.head_c .head_right a
{
    position: relative;
    display: flex;
    align-items: center;
    gap: 3px;
}

.head_c .head_right a:hover,
.head_c .head_right a:focus
{
    text-decoration: underline;
}

.head_c .head_right a::after
{
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    width: 1px;
    height: 23px;
    background-color: #FFF;
}

body.menu_fixed:not(.menu_opened) a::after,
body.contentp:not(.menu_opened) a::after
{
    background-color: #1C4840;
}

.head_c .head_right a:last-child::after
{
    content: none;
}

/* Menu */
.h_menu_c
{
    width: 100%;
    height: 100vh;      ;
    overflow: hidden auto;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background-color: #1C4840;
    opacity: 0;
    transform: translateY(-100%);
    transition: all ease 1s;
    z-index: 4;
}

body.menu_opened .h_menu_c
{
    opacity: 1;
    transform: none;
}

.h_menu_c .menu_c
{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    position: relative;
    width: 100%;
    min-height: 100%;
    padding-bottom: 60px;
    z-index: 1;
}

.h_menu_c .menu_c::after
{
    content: "";
    position: absolute;
    bottom: 0;
    left: 44px;
    width: 34.49vw;
    height: 26.56vw;
    background-size: contain;
    background-position: bottom left;
    background-repeat: no-repeat;
}

body.menu_opened .h_menu_c .menu_c::after
{
    background-image: url(../img/pictures_backgrounds/menu_bg.svg);
}

.h_menu_c .menu
{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 2;
}

.h_menu_c .menu_c .menu_links
{
    display: none;
}

.h_menu_c .menu .deskmenu_c
{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.h_menu_c .menu .deskmenu_c > ul
{
    max-width: 1330px;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow-x: visible;
    margin: 0;
    padding: 110px 48px 0;
    z-index: 1;
    transition: all .7s ease 0s;
}

.menu li
{
    margin: 0;
    list-style: none;
    display: inline-block;
    z-index: 2;
    text-transform: none;
    position: relative;
}

.menu .deskmenu_c > ul > li > a
{
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 17px 0;
    position: relative;
    font: 600 2.5rem/160% var(--primary-font);
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    text-align: center;
    transition: color ease .5s;
}

.menu li a span
{
    display: inline-block;
    position: relative;
    padding: 0 30px;
    border: 2px solid transparent;
    border-radius: 32px;
    transition: border-color ease .5s;
}

.menu .deskmenu_c > ul > li > a:hover span,
.menu .deskmenu_c > ul > li > a:focus span,
.menu .deskmenu_c > ul > li.current_link > a span
{
    border-color: #FFF;
}

/*Head Image*/
.header_image_c
{
    width: 100%;
    height: 100vh;
    float: left;
    position: relative;
    z-index: 1;
}

body.contentp .header_image_c
{
    margin-top: 240px;
    padding-left: 48px;
    padding-right: 48px;
    height: auto;
    display: flex;
    justify-content: center;
}

.header_image_c .header_video
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.header_image_c .header_video video
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header_image_c .header_video .mobile_video
{
    display: none;
}

.header_image_c .header_image
{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-image ease 1s;
    -webkit-transition: background-image ease 1s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

body.contentp .header_image_c .header_image
{
    max-width: 1200px;
}

.header_image_c .header_image .img_c
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform ease 4s;
    transition-delay: 1s;
    transform: none;
}

body.contentp .header_image_c .header_image .img_c
{
    position: relative;
    top: unset;
    left: unset;
    height: auto;
    padding-bottom: 58.83%;
}

.header_image_c .header_image .img_c::after
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) -12.86%, rgba(0, 0, 0, 0.20) 94.48%);
}

body.contentp .header_image_c .header_image .img_c::after
{
    content: none;
}

.header_image_c .header_image picture
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.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;
}

#right_fixed_links
{
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 17px;
    z-index: 5;
}

#right_fixed_links > a
{
    padding: 12px 35px;
    font: 800 1.25rem/180% var(--primary-font);
    color: #FFF;
    border-radius: 31px 0 0 31px;
    border: 1px solid #FFF;
    border-right: none;
    background-color: #1C4840;
    text-align: center;
    transition: all ease .5s;
}

#right_fixed_links > a:hover,
#right_fixed_links > a:focus
{
    background-color: #335B53;
}

#right_fixed_links > a.book
{
    background-color: #ABD4E5;
    color: #1C4840;
}

#right_fixed_links > a.book:hover,
#right_fixed_links > a.book:focus
{
    background-color: #7ABEDB;
}

#right_fixed_links > a.offers
{
    background-color: #DAD3C8;
    color: #1C4840;
}

#right_fixed_links > a.offers:hover,
#right_fixed_links > a.offers:focus
{
    background-color: #CEC7B9;
}

/* Popup */
.main_popup_c
{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(0deg, rgba(28, 72, 64, 0.34) 0%, rgba(28, 72, 64, 0.34) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.00) -12.86%, rgba(0, 0, 0, 0.20) 94.48%);
    padding: 20vh 80px;
    justify-content: center;
    /*align-items: flex-start;*/
    align-items: center;
    overflow-y: auto;
    z-index: 10;
}

@media(max-height: 750px)
{
    .main_popup_c
    {
        align-items: flex-start;
    }

}

.main_popup_c.opened
{
    display: flex;
}

.main_popup_c .main_popup
{
    width: 100%;
    display: flex;
    justify-content: center;
}

.main_popup_c .popup_content
{
    display: flex;
    align-items: stretch;
    background-color: #D3E1E7;
    font: 500 1.25rem/150% var(--secondary-font);
    color: #1C4840;
    width: 100%;
    max-width: 1010px;
    padding: 50px 65px;
    position: relative;
}

.main_popup_c .popup_content .close_popup
{
    position: absolute;
    top: 23px;
    right: 20px;
    cursor: pointer;
    z-index: 3;
}

.main_popup_c .popup_content .close_popup img
{
    position: relative;
    z-index: 2;
}

.main_popup_c .art_element
{
    margin: 0;
    animation-name: none !important;
    opacity: 1 !important;
}

.main_popup_c .art_element.art_texti
{
    padding: 0;
}

.main_popup_c .art_element.art_texti.image_left .art_texti_cont
{
    padding-left: 60px;
}

.main_popup_c .art_element.art_texti.image_right .art_texti_cont
{
    padding-right: 60px;
}

.main_popup_c .art_element.art_texti .art_texti_cont,
.main_popup_c .art_element.art_texti img
{
    animation: none !important;
    opacity: 1 !important;
}

/* Main */
.main_c
{
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
    float: left;       
}
.main
{
	width: 100%;
    float: left;
    padding-bottom: 100px;
	overflow: hidden;
	position: relative;
    float: left;
	z-index: 1;
}

#footer
{
	width: 100%;
    float: left;
    position: relative;
    z-index: 2;
}

#footer .footer_top
{
    width: 100%;
    background-color: #1C4840;
    position: relative;
}

#footer .footer_top .bg
{
    width: 100%;
}

#footer .footer_top .bg.mobile
{
    display: none;
}

#footer .footer_top .waves
{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 25.46vw;
    height: auto;
    z-index: 2;
}

.wave1 { animation: waveMove 3.2s ease-in-out infinite; transform-origin: center; }
.wave2 { animation: waveMove 3.2s ease-in-out infinite; transform-origin: center; animation-delay: -1.1s; }
.wave3 { animation: waveMove 3.2s ease-in-out infinite; transform-origin: center; animation-delay: -2.2s; }

@keyframes waveMove {
    0%, 100% { transform: translateY(0) translateX(0) skewX(0deg); }
    50%      { transform: translateY(-6px) translateX(4px) skewX(-1.2deg); }
}

#footer .footer_top .enjoy
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45.5vw;
    height: auto;
    z-index: 3;
}

#footer .footer_bottom
{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 135px 48px 130px;
    background-color: #1C4840;
    font: 400 1.25rem/160% var(--secondary-font);
    color: #FFF;
}

#footer .footer_bottom .footer_bottom_c
{
    width: 100%;
    max-width: 1310px;
}

#footer .footer_bottom .top
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding-bottom: 44px;
    border-bottom: 1px solid #FFF;
}

#footer .footer_bottom .contact_links
{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 7px;
}

#footer .footer_bottom .contact_links a
{
    display: flex;
    align-items: center;
    gap: 19px;
    font-weight: 600;
    font-size: 1.375rem;
}

#footer .footer_bottom .contact_links a:hover,
#footer .footer_bottom .contact_links a:focus
{
    text-decoration: underline;
}

#footer .footer_bottom .contact_links a .icon_c
{
    width: 43px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #7ABEDB;
    border-radius: 50%;
    filter: contrast(0) brightness(2);
    transition: all ease .5s;
}

#footer .footer_bottom .contact_links a:hover .icon_c,
#footer .footer_bottom .contact_links a:focus .icon_c
{
    filter: none;
    background-color: #7ABEDB;
}

#footer .footer_bottom .social_links
{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 11px;
}

#footer .footer_bottom .social_links a
{
    width: 43px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #7ABEDB;
    border-radius: 50%;
    filter: contrast(0) brightness(2);
    transition: all ease .5s;
}

#footer .footer_bottom .social_links a:hover,
#footer .footer_bottom .social_links a:focus
{
    filter: none;
    background-color: #7ABEDB;
}

#footer .footer_bottom .bottom
{
    width: 100%;
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid #FFF;
}

#footer .footer_bottom .bottom .left
{
    width: 45%;
    padding: 30px 80px 30px 0;
    border-right: 1px solid #FFF;
    display: flex;
    align-items: center;
}

#footer .footer_bottom .bottom .left p
{
    width: 100%;
    max-width: 420px;
}

#footer .footer_bottom .bottom .right
{
    width: 55%;
    padding: 30px 0 30px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

#footer .footer_bottom .bottom .right .title
{
    font-size: 3rem;
    line-height: 140%;
}

#footer .footer_bottom .bottom .right .input_c
{
    display: flex;
    align-items: stretch;
}

#footer .footer_bottom .bottom .right input
{
    padding: 16px 115px 16px 35px;
    border: 1px solid #DAD3C8;
    border-radius: 32px;
    font: 400 1rem/130% var(--secondary-font);
    color: #FFF;
    background-color: transparent;
    max-width: 335px;
    position: relative;
}

#footer .footer_bottom .bottom .right input::placeholder
{
    content: "E-Mail";
    opacity: 1;
    color: #FFF;
}

#footer .footer_bottom .bottom .right a
{
    padding: 19px 40px;
    border-radius: 32px;
    border: 1px solid #FFF;
    background-color: #ABD4E5;
    font: 600 .938rem/100% var(--secondary-font);
    color: #1C4840;
    text-transform: uppercase;
    letter-spacing: .03em;
    white-space: nowrap;
    cursor: pointer;
    transition: all ease .5s;
    position: relative;
    z-index: 2;
}

#footer .footer_bottom .bottom .right a:hover,
#footer .footer_bottom .bottom .right a:focus
{
    background-color: #7ABEDB;
}

#footer .impressum_c
{
    width: 100%;
    padding-top: 40px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 22px;
    font: 400 .688rem/120% var(--secondary-font);
    letter-spacing: .02em;
}

#footer .impressum_c a
{
    position: relative;
}

#footer .impressum_c a:hover,
#footer .impressum_c a:focus
{
    text-decoration: underline;
}

#footer .impressum_c a::before
{
    content: "";
    position: absolute;
    top: 50%;
    left: -11px;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background-color: #FFF;
}

#footer .impressum_c a:first-child::before
{
    content: none;
}

#footer .impressum_c .algo_link
{
    display: flex;
    align-items: flex-end;
    gap: 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:1025px)
{
    .as_map_c
    {
        display: none !important;
    }

    .head_c
    {
        padding: 20px 25px 20px 33px;
    }

    body.menu_fixed:not(.menu_opened) .head_c,
    body.contentp:not(.menu_opened) .head_c
    {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    body.menu_opened .head_c
    {
        background-color: #114037;
    }

    #menu_btn
    {
        width: 64px;
        height: 40px;
    }

    .head_c .head_right a:not(:first-child)
    {
        display: none;
    }

    .head_c .head_right a::after
    {
        content: none;
    }

    .head_c .logo_c img
    {
        top: 112px;
        width: 240px;
    }

    .head_c .logo_c img.small
    {
        top: 23px;
        width: 99px;
    }

    .h_menu_c .menu_c
    {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .h_menu_c .menu_c .menu_links
    {
        width: 100%;
        margin-top: 80px;
        padding: 22px;
        display: flex;
        justify-content: center;
        font: 600 1.25rem/180% var(--primary-font);
        color: #FFF;
        gap: 36px;
        border-top: 1px solid #FFF;
        border-bottom: 1px solid #FFF;
    }

    .h_menu_c .menu_c .menu_links a
    {
        position: relative;
    }

    .h_menu_c .menu_c .menu_links a::after
    {
        content: "";
        position: absolute;
        top: 50%;
        left: -18px;
        transform: translateY(-50%);
        width: 1px;
        height: 23px;
        background-color: #FFF;
    }

    .h_menu_c .menu_c .menu_links a:first-child::after
    {
        content: none;
    }

    .h_menu_c .menu .deskmenu_c > ul
    {
        padding: 60px 25px 0;
    }

    .menu .deskmenu_c > ul > li > a
    {
        font-size: 1.563rem;
        padding: 7px 0;
    }

    .h_menu_c .menu_c::after
    {
        bottom: 36px;
        left: 0;
        width: 65vw;
        height: 38vh;
    }

    body.menu_opened .h_menu_c .menu_c::after
    {
        background-image: url(../img/pictures_backgrounds/menu_bg_mobile.svg);
    }

    body.contentp .header_image_c
    {
        margin-top: 160px;
    }

    #right_fixed_links
    {
        right: auto;
        left: 0;
        top: auto;
        bottom: 39px;
        transform: none;
        flex-direction: row;
        gap: 15px;
    }

    body.menu_opened #right_fixed_links
    {
        z-index: 3;
    }

    #right_fixed_links > a
    {
        border-radius: 31px;
        font-size: 1rem;
        padding: 10px 35px;
    }

    #right_fixed_links > a:first-child
    {
        border-radius: 0 31px 31px 0;
    }

    #right_fixed_links > a.offers
    {
        display: none;
    }

    /* Popup */
    .main_popup_c
    {
        padding: 10vh 32px;
        align-items: flex-start;
    }

    .main_popup_c .popup_content
    {
        padding: 40px;
    }

    .main_popup_c .art_element.art_texti.image_left .art_texti_cont
    {
        padding-left: 32px;
    }

    .main_popup_c .art_element.art_texti.image_right .art_texti_cont
    {
        padding-right: 32px;
    }

    .main_popup_c .popup_content .close_popup
    {
        top: 10px;
        right: 10px;
    }

    .main
    {
        padding-bottom: 50px;
    }

    #footer .footer_bottom
    {
        padding: 56px 0 130px;
    }

    #footer .footer_bottom .top
    {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 30px;
        padding-left: 36px;
        padding-right: 36px;
    }

    #footer .footer_bottom .bottom
    {
        padding: 40px 36px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 30px;
        border-bottom: none;
    }

    #footer .footer_bottom .bottom .left
    {
        width: 100%;
        max-width: 450px;
        padding: 0;
        justify-content: center;
        border: none;
    }

    #footer .footer_bottom .bottom .right
    {
        width: 100%;
        max-width: 450px;
        padding: 0;
    }

    #footer .impressum_c
    {
        padding-left: 36px;
        padding-right: 36px;
    }
}

@media(max-width: 850px)
{                    
    #footer .impressum_c
    {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media(max-width: 650px)
{
    body.contentp .header_image_c
    {
        margin-top: 140px;
    }

    body.contentp .header_image_c
    {
        padding-left: 30px;
        padding-right: 30px;
    }

    .header_image_c .header_video .mobile_video
    {
        display: block;
    }

    .header_image_c .header_video .desk_video
    {
        display: none;
    }

    .main_popup_c .popup_content
    {
        padding-left: 25px;
        padding-right: 25px;
        font-size: 1.063rem;
    }

    .main_popup_c .art_element.art_texti.image_left .art_texti_cont
    {
        padding-left: 0;
    }

    .main_popup_c .art_element.art_texti.image_right .art_texti_cont
    {
        padding-right: 0;
    }

    #footer .footer_top .bg
    {
        display: none;
    }

    #footer .footer_top .bg.mobile
    {
        display: block;
    }

    #footer .footer_top .waves
    {
        width: 20.5vw;
    }

    #footer .footer_top .enjoy
    {
        left: 60%;
        width: 65vw;
    }

    #footer .footer_bottom .bottom .left p
    {
        font-size: 1rem;
        line-height: 143%;
    }

    #footer .footer_bottom .footer_logo
    {
        width: 235px;
    }

    #footer .footer_bottom .bottom .right input
    {
        padding-right: 70px;
        max-width: 270px;
    }

    #footer .footer_bottom .bottom .right button
    {
        padding: 20px;
    }

}

@media(max-width: 400px)
{
    #footer .footer_bottom .bottom .right a
    {
        padding-left: 20px;
        padding-right: 20px;
    }

}

@media(max-width: 380px)
{
    #footer .footer_bottom .bottom .right .title
    {
        font-size: 2rem;
    }

}
