@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;
    background-color: #FBFBFB;
    background-image: url(../img/bgs/bg.jpg);
    background-size: 552px auto;
    top: 0 !important;
}

/* Hide google translate banner on top of the screen */
body > .skiptranslate
{
    display: none !important;
}

*
{
	outline: none;
    box-sizing: border-box;
}

img
{
    /*image-rendering:pixelated;*/
    image-rendering:-webkit-optimize-contrast;
}

img:not([src*="px"])
{
    height: auto;
}

header img[data-src], footer img[data-src] {
    transition: opacity .3s ease-in;
}

header img[src='img/px.webp'], footer img[src='img/px.webp'] {
    opacity: 0;
}

a
{
    color: inherit;
    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;
	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: #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 > *
{
    display: block;
    padding: 5px 15px;
    background-color: #FFEECE;

    font: 400 1.125rem/160% var(--primary-font);
    color: #5B5761;
    text-decoration: none;
    line-height: 20px;
}
.as_map ul li > *:focus { background-color: #DECEE6; outline: 1px dotted #FFEECE; }

/* Head */
.head_c
{
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
    padding: 65px 55px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font: 300 1.25rem/110% var(--primary-font);
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #FBFBFB;
    transition: all ease .5s;
    overflow: hidden;
    z-index: 5;
}

.head_c::before
{
    content: "";
    position: absolute;
    top: -40px;
    left: -60px;
    right: -60px;
    bottom: 0;
    display: block;
    z-index: -1;
    background: -webkit-gradient(linear,left top, left bottom,from(rgba(91,87,97,.25)),to(rgba(91,87,97,0)));
    background: -webkit-linear-gradient(top,rgba(91,87,97,.25),rgba(91,87,97,0));
    background: linear-gradient(to bottom,rgba(91,87,97,.25),rgba(91,87,97,0));
    pointer-events: none;
}

body.menu_fixed .head_c::before
{
    background: linear-gradient(to bottom,#5B5761,rgba(91,87,97,0));
    height: 200px;
    transition: all .4s ease-out;
}

body.menu_fixed .head_c
{
    position: fixed;
}

.head_c.moved_up {
    top: -166px;
}

body.menu_opened .head_c.moved_up
{
    top: 0;
}

.head_c > *
{
    position: relative;
    z-index: 2;
}

.head_c .head_left
{
    display: flex;
    align-items: center;
    gap: 55px;
}

.head_c .head_left .contact_links
{
    display: flex;
    align-items: center;
    gap: 55px;
}

.head_c .head_left a:hover,
.head_c .head_left a:focus
{
    text-decoration: underline;
}

.head_c .head_left a img
{
    transition: all ease .5s;
}

.head_c .head_left a:hover img,
.head_c .head_left a:focus img
{
    transform: scale(1.1);
}

.head_c .logo_c
{
    position: absolute;
    top: 49px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all ease .5s;
}

body.no_header_image .head_c .logo_c,
body.menu_fixed .head_c .logo_c,
body.menu_opened .head_c .logo_c
{
    visibility: visible;
    opacity: 1;
}

.head_c .head_right
{
    display: flex;
    align-items: center;
}

.head_c .head_right a
{
    position: relative;
    padding-left: 63px;
}

.head_c .head_right a::before
{
    content: "";
    position: absolute;
    top: 50%;
    left: 39px;
    transform: translateY(-50%);
    width: 58px;
    height: 65px;
    background: url(../img/icons/sun_center.svg);
    background-size: 100% 100%;
}

.head_c .head_right a::after
{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 125px;
    height: 145px;
    background: url(../img/icons/sun_rises.svg);
    background-size: 100% 100%;
    opacity: 0;
    transition: opacity ease .5s;
}

.head_c .head_right a:hover::after,
.head_c .head_right a:focus::after
{
    opacity: 1;
}

#menu_btn
{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-right: 25px;
}

#menu_btn .lines
{
    width: 66px;
    height: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#menu_btn .lines .line
{
    width: 100%;
    height: 1px;
    position: relative;
    transition: all ease .5s;
}

body.menu_opened #menu_btn .lines .line:nth-child(1)
{
    transform: translateY(18px) rotate(45deg);
}

body.menu_opened #menu_btn .lines .line:nth-child(2)
{
    opacity: 0;
}

body.menu_opened #menu_btn .lines .line:nth-child(3)
{
    transform: translateY(-15px) rotate(-45deg);
}

#menu_btn .lines .line::after
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 1px;
    background-color: #FBFBFB;
}

#menu_btn .lines .line:nth-child(3)::after
{
    width: 21%;
    transition: all ease .54s;
}

#menu_btn .lines .line:nth-child(3)::before
{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 62%;
    height: 100%;
    border-radius: 1px;
    background-color: #FBFBFB;
}

#menu_btn:hover .lines .line:nth-child(3)::after,
#menu_btn:focus .lines .line:nth-child(3)::after,
body.menu_opened #menu_btn .lines .line:nth-child(3)::after
{
    width: 100%;
}

/* Menu */
.h_menu_c
{
    width: 100%;
    height: calc(100vh);
    padding-bottom: 60px;
    overflow: hidden auto;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background: linear-gradient(0deg, rgba(91, 87, 97, 0.90) 0%, rgba(91, 87, 97, 0.90) 100%);
    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::after
{
    content: "";
    position: absolute;
    bottom: 57px;
    left: 0;
    width: 100%;
    height: 1.707vw;
    background-size: 100% 100%;
}

body.menu_opened .h_menu_c::after
{
    background: url(../img/bgs/yellow_shape_top.png);
}
*/

.h_menu_c .menu_c
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 1;
}

.h_menu_c .menu_c  .menu_logo
{
    display: none;
}

.h_menu_c .menu
{
    width: 100%;
    min-height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 2;
}

.h_menu_c .menu_links
{
    display: none;
}

.h_menu_c .menu .deskmenu_c
{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.h_menu_c .menu .deskmenu_c > ul
{
    max-width: 1330px;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow-x: visible;
    margin: 0;
    padding: 210px 640px 50px 200px;
    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: 10px 0;
    position: relative;
    font: 500 2.5rem/120% var(--primary-font);
    color: #FBFBFB;
    text-decoration: none;
    white-space: nowrap;
    transition: color ease .5s;
}

.menu .deskmenu_c > ul > li > a:hover::before,
.menu .deskmenu_c > ul > li > a:focus::before,
.menu .deskmenu_c > ul > li.current_link > a::before
{
    opacity: 1;
}

.menu li a span
{
    display: inline;
    position: relative;
}

.menu .deskmenu_c > ul > li.link_down > a span::after
{
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(100%, -50%);
    right: -25px;
    width: 0;
    height: 1px;
    background-color: #FBFBFB;
    border-radius: 1px;
    transition: width ease 1.2s;
}

.menu .deskmenu_c ul > li.link_down.opened > a span::after
{
    width: calc(460px - 100%);
}

.h_menu_c .menu .deskmenu_c > ul > li > ul
{
    position: absolute;
    top: 10px;
    right: 0;
    width: 100%;
    width: 400px;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateX(calc(100% + 270px));
    transition: all ease 1s;
    transition-delay: 0s;
}

.h_menu_c .menu .deskmenu_c > ul > li.opened > ul
{
    visibility: visible;
    opacity: 1;
    transition-delay: .5s;
}

.h_menu_c .menu .deskmenu_c > ul > li:last-child > ul,
.h_menu_c .menu .deskmenu_c > ul > li:nth-last-child(2) > ul,
.h_menu_c .menu .deskmenu_c > ul > li:nth-last-child(3) > ul
{
    top: auto;
    bottom: 10px;
}

.menu li li
{
    width: 100%;
}

.menu .deskmenu_c li li a
{
    display: inline-block;
    font: 300 1.563rem/110% var(--primary-font);
    font-variation-settings: "wght" 300;
    /*white-space: nowrap;*/
    text-decoration: none;
    transition: all .5s ease 0s;
    padding: 10px 0;
    color: #FBFBFB;
    opacity: 1;
}

.menu .deskmenu_c li li a:hover,
.menu .deskmenu_c li li a:focus,
.menu .deskmenu_c li li.current_link a
{
   text-decoration: underline;
}

/*Head Image*/
.header_image_c
{
    width: 100%;
    height: 64vw;
    max-height: 100vh;
    float: left;
    position: relative;
    z-index: 1;
}

.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::before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(91, 87, 97, 0.50) 0%, rgba(91, 87, 97, 0.50) 100%);
    z-index: 2;
}

.header_image_c .header_image::after
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 81%;
    background: linear-gradient(180deg, rgba(91, 88, 97, 0.80) 0%, rgba(91, 88, 97, 0.00) 29.6%);
    z-index: 3;
}

.header_image_c .header_image .img_c
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform ease 4s;
    transition-delay: 1s;
    transform: none;
}

