@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: #fff;
    top: 0 !important;
}

/* Hide google translate banner on top of the screen */
body > .skiptranslate
{
    display: none !important;
}

*
{
	outline: none;
    box-sizing: border-box;
}

img
{
    /*image-rendering:pixelated;*/
    image-rendering:-webkit-optimize-contrast;  
}

img:not([src*="px"])
{
    height: auto;
}

header img[data-src], footer img[data-src] {
    transition: opacity .3s ease-in;
}

header img[src='img/px.webp'], footer img[src='img/px.webp'] {
    opacity: 0;
}

a
{
    color: inherit;
    text-decoration: none;
}

a img
{
	border: 0px solid;
}
a.art_anchor
{
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	font-size: 0;
}

/*
a.email > span
{
    unicode-bidi: bidi-override;
    direction: rtl;
}
*/

p
{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

.content p
{
	float: none;
}

button
{
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    color: inherit;
    font: inherit;
}

body .ui-widget { font-size: 11px; display: none;}
.sc_only { width: 0px; height: 0px; overflow: hidden; }

.page_c
{
	width: 100%;
	min-width: 850px;
	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 #FFF;
}

/* Accessibility map */
.as_map_c
{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
.as_map
{
    height: 28px;
    margin: -250px auto 0 auto;
    display: table;
    table-layout: fixed;
    padding: 3px 25px 14px 10px;;
    background-color: #FFF;
    transition: margin-top 400ms;
    -webkit-transition: margin-top 400ms;
}
.as_map.opened { margin-top: 0; }
.as_map ul { float: left; margin: 0; padding: 0; list-style: none; }
.as_map ul li { float: left; margin: 15px 10px; }
.as_map ul li > *
{
    display: block;
    padding: 5px 15px;
    background-color: #56889B;

    font: 400 1.125rem/160% var(--primary-font);
    color: #FFF;
    text-decoration: none;
    line-height: 20px;
}
.as_map ul li > *:focus { background-color: #3F5D6A; outline: 1px dotted #56889B; }

/* Head */
.head_c
{
    position: fixed;
    top: 0;
    left: 0;
	width: 100%;
    padding: 38px 45px 38px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 5;
}

.head_c .head_left
{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    font: 400 1rem/120% var(--primary-font);
    letter-spacing: .05em;
    text-align: center;
    color: #3F5D6A;
}

.head_c .head_left > *
{
    width: 58px;
    height: 52px;
    border-radius: 40px;
    position: relative;
    transition: all ease .5s;
}

.glass
{
    width: 100%;
    height: 100%;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.29);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(9.8px);
    -webkit-backdrop-filter: blur(9.8px);
    position: relative;
    overflow: hidden;
}
/*
.glass::before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.8),
        transparent
    );
}

.glass::after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.8),
        transparent,
        rgba(255, 255, 255, 0.3)
    );
}
*/

.head_c .head_left > * span
{
    position: absolute;
    bottom: -10px;
    lefT: 50%;
    transform: translate(-50%, 100%);
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all ease .5s;
}

.head_c .head_left > *:first-child span
{
    left: 0;
    transform: translateY(100%);
}

.head_c .head_left > *:hover span,
.head_c .head_left > *:focus span
{
    opacity: 1;
    visibility: visible;
}

.head_c .head_right
{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    font: 400 .875rem/120% var(--primary-font);
    letter-spacing: .071em;
    color: #3F5D6A;
}

.head_c .head_right a
{
    text-decoration: underline;
}

.head_c .head_right a:hover,
.head_c .head_right a:focus
{
    text-decoration: none;
}

.head_c .head_right > *
{
    height: 52px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease .5s;
    position: relative;
}

.head_c .head_right .glass
{
    padding: 10px 29px;
}

#menu_btn
{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all ease .5s;
}

#menu_btn .lines
{
    width: 36px;
    height: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

#menu_btn .lines .line
{
    width: 100%;
    height: 1px;
    background-color: #3F5D6A;
    transition: all ease .5s;
}

body.menu_opened #menu_btn .lines .line:first-child
{
    transform: rotate(33deg) translate(4px, 6px);
}

body.menu_opened #menu_btn .lines .line:nth-child(2)
{
    transform: rotate(-33deg) translate(4px, -6px);
}

.head_c .head_logo
{
    position: absolute;
    top: 38px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 62px;
    font: 400 2.1rem/110% var(--secondary-font);
    letter-spacing: -0.01em;
    color: #FFF;
    visibility: hidden;
    opacity: 0;
    transition: all ease .5s;
}

body.menu_opened .head_c .head_logo
{
    opacity: 1;
    visibility: visible;
}

.head_c .head_logo img
{
    position: absolute;
    right: 20px;
    bottom: -4px;
}

.head_c .head_logo .signature_borders .bottom
{
    width: 20px;
}

/*Head Image*/
.header_image_c
{
    width: 100%;
    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: #56889B;
    opacity: .5;
    z-index: 2;
}

.header_image_c .header_image .img_c::after
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(233, 227, 220, 0.00) 0%, rgba(233, 227, 220, 0.30) 100%);
    z-index: 3;
}

.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_text
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    font: 400 4.459rem/110% var(--secondary-font);
    color: #FFF;
    letter-spacing: -0.01em;
    padding: 19px 130px;
    z-index: 3;
}

