@charset 'utf-8';

/*  PRELOADER   */
.preloader
{
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff !important;
}

.preloader .preloader_logo
{
    width: 194px;
    height: 198px;
    position: absolute;
    top: calc( 50% - 97px);
    left: calc(50% - 99px);
    background: url(../img/logo/logo.png);
    background-size: cover;
    -webkit-animation: scale-up-center 5s ease both;
            animation: scale-up-center 5s ease both;
}

@keyframes scale-up-center
{
    0%
    {
        -webkit-transform: scale(.2);
                transform: scale(.2);
        opacity: 0;
    }

    60%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 1;
    }

    100%
    {
        -webkit-transform: scale(.7);
                transform: scale(.7);
    }
}

/* COOKIE */
#cks_overlay
{
    background-color: #fff !important;
    padding: 5px 0 !important;
}

.cks_inner,
.cks_inner a
{
    color: #5f5f5f !important;
    font-size: .813rem !important;
    line-height: .875em !important;
}

.cks_inner p
{
    padding: 7px 114px 5px 0 !important;
}

.cks_btn
{
    width: 80px !important;
    margin-top: -14px !important;
    background-color: #a5a5a9 !important;
    font-size: 14px !important;
    height: 27px !important;
    line-height: 26px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

/*
IPhone Querformat font-size bug
*/
html
{
    -webkit-text-size-adjust: 100% !important;
}

body
{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: #FAF8F4;
    top: 0 !important;
    --primary-font: Lato, "Josefin Sans", Arial, sans-serif;
}

/* Hide google translate banner on top of the screen */
body > .skiptranslate
{
    display: none !important;
}

*
{
    outline: none;
    box-sizing: border-box;
}

img
{
    /*image-rendering:pixelated;*/
    image-rendering: -webkit-optimize-contrast;
}

img:not([src*='px'])
{
    height: auto;
}

header img[data-src],
footer img[data-src]
{
    transition: opacity .3s ease-in;
}

header img[src='img/px.webp'],
footer img[src='img/px.webp']
{
    opacity: 0;
}

a img
{
    border: 0 solid;
}

a.art_anchor
{
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    font-size: 0;
}

a.email > span
{
    unicode-bidi: bidi-override;
    direction: rtl;
}

p
{
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.content p
{
    float: none;
}

button
{
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    color: inherit;
}

body .ui-widget
{
    font-size: 11px;
    display: none;
}

.sc_only
{
    width: 0;
    height: 0;
    overflow: hidden;
}

.page_c
{
    width: 100%;
    min-width: 850px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

body.no_header_image .page_c
{
    padding-top: 170px;
}

@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 > *
{
    padding: 5px 15px;
    background-color: #d7cfcc;
    font: 400 1.250rem/120% 'Montserrat', 'Trebuchet MS', sans-serif;
    color: #231f1d;
    text-decoration: none;
    line-height: 20px;
}

.as_map ul li > *:focus
{
    background-color: #fff;
    outline: 1px dotted #231f1d;
}

/* Head */
.head_c
{
    width: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    transition: all ease .5s;
    z-index: 6;
}

/*body.submenu_opened .head_c,*/
body.menu_fixed .head_c,
body.menu_opened .head_c
{
    background-color: #faf8f4;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
}

body.menu_fixed .head_c,
body.menu_opened .head_c
{
    position: fixed;
}

.head_c.moved_up
{
    top: -180px;
}

body.menu_opened .head_c.moved_up,
body.submenu_opened .head_c.moved_up
{
    top: 0;
}

.head_c .header_c
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 44px 48px 18px;
    transition: all ease .5s;
}

.head_c .head_logo
{
    position: relative;
    width: 294px;
    height: 66px;
}

.head_c .head_logo img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all ease .5s;
}

.head_c .head_logo img.fixed_logo
{
    opacity: 0;
}

.head_c .head_logo img.mobile_logo
{
    display: none;
}

/*body.submenu_opened .head_c .head_logo img.fixed_logo,*/
body.menu_fixed .head_c .head_logo img.fixed_logo,
body.no_header_image .head_c .head_logo img.fixed_logo
{
    opacity: 1;
}

/*body.submenu_opened .head_c .head_logo img:not(.fixed_logo),*/
body.menu_fixed .head_c .head_logo img:not(.fixed_logo),
body.no_header_image .head_c .head_logo img:not(.fixed_logo)
{
    opacity: 0;
}

#deskmenu
{
    position: relative;
    z-index: 1;
}

#deskmenu > ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

#deskmenu > ul > li
{
    padding: 0;
    margin: 0;
    position: relative;
}

#deskmenu > ul > li > a
{
    display: inline-block;
    padding: 45px 32px;
    font: 400 1rem/120% var(--primary-font);
    text-align: center;
    color: #faf8f4;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .063em;
    transition: all ease .5s;
    position: relative;
}

/*body.submenu_opened #deskmenu > ul > li > a,*/
body.menu_fixed #deskmenu > ul > li > a,
body.no_header_image #deskmenu > ul > li > a
{
    color: #474747;
}

#deskmenu > ul > li > a:hover,
#deskmenu > ul > li > a:focus,
#deskmenu > ul > li.current_link > a,
#deskmenu > ul > li.current_path > a
{
    text-decoration: underline;
}

#deskmenu > ul > li.current_link > a,
#deskmenu > ul > li.current_path > a
{
    font-weight: 900;
}

#submenu_c
{
    position: fixed;
    top: 170px;
    left: 0;
    width: 100%;
    height: calc(100vh - 170px);
    background-color: #faf8f4;
    display: flex;
    justify-content: center;
    font: 400 .875rem/125% var(--primary-font);
    letter-spacing: .054em;
    color: #474747;
    transform: translateY(-100vh);
    opacity: 0;
    transition: all ease .5s;
    z-index: 5;
}

body.submenu_opened #submenu_c
{
    opacity: 1;
    transform: none;
}

#submenu_c #close_submenu
{
    position: absolute;
    top: 45px;
    right: 55px;
    z-index: 2;
    cursor: pointer;
}

#submenu_c .submenu
{
    width: 100%;
    /*max-width: 630px;*/
    max-width: 780px;
    padding: 45px 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow-y: auto;
}

#submenu_c .submenu > *
{
    width: 100%;
    padding-left: 130px;
    padding-right: 130px;
    border-bottom: 1px solid rgba(71,71,71,.4);
    position: relative;
}

#submenu_c .submenu > *:last-child
{
    border: none;
}

#submenu_c .submenu > *:first-child
{
    padding-top: 50px;
    padding-bottom: 40px;
}

#submenu_c .submenu > *:first-child::before
{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 78px;
    height: 89px;
    background-size: 100% 100%;
}

body.submenu_opened #submenu_c .submenu > *:first-child::before
{
    background-image: url(../img/icons/menu_shape1.svg);
}

#submenu_c .submenu > *:first-child::after
{
    content: '';
    position: absolute;
    right: 0;
    bottom: 66px;
    width: 117px;
    height: 60px;
    background-size: 100% 100%;
}

body.submenu_opened #submenu_c .submenu > *:first-child::after
{
    background-image: url(../img/icons/menu_shape3.svg);
}

#submenu_c  .submenu > *:nth-child(2)
{
    padding-top: 50px;
    padding-bottom: 50px;
}

#submenu_c  .submenu > *:nth-child(2)::after
{
    content: '';
    position: absolute;
    right: 130px;
    bottom: 0;
    width: 91px;
    height: 49px;
    background-size: 100% 100%;
}

body.submenu_opened #submenu_c .submenu > *:nth-child(2)::after
{
    background-image: url(../img/icons/menu_shape2.svg);
}

#submenu_c .sm_title
{
    font: 900 2.125rem/125% var(--primary-font);
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: .1em;
}

#submenu_c ul
{
    list-style: none;
    flex-direction: column;
    justify-content: flex-start;
    gap: 28px;
    font: 400 1.375rem/125% var(--primary-font);
    text-transform: uppercase;
    letter-spacing: .168em;
    padding: 0;
    margin: 0;
    position: relative;
    display: none;
}

#submenu_c ul.active
{
    display: flex;
}

#submenu_c a
{
    color: inherit;
    text-decoration: none;
}

#submenu_c a:hover,
#submenu_c a:focus
{
    text-decoration: underline;
}

#submenu_c .menu_links
{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 12px;
}

#submenu_c .menu_links a
{
    font: 400 1.375rem/125% var(--primary-font);
    text-transform: uppercase;
    letter-spacing: .168em;
}

#submenu_c .menu_links p
{
    margin-bottom: 13px;
}

#mobilemenu
{
    display: none;
}

#mobile_menu_btn
{
    display: none;
}

.head_c .head_links
{
    line-height: 50%;
}

.head_c .head_links .phone_link,
.head_c .head_links .email_link
{
    display: none;
}

.head_c .head_links img
{
    transition: all ease .5s;
}

.head_c .head_links .gtranslate_c
{
    position: relative;
}

.head_c .head_links .gtranslate_btn
{
    cursor: pointer;
}

.gtranslate_c .gtranslate_inner
{
    display: none;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 44px;
}

.gtranslate_c.opened .gtranslate_inner
{
    display: flex;
    flex-direction: column;
    padding: 15px;
    min-width: 180px;
    background-color: #265d53;
    box-shadow: 0 20px 40px rgba(0,0,0,.1);
}

.gtranslate_c .gtranslate_inner > *
{
    width: 100%;
}

.gtranslate_c .gtranslate_inner .h_google_tr
{
    width: 100%;
}

.goog-te-gadget-simple
{
    width: 100%;
    display: flex!important;
    justify-content: space-between;
    align-items: center;
    padding: 3px!important;
}

.gtranslate_c .h_google_tr
{
    padding: 0;
    display: flex;
    justify-content: center;
}

.goog-te-gadget-simple
{
    border-color: transparent !important;
    font-size: .813rem !important;
    font-weight: 400;
    padding: 0 !important;
    text-transform: none;
}

.goog-te-gadget
{
    font-size: 0 !important;
}

.goog-te-gadget .goog-te-combo
{
    width: 100%;
    margin: 0 !important;
    font: 400 .813rem/180% var(--primary-font);
    padding: 5px 15px;
}

.goog-te-gadget > span
{
    display: none !important;
}

/*body.submenu_opened .head_c .head_links img,*/
body.menu_fixed .head_c .head_links img,
body.menu_opened .head_c .head_links img,
body.no_header_image .head_c .head_links img
{
    filter: brightness(0%);
}

/*Head Image*/
.header_image_c
{
    width: 100%;
    height: 59.65vw;
    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 .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::before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.1)
}

