@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: #2A2823;
    top: 0 !important;
}

/* Hide google translate banner on top of the screen */
body > .skiptranslate
{
    display: none !important;
}

*
{
	outline: none;
    box-sizing: border-box;
}

img
{
    /*image-rendering:pixelated;*/
    image-rendering:-webkit-optimize-contrast;  
}

img:not([src*="px"])
{
    height: auto;
}

header img[data-src], footer img[data-src] {
    transition: opacity .3s ease-in;
}

header img[src='img/px.webp'], footer img[src='img/px.webp'] {
    opacity: 0;
}

a img
{
	border: 0px solid;
}
a.art_anchor
{
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	font-size: 0;
}

a
{
    color: inherit;
    text-decoration: none;
}

/*
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;
}

body.no_header_image .page_c
{
    padding-top: 130px;
}

@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 red;
}

/* Accessibility map */
.as_map_c
{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
.as_map
{
    height: 28px;
    margin: -250px auto 0 auto;
    display: table;
    table-layout: fixed;
    padding: 3px 25px 14px 10px;;
    background-color: #FFFFFF;
    transition: margin-top 400ms;
    -webkit-transition: margin-top 400ms;
}
.as_map.opened { margin-top: 0; }
.as_map ul { float: left; margin: 0; padding: 0; list-style: none; }
.as_map ul li { float: left; margin: 15px 10px; }
.as_map ul li > *
{
    padding: 5px 15px;
    background-color: #2A2823;

    font: 400 1.125rem/160% var(--primary-font);
    color: #F3F2EB;
    text-decoration: none;
    line-height: 20px;
    display: inline-block;
}
.as_map ul li > *:focus { background-color: #F3F2EB; color: #2A2823; outline: 1px dotted #2A2823; }

/* Head */
.head_c
{
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
    padding: 40px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font: 700 1.25rem/100% var(--primary-font);
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #F3F2EB;
    transition: all ease .5s;
    z-index: 8;
}

body.menu_opened .head_c
{
    position: fixed;
    color: #2A2823;
}

body.menu_opened .head_c img
{
    filter: brightness(0%);
}

.head_c .head_left
{
    display: flex;
    align-items: center;
    gap: 65px;
}

.head_c .head_left > a
{
    display: flex;
    align-items: center;
    gap: 20px;
}

.head_c .head_left > a:hover,
.head_c .head_left > a:focus
{
    text-decoration: underline;
}

.head_c .head_left .search_link
{
    display: none;
}

.head_c .head_right
{
    display: flex;
    align-items: center;
    gap: 35px;
}

.head_c .head_right form
{
    position: relative;
}

.head_c .head_right form input
{
    width: 349px;
    padding: 8px 50px 8px 20px;
    border: 1px solid rgba(243, 242, 235, 0.20);
    background-color: transparent;
    font: inherit;
    color: inherit;
    transition: all ease .5s;
}

body.menu_opened .head_c .head_right form input
{
    border-color: #2A2823;
}

.head_c .head_right form .sf_btn
{
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    line-height: 50%;
    z-index: 2;
}

.head_c .head_right .lang_c a
{
    font-weight: 300;
}

.head_c .head_right .lang_c a:hover,
.head_c .head_right .lang_c a:focus
{
    text-decoration: underline;
}

.head_c .head_right .lang_c .active
{
    text-decoration: underline;
}

#menu_btn
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 50px;
}

#menu_btn .lines
{
    width: 66px;
    height: 26px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

#menu_btn .lines .line
{
    width: 100%;
    height: 4px;
    background-color: #F3F2EB;
    transition: all ease .5s;
}

body.menu_opened #menu_btn .lines .line
{
    background-color: #2A2823;
}

body.menu_opened #menu_btn .lines .line:first-child
{
    transform: rotate(45deg) translate(8px, 7px);
}

body.menu_opened #menu_btn .lines .line:nth-child(2)
{
    transform: rotate(-45deg) translate(9px, -8px);
}

/* Menu */
.h_menu_c
{
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    top: -100vh;
    right: 0;
    overflow-y: auto;
    opacity: 0;
    transition: all ease .7s;
}

.h_menu_c::after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(243,242,235, 0.90);
}

html.menu_opened .h_menu_c
{
    top: 0;
    opacity: 1;
    z-index: 6;
}

.h_menu_c .menu
{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 100%;
    z-index: 1;
}

.h_menu_c .menu::before
{
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width:  100vw;
    height: 100vh;
    background-image: url(../img/bgs/menu_bg.png);
    background-size: cover;
    z-index: -1;
}

.h_menu_c .menu::after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(243,242,235, 0.90);
}