.header_image_c .header_image_text img
{
    position: absolute;
    right: 43px;
    bottom: -9px;
}

.signature_borders
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.signature_borders > *
{
    position: absolute;
    background-color: #FFF;
}

.signature_borders .top
{
    top: 0;
    left: 0;
    width: 10.53%;
    height: 1px;
}

.signature_borders .top2
{
    top: 0;
    right: 0;
    width: 63.3%;
    height: 1px;
}

.signature_borders .right
{
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
}

.signature_borders .bottom
{
    bottom: 0;
    right: 0;
    width: 43px;
    height: 1px;
}

.signature_borders .bottom2
{
    bottom: 0;
    left: 5.86%;
    width: 63.3%;
    height: 1px;
}

.signature_borders .left
{
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
}

.header_image_c .header_image_text_bottom
{
    position: absolute;
    bottom: 14.3%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font: 400 1.5rem/120% var(--primary-font);
    text-align: center;
    color: #FFF;
    letter-spacing: .18em;
    text-transform: uppercase;
    z-index: 3;
}

.header_image_c:has(.header_image_text_bottom)::after
{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 12.89%;
    background-color: #FFF;
    z-index: 2;
}

/* Menu */
.h_menu_c
{
    width: 100%;
    height: 100vh;
    padding-top: 180px;
    padding-bottom: 40px;
    overflow: hidden auto;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    /*background-color: rgba(86,136,155,.7);*/
    background-color: #56889B;
    opacity: 0;
    transform: translateY(-100%);
    transition: all ease 1s;
    z-index: 4;
}

@media(min-height: 850px)
{
    .h_menu_c
    {
        align-items: flex-end;
        padding-bottom: 130px;
    }
}

body.menu_opened .h_menu_c
{
    opacity: 1;
    transform: none;
}

#deskmenu
{
    width: 80%;
    overflow: hidden;
}

#deskmenu .deskmenu_c
{
    width: 100%;
    position: relative;
    padding-bottom: 96px;
}

#deskmenu .deskmenu_c .slick-list
{
    width: 100%;
}

#deskmenu .deskmenu_c .slick-track
{
    display: flex;
    gap: 40px;
}

#deskmenu .deskmenu_c .slick-arrow
{
    position: absolute;
    bottom: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #FFF;
    background-size: 19px auto;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

body.menu_opened #deskmenu .deskmenu_c .slick-arrow
{
    background-image: url(../img/icons/arrow_left.png);
}

#deskmenu .deskmenu_c .slick-arrow.slick-prev
{
    left: 0;
}

#deskmenu .deskmenu_c .slick-arrow.slick-prev::before
{
    content: "";
    position: absolute;
    top: 50%;
    right: -142px;
    transform: translateX(100%);
    width: 100vw;
    height: 1px;
    background-color: #FFF;
}

#deskmenu .deskmenu_c .slick-arrow.slick-next
{
    left: 100px;
    transform: rotate(180deg);
}

#deskmenu a
{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 19px;
    width: 260px;
    color: #FFF;
}

#deskmenu a .img_c
{
    width: 100%;
    position: relative;
    padding-bottom: 126.5%;
}

#deskmenu a .img_c picture
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#deskmenu a .img_c picture img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform ease .7s;
}

#deskmenu a:hover .img_c picture img,
#deskmenu a:focus .img_c picture img
{
    transform: scale(1.05);
}

#deskmenu a .text_c
{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 11px;
    font: 400 1.125rem/140% var(--primary-font);
    letter-spacing: .05em;
}

#deskmenu a .text_c .title
{
    font: 400 2.25rem/110% var(--secondary-font);
    letter-spacing: -0.01em;
}

#deskmenu a:hover .title,
#deskmenu a:focus .title
{
    text-decoration: underline;
}