.header_image_c .header_image .img_c::after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #474746 0%, rgba(217, 217, 217, .00) 73.71%);
}

.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 .slogan
{
    position: absolute;
    bottom: 13.64%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 85px;
    z-index: 3;
}

.header_image_c .slogan .buttons_c
{
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
}

.header_image_c .slogan .buttons_c a
{
    padding: 12px 15px;
    border: 1px solid #faf8f4;
    filter: drop-shadow(5px 5px 12.5px rgba(0, 0, 0, .10));
    font: 400 1.125rem/120% var(--primary-font);
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .21em;
    color: #faf8f4;
    transition: all ease .5s;
}

.header_image_c .slogan .buttons_c a:hover,
.header_image_c .slogan .buttons_c a:focus
{
    background-color: #d7dea6;
    border-color: #d7dea6;
    color: #474747;
}

#fixed_icons_right
{
    position: fixed;
    bottom: 37%;
    right: 48px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 8px;
    z-index: 4;
}

#fixed_icons_right > *
{
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #faf8f4;
    border-radius: 50%;
    transition: all ease .5s;
}

#fixed_icons_right a:hover,
#fixed_icons_right a:focus
{
    transform: scale(1.1);
}

.header_image_c .logo_c
{
    display: none;
}

#fixed_bottom_links
{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #faf8f4;
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, .3);
    display: flex;
    justify-content: center;
    align-items: stretch;
    padding: 15px;
    gap: 20px;
    z-index: 3;
    display: none;
}