.h_menu_c .menu > ul
{
    position: relative;
    width: 100%;
    max-width: 1720px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 80px;
    padding: 100px 130px;
    margin: 0;
    z-index: 1;
    transition: all ease 0.7s;
}

.menu li
{
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(20% - 64px);
}

.menu li > .title
{
    font: 300 .85rem/140% var(--primary-font);
    letter-spacing: .5em;
    text-transform: uppercase;
    color: #2A2823;
    white-space: nowrap;
}

.menu li > .img_c
{
    width: 100%;
    padding-bottom: 100%;
    margin-top: 12px;
    margin-bottom: 25px;
    position: relative;
}

.menu li > .img_c picture
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.menu li > .img_c img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu > ul > li > a
{
    display: inline-block;
    margin:0;
    padding: 13px 0;
    position: relative;
    font: 700 1.375rem/120% var(--primary-font);
    color: #2A2823;
    text-decoration: none;
    letter-spacing: .12em;
    text-transform: uppercase;
    white-space: nowrap;
}

.menu > ul > li > a::after
{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #2A2823;
    transition: width ease .5s;
}

.menu > ul > li > a:hover::after,
.menu > ul > li.opened > a::after,
.menu > ul > li > a:focus::after,
.menu > ul > li > a.current_link::after,
.menu > ul > li > a.current_path::after
{
    width: 100%;
}

.menu .deskmenu_c > ul > li > .dropdown_arrow
{
    display: none;
}

.h_menu_c .menu  > ul > li > ul
{
    margin: 20px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.menu li li
{
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
}

.menu li li a
{
    display: inline-block;
    font: 300 1.25rem/140% var(--primary-font);
    color: #2A2823;
    letter-spacing: .11em;
    text-transform: uppercase;
    position: relative;
    white-space: nowrap;
}

.menu li li.current_link a
{
    font-weight: 700;
}

.menu li li a::after
{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #2A2823;
    transition: all ease .5s;
}


.menu li li a:hover::after,
.menu li li.current_link a::after,
.menu li li a:focus::After
{
    width: 100%;
}

/*Head Image*/
.header_image_c
{
    width: 100%;
    height: calc(100vh - 80px);
    float: left;
    position: relative;
    z-index: 1;
}

.header_image_c .header_video
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header_image_c .header_video::after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2A2823;
    opacity: .8;
}

.header_image_c .header_video video
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.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::After
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2A2823;
    opacity: .8;
}

.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 .header_image_badge
{
    position: absolute;
    bottom: 7.77%;
    right: 14%;
    width: 220px;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font: 300 1.073rem/110% var(--primary-font);
    letter-spacing: .03em;
    text-align: center;
    color: #F3F2EB;
    text-transform: uppercase;
    padding: 20px 15px 15px;
    clip-path: polygon(
        50% 0%, 80% 10%, 100% 35%, 100% 65%, 80% 90%,
        50% 100%, 20% 90%, 0% 65%, 0% 35%, 20% 10%
    );
    background-color: rgba(217, 217, 217, 0.08);
    backdrop-filter: blur(5.457462310791016px);
    z-index: 3;
}

.header_image_c .header_image_badge strong
{
    font-weight: 600;
}

.header_image_c .header_image_badge .big
{
    font-size: 1.75rem;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 110%;
    margin-top: 15px;
    margin-bottom: 15px;
}

#fixed_left
{
    position: fixed;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 27px;
    z-index: 5;
}