.header_image_c .header_image .img_c img
{
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    object-fit: cover;
    position: static;
    top: auto;
    left: auto;
    right: auto;
    margin: 0;
    transform: none;
    -webkit-transform: none;
}

.header_image_c .slick-list
{
    width: 100%;
    height: 100%;
}

.header_image_c .slider_image
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.header_image_c .slider_image.current
{
    z-index: 2;
}

.header_image_c .header_image_logo
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.header_image_c .slogan
{
    position: absolute;
    bottom: 50px;
    left: 31%;
    font: 700 1.25rem/110% var(--primary-font);
    letter-spacing: .15em;
    color: #FBFBFB;
    text-transform: uppercase;
    z-index: 2;
}

.header_image_c .slogan::before
{
    content: "";
    position: absolute;
    top: 50%;
    left: -26px;
    transform: translateX(-100%);
    width: calc(31vw - 26px);
    height: 1px;
    background-color: #FFF;
}

.header_image_c .header_image_links
{
    position: absolute;
    bottom: 50px;
    right: 50px;
    display: flex;
    align-items: stretch;
    gap: 33px;
    z-index: 3;
}

.header_image_c .header_image_links > *
{
    border: 1px solid #FBFBFB;
    line-height: 50%;
    padding: 7px 14px;
    border-radius: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.header_image_c .header_image_popup_links .lines
{
    display: flex;
    gap: 6px;
}

.header_image_c .header_image_popup_links .lines .line
{
    width: 9px;
    height: 1px;
    border-radius: 1px;
    background-color: #FBFBFB;
}

.header_image_c .header_image_popup_links .header_image_popup_links_c
{
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 20px;
    font: 300 1.125rem/110% var(--primary-font);
    color: #FFF;
    padding: 10px 16px 26px 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: all ease .5s;
}

.header_image_c .header_image_popup_links .header_image_popup_links_c::before
{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 30px;
    background-color: #FFF;
}

.header_image_c .header_image_popup_links .header_image_popup_links_c::after
{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1px;
    height: calc(100% - 42px);
    background-color: #FFF;
}

.header_image_c .header_image_popup_links:hover .header_image_popup_links_c,
.header_image_c .header_image_popup_links .header_image_popup_links_c:has(a:focus)
{
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.header_image_c .header_image_popup_links .header_image_popup_links_c a:hover,
.header_image_c .header_image_popup_links .header_image_popup_links_c a:focus
{
    text-decoration: underline;
}

#mobile_links
{
    display: none;
}

.main_logo
{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 110px 160px 0;
}

.main_logo::before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(180deg, #5B5761 0%, rgba(91, 87, 97, 0.00) 25.56%);
}

.main_logo .logo_c
{
    width: 100%;
    max-width: 1000px;
}

.main_logo .logo_c img
{
    display: none;
}

/* Mobile menu */
.mobile_menu_btn
{
    display: none;
}

.menu_slide_c
{
    right: 99999px;
    position: absolute;
}

/* Main */
.main_c
{
	width: 100%;
	position: relative;
	z-index: 1;
    float: left;
}
.main
{
	width: 100%;
    float: left;
	min-height: 500px;
	position: relative;
    float: left;
    padding-bottom: 80px;
	z-index: 1;
}

/* Footer */
#footer
{
	width: 100%;
    float: left;
    position: relative;
    z-index: 2;
}

#footer .footer_top
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    padding: 65px 65px 87px;
    background-color: #5B5761;
    font: 400 1.125rem/170% var(--primary-font);
    letter-spacing: .055em;
    color: #FBFBFB;
    position: relative;
}

#footer .footer_top .left
{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 60px;
    padding-top: 55px;
}

#footer .footer_top .left .social_c_mobile
{
    display: none;
}

#footer .footer_top .left > p
{
    width: auto;
    padding-right: 60px;
}

#footer .footer_top .left a:hover,
#footer .footer_top .left a:focus
{
    text-decoration: underline;
}

#footer .footer_top .right
{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    text-align: right;
    gap: 60px;
    max-width: 450px;
    font-size: 1.25rem;
}

#footer .footer_top .right .social_c
{
    display: flex;
    align-items: center;
    gap: 17px;
    font: 400 1.25rem/110% var(--primary-font);
    text-transform: uppercase;
}

#footer .footer_top .right .social_c > span
{
    padding-left: 85px;
    position: relative;
}

#footer .footer_top .right .social_c > span::before
{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 58px;
    height: 1px;
    background-color: #FFF;
}

#footer .footer_top .right .social_c a img
{
    transition: all ease .5s;
}

#footer .footer_top .right .social_c a:hover img,
#footer .footer_top .right .social_c a:focus img
{
    transform: scale(1.1);
}

#footer .footer_top .algo_link
{
    position: absolute;
    right: 65px;
    bottom: 95px;
    display: flex;
    align-items: flex-end;
    gap: 10px;
    font: 300 1.25rem/100% var(--primary-font);
    color: #FBFBFB;
    letter-spacing: .05em;
}

#footer .footer_top .algo_link:hover,
#footer .footer_top .algo_link:focus
{
    text-decoration: underline;
}

#footer .footer_bottom
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 35px 65px;
    font: 500 .938rem/170% var(--primary-font);
    text-transform: uppercase;
    color: #5B5761;
    position: relative;
}