#fixed_bottom_links a
{
    padding: 12px 15px;
    border: 1px solid #474747;
    filter: drop-shadow(5px 5px 12.5px rgba(0, 0, 0, .10));
    font: 400 1.125rem/120% var(--primary-font);
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .21em;
    color: #474747;
    transition: all ease .5s;
}

#fixed_bottom_links a:hover,
#fixed_bottom_links a:focus
{
    background-color: #d7dea6;
}

#fixed_social_icons
{
    position: fixed;
    left: 48px;
    bottom: 37%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 8px;
    z-index: 4;
}

#fixed_social_icons > *
{
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #faf8f4;
    border-radius: 50%;
    transition: all ease .5s;
}

#fixed_social_icons a:hover,
#fixed_social_icons a:focus
{
    transform: scale(1.1);
}

/* Mobile menu */
.mobile_menu_btn
{
    display: none;
}

.menu_slide_c
{
    right: 99999px;
    position: absolute;
}

/* Main */
.main_c
{
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    float: left;
    background-color: #FAF8F4;
}

.main
{
    width: 100%;
    float: left;
    min-height: 500px;
    overflow: hidden;
    position: relative;
    float: left;
    padding-top: 70px;
    padding-bottom: 110px;
    z-index: 1;
}

/* Footer */
#footer
{
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    font: 400 .875rem/129% var(--primary-font);
    color: #faf8f4;
    letter-spacing: .14em;
    background-color: #474747;
    position: relative;
    z-index: 2;
}

