@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);
    }
}

/*
IPhone Querformat font-size bug
*/
html
{
    -webkit-text-size-adjust: 100% !important;
}

body
{
	margin: 0;
	padding: 0;
    overflow-x: hidden;
	background-color: #F5F5F5;
    top: 0 !important;
    --primary-font: Lato, Arial, sans-serif;
    --secondary-font: Lato, 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: 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 #000000;
}

/* 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: #F5F5F5;

    font:400 1.250rem/120% 'Lato', "Trebuchet MS", sans-serif;
    color: #5F5F5E;
    text-decoration: none;
    line-height: 20px;
}
.as_map ul li > *:focus { background-color: #FFFFFF; outline: 1px dotted #000; }

/* Head */
.head_c
{
	width: 100%;
    float: left;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 10px 55px 4px;
    background-color: #5F5F5E;
    font: 300 1rem/140% var(--primary-font);
    color: #F5F5F5;
    z-index: 5;
	letter-spacing:3px;
}

.head_c > *
{
    width: 100%;
    max-width: 509px;
}

.head_c a
{
    color: inherit;
    text-decoration: none;
}

.head_c a:hover,
.head_c a:focus
{
    text-decoration: underline;
}

.head_c .head_left
{
    text-transform: uppercase;
    display: flex;
    justify-content: flex-start;
    gap: 118px;font-weight:bold;
}

.head_c .head_left > a
{
    position: relative;
}

.head_c .head_left > a::after
{
    content: '';
    position: absolute;
    top: 50%;
    right: -59px;
    transform: translateY(-50%);
    width: 1px;
    height: 58px;
    background-color: #DEDEDE;
}

.head_c .head_left > a:last-child::after
{
    content: none;
}

.head_c .head_logo_c
{
    display: flex;
    justify-content: center;
}

.head_c .head_right
{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-transform: none;
    gap: 52px;
}

.head_c .head_right a.tel,
.head_c .head_right a.email
{
    text-decoration: underline;
}

.head_c .head_right a.tel:hover,
.head_c .head_right a.tel:focus,
.head_c .head_right a.email:hover,
.head_c .head_right a.email: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;
    
    z-index: 2;
}

.header_image_c .header_image_left
{
    width: 50%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.header_image_c .header_image_left .slogan
{
    position: absolute;
    bottom: 40px;
    left: 110px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    z-index: 2;
}

.header_image_c .header_image_left .slogan span
{
    padding: 7px 15px 3px;
    font: 400 1.563rem/140% var(--secondary-font);
    color: #F5F5F5;
    background-color: #5F5F5E;
	letter-spacing: 6px;
}

.header_image_c .header_image_left .slogan span.title
{
    padding: 10px 20px 9px;
    font: 400 2.375rem/120% var(--primary-font);
    text-transform: uppercase;
    letter-spacing: 6px;
	color: #F5F5F5;
}

.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: 83.32%;
}

.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: 140px 60px;
    background-color: rgba(95, 95, 94, 0.8)
;
    display: flex;
    justify-content: center;
    position: relative;
}

/*.header_image_c .header_image_text_c::after
{
    content: '';
    position: absolute;
    bottom: 85px;
    left: 0;
    width: 628px;
    height: 435px;
    background: url(../img/icons/waves2.png);
    background-size: 100% 100%;
}  */

.header_image_c .header_image_text_c .header_image_text
{
    width: 100%;
    max-width: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    font: 400 1.275rem/170% var(--primary-font);
    color: #F5F5F5;
}

.header_image_c .header_image_text > *
{
    padding-left: 55px;/*95px;*/
    position: relative;
}

.header_image_c .header_image_text > *::before
{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    /*width: 74px;
    height: 33px;
    /*background: url(../img/icons/waves.svg);*/
    width: 34px;
    height: 33px;
    background:url("../img/logos/logo-03.png") no-repeat;
    background-size: 100% 100%;
}

.header_image_c .header_image_text a
{
    text-decoration: none;
    color: inherit;
    transition: all ease .5s;
}

.header_image_c .header_image_text a:hover,
.header_image_c .header_image_text a:focus
{
    color: #996634;
    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: 400 2.375rem/120% var(--primary-font);
    color: #F5F5F5;
    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.29%;
    bottom: 0;
    transform: translateY(40%) rotate(11.14deg);
    width: 215px;
    height: 215px;
    padding: 10px;
    border-radius: 100%;
    background-color: #b67979;
    font: 400 0.938rem/170% var(--secondary-font);
    color: #F5F5F5;
    text-decoration: none;
    text-transform: none;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    align-items: center;
    transition: all ease .5s;
    z-index: 3;
	letter-spacing: 6px;
}