#fixed_left > *
{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F3F2EB;
    clip-path: polygon(
        50% 0%, 80% 10%, 100% 35%, 100% 65%, 80% 90%,
        50% 100%, 20% 90%, 0% 65%, 0% 35%, 20% 10%
    );
    cursor: pointer;
    transition: background-color ease .5s;
}

#fixed_left > *:hover,
#fixed_left > *:focus
{
    background-color: #856738;
}

#sound_control .sound_img
{
    width: 25px;
    height: 25px;
    background-size: 100% 100%;
    background-image: url(../img/icons/sound.svg);
}

#sound_control.muted .sound_img
{
    background-image: url(../img/icons/sound_muted.svg);
}

#fixed_right
{
    position: fixed;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 27px;
    z-index: 4;
}

#fixed_right > *
{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F3F2EB;
    clip-path: polygon(
        50% 0%, 80% 10%, 100% 35%, 100% 65%, 80% 90%,
        50% 100%, 20% 90%, 0% 65%, 0% 35%, 20% 10%
    );
    cursor: pointer;
    transition: background-color ease .5s;
}

#fixed_right > *:hover,
#fixed_right > *:focus
{
    background-color: #856738;
}

#fixed_bottom
{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 700 1.25rem/100% var(--primary-font);
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #F3F2EB;
    background: url(../img/bgs/fixed_bottom_bg.jpg);
    background-position: center;
    background-size: cover;
    z-index: 6;
}

#fixed_bottom > *
{
    padding: 26px 50px;
    display: flex;
    align-items: center;
    gap:  30px;
    position: relative;
}

#fixed_bottom > *:hover,
#fixed_bottom > *:focus
{
    text-decoration: underline;
}

#fixed_bottom > *::after
{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 2px;
    height: 63px;
    background-color: #F3F2EB;
}

#fixed_bottom > *:last-child::after
{
    content: none;
}

#fixed_bottom > * img
{
    transition: transform ease .5s;
}

#fixed_bottom > *:hover img,
#fixed_bottom > *:focus img
{
    transform: rotate(45deg);
}

/* Breadcrumbs */
.breadcrumb
{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 80px 0;
    font: 300 1.125rem/110% var(--primary-font);
    letter-spacing: .04em;
    float: left;
}

.breadcrumb .title
{

}

.breadcrumb ol
{
    width: 100%;
    max-width: 1300px;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
}

.breadcrumb ol li
{
    padding: 0;
}

.breadcrumb li a
{
    display: inline-block;
    position: relative;
    padding-left: 40px;
    text-decoration: none;
    transition: all ease .5s;
}

.breadcrumb li:first-child   a
{
    padding-left: 0;
}

.breadcrumb li a:hover,
.breadcrumb li a:focus
{
    text-decoration: underline;
}

.breadcrumb li a::before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 16px;
    background: url(../img/icons/arrow_right_gold.svg);
    background-size: 100% 100%;
    filter: contrast(0) brightness(2);
}

.breadcrumb li:first-child a::before
{
    content: none;
}

.breadcrumb li a:hover,
.breadcrumb li a:focus
{
    text-decoration: underline;
}

.breadcrumb li:last-child a
{
    text-decoration: underline;
    font-weight: 500;
    color: #856839;
}

.breadcrumb li:last-child a:hover,
.breadcrumb li:last-child a:focus
{
    text-decoration: none;
}

.breadcrumb li:last-child a::before
{
    filter: none;
}

/* Main */
.main_c
{
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
    float: left;
}
.main
{
	width: 100%;
    float: left;
	min-height: 500px;
	overflow: hidden;
	position: relative;
    float: left;
	z-index: 1;
}

/* Footer */
#footer
{
	width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}

#footer .newsletter_c
{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 75px 30px 116px;
    background-color: #2A2823;
    position: relative;
}

#footer .newsletter_c::after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F3F2EB;
    opacity: .1;
}

#footer .newsletter_c form
{
    width: 100%;
    max-width: 1070px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    bordeR: 1px solid #F3F2EB;
    position: relative;
    z-index: 2;
}