#footer a
{
    color: inherit;
    text-decoration: underline;
}

#footer a:hover,
#footer a:focus
{
    text-decoration: none;
}

#footer .footer_top
{
    padding: 23px 90px;
    background-color: #faf8f4;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .20);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    font: 700 .875rem/120% var(--primary-font);
    color: #474747;
    text-transform: uppercase;
    position: relative;
    transform: translateY(-50%);
}

#footer .footer_logo_c
{
    margin-top: 75px;
}

#footer .footer_bottom
{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 115px 137px;
    gap: 120px;
}

#footer .footer_bottom > *
{
    width: 100%;
}

#footer .footer_bottom .highlighted
{
    display: flex;
    justify-content: flex-end;
}

#footer .footer_bottom .highlighted > div
{
    width: 100%;
    max-width: 336px;
    padding: 42px 36px;
    background-color: #faf8f4;
    color: #474747;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
    position: relative;
}

#footer .footer_bottom .highlighted .title
{
    font: 600 1rem/170% var(--primary-font);
    text-transform: uppercase;
    letter-spacing: .31em;
}

#footer .footer_bottom .highlighted .info_btn
{
    padding: 15px 30px;
    font: 400 .875rem/120% var(--primary-font);
    color: #d5d4d1;
    text-transform: uppercase;
    letter-spacing: .21em;
    text-decoration: none;
    filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, .10));
    background-color: #474747;
    transition: all ease .5s;
}

#footer .footer_bottom .highlighted .info_btn:hover,
#footer .footer_bottom .highlighted .info_btn:focus
{
    background-color: #d7dea6;
    color: #474747;
}

#footer .footer_bottom .highlighted > div::before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-100%, -100%);
    width: 74px;
    height: 85px;
    background-size: 100% 100%;
}

#footer.visible .footer_bottom .highlighted > div::before
{
    background-image: url(../img/icons/footer_shape1.svg);
}

#footer .contact_c
{
    text-align: center;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: Center;
    gap: 25px;
}

#footer .contact_c .contact_links
{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: Center;
    gap: 5px;
    font: 700 .875rem/170% var(--primary-font);
    text-transform: uppercase;
    letter-spacing: .36em;
}

#footer .impressum_c
{
    display: flex;
    justify-content: flex-start;
}

#footer .impressum
{
    padding: 95px 70px 45px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 5px;
    font: 700 .875rem/170% var(--primary-font);
    text-transform: uppercase;
    letter-spacing: .36em;
    position: relative;
}

#footer .impressum::before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 113px;
    height: 58px;
    background-size: 100% 100%;
}

#footer.visible .impressum::before
{
    background-image: url(../img/icons/footer_shape2.svg);
}

#footer .impressum::after
{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 84px;
    height: 45px;
    background-size: 100% 100%;
}

#footer.visible .impressum::after
{
    background-image: url(../img/icons/footer_shape3.svg);
}

#footer .algo_link
{
    position: absolute;
    bottom: 40px;
    right: 48px;
    display: flex;
    align-items: flex-end;
    gap: 12px;
    width: auto;
    line-height: 100%;
    text-decoration: none;
    letter-spacing: normal;
}

#footer .algo_link:hover,
#footer .algo_link:focus
{
    text-decoration: underline;
}

#footer .social_icons
{
    position: absolute;
    top: 100px;
    right: 48px;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
}

#footer .social_icons a
{
    transition: all ease .5s;
}

#footer .social_icons a:hover,
#footer .social_icons a:focus
{
    transform: scale(1.1);
}