/* 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: #fff;
}
.main
{
	width: 100%;
    float: left;
	min-height: 500px;
	overflow: hidden;
	position: relative;
    float: left;
    padding-bottom: 60px;
	z-index: 1;
}

/* Newsletter Section */
.newsletter_c
{
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: rgba(238,235,231,.8);
    padding: 40px 48px 80px;
    font: 400 1.063rem/160% var(--tertiary-font);
    letter-spacing: .06em;
    text-align: center;
    color: #3F5D6A;
}

.newsletter_c .title
{
    font: 400 3.125rem/110% var(--secondary-font);
    letter-spacing: -0.01em;
    margin-bottom: 20px;
}

.newsletter_c .link_c
{
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin-top: 65px;
}

.newsletter_c .link_c .left_part
{
    padding: 20px 125px;
    font: 400 1.875rem/120% var(--primary-font);
    letter-spacing: .05em;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.newsletter_c .link_c .left_part::before
{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 17%;
    height: 70%;
    border-left: 1px solid #4F7D8E;
    border-bottom: 1px solid #4F7D8E;
}

.newsletter_c .link_c .left_part::after
{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 73%;
    height: 1px;
    background-color: #4F7D8E;
}

.newsletter_c .link_c .left_part > span::after
{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 1px;
    background-color: #4F7D8E;
}

.newsletter_c .link_c a
{
    display: inline-block;
    padding: 6px 55px;
    font: 400 1.25rem/120% var(--secondary-font);
    text-decoration: none;
    text-align: center;
    color: #3F5D6A;
    position: relative;
    transition: all ease .5s;
    z-index: 2;
}

.newsletter_c .link_c .right_part
{
    display: flex;
    align-items: center;
    padding: 20px 125px;
    position: relative;
}

.newsletter_c .link_c .right_part::before
{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 66%;
    border-bottom: 1px solid #3F5D6A;
    border-right: 1px solid #3F5D6A;
}

.newsletter_c .link_c .right_part::after
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 66%;
    border-top: 1px solid #3F5D6A;
    border-left: 1px solid #3F5D6A;
}

/* Footer */
#footer
{
	width: 100%;
    float: left;
    position: relative;
    display: flex;
    justify-content: center;
    padding-left: 48px;
    padding-right: 48px;
    background-color: #56889B;
    color: #FFF;
    z-index: 2;
}

#footer .footer_c
{
    width: 100%;
    max-width: 1408px;
    padding: 140px 0 46px;
    font: 300 1.063rem/160% var(--tertiary-font);
    color: #FFF;
    letter-spacing: .06em;
    text-align: center;
}

#footer .footer_top
{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 50px;
    padding-bottom: 70px;
    border-bottom: 1px solid #FFF;
    position: relative;
}

#footer .footer_top a:hover,
#footer .footer_top a:focus
{
    text-decoration: underline;
}

#footer .footer_signature
{
    font: 400 2.362rem/110% var(--secondary-font);
    letter-spacing: -0.01em;
    padding: 10px 72px;
    position: relative;
}

#footer .footer_signature img
{
    position: absolute;
    right: 20px;
    bottom: -4px;
}

#footer .footer_signature .signature_borders .bottom
{
    width: 20px;
}

#footer .footer_top .algo_link
{
    position: absolute;
    bottom: 20px;
    right: 0;
    display: flex;
    align-items: flex-end;
    gap: 12px;
    font: 400 .875rem/100% var(--primary-font);
}

#footer .footer_top .algo_link:hover,
#footer .footer_top .algo_link:focus
{
    text-decoration: underline;
}

#footer .footer_bottom
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 45px;
    gap: 20px;
}

#footer .footer_bottom .impressum
{
    display: flex;
    gap: 44px;
    align-items: center;
    font: 400 .875rem/135% var(--primary-font);
}

#footer .footer_bottom .impressum a:hover,
#footer .footer_bottom .impressum a:focus
{
    text-decoration: underline;
}

#footer .footer_bottom .social_links
{
    display: flex;
    align-items: center;
    gap: 21px;
}

#footer .footer_bottom .social_links a
{
    transition: all ease .5s;
}

#footer .footer_bottom .social_links a:hover,
#footer .footer_bottom .social_links 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
    {
        display: none;
    }

}

@media(max-width: 1200px)
{
    .header_image_c .header_image_text
    {
        font-size: 3.5rem;
    }

}