#footer .newsletter_c form label
{
    padding: 17px 24px;
    font: 700 1.25rem/170% var(--primary-font);
    letter-spacing: .04em;
    color: #F3F2EB;
    text-transform: uppercase;
    text-align: center;
    border-right: 1px solid #F3F2EB;
}

#footer .newsletter_c form input
{
    padding: 17px 25px;
    font: 300 1.25rem/170% var(--primary-font);
    letter-spacing: .05em;
    text-transform: uppercase;
    text-align: center;
    color: #F3F2EB;
    border: none;
    border-right: 1px solid #F3F2EB;
    background-color: transparent;
    flex-grow: 1;
}

#footer .newsletter_c form input::placeholder
{
    opacity: .4;
}

#footer .newsletter_c form button
{
    display: flex;
    align-items: center;
    gap: 38px;
    padding: 14px 46px 14px 60px;
    font: 700 1.25rem/170% var(--primary-font);
    letter-spacing: .04em;
    color: #F3F2EB;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}

#footer .newsletter_c form button:hover,
#footer .newsletter_c form button:focus
{
    text-decoration: underline;
}

#footer .newsletter_c form button span
{
    position: relative;
    padding-left: 65px;
    padding-right: 65px;
}

#footer .newsletter_c form button span::before
{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background-size: 100% 100%;
    transition: transform ease .5s;
}

#footer.visible .newsletter_c form button span::before
{
    background-image: url(../img/icons/arrow_up_gold.svg);
}

#footer .newsletter_c form button:hover span::before,
#footer .newsletter_c form button:focus span::before
{
    transform: translateY(-50%) rotate(45deg);
}

#footer .footer_top
{
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}

#footer .footer_top .footer_top_c
{
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: 685px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
    padding: 20px 80px;
    background-color: #F3F2EB;
    font: 700 1.25rem/170% var(--primary-font);
    color: #2A2823;
    letter-spacing: .12em;
    text-transform: uppercase;
    transform: translate(-50%, -66%);
}

#footer .footer_top .footer_top_c a
{
    text-decoration: underline;
}

#footer .footer_top .footer_top_c a:hover,
#footer .footer_top .footer_top_c a:focus
{
    text-decoration: none;
}

#footer .footer_bottom
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    padding: 120px 80px 190px;
    background-color: #856738;
    font: 300 1.25rem/110% var(--primary-font);
    letter-spacing: .15em;
    color: #F3F2EB;
    text-align: center;
}

#footer .footer_bottom  > *
{
    width: calc(33.33% - 41px);
}

#footer .footer_bottom  > :first-child
{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    text-align: left;
    text-transform: uppercase;
}

#footer .footer_bottom > :first-child > img,
#footer .footer_bottom > :first-child > a:first-child > img
{
    margin-left: 50px;
}

#footer .footer_bottom .footer_link
{
    display: flex;
    align-items: center;
    gap: 18px;
    font-weight: 700;
}

#footer .footer_bottom .footer_link:hover,
#footer .footer_bottom .footer_link:focus
{
    text-decoration: underline;
}

#footer .footer_bottom .footer_link img
{
    transition: transform ease .5s;
}

#footer .footer_bottom .footer_link:hover img,
#footer .footer_bottom .footer_link:focus img
{
    transform: rotate(45deg);
}

#footer .footer_bottom .impressum_c .left
{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
}

#footer .footer_bottom .impressum
{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    font-weight: 400;
}

#footer .footer_bottom .impressum a
{
    text-decoration: underline;
}

#footer .footer_bottom .impressum a:hover,
#footer .footer_bottom .impressum a:focus
{
    text-decoration: none;
}

#footer .footer_bottom .algo_link
{
    display: flex;
    align-items: flex-end;
    gap: 5px;
    text-transform: none;
    font-size: .875rem;
    line-height: 110%;
    letter-spacing: normal;
}

#footer .footer_bottom .algo_link:hover,
#footer .footer_bottom .algo_link:focus
{
    text-decoration: underline;
}

#footer .footer_bottom > :first-child .right
{
    display: none;
}

