@charset "utf-8";

@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}

/* COOKIE */
#cks_overlay {
    background-color: #292929 !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: #292929;
    top: 0 !important;
    --primary-font: 'Ysabeau', Arial, sans-serif;   /*Lato, Arial, sans-serif;     */
    --secondary-font: Karla, Arial, sans-serif;
    --special-font: 'Francois One', 'Trebuchet MS', 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: 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;
}

body .ui-widget { font-size: 11px; display: none;}
.sc_only { width: 0px; height: 0px; overflow: hidden; }

.page_c
{
	width: 100%;
	min-width: 850px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 1025px)
{
	.page_c
	{
		min-width: 320px;
	}
	body .ui-widget { font-size: 14px; }
}
@media only screen and (max-width: 650px)
{
	body .ui-widget { font-size: 16px; }
}

.offscreen
{
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
*:focus
{
    outline: none;
}
.focus-visible {
    outline: 2px dotted #ECDFDA;
}

/* 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: #292929FFF;
    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: #708A48;
    text-decoration: none;
    line-height: 20px;
}
.as_map ul li > *:focus { background-color: #292929FFF; outline: 1px dotted #708A48; }

/* Head */
.head_c
{
	width: 100%;
    float: left;
    position: fixed;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding: 49px 80px;
    background-color: #292929;
    font: 700 1rem/120% var(--secondary-font);
    letter-spacing: 0.16em;
    color: #F1F4ED;
    z-index: 5;
}

/*.head_c > *
{
    width: 100%;
}  */

.head_c a
{
    color: #F1F4ED;
    text-decoration: underline;
    white-space: nowrap;
    text-transform: uppercase;
}

.head_c a:hover,
.head_c a:focus
{
    text-decoration: none;
}

.head_c .head_left
{
    display: flex;
    justify-content: flex-end;
    gap: 55px;
}

.head_c .head_left > a
{
    position: relative;
    display: inline-block;

    text-align: center;
    color: #F1F4ED;
}


.head_c .head_logo_c
{
    display: flex;
    justify-content: center;
}

.head_c .head_right
{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 51px;
}
/*
.head_c .head_right a.tel
{
    text-decoration: underline;
}

.head_c .head_right a.tel:hover,
.head_c .head_right a.tel:focus
{
    text-decoration: none;
}   */

.head_c .head_right a img
{
    display: none;
}

/*Head Image*/
.header_image_c
{
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    align-items: stretch;
    border-top: 144px solid transparent;
    z-index: 2;
}
.header_image_c .header_image_left
{
    width: 50%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.header_image_c .header_image
{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.header_image_c .slick-track
{
    height: 100%;
}
.header_image_c .header_image .img_c
{
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 74.42%;
}
.header_image_c .header_image .img_c picture
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.header_image_c .header_image .img_c picture 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_text_c
{
    width: 50%;
    padding: 200px 70px;
    background-color: #F1F4ED;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    position: relative;
    gap: 40px;
}
/*
.header_image_c .header_image_text_c::after
{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(45%, -50%);
    width: 500px;
    height: 555px;
    background: url(../img/logos/Birgkar_Blume_4c_dunkelbraun.png);
    background-size: 100% 100%;
    opacity: 0.1;
}  */

.header_image_c .header_image_text_c .header_image_text
{
    width: 100%;
    max-width: 85%; /*550px;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
    font: 700 2.775rem/120% var(--primary-font);
    letter-spacing: 0.02em;
    color: #292929;
}

.header_image_c .header_image_text > *
{
    width: 100%;
    position: relative;
    border-bottom: 3px solid #292929;
}

/*.header_image_c .header_image_text > *::before
{
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #292929;
} */

.header_image_c .header_image_text a
{
    text-decoration: none;
    color: #292929;
}

.header_image_c .header_image_text a:hover,
.header_image_c .header_image_text a:focus
{
/*    color: #B27F6C;*/
    text-decoration: underline;
}


/*.header_image_logo_c
{
    position: absolute;
    bottom: 90px;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 55px;
    z-index: 3;
}

.header_image_logo_c .slogan
{
    font: 500 1.625rem/120% var(--primary-font);
    color: #FBF8F2;
    text-transform: uppercase;
    letter-spacing: .05em;
    text-align: center;
    position: relative;
    padding: 0 40px 18px;
}

.header_image_logo_c .slogan::before
{
    content: '';
    position: absolute;
    bottom: 0;
    right: -1px;
    width: 167px;
    height: 6px;
    background-size: 100% 100%;
    background-image: url(../img/icons/wave.svg);
} */

.header_image_badge
{
    position: absolute;
    right: 7.34%;
    bottom: 0;
    transform: translateY(40%) rotate(7.364deg);
    width: 233px;
    height: 233px;
    padding: 37px;
    border-radius: 100%;
    background-color: #708A48;
    font: 400 2.228rem/89% var(--special-font);
    letter-spacing: 0.02em;
    color: #F1F4ED;
    text-decoration: none;
    text-transform: none;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all ease .5s;
    z-index: 3;
}

.header_image_badge:hover,
.header_image_badge:focus
{
    transform: translateY(40%);
}

/*.header_image_badge .title
{
    font: 500 1.75rem/130% var(--primary-font);
    text-transform: uppercase;
    color: #F1F4ED;
} */

/* 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: #292929;
}
.main
{
	width: 100%;
    float: left;
	min-height: 500px;
	overflow: hidden;
	position: relative;
    float: left;
    padding-bottom: 200px;
	z-index: 1;
}

/* Footer */
#footer
{
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    background-color: #292929;
    position: relative;
    z-index: 2;
    border-top:2px solid #BECAAC;
}
#footer .footer_c
{
    width: 100%;
    padding: 132px 22px 27px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    font: 700 1.125rem/120% var(--secondary-font);
    letter-spacing:0.02em;
    color: #BECAAC;
    position: relative;
}

#footer .footer_c a
{
    color: #BECAAC;
    text-decoration: none;
}

#footer .footer_c strong
{
    font-weight: 700;
}

#footer .footer_c a:hover,
#footer .footer_c a:focus
{
    text-decoration: underline;
}

#footer .contact_links
{
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 500;
}

#footer .footer_c .social_c
{
    padding-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

#footer .footer_c .social_c a
{
    width: 50px;
    height: 50px;
    background-color: transparent;
    border:1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease .5s;
}

#footer .footer_c .social_c a:hover,
#footer .footer_c .social_c a:focus
{
    border-color: #292929;
}
#footer .footer_c .social_c a svg
{
    width: 30px;
    height: auto;
}

#footer .footer_c .social_c a path
{
    stroke: #292929;
    stroke-width: 2;
}

#footer .footer_c .f_mitglied
{

}

#footer .footer_c .impressum_c
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#footer .footer_c .impressum
{
    font: 300 .688rem/120% var(--secondary-font);
    letter-spacing: .05em;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    padding-top: 40px;
}

#footer .footer_c .impressum .sep
{
    width: 1px;
    height: 10px;
    background-color: #292929;
}

#footer .footer_c .impressum a
{
    text-decoration: none;
}

#footer .footer_c .impressum a:hover,
#footer .footer_c .impressum a:focus
{
    text-decoration: underline;
}

#footer .footer_c .impressum .algo_link
{
    margin-left: 20px;
    display: flex;
    gap: 8px;
}

/*GOOGLE MAPS*/
#maprahmen
{
    border: none;
    width: 100%;
}
#karte
{
    width: 100%;
    height: 550px;
}
#input-hintergrund
{
    padding: 12px;
    background:#ECECEC;
}
#inputaddress
{
    background-color: #292929;
    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: #292929;
    text-decoration: none;
    font: 400 1em/110% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    background: #292929;
    border:none;
    cursor:pointer;
}

@media(max-width: 1350px)
{
    .head_c
    {
        padding-left:25px;
        padding-right:25px;
    }

    .head_c > *
    {
        max-width: 360px;
    }

/*    .head_c .head_left
    {
        gap: 60px;
    }

    .head_c .head_left > a::after
    {
        right: -30px;
    }     */

    .head_c .head_right
    {
        gap: 30px;
    }

    .head_c .head_right a img
    {
        display: block;
        transition: transform ease .5s;
    }

    .head_c .head_right a:hover img,
    .head_c .head_right a:focus img
    {
        transform: scale(1.1);
    }

    .head_c .head_right a span
    {
        display: none;
    }

/*    .head_c .head_logo_c img
    {
        width: 320px;
    }       */

    .header_image_c .header_image_text_c
    {
        padding: 100px 50px 200px;
    }

    .header_image_c .header_image_text_c .header_image_text
    {
        gap: 20px;
/*        font-size: 2rem;       */
    }

    .header_image_c .header_image_left .slogan
    {
        left: 50px;
        bottom: 70px;
    }

}

@media(max-width: 1200px)
{
    .header_image_logo_c
    {
        gap: 30px;
    }

    .header_image_logo_c .logo_c img
    {
        width: 150px;
    }

    .header_image_logo_c .slogan
    {
        font-size: 1.25rem;
    }

}

@media(max-width: 1180px)
{
    .header_image_c .header_image_text_c .img_c
    {
        width: 80px;
        height: 40px;
    }
}

@media(max-width: 1100px)
{
    .header_image_c .header_image_text_c
    {
        font-size: 1rem;
    }

}

@media(max-width:1025px)
{
    .as_map_c
    {
        display: none !important;
    }

    .head_c
    {
        padding-left: 48px;
        padding-right: 48px;
    }

    .head_c > *
    {
        width: auto;
        max-width: unset;
    }

    .head_c .head_left
    {
        display: none;
    }

    .head_c .head_logo_c img
    {
        width: 300px;
    }

    .header_image_logo_c .slogan
    {
        font-size: 1rem;
    }

    .header_image_c .header_image_text_c
    {
        padding: 50px 40px;
        font-size: .875rem;
    }

    .header_image_c .header_image_text_c .header_image_text
    {
        font-size: 1.25rem;
    }

/*    .header_image_c .header_image_text > *
    {
        padding-left:37px;
    } */

    .header_image_c .header_image_text > ::before
    {
        /*width: 22px;
        height: 24px;*/
        top: 9px;
    }

    .header_image_c .header_image_text_c::after
    {
        /*content: '';
        position: absolute;
        bottom: 25px;
        left: 0;*/
        width: 342px;
        height: 375px;
    }

    .header_image_badge
    {
        width: 150px;
        height: 150px;
        font-size: .75rem;
        right: 3.5%;
    }

    .header_image_badge .title
    {
        font-size: 1.125rem;
    }

    .header_image_c .header_image_left .slogan span.title
    {
        font-size: 1.25rem;
    }
    .header_image_c .header_image_text_c .slogan span.title
    {
        font-size: 2.25rem;
    }
    .header_image_c .header_image_left .slogan span
    {
        padding: 7px 15px 7px;
        font-size: .875rem;
    }
    .header_image_c .header_image_text_c .slogan span
    {
        font-size:1.75rem;
    }

    .header_image_c .header_image_left .slogan
    {
        left: 35px;
        bottom: 40px;
    }

    .main
    {
        padding-bottom: 100px;
    }
    #footer::after
    {
        width: 342px;
        height: 375px;
    }

    #footer .footer_c
    {
        font-size: 1rem;
        padding-top: 80px;
    }

    #footer .footer_c .footer_logo
    {
        width: 400px;
    }

    #footer .footer_c p
    {
        margin-top: 40px;
    }

    #footer .footer_c .impressum
    {
        padding-top: 30px;
        justify-content: center;
    }
}

@media(max-width: 850px)
{
    .header_image_c
    {
        flex-wrap: wrap;
    }

    .header_image_c .header_image_left
    {
        width: 100%;
    }

    .header_image_c .header_image_text_c
    {
        width: 100%;
    }

    /*.header_image_c .header_image_text_c
    {
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
    } */

    .header_image_c .header_image_text_c > *
    {
        width: 100%;
    }

/*    .header_image_c .header_image_text_c > * span
    {
        max-width: calc(100% - 90px);
    }  */

}

@media(max-width: 650px)
{
    .head_c
    {
        padding-left: 15px;
        padding-right: 15px;
        padding: 20px 15px;
    }

    .head_c .head_logo_c img
    {
        width: 225px;
    }
    .head_c .head_right
    {
        gap: 28px;
    }
    .header_image_c .header_image_text_c
    {
        padding: 40px 20px;
        gap: 15px;
    }

    .header_image_c .header_image_text_c > *
    {
        width: 100%;
/*        max-width: 350px;     */
    }
    .header_image_c .header_image_text_c .slogan span.title
    {
        font-size: 2rem;
    }
    .header_image_c .header_image_text_c .slogan span
    {
        font-size:1.5rem;
    }
    .header_image_logo_c
    {
        gap: 20px;
        bottom: 50px;
    }

    .header_image_logo_c .logo_c img
    {
        width: 120px;
    }

    .header_image_logo_c .slogan
    {
        padding: 0 25px 15px;
    }

    #footer .footer_c
    {
        padding-left: 25px;
        padding-right: 25px;
    }

    #footer .footer_c .footer_logo
    {
        width: 260px;
    }

    #footer .footer_c .impressum
    {
        flex-wrap: wrap;
        justify-content: center;
    }

    #footer .footer_c .impressum .algo_link
    {
        margin-left: 0;
    }

}

@media(max-width: 420px)
{
    .header_image_badge
    {
        display: none;
    }

    .header_image_c .header_image_left .slogan
    {
        left: 25px;
    }

    .header_image_c .header_image_left .slogan span.title
    {
        font-size: 1.063rem;
    }

    .header_image_c .header_image_left .slogan span
    {
        font-size: .75rem;
    }

}