@media(max-width:1025px)
{
    .as_map_c
    {
        display: none !important;
    }

    .head_c .head_left
    {
        gap: 20px;
    }

    .head_c .head_right
    {
        gap: 20px;
    }

    #deskmenu
    {
        width: 88%;
    }

    #deskmenu a .text_c
    {
        font-size: 1rem;
    }

    #deskmenu a .text_c .title
    {
        font-size: 1.75rem;
    }

    #deskmenu .deskmenu_c .slick-arrow
    {
        background-size: 10px auto;
        width: 50px;
        height: 50px;
    }

    #deskmenu .deskmenu_c .slick-arrow.slick-next
    {
        left: 65px;
    }

    #deskmenu .deskmenu_c .slick-arrow.slick-prev::before
    {
        right: -90px;
    }

    #deskmenu .deskmenu_c .slick-track
    {
        gap: 30px;
    }

    #deskmenu .deskmenu_c
    {
        padding-bottom: 75px;
    }

    .header_image_c .header_image_text
    {
        padding: 15px 80px;
        font-size: 3rem;
    }

    .header_image_c .header_image_text img
    {
        right: 20px;
        bottom: -5px;
        width: 60px;
    }

    .signature_borders .bottom
    {
        width: 20px;
    }

    .header_image_c .header_image_text_bottom
    {
        bottom: 10%;
        font-size: 1.125rem;
    }

    .header_image_c:has(.header_image_text_bottom)::after
    {
        height: 8%;
    }

    .newsletter_c .link_c .left_part
    {
        padding: 15px 60px;
        font-size: 1.375rem;
    }

    .newsletter_c .link_c .right_part
    {
        padding: 15px 60px;
    }

    .newsletter_c .link_c a
    {
        padding: 6px 30px;
    }

}

@media(max-width: 850px)
{
    .head_c
    {
        padding: 38px 25px 38px 25px;
    }
}

@media(max-width: 650px)
{
    .head_c .head_right a
    {
        display: none;
    }

    .header_image_c .header_image_text
    {
        width: 90%;
        max-width: 320px;
        white-space: normal;
        text-align: center;
        padding: 35px 20px;
        font-size: 2.63rem;
    }

    .header_image_c .header_image_text img
    {
        right: 34px;
        bottom: -4px;
        width: 60px;
    }

    .header_image_c .header_image_text_bottom
    {
        bottom: calc(50% - 200px);
    }

    .header_image_c:has(.header_image_text_bottom)::after
    {
        height: calc(50% - 250px);
        min-height: 8%;
    }

    .signature_borders .top
    {
        width: 18%;
    }

    .signature_borders .top2
    {
        width: 62%;
    }

    .signature_borders .left
    {
        height: 40%;
    }

    .signature_borders .right
    {
        top: auto;
        bottom: 0;
        height: 40%;
    }

    .signature_borders .bottom
    {
        width: 35px;
    }

    .signature_borders .bottom2
    {
        width: 54%;
    }

    .header_image_c .header_image_text_bottom
    {
        font-size: 1rem;
    }

    #deskmenu .deskmenu_c .slick-track
    {
        gap: 15px;
    }

    #deskmenu a
    {
        width: 200px;
    }

    #deskmenu a .text_c
    {
        font-size: .875rem;
    }

    #deskmenu a .text_c .title
    {
        font-size: 1.5rem;
    }

    .newsletter_c
    {
        padding-left: 30px;
        padding-right: 30px;
    }

    .newsletter_c .title
    {
        font-size: 2.25rem;
    }

    .newsletter_c .link_c
    {
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        margin-top: 30px;
    }

    .newsletter_c .link_c .left_part::before
    {
        border-bottom: none;
    }

    .newsletter_c .link_c .left_part > span::after
    {
        top: 0;
        bottom: auto;
        right: 0;
        width: 1px;
        height: 50%;
    }

    .newsletter_c .link_c .left_part::after
    {
        left: auto;
        right: 0;
        transform: none;
    }

    #footer
    {
        padding-left: 20px;
        padding-right: 20px;
    }

    #footer .footer_c
    {
        padding-top: 80px;
    }

    #footer .footer_signature
    {
        font-size: 2rem;
        padding: 10px 50px;
    }

    #footer .footer_signature img
    {
        right: 10px;
        bottom: -2px;
        width: 35px;
    }

    #footer .footer_signature .signature_borders .bottom
    {
        width: 10px;
    }

    #footer .footer_bottom
    {
        padding-top: 35px;
        flex-direction: column;
        gap: 30px;
    }

    #footer .footer_top .algo_link
    {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    #footer .footer_bottom .impressum
    {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

}

@media(max-width: 450px)
{
    #footer .footer_signature
    {
        padding: 9px 40px;
        font-size: 1.375rem;
    }

    #footer .footer_signature img
    {
        width: 30px;
    }

}

@media(max-width: 420px)
{
    .head_c
    {
        padding: 25px 20px 25px 20px;
    }

    .head_c .head_left
    {
        gap: 10px;
    }

    .head_c .head_right .glass
    {
        padding: 10px 20px;
    }

}