#footer .footer_bottom  > :nth-child(2)
{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

#footer .footer_bottom  > :nth-child(2) p
{
    padding-top: 80px;
}

#footer .footer_bottom  > :nth-child(2) strong
{
    font-weight: 700;
    text-transform: uppercase;
}

#footer .footer_bottom .contact_links
{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 45px;
}

#footer .footer_bottom .contact_links a
{
    text-decoration: underline;
    white-space: nowrap;
}

#footer .footer_bottom .contact_links a:hover,
#footer .footer_bottom  .contact_links a:focus
{
    text-decoration: none;
}

#footer .footer_bottom  > :nth-child(3)
{
    display: flex;
    justify-content: flex-end;
}

#logo_slider
{
    width: 100%;
    padding: 112px 0 85px;
    background-color: #2A2823;
}

#logo_slider .slick-track
{
    display: flex;
    align-items: center;
    gap: 50px;
}

/*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(min-width: 1025px) and (max-height: 750px)
{
    .h_menu_c
    {
        align-items: flex-start;
    }
}

@media(max-width: 1600px)
{
    .h_menu_c .menu > ul
    {
        gap: 40px;
        padding-left: 60px;
        padding-right: 60px;
    }

    .menu li
    {
        width: calc(20% - 32px);
    }

    .menu > ul > li > a
    {
        font-size: 1.063rem;
        padding: 7px 0;
    }

    .menu li li a
    {
        font-size: .938rem;
    }

    .menu li > .title
    {
        letter-spacing: .25em;
    }

}

@media(max-width: 1500px)
{
    #fixed_bottom > *
    {
        padding-left: 30px;
        padding-right: 30px;
        gap: 20px
    }
}

@media(max-width: 1400px)
{
    #footer .footer_bottom
    {
        gap: 40px;
    }

    #footer .footer_bottom > *
    {
        width: calc(33.33% - 27px);
    }

    #footer .footer_bottom .footer_map
    {
        width: 320px;
    }

    #footer .footer_bottom .footer_logo
    {
        width: 320px;
    }
}

@media(max-width: 1350px)
{
    #fixed_bottom
    {
        font-size: 1rem;
    }

    #fixed_bottom > * img
    {
        width: 20px;
    }

    #fixed_bottom > ::after
    {
        height: 45px;
    }

    .header_image_c
    {
        height: calc(100vh - 72px);
    }
}

@media(max-width: 1300px)
{
    .head_c .head_right form input
    {
        width: 200px;
    }

}

@media(max-width: 1150px)
{
    .head_c .head_left > a > span
    {
        display: none;
    }

    .header_image_c .header_image_logo img
    {
        width: 320px;
    }

    #fixed_bottom
    {
        font-size: .938rem;
    }

    #fixed_bottom > *
    {
        padding-left: 20px;
        padding-right: 20px;
    }

    .h_menu_c .menu > ul
    {
        padding-left: 40px;
        padding-right: 40px;
    }

    .menu > ul > li > a
    {
        font-size: 1rem;
    }

    .menu li li a
    {
        font-size: .875rem;
    }

}

@media(max-width:1025px)
{
    .as_map_c
    {
        display: none !important;
    }

    .page_c,
    body.no_header_image .page_c
    {
        padding-top: 63px;
    }

    .head_c
    {
        background-color: #856738;
        padding: 15px 30px;
    }

    body.menu_opened .head_c
    {
        color: #F3F2EB;
    }

    body.menu_opened .head_c img
    {
        filter:none;
    }

    .head_c .head_left
    {
        gap: 40px;
    }

    .head_c .head_left .search_link
    {
        display: flex;
    }

    .head_c .head_left > a
    {
        position: relative;
    }

    .head_c .head_left > a::After
    {
        content: '';
        position: Absolute;
        top: 50%;
        right: -20px;
        transform: translateY(-50%);
        width: 1px;
        height: 42px;
        background-color: #F3F2EB;
    }

    .head_c .head_right form
    {
        display: none;
    }

    #menu_btn
    {
        height: 35px;
    }

    #menu_btn .lines
    {
        width: 44px;
        height: 18px;
    }

    #menu_btn .lines .line
    {
        height: 3px;
    }

    body.menu_opened #menu_btn .lines .line:first-child
    {
        transform: rotate(45deg) translate(5px, 4px);
    }

    body.menu_opened #menu_btn .lines .line:nth-child(2)
    {
        transform: rotate(-45deg) translate(7px, -6px);
    }

    body.menu_opened #menu_btn .lines .line
    {
        background-color: #F3F2EB;
    }

    .h_menu_c
    {
        align-items: flex-start;
    }

    .h_menu_c .menu
    {
        align-items: flex-start;
    }

    .h_menu_c .menu > ul
    {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 20px;
        padding: 120px 30px 100px;
        max-width: 300px;
    }

    .menu li
    {
        width: 100%;
    }

    .menu li > .title
    {
        display: none;
    }

    .menu li > .img_c
    {
        display: none;
    }

    .menu > ul > li > a
    {
        font-size: 1.375rem;
    }

    .menu li li a
    {
        font-size: 1.25rem;
    }

    .h_menu_c .menu > ul > li > ul
    {
        margin: 0;
        max-height: 0;
        overflow: hidden;
        transition: all ease 1s;
    }

    .h_menu_c .menu > ul > li.opened > ul
    {
        max-height: 500px;
        margin-top: 10px;
        margin-bottom: 10px;
    }


    #fixed_bottom
    {
        font-size: 1.25rem;
    }

    #fixed_bottom > *
    {
        display: none;
        gap: 24px;
        padding: 25px 15px;
    }

    #fixed_bottom > *:first-child
    {
        display: flex;
    }

    #fixed_bottom > ::after
    {
        content: none;
    }

    #fixed_bottom > * img
    {
        width: 29px;
        transform: rotate(45deg);
    }

    #fixed_right
    {
        display: none;
    }

    #fixed_left
    {
        bottom: 100px;
        right: 20px;
        top: auto;
        left: auto;
        transform: none;
        flex-direction: row;
        gap: 20px;
    }

    .header_image_c
    {
        height: calc(100vh - 142px);
    }

    .header_image_c .header_image_badge
    {
        bottom: 100px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        width: 172px;
        height: 172px;
        font-size: .813rem;
    }

    .header_image_c .header_image_badge .big
    {
        font-size: 1.375rem;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .header_image_c .header_image_badge img
    {
        width: 35px;
    }

    .breadcrumb
    {
        padding: 40px 48px 0;
        font-size: 1rem;
    }

    .breadcrumb ol
    {
        gap: 25px;
    }

    /* Footer */
    #logo_slider
    {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    #footer .newsletter_c form
    {
        max-width: 350px;
        flex-wrap: wrap;
    }

    #footer .newsletter_c form > *
    {
        width: 100% !important;
    }

    #footer .newsletter_c form label
    {
        border-right: none;
        border-bottom: 1px solid #F3F2EB;
    }

    #footer .newsletter_c form input
    {
        border-right: none;
        border-bottom: 1px solid #F3F2EB;
    }

    #footer .newsletter_c form button
    {
        justify-content: center;
        padding-left: 20px;
        padding-right: 20px;
    }

    #footer .footer_top .footer_top_c
    {
        font-size: 1.125rem;
    }

    #footer .footer_bottom
    {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 70px;
    }

    #footer .footer_bottom > :nth-child(2)
    {
        order: 1;
    }

    #footer .footer_bottom > :nth-child(2) p
    {
        padding-top: 60px;
    }

    #footer .footer_bottom > :nth-child(3)
    {
        padding-top: 50px;
        padding-bottom: 50px;
        border-top: 1px solid #F3F2EB;
        border-bottom: 1px solid #F3F2EB;
        justify-content: center;
        order: 2;
    }

    #footer .footer_bottom > :first-child
    {
        order: 3;
    }

    #footer .footer_bottom > *
    {
        width: 100%;
        max-width: 380px;
    }

    #footer .footer_bottom .impressum_c
    {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        margin-top: 30px;
    }

    #footer .footer_bottom > :first-child .right
    {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 27px;
    }

    #footer .footer_bottom > :first-child .right > *
    {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #F3F2EB;
        clip-path: polygon(
            50% 0%, 80% 10%, 100% 35%, 100% 65%, 80% 90%,
            50% 100%, 20% 90%, 0% 65%, 0% 35%, 20% 10%
        );
        cursor: pointer;
        transition: background-color ease .5s;
    }

    #footer .footer_bottom > :first-child .right > *:hover,
    #footer .footer_bottom > :first-child .right > *:focus
    {
        background-color: #856738;
    }

}

@media(max-width: 650px)
{
    .head_c
    {
        padding-left: 20px;
        padding-right: 20px;
    }

    .header_image_c .header_image_logo img
    {
        width: 263px;
    }

    .breadcrumb
    {
        padding: 40px 20px 0;
        font-size: .875rem;
    }

    .breadcrumb ol
    {
        gap: 20px;
    }

    .breadcrumb li a
    {
        padding-left: 30px;
    }

    .breadcrumb li a::before
    {
        width: 20px;
        height: 11px;
        top: 2px;
    }

    /* Footer */
    #footer .newsletter_c
    {
        padding: 60px 20px 100px;
    }

    #footer .footer_top .footer_top_c
    {
        padding: 17px 44px;
        gap: 10px 40px;
        max-width: 360px;
        flex-wrap: wrap;
        justify-content: center;
        transform: translate(-50%, -33%);
    }

    #footer .footer_bottom
    {
        padding: 140px 20px 180px;
        gap: 50px;
        font-size: 1.125rem;
    }

    #footer .footer_bottom .footer_logo
    {
        width: 285px;
    }

    #footer .footer_bottom > :nth-child(2) p
    {
        padding-top: 50px;
    }

    #footer .footer_bottom .footer_map
    {
        width: 316px;
    }

    #footer .footer_bottom > :first-child
    {
        font-size: 1.25rem;
        line-height: 110%;
    }

    #logo_slider .slick-track
    {
        gap: 30px;
    }

    #logo_slider .img_c
    {
        max-width: 125px;
        height: 30px;
    }

    #logo_slider .img_c img
    {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

}

@media(max-width: 400px)
{
    .head_c .head_left
    {
        gap: 20px;
    }

    .head_c .head_left > a::after
    {
        content: none;
    }

    .head_c .head_right
    {
        gap: 28px;
    }

    .header_image_c
    {
        height: calc(100vh - 133px);
    }

    #fixed_bottom
    {
        font-size: 1rem;
    }

    #fixed_bottom > *
    {
        gap: 20px;
    }

    #fixed_bottom > * img
    {
        width: 20px;
    }

    #footer .newsletter_c form label
    {
        font-size: 1rem;
    }

    #footer .newsletter_c form input
    {
        font-size: 1rem;
    }

    #footer .newsletter_c form button
    {
        font-size: 1rem;
    }

    #footer .newsletter_c form button span
    {
        padding-left: 40px;
        padding-right: 40px;
    }

    #footer .newsletter_c form button span::before
    {
        width: 20px;
        height: 20px;
    }

    #footer .footer_top .footer_top_c
    {
        font-size: 1rem;
        padding: 17px 25px;
        gap: 10px 30px;
        max-width: 300px;
    }

    #footer .footer_bottom
    {
        font-size: 1rem;
    }

    #footer .footer_bottom > *
    {
        max-width: 300px;
    }

    #footer .footer_bottom .footer_map
    {
        width: 300px;
    }

}

@media(max-width: 1025px) and (max-height: 780px)
{
    .header_image_c .header_image_logo
    {
        bottom: 330px;
        top: auto;
        transform: translateX(-50%);
    }

}

@media(max-width: 1025px) and (max-height: 640px)
{
    .header_image_c .header_image_logo
    {
        top: 100px;
        bottom: auto;
    }

    .header_image_c .header_image_badge
    {
        bottom: 50px;
    }

}

@media(max-width: 1025px) and (max-height: 550px)
{
    .header_image_c .header_image_logo
    {
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .header_image_c .header_image_badge
    {
        display: none;
    }

}