/*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: 1350px)
{
    .head_c .head_logo
    {
        width: 200px;
        height: 45px;
    }

    #footer .footer_bottom
    {
        gap: 40px;
    }
}

@media(max-width: 1220px)
{
    #deskmenu > ul > li > a
    {
        padding: 45px 20px;
    }
}

@media(max-width: 1200px)
{
    #footer .footer_bottom
    {
        flex-direction: column;
        padding-bottom: 115px;
        gap: 80px;
    }

    #footer .footer_bottom .highlighted
    {
        justify-content: center;
        padding-top: 140px;
    }

    #footer .impressum_c
    {
        justify-content: center;
    }

    #footer .impressum
    {
        align-items: center;
    }

    #footer .algo_link
    {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media(max-width: 1100px)
{
    .head_c .head_links .globe_icon
    {
        width: 22px;
    }

    #deskmenu > ul > li > a
    {
        font-size: .938rem;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media(max-width:1025px)
{
    .as_map_c
    {
        display: none !important;
    }

    body.no_header_image .page_c
    {
        padding-top: 65px;
    }

    .head_c .header_c
    {
        padding: 50px 48px;
    }

    body.menu_fixed .head_c .header_c,
    body.menu_opened .head_c .header_c,
    body.no_header_image .head_c .header_c
    {
        padding-top: 25px;
        padding-bottom: 17px;
    }

    .head_c .head_links
    {
        display: flex;
        align-items: center;
        gap: 17px;
        order: 1;
    }

    .gtranslate_c .gtranslate_inner
    {
        left: 0;
        right: auto;
    }

    .head_c .head_links .globe_icon
    {
        width: 19px;
    }

    .head_c .head_links .phone_link,
    .head_c .head_links .email_link
    {
        display: block;
    }

    .head_c .head_logo
    {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 19px;
        height: 38px;
    }

    .head_c .head_logo img:not(.mobile_logo)
    {
        display: none;
    }

    .head_c .head_logo img.mobile_logo
    {
        display: block;
        opacity: 0;
    }

    body.menu_fixed .head_c .head_logo img,
    body.menu_opened .head_c .head_logo img,
    body.no_header_image .head_c .head_logo img
    {
        opacity: 1 !important;
    }

    .head_c .nav
    {
        order: 2;
    }

    #deskmenu
    {
        display: none;
    }

    #mobile_menu_btn
    {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    body.without_header_image #mobile_menu_btn
    {
        margin-top: 0;
    }

    #mobile_menu_btn .lines
    {
        width: 23px;
        height: 16px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    #mobile_menu_btn .lines .line
    {
        width: 100%;
        height: 1px;
        background-color: #faf8f4;
        transition: all ease .5s;
    }

    body.menu_fixed #mobile_menu_btn .lines .line,
    body.menu_opened #mobile_menu_btn .lines .line,
    body.no_header_image #mobile_menu_btn .lines .line
    {
        background-color: #474747;
    }

    #mobile_menu_btn .lines .line:nth-child(2)
    {
        width: 17px;
    }

    body.menu_opened #mobile_menu_btn .lines .line:nth-child(2)
    {
        opacity: 0;
    }

    body.menu_opened #mobile_menu_btn .lines .line:nth-child(1)
    {
        transform: rotate(45deg) translate(3px, 6px);
    }

    body.menu_opened #mobile_menu_btn .lines .line:nth-child(3)
    {
        transform: rotate(-45deg) translate(4px, -8px);
    }

    #mobilemenu
    {
        position: fixed;
        top: 64px;
        right: -100vw;
        width: 100%;
        height: calc(100vh - 64px);
        overflow-y: auto;
        padding-top: 0;
        padding-bottom: 50px;
        background-color: #faf8f4;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        transition: all ease .5s;
        z-index: 5;
    }

    body.menu_opened #mobilemenu
    {
        right: 0;
    }

    #mobilemenu::before
    {
        content: '';
        position: absolute;
        top: 30%;
        left: 0;
        transform: translateY(-50%);
        width: 66px;
        height: 100px;
        background-size: 100% 100%;
    }

    body.menu_opened #mobilemenu::before
    {
        background-image: url(../img/icons/mobile_menu_shape2.svg);
    }

    #mobilemenu::after
    {
        content: '';
        position: absolute;
        bottom: 16.67%;
        right: 0;
        transform: translateY(50%);
        width: 66px;
        height: 53px;
        background-size: 100% 100%;
    }

    body.menu_opened #mobilemenu::after
    {
        background-image: url(../img/icons/mobile_menu_shape3.svg);
    }

    #mobilemenu > ul
    {
        width: 100%;
        max-width: 302px;
        padding: 50px 25px 50px;
        margin: 0;
        list-style: none;
        position: relative;
        z-index: 2;
    }

    #mobilemenu > ul::after
    {
        content: '';
        position: absolute;
        top: 16px;
        right: 55px;
        width: 102px;
        height: 52px;
        background-size: 100% 100%;
    }

    body.menu_opened #mobilemenu > ul::after
    {
        background-image: url(../img/icons/mobile_menu_shape1.svg);
    }

    #mobilemenu > ul > li
    {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        overflow: hidden;
    }

    #mobilemenu > ul > li > a
    {
        display: block;
        width: 100%;
        padding: 10px 0 6px;
        font: 400 1.188rem/160% var(--primary-font);
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: .05em;
        color: #3a3a3a;
        border-bottom: 1px solid #474747;
        transition: all ease .5s;
        position: relative;
    }

    #mobilemenu > ul > li.link_down > a
    {
        padding-right: 30px;
    }

    #mobilemenu > ul > li.link_down.opened > a
    {
        border-color: transparent;
    }

    #mobilemenu > ul > li.link_down > a::after
    {
        content: '';
        position: absolute;
        top: 20px;
        right: 0;
        width: 16px;
        height: 9px;
        background-size: 100% 100%;
        transition: all ease .5s;
    }

    body.menu_opened #mobilemenu > ul > li.link_down > a::after
    {
        background-image: url(../img/icons/angle_down.svg);
    }

    #mobilemenu > ul > li.link_down.opened > a::after
    {
        transform: rotate(180deg);
    }

    #mobilemenu > ul > li.link_down > a > span
    {
        border-bottom: 1px solid transparent;
        transition: all ease .5s;
    }

    #mobilemenu > ul > li.link_down.opened > a > span
    {
        border-color: #474747;
    }

    #mobilemenu > ul > li.current_path > a,
    #mobilemenu > ul > li.current_link > a
    {
        font-weight: 700;
    }

    #mobilemenu > ul > li > ul
    {
        width: auto;
        margin: 0;
        padding: 0;
        list-style: none;
        max-height: 0;
        overflow: hidden;
        transition: max-height ease .7s;
    }

    #mobilemenu > ul > li.opened > ul
    {
        max-height: 400px;
        padding: 7px 0 25px;
        overflow: visible;
    }

    #mobilemenu > ul > li > ul > li
    {
        width: 100%;
    }

    #mobilemenu > ul > li > ul > li > a
    {
        display: block;
        width: 100%;
        padding: 9px 0;
        font: 400 1rem/160% var(--primary-font);
        color: #474747;
        text-transform: uppercase;
        text-decoration: none;
        transition: all ease .5s;
    }

    #mobilemenu > ul > li > ul > li > a span
    {
        position: relative;
    }

    #mobilemenu > ul > li > ul > li.current_path > a span::after,
    #mobilemenu > ul > li > ul > li.current_link > a span::after
    {
        content: '';
        position: absolute;
        right: 0;
        bottom: -2px;
        width: 100vw;
        height: 1px;
        background-color: #474747;
    }

    #mobilemenu .menu_links
    {
        width: 100%;
        max-width: 302px;
        padding: 0 25px 30px;
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
        font: 400 1.188rem/160% var(--primary-font);
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: .05em;
        color: #3a3a3a;
    }

    #mobilemenu .menu_links a
    {
        color: inherit;
        text-decoration: none;
    }

    #mobilemenu .menu_links a:hover,
    #mobilemenu .menu_links a:focus
    {
        text-decoration: none;
    }

    #mobilemenu .menu_enquiry_links
    {
        width: 100%;
        padding: 0 25px 25px;
        display: flex;
        justify-content: center;
        align-items: stretch;
        gap: 16px;
    }

    #mobilemenu .menu_enquiry_links a
    {
        padding: 10px 11px;
        border: 1px solid #474747;
        filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, .10));
        font: 400 .875rem/120% var(--primary-font);
        letter-spacing: .21em;
        color: #474747;
        text-transform: uppercase;
        text-decoration: none;
    }

    #submenu_c
    {
        display: none;
    }

    #fixed_social_icons
    {
        display: none;
    }

    #fixed_icons_right
    {
        display: None;
    }

    .header_image_c
    {
        height: 75vw;
    }

    .header_image_c .slogan
    {
        gap: 50px;
    }

    .header_image_c .slogan > img
    {
        width: 200px;
    }

    .header_image_c .slogan .buttons_c
    {
        gap: 15px;
    }

    .header_image_c .slogan .buttons_c a
    {
        padding: 10px 11px;
        font-size: 1rem;
    }

    .header_image_c .logo_c
    {
        display: block;
        position: absolute;
        top: 75px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 3;
    }

    #fixed_bottom_links
    {
        gap: 15px;
    }

    #fixed_bottom_links a
    {
        font-size: 1rem;
        padding: 10px 11px;
    }

    .main
    {
        padding-top: 50px;
        padding-bottom: 65px;
    }

    /* Footer */
    #footer .footer_top
    {
        margin-left: 60px;
        margin-right: 60px;
        flex-wrap: wrap;
        column-gap: 40px;
        row-gap: 10px;
        font-size: .75rem;
        padding: 15px 30px;
    }

    #footer .footer_logo_c
    {
        margin-top: 50px;
    }

    #footer .footer_logo_c img
    {
        width: 300px;
    }

    #footer .footer_bottom
    {
        gap: 50px;
    }

    #footer .footer_bottom .highlighted
    {
        padding-top: 60px;
        order: 1;
    }

    #footer .footer_bottom .highlighted > div::before
    {
        width: 31px;
        height: 36px;
    }

    #footer .impressum_c
    {
        order: 2;
    }

    #footer .impressum
    {
        padding: 50px 30px 26px;
    }

    #footer .impressum::before
    {
        width: 55px;
        height: 28px;
    }

    #footer .impressum::after
    {
        width: 49px;
        height: 26px;
    }

    #footer .contact_c
    {
        order: 3;
    }

    #footer .algo_link
    {
        bottom: 60px;
    }

    #footer .social_icons
    {
        display: flex;
    }

}