#footer .footer_bottom a:hover
{
    text-decoration: underline;
}

#footer .footer_bottom .impressum
{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 22px;
}

#footer .footer_bottom .logos
{
    display: flex;
    align-items: center;
    gap: 62px;
}

#footer .footer_bottom .trustyou_c iframe
{
    max-width: 180px;
    max-height: 30px;
    border: 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: 1600px)
{
    .main_logo
    {
        padding-left: 48px;
        padding-right: 48px;
    }

}

@media(max-width: 1500px)
{
    #footer .footer_bottom
    {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 40px;
        padding: 65px;
    }

}

@media(max-width: 1200px)
{
    .h_menu_c .menu .deskmenu_c > ul
    {
        padding-left: 100px;
    }

    .header_image_c .header_image_logo img
    {
        width: 400px;
    }

    #footer .footer_top .left .footer_logo
    {
        width: 400px;
    }

}

@media(max-width:1025px)
{
    body
    {
        background-size: 276px auto;
    }

    .as_map_c
    {
        display: none !important;
    }

    .head_c
    {
        padding: 30px 30px 24px;
    }

    body.menu_fixed .head_c::before
    {
        height: 150px;
    }

    .head_c .head_right
    {
        display: none;
    }

    .head_c .head_left
    {
        width: 100%;
        justify-content: space-between;
    }

    .head_c .head_left .contact_links
    {
        gap: 30px;
    }

    body.menu_fixed .head_c .head_left .lang_switch,
    body.menu_opened .head_c .head_left .lang_switch
    {
        display: none;
    }

    #menu_btn .lines
    {
        width: 41px;
        height: 28px;
    }

    #menu_btn .lines .line
    {
        height: 2px;
    }

    #menu_btn .lines .line::after
    {
        border-radius: 2px;
    }

    #menu_btn .lines .line:nth-child(3)::before
    {
        border-radius: 2px;
    }

    body.menu_opened #menu_btn .lines .line:nth-child(1)
    {
        transform: translateY(12px) rotate(45deg);
    }

    body.menu_opened #menu_btn .lines .line:nth-child(3)
    {
        transform: translateY(-13px) rotate(-45deg);
    }

    .head_c .logo_c
    {
        top: 23px;
    }

    .head_c .logo_c img
    {
        width: 98px;
    }

    .h_menu_c .menu_c
    {
        align-items: flex-start;
    }

    .h_menu_c .menu .deskmenu_c
    {
        justify-content: flex-start;
    }

    .h_menu_c .menu .deskmenu_c > ul
    {
        width: 100%;
        max-width: 400px;
        padding: 80px 65px 0;
        order: 1;
    }

    .h_menu_c .menu .deskmenu_c > ul > li:last-child > ul
    {
        bottom: auto;
    }

    .menu .deskmenu_c > ul > li > a
    {
        width: auto;
        font-size: 1.375rem;
        padding: 7px 0;
        position: relative;
    }

    .menu .deskmenu_c > ul > li:first-child > a
    {
        border-top: none;
    }

    .menu .deskmenu_c > ul > li > a::before
    {
        content: "";
        position: absolute;
        bottom: 5px;
        right: 20px;
        width: calc(45px + 100%);
        height: 1px;
        background-color: #FBFBFB;
        opacity: 0;
        transition: opacity ease .5s;
    }

    .menu .deskmenu_c > ul > li > a::after
    {
        content: "";
        position: absolute;
        bottom: 5px;
        right: 0;
        width: 14px;
        height: 1px;
        background-color: #FBFBFB;
        opacity: 0;
        transition: opacity ease .5s;
    }

    .menu .deskmenu_c > ul > li > a:hover::before
    {
        opacity: 0;
    }

    .menu .deskmenu_c > ul > li.current_link > a::before,
    .menu .deskmenu_c > ul > li.current_path > a::before,
    .menu .deskmenu_c > ul > li.opened > a::before,
    .menu .deskmenu_c > ul > li.current_link > a::after,
    .menu .deskmenu_c > ul > li.current_path > a::after,
    .menu .deskmenu_c > ul > li.opened > a::after
    {
        opacity: 1;
    }

    .menu .deskmenu_c > ul > li.link_down > a span::after
    {
        content: none;
    }

    .h_menu_c .menu .deskmenu_c > ul > li > ul
    {
        position: relative;
        right: auto;
        padding: 0 0 0 30px;
        visibility: visible;
        opacity: 1;
        overflow: hidden;
        max-height: 0;
        transform: none;
        transition: all .5s ease 0s;
        max-width: unset;
    }

    .h_menu_c .menu .deskmenu_c > ul > li.opened > ul
    {
        transition-delay: 0s;
    }

    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-top: 0;
        padding-bottom: 19px;
    }

    .menu .deskmenu_c li li a
    {
        font-size: 1.125rem;
        padding: 6px 0;
    }

    .menu .deskmenu_c li li a:hover,
    .menu .deskmenu_c li li a:focus,
    .menu .deskmenu_c li li.current_link a
    {
        text-decoration: underline;
    }

    .h_menu_c .menu_c .menu_links
    {
        width: 100%;
        /*max-width: 400px;*/
        /*margin-top: 320px;*/
        margin-top: 20px;
        padding-left: 65px;
        padding-right: 65px;
        display: flex;
        align-items: stretch;
        justify-content: flex-end;
        gap: 25px;
        font-size: 1.125rem/110% var(--primary-font);
        z-index: 3;
    }

    .h_menu_c .menu_c .menu_links > *
    {
        border: 1px solid #FBFBFB;
        color: #FBFBFB;
        line-height: 50%;
        padding: 8px 16px;
        border-radius: 1px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .h_menu_c .menu_c .menu_links .lines
    {
        display: flex;
        gap: 6px;
    }

    .h_menu_c .menu_c .menu_links .lines .line
    {
        width: 9px;
        height: 1px;
        border-radius: 1px;
        background-color: #FBFBFB;
    }

    .h_menu_c .menu_popup_links
    {
        min-width: 77px;
    }

    .h_menu_c .menu_popup_links .menu_popup_links_c
    {
        position: absolute;
        top: 0;
        right: 0;
        transform: translateY(-100%);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-end;
        gap: 20px;
        font: 300 1.125rem/110% var(--primary-font);
        color: #FFF;
        padding: 10px 16px 26px 0;
        visibility: hidden;
        opacity: 0;
        z-index: -1;
        transition: all ease .5s;
    }

    .h_menu_c .menu_popup_links .menu_popup_links_c::before
    {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 30px;
        background-color: #FFF;
    }

    .h_menu_c .menu_popup_links .menu_popup_links_c::after
    {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 1px;
        height: calc(100% - 42px);
        background-color: #FFF;
    }

    .h_menu_c .menu_popup_links:hover .menu_popup_links_c,
    .h_menu_c .menu_popup_links .menu_popup_links_c:has(a:focus)
    {
        visibility: visible;
        opacity: 1;
        z-index: 1;
    }

    .h_menu_c .menu_popup_links .menu_popup_links_c a:hover,
    .h_menu_c .menu_popup_links .menu_popup_links_c a:focus
    {
        text-decoration: underline;
    }

    .header_image_c
    {
        height: 100vh;
    }

    .header_image_c .header_image_logo img
    {
        width: 251px;
    }

    .header_image_c .header_image_links
    {
        display: none;
    }

    .header_image_c .slogan
    {
        font-size: 1.063rem;
        bottom: 106px;
        left: 50%;
        transform: translateX(-50%);
        white-space: nowrap;
    }

    .header_image_c .slogan::before
    {
        content: none;
    }

    .main_logo
    {
        /*padding-top: 140px;*/
        padding-top: 70px;
    }

    #mobile_links
    {
        position: fixed;
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        align-items: stretch;
        justify-content: center;
        gap: 23px;
        z-index: 3;
    }

    #mobile_links a
    {
        padding: 13px 25px;
        min-width: 160px;
        font: 300 .938rem/110% var(--primary-font);
        letter-spacing: .15em;
        text-align: center;
        text-transform: uppercase;
        color: #5B5761;
        background-color: #FFEECE;
    }

    #mobile_links a.book
    {
        background-color: #DECEE6;
    }


    /* FOOTER */

    #footer .footer_top
    {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 85px;
    }

    #footer .footer_top .left
    {
        width: 100%;
        align-items: flex-start;
        gap: 25px;
        padding-top: 0;
    }

    #footer .footer_top .left .social_c_mobile
    {
        display: flex;
        align-items: center;
        gap: 17px;
        font: 400 1.25rem/110% var(--primary-font);
        text-transform: uppercase;
        align-self: flex-end;
    }

    #footer .footer_top .left .social_c_mobile > span
    {
        padding-left: 85px;
        position: relative;
    }

    #footer .footer_top .left .social_c_mobile > span::before
    {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 58px;
        height: 1px;
        background-color: #FFF;
    }

    #footer .footer_top .left .social_c_mobile a img
    {
        transition: all ease .5s;
    }

    #footer .footer_top .left .social_c_mobile a:hover img,
    #footer .footer_top .left .social_c_mobile a:focus img
    {
        transform: scale(1.1);
    }

    #footer .footer_top .left .footer_logo
    {
        margin-top: 25px;
        width: 251px;
    }

    #footer .footer_top .left > p
    {
        padding-left: 40px;
        padding-right: 0;
    }

    #footer .footer_top .right .social_c
    {
        display: none;
    }

    #footer .footer_top .right
    {
        align-self: flex-end;
    }

    #footer .footer_top .algo_link
    {
        bottom: 30px;
    }

    #footer .footer_bottom
    {
        padding-bottom: 120px;
    }

    #footer .footer_top .algo_link
    {
        right: 23px;
    }

    #footer .footer_bottom
    {
        padding: 33px 23px 120px;
    }

    #footer .footer_bottom .logos
    {
        gap: 45px;
        justify-content: center;
        flex-wrap: wrap;
    }

}


@media(max-width: 650px)
{
    body
    {
        background-size: 138px auto;
    }

    .h_menu_c .menu_c .menu_links
    {
        padding-left: 30px;
        padding-right: 30px;
    }

    .main_logo
    {
        padding-left: 24px;
        padding-right: 24px;
    }

    .main_logo .logo_c img
    {
        width: 200px;
    }

    /* FOOTER */
    #footer .footer_top
    {
        padding: 35px 23px 91px;
    }

}

@media(max-width: 500px)
{
    .h_menu_c .menu .deskmenu_c > ul > li > ul
    {
        width: 300px;
        max-width: calc(100vw - 130px);
    }

}

@media(max-width: 400px)
{
    #mobile_links a
    {
        min-width: 130px;
    }

}

@media(max-width: 350px)
{
    .h_menu_c .menu .deskmenu_c > ul
    {
        padding: 80px 30px 0;
    }

    .h_menu_c .menu .deskmenu_c > ul > li > ul
    {
        max-width: calc(100vw - 60px);
    }

    .h_menu_c .menu_c .menu_links
    {
        padding-left: 30px;
        padding-right: 30px;
    }

}