.header_image_badge:hover,
.header_image_badge:focus
{
    transform: translateY(40%);
}

.header_image_badge .title
{
    font: 400 1.375rem/130% var(--primary-font);
    text-transform: uppercase;
    letter-spacing: 6px;
    color: #F5F5F5;
}
.header_image_badge .title.span
{
    font: 400 0.938rem/130% var(--primary-font);
    text-transform: uppercase;
    color: #F5F5F5;
}

/* 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: #f5f5f5;
}
.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: #5F5F5E;
/*    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;  */
    position: relative;
    z-index: 2;
}

/*#footer.visible
{
    background-image: url(../img/icons/waves_footer.png);
}   */

#footer .footer_c
{
    width: 100%;
    max-width: 1550px;
    padding: 117px 48px 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    font: 400 1.125rem/170% var(--secondary-font);
    color: #F5F5F5;
    position: relative;
}

#footer .footer_c p
{
    margin-top: 20px;
    text-align: center;
}

#footer .footer_c a
{
    color: inherit;
    text-decoration: underline;
}

#footer .footer_c strong
{
    font-weight: 700;
}

#footer .footer_c a:hover,
#footer .footer_c a:focus
{
    text-decoration: none;
}

#footer .contact_links
{
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 400;
}

#footer .footer_c .social_c
{
    padding-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
}

#footer .footer_c .social_c a
{
    width: 41px;
    height: 41px;
   /* background-color: rgba(255,255,255,.3);*/
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform ease .5s;
}

#footer .footer_c .social_c a:hover,
#footer .footer_c .social_c a:focus
{
    transform: scale(1.07);
}

#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: #F5F5F5;
}

#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;
}


@media(max-width: 1700px)
{
    .header_image_c .header_image_left .slogan
    {
        left: 20px;
        width: calc(100% - 25px);
    }
    .header_image_c .header_image_left .slogan span
    {
        font-size: 0.9375rem;
    }
    .header_image_c .header_image_left .slogan span.title
    {
        font-size: 1.5rem;
    }
}

@media(max-width: 1350px)
{
    .head_c > *
    {
        max-width: 300px;
		font:300 0.830rem/140% var(--primary-font);
    }

    .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: 180px;
    }

    .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: 1.1rem;
    }

    .header_image_c .header_image_left .slogan
    {
                left: 57px;
        bottom: 58px;
        width: calc(100% - 10px);
        gap: 8px;
    }
    .header_image_c .header_image_left .slogan span
    {
        font-size: 0.8125rem;
    }
}

@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: 140px;
    }

    .header_image_logo_c .slogan
    {
        font-size: 1rem;
    }

    .header_image_c .header_image_text_c
    {
        padding: 50px 40px 120px 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:35px;
    }

    .header_image_c .header_image_text > ::before
    {
        width: 19px;
        height: 18px;
    }

    .header_image_c .header_image_text_c::after
    {
        content: '';
        position: absolute;
        bottom: 25px;
        left: 0;
        width: 300px;
        height: 208px;
    }

    .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.125rem;
        padding: 2px 8px;
    }

    .header_image_c .header_image_left .slogan span
    {
        padding: 2px;
        font-size: 0.65rem;
    }

    .header_image_c .header_image_left .slogan
    {
        gap: 5px;
    }

    .main
    {
        padding-bottom: 100px;
    }

    #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: calc(50% - 10px);
    }

    .header_image_c .header_image_text_c > * span
    {
        max-width: calc(100% - 90px);
    }

}

@media(max-width: 650px)
{
    .head_c
    {
        padding-left: 30px;
        padding-right: 30px;
    }

    .head_c .head_logo_c img
    {
        width: 180px;
    }

    .header_image_c .header_image_text_c
    {
        padding: 50px 20px 100px 20px;
        gap: 15px;
    }

    .header_image_c .header_image_text_c > *
    {
        width: 100%;
        max-width: 350px;
    }

    .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: 440px)
{
    .header_image_badge
    {
        display: none;
    }

    .header_image_c .header_image_left .slogan
    {
        gap: 2px;
        bottom: 2px;
    }

    .header_image_c .header_image_left .slogan span.title
    {
        font-size: 1rem;
    }

    .header_image_c .header_image_left .slogan span
    {
        font-size: 0.485rem;
    }

}