@media(max-width: 650px)
{
    .head_c .header_c
    {
        padding: 25px 30px;
    }

    .header_image_c
    {
        height: 100vh;
        min-height: 75vw;
    }

    .header_image_c .slogan
    {
        bottom: 94px;
        gap: 25px;
    }

    body.start .header_image_c .slogan
    {
        bottom: 30px;
    }

    .header_image_c .slogan > img
    {
        width: 155px;
    }

    .header_image_c .slogan .buttons_c a
    {
        font-size: .75rem;
    }

    #fixed_bottom_links
    {
        padding: 12px;
    }

    #fixed_bottom_links a
    {
        font-size: .75rem;
    }

    #footer
    {
        font-size: .75rem;
    }

    #footer .footer_top
    {
        font-size: .625rem;
    }

    #footer .footer_logo_c img
    {
        width: 270px;
    }

    #footer .footer_bottom
    {
        gap: 20px;
        padding-left: 25px;
        padding-right: 25px;
    }

    #footer .footer_bottom .highlighted
    {
        padding-top: 64px;
    }

    #footer .footer_bottom .highlighted .title
    {
        font-size: .875rem;
    }

    #footer .footer_bottom .highlighted > div
    {
        padding: 29px 20px;
    }

    #footer .impressum_c
    {
        position: relative;
        max-width: 336px;
        margin-top: 30px;
    }

    #footer .impressum
    {
        margin-top: 18px;
    }

    #footer .social_icons
    {
        top: 0;
        right: 0;
    }

    #footer .contact_c
    {
        font-size: .625rem;
    }

    #footer .contact_c .contact_links
    {
        font-size: .625rem;
    }

    #footer .algo_link
    {
        bottom: 70px;
    }
}

@media(max-width: 520px)
{
    .header_image_c
    {
        min-height: 420px;
    }
}


@media(max-height: 500px) and (min-width: 651px)
{
    .header_image_c
    {
        min-height: 500px;
    }
}

@media(max-width: 420px)
{
    #footer .footer_top
    {
        margin-left: 30px;
        margin-right: 30px;
        column-gap: 20px;
        padding: 15px 20px;
    }

    #footer .footer_bottom .highlighted > div
    {
        max-width: 240px;
    }
}
