/* =================================== */
/* ============ OVERRIDE ============= */
/* =================================== */

.accordion-item {
    border: 0px !important;
    border-bottom: 1px solid var(--color-white) !important;
}

.accordion-button:not(.collapsed) {
    background: var(--color-white) !important;
    border-radius: 0px !important;
    border: 0px !important;
    box-shadow: none !important;
}

.accordion-button:focus {
    box-shadow: none !important;
    border: none !important;
}

:focus-visible {
    outline: none !important;
}

.form-control:focus {
    outline: 0;
    box-shadow: none !important;
    border-color: var(--color-white) !important;
}

.gradient-start-screen {
    background: linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.6) 100%);
}

#wohnlage, #galerie, #kontakt{
    scroll-margin-top: 3rem;
}

.invert-filter{
    filter: invert(1);
}

/* =================================== */
/* ============ ALLGEMEIN ============ */
/* =================================== */

.background-cover {
    background-size: cover;
}

.background-contain {
    background-size: contain;
}

.background-inherit{
    background-size: inherit;
}

.background-no-repeat {
    background-repeat: no-repeat;
}

.background-center-center {
    background-position: center center;
}

.background-center-top {
    background-position: center top;
}

.background-right-top {
    background-position: right top;
}

.background-bottom-center {
    background-position: bottom center;
}

.background-center-right{
    background-position: center right;
}

.background-center-left{
    background-position: center left;
}

.max-width {
    max-width: 1440px;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-default {
    cursor: default;
}

.image-hover .image-scale{
    transition: all 0.3s;
}

.image-hover:hover .image-scale{
    transform: scale(1.1);
}

.hyphens{
    hyphens: auto;
}

.button-light-gray{
    border: 1px solid var(--color-light-gray);
}

.vh-35{
    height: 35vh;
}

.vh-50{
    height: 50vh;
}

.vh-70{
    height: 70vh;
}

.min-vh-70{
    min-height: 70vh;
}

.arrow-button{
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='8' viewBox='0 0 24 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.3536 4.35356C23.5488 4.15829 23.5488 3.84171 23.3536 3.64645L20.1716 0.464468C19.9763 0.269206 19.6597 0.269206 19.4645 0.464468C19.2692 0.65973 19.2692 0.976312 19.4645 1.17157L22.2929 4L19.4645 6.82843C19.2692 7.02369 19.2692 7.34027 19.4645 7.53554C19.6597 7.7308 19.9763 7.7308 20.1716 7.53554L23.3536 4.35356ZM-4.37114e-08 4.5L23 4.5L23 3.5L4.37114e-08 3.5L-4.37114e-08 4.5Z' fill='%23000'/%3E%3C/svg%3E%0A");
    height: 10px;
}

.button-laeggern .arrow-button, .downloads-element .arrow-button{
    transition: all 0.3s;
}

.button-laeggern:hover .arrow-button, .downloads-element:hover .arrow-button{
    transition: all 0.3s;
    display: block;
    padding-right: 1.5rem;
    margin-left: 1.5rem;
}

.button-laeggern{
    transition: all 0.3s;
}

.button-laeggern:hover{
    background-color: var(--color-partner);
    border: 1px solid var(--color-partner) !important;
}

.lage-tabelle-row{
    transition: all 0.3s;
}

.lage-tabelle-row:hover{
    background-color: var(--color-partner);
}

.fui-submit{
    position: relative !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.fui-submit::after{
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='8' viewBox='0 0 24 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.3536 4.35356C23.5488 4.15829 23.5488 3.84171 23.3536 3.64645L20.1716 0.464468C19.9763 0.269206 19.6597 0.269206 19.4645 0.464468C19.2692 0.65973 19.2692 0.976312 19.4645 1.17157L22.2929 4L19.4645 6.82843C19.2692 7.02369 19.2692 7.34027 19.4645 7.53554C19.6597 7.7308 19.9763 7.7308 20.1716 7.53554L23.3536 4.35356ZM-4.37114e-08 4.5L23 4.5L23 3.5L4.37114e-08 3.5L-4.37114e-08 4.5Z' fill='%23000'/%3E%3C/svg%3E%0A") !important;
    height: 10px !important;
    position: relative;
    background-size: contain;
    transition: all 0.3s;
    background-position: center center;
    background-repeat: no-repeat;
}

.fui-submit{
    transition: all 0.3s;
}

.fui-submit:hover{
    background-color: var(--color-partner) !important;
    border: 1px solid var(--color-partner) !important;
}

.partner-box{
    border: 1px solid var(--color-gold);
    transition: 0.3s;
}

.partner-box:hover{
    background-color: #dad3cc;
}

.fui-submit:hover::after{
    padding-right: 1.5rem;
    margin-left: 1rem;
}

.accordion-item .accordion-button{
    transition: all 0.3s;
}

.accordion-item:hover .accordion-button{
    background-color: var(--color-partner) !important;
}

.accordion-button::after{
    margin-right: 1rem;
}

.social-media:hover .menu-arrow{
    padding-left: 1.5rem;
    margin-right: 1rem;
}

.social-media:hover{
    color: var(--color-gold);
}

.grid-stretch{
    grid-column: span 2;
}

/* Intro Screen */

.intro-icon{
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 107.19 112.76'%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2 %7B fill: none; stroke: %23918160; stroke-miterlimit: 10; stroke-width: 2px; %7D .cls-2 %7B stroke-linecap: round; %7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_2-2' data-name='Layer_2'%3E%3Cg id='Layer_1-2'%3E%3Cpath class='cls-1' d='M1.26,82.16l8.9-10.82c2.28-2.77,6.53-2.83,8.88-.11l26.7,30.81'/%3E%3Cpath class='cls-1' d='M28.76,82.44l19.37-22.04c2.7-3.07,7.54-3,10.16.15l11.12,13.45'/%3E%3Cpath class='cls-1' d='M39.1,110.67l34.36-41.74c2.88-3.5,8.28-3.48,11.13.04l13.46,16.62'/%3E%3Cpath class='cls-2' d='M3.74,25.81C13.74,10.86,30.88,1,50.33,1c30.85,0,55.86,24.79,55.86,55.38s-25.01,55.38-55.86,55.38c-21.37,0-39.94-11.9-49.33-29.39'/%3E%3Cpath class='cls-1' d='M27.24,49.59c6.43,0,11.64-5.17,11.64-11.54s-5.21-11.54-11.64-11.54-11.64,5.17-11.64,11.54,5.21,11.54,11.64,11.54Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    height: 5.625rem;
    width: 5.625rem;
}

.home-overlay{
    background: linear-gradient(360deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.7511379551820728) 100%);
}

.heading-overlay{
    background-color: #00000080;
    border: 1px solid #00000030;
}

.homepage-banner{
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 447.99 447.99'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; %7D .cls-2 %7B fill: %23918160; %7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Ccircle class='cls-2' cx='224' cy='224' r='223.94'/%3E%3Cg%3E%3Cpath class='cls-1' d='M97.2,179.87l-7.57-21.23-5.86,15.42-4.82-1.83,11.91-31.31,4.82,1.83-5.86,15.42,20.48-9.86,3.12,1.19-20.34,8.94,10.42,23.13-6.29-1.69Z'/%3E%3Cpath class='cls-1' d='M120.61,188.78l-2.52-4.91c-1.53.61-2.96,1.01-4.28,1.21-1.32.2-2.63.06-3.92-.44s-2.3-1.36-3.01-2.61c-.72-1.25-.78-2.66-.18-4.24.47-1.23,1.27-2.11,2.41-2.63,1.14-.52,2.43-.8,3.89-.82,1.45-.02,2.91.09,4.36.36,1.45.26,2.73.57,3.82.91l1.69-4.45c1-2.62-.02-4.5-3.05-5.65-.79-.3-1.73-.56-2.82-.77-1.09-.22-2.35-.36-3.76-.43l.02-1.34c.45-.15,1.16-.26,2.13-.33.96-.07,2.04-.05,3.22.06,1.19.11,2.33.37,3.43.79,1.8.68,3.09,1.47,3.87,2.36.78.89,1.22,1.82,1.33,2.78.1.96.04,1.89-.2,2.79-.24.9-.48,1.7-.75,2.4l-3.06,8.04c-.41,1.07-.59,2.01-.56,2.82.04.81.18,1.48.43,2,.25.53.47.93.65,1.22l-3.14.86ZM112.52,183.15c.82.13,1.7.11,2.64-.05.95-.16,1.78-.39,2.5-.67.72-.28,1.12-.54,1.21-.76l1.85-4.87c-2.42-.74-4.5-.95-6.24-.61-1.73.33-2.79.99-3.16,1.97s-.43,1.92-.18,2.83.71,1.63,1.37,2.17Z'/%3E%3Cpath class='cls-1' d='M132.26,193.16c-.73-.28-1.45-.76-2.18-1.45-.73-.69-1.21-1.67-1.45-2.94-.24-1.26,0-2.86.74-4.78l5.67-14.9,4.02,1.53-5.76,15.14c-.55,1.45-.72,2.68-.51,3.68s1.01,1.77,2.4,2.29c.73.28,1.61.29,2.64.03,1.04-.26,2.1-.68,3.19-1.28l6.35-16.7,4.02,1.53-5.72,15.04c-.41,1.07-.59,2-.55,2.8.04.79.18,1.46.43,2,.24.54.45.97.62,1.29l-3.12.81-2.52-4.91c-1.59.66-3.01,1.09-4.28,1.29-1.27.2-2.6.04-3.98-.49Z'/%3E%3Cpath class='cls-1' d='M152.06,200.04l7.48-19.68-3.59-2.23.36-.95,3.93,1.49c.94-2.1,2.11-3.86,3.5-5.3,1.39-1.44,2.93-2.4,4.62-2.9,1.69-.5,3.46-.39,5.32.32.57.22,1.14.5,1.73.85.59.35,1.14.71,1.64,1.09l-1.64,2.89c-.38-.43-.86-.89-1.46-1.37-.59-.48-1.17-.9-1.74-1.26-.57-.36-1.04-.61-1.42-.76-.72.09-1.42.43-2.09,1.02-.68.59-1.31,1.31-1.9,2.15-.59.84-1.11,1.69-1.56,2.55-.45.86-.81,1.59-1.09,2.21l5.72,2.18-.65,1.7-5.72-2.18-7.48,19.68-3.97-1.51Z'/%3E%3Cpath class='cls-1' d='M162.67,215.55l9.52-25.02c.42-1.1.61-2.05.57-2.84-.04-.79-.18-1.46-.41-1.99-.23-.54-.45-.96-.66-1.25l3.14-.86,2.65,5.12c1.59-.66,3.01-1.12,4.29-1.37,1.27-.26,2.6-.12,3.99.41.73.28,1.47.75,2.25,1.42.77.67,1.43,1.59,1.98,2.76.55,1.17.81,2.61.79,4.33-.02,1.72-.49,3.77-1.39,6.13-.44,1.17-1.09,2.33-1.95,3.48-.85,1.16-1.86,2.16-3.02,3.02-1.16.86-2.41,1.44-3.75,1.74-1.34.3-2.72.18-4.14-.36-.91-.35-1.83-.9-2.76-1.64-.93-.75-1.84-1.74-2.73-2.99l-4.35,11.45-4.02-1.53ZM176.12,207.51c1.78.64,3.45.37,5.01-.8,1.56-1.17,2.81-2.97,3.73-5.4,1.03-2.71,1.47-5.11,1.32-7.18-.15-2.08-.73-3.53-1.76-4.35-.95-.25-1.9-.32-2.84-.21-.94.11-1.8.3-2.57.57-.77.27-1.39.55-1.86.84-.47.29-.73.5-.78.62l-4.82,12.68c1.52,1.59,3.04,2.67,4.56,3.25Z'/%3E%3Cpath class='cls-1' d='M189.61,214.32l8.13-21.38,2.74,1.04-.42,4.39c.67-.54,1.51-1.01,2.52-1.42,1-.41,2.09-.7,3.25-.85,1.16-.15,2.27-.12,3.34.11l-.77,3.44c-.82-.31-1.77-.47-2.85-.49-1.08-.01-2.15.08-3.22.29-1.07.21-2.01.48-2.83.82l-5.92,15.56-3.97-1.51Z'/%3E%3Cpath class='cls-1' d='M212.9,223.83c-1.96-.74-3.56-1.82-4.81-3.24-1.25-1.41-2.02-3.08-2.3-4.99-.28-1.91,0-4,.87-6.27,1-2.62,2.33-4.62,4.01-6,1.68-1.38,3.51-2.21,5.49-2.49,1.98-.27,3.9-.06,5.76.65,1.48.56,2.68,1.46,3.6,2.7.92,1.23,1.46,2.76,1.62,4.57.16,1.81-.19,3.85-1.06,6.12l-15.09-5.74c-.94,2.46-1.28,4.54-1.04,6.23.24,1.7.87,3.07,1.9,4.11,1.03,1.04,2.22,1.82,3.58,2.34,1.23.47,2.37.76,3.41.86,1.04.11,2.02.14,2.94.09l-.63,1.66c-1.19.2-2.51.28-3.94.26-1.43-.02-2.88-.31-4.33-.86ZM211.75,207.79l11.07,4.21c.44-1.45.58-2.72.39-3.8-.18-1.08-.54-1.98-1.08-2.71-.54-.73-1.12-1.31-1.77-1.76-.64-.44-1.2-.75-1.67-.93-1.26.1-2.52.58-3.78,1.46-1.25.88-2.31,2.06-3.16,3.54Z'/%3E%3Cpath class='cls-1' d='M239.03,203.82c-.69-.26-1.17-.73-1.44-1.41-.27-.68-.28-1.33-.04-1.96.26-.69.71-1.19,1.35-1.49s1.3-.32,2-.05,1.15.71,1.46,1.37c.31.66.33,1.34.07,2.03-.24.63-.7,1.11-1.38,1.42-.68.32-1.35.35-2.01.1ZM227.36,228.67l8.13-21.38,3.93,1.49-8.13,21.38-3.93-1.49Z'/%3E%3Cpath class='cls-1' d='M242.56,235.1c-1.39-.53-2.61-1.23-3.67-2.1-1.06-.87-1.83-1.58-2.31-2.12l.68-1.8c.31.33.75.75,1.33,1.26.58.51,1.24,1.01,1.97,1.51s1.46.88,2.19,1.16c1.67.64,3.01.71,4.03.23,1.01-.48,1.67-1.12,1.97-1.9.36-.95.32-1.88-.12-2.81-.44-.93-1.07-1.86-1.89-2.8-.82-.94-1.62-1.93-2.42-2.95-.8-1.03-1.38-2.1-1.75-3.24-.36-1.13-.3-2.34.19-3.64.32-.85.86-1.63,1.62-2.33.76-.7,1.73-1.17,2.92-1.41,1.19-.23,2.6-.04,4.24.59s2.99,1.31,3.97,2.02c.97.71,1.69,1.28,2.14,1.71l-1.66,2.94c-1-1.17-1.99-2.17-2.98-2.98s-1.86-1.43-2.6-1.85c-.85-.32-1.65-.27-2.39.17-.75.44-1.25,1.01-1.51,1.7-.35.91-.28,1.83.2,2.75.48.92,1.15,1.87,2,2.85.86.98,1.69,1.98,2.51,3.01.82,1.03,1.42,2.11,1.83,3.24.4,1.13.36,2.34-.14,3.63-.65,1.7-1.89,2.9-3.72,3.59-1.83.69-4.04.55-6.63-.44Z'/%3E%3Cpath class='cls-1' d='M268.5,244.32l11.91-31.31,8.94,3.4c2.3.88,4.24,1.91,5.83,3.11s2.68,2.53,3.3,3.99c.62,1.46.6,3.06-.06,4.79s-1.85,3.01-3.57,3.84c-1.72.83-3.77,1.15-6.16.96,2.78,1.71,4.6,3.54,5.46,5.51.86,1.97.96,3.8.31,5.51-.61,1.61-1.55,2.82-2.82,3.64-1.27.82-2.69,1.31-4.27,1.49-1.58.17-3.17.14-4.75-.1-1.59-.24-3.01-.6-4.27-1.08l-9.84-3.74ZM279.55,229.09l3.41,1.3c2.08.79,3.83,1.09,5.24.88,1.41-.2,2.55-.73,3.42-1.59.87-.86,1.51-1.84,1.93-2.95.46-1.2.48-2.5.07-3.9-.41-1.4-1.45-2.74-3.12-4.03-.88-.34-1.96-.64-3.23-.9-1.27-.27-2.36-.43-3.28-.49l-4.44,11.68ZM278.03,246.05c1.45.55,2.91.83,4.39.83,1.48,0,2.81-.35,4-1.05,1.19-.7,2.07-1.81,2.65-3.32.5-1.32.55-2.69.15-4.09-.41-1.4-1.18-2.69-2.32-3.86-1.14-1.17-2.56-2.08-4.27-2.73l-3.59-1.37-5.13,13.48c.39.29.99.65,1.79,1.06.8.41,1.58.76,2.33,1.05Z'/%3E%3Cpath class='cls-1' d='M311.83,261.5l-2.52-4.91c-1.53.61-2.96,1.01-4.28,1.21-1.32.2-2.63.06-3.92-.44s-2.3-1.36-3.01-2.61c-.72-1.25-.78-2.66-.18-4.24.47-1.23,1.27-2.11,2.41-2.63,1.14-.52,2.43-.8,3.89-.82,1.45-.02,2.91.09,4.36.36,1.45.26,2.73.57,3.82.91l1.69-4.45c1-2.62-.02-4.5-3.05-5.65-.79-.3-1.73-.56-2.82-.77-1.09-.22-2.35-.36-3.76-.43l.02-1.34c.45-.15,1.16-.26,2.13-.33.96-.07,2.04-.05,3.22.06,1.19.11,2.33.37,3.43.79,1.8.68,3.09,1.47,3.87,2.36.78.89,1.22,1.82,1.33,2.78.1.96.04,1.89-.2,2.79-.24.9-.48,1.7-.75,2.4l-3.06,8.04c-.41,1.07-.59,2.01-.56,2.82.04.81.18,1.48.43,2,.25.53.47.93.65,1.22l-3.14.86ZM303.74,255.88c.82.13,1.7.11,2.64-.05.95-.16,1.78-.39,2.5-.67.72-.28,1.12-.54,1.21-.76l1.85-4.87c-2.43-.74-4.5-.95-6.24-.61-1.73.33-2.79.99-3.16,1.97s-.43,1.92-.18,2.83c.25.91.71,1.63,1.37,2.17Z'/%3E%3Cpath class='cls-1' d='M319.49,263.71l5.65-14.85c.42-1.1.61-2.05.57-2.84-.04-.79-.18-1.46-.41-1.99-.23-.54-.43-.95-.61-1.23l3.1-.88,2.57,4.93c1.59-.66,3.01-1.12,4.29-1.37,1.27-.26,2.6-.12,3.99.41.73.28,1.45.77,2.17,1.48.72.71,1.2,1.69,1.45,2.96.24,1.26-.01,2.87-.75,4.83l-5.63,14.8-4.02-1.53,5.45-14.33c.56-1.48.74-2.72.52-3.73-.21-1-1.02-1.77-2.4-2.29s-3.25-.23-5.69.87l-6.21,16.32-4.02-1.53Z'/%3E%3Cpath class='cls-1' d='M356.67,278.56l-5.28-16.3-4.52,11.87-3.97-1.51,12.29-32.3,3.97,1.51-7.61,20.01,14.38-4.93,3.12,1.19-14.32,4.19,6.9,17.46-4.96-1.18Z'/%3E%3Cpath class='cls-1' d='M133.48,269.95c-1.51-.58-2.82-1.29-3.92-2.14-1.1-.85-1.87-1.8-2.3-2.85-.43-1.05-.42-2.16.02-3.32.35-.91.98-1.75,1.9-2.5.92-.75,2.24-1.18,3.98-1.28-.6-.52-.99-1.1-1.18-1.75-.19-.65-.13-1.37.17-2.16s.93-1.46,1.88-2.02c.95-.56,2.06-1.03,3.33-1.41-.84-.93-1.39-2.04-1.65-3.34-.27-1.29-.11-2.7.46-4.21s1.3-2.62,2.23-3.43c.92-.81,1.92-1.36,3.02-1.67,1.09-.31,2.19-.41,3.29-.32,1.1.09,2.11.31,3.02.66.82.31,1.57.74,2.24,1.29.68.55,1.25,1.11,1.72,1.68l4.61.4.17,2.39-3.49.35c.09.61.11,1.24.04,1.88-.06.64-.23,1.33-.51,2.05-.56,1.48-1.31,2.62-2.25,3.42-.94.8-1.96,1.33-3.07,1.59-1.11.26-2.22.34-3.33.22-1.11-.12-2.12-.35-3.04-.7-.22-.08-.44-.18-.65-.28-.22-.1-.43-.21-.64-.32-.32-.01-.74.04-1.25.15-.51.11-.99.3-1.43.57-.44.26-.74.6-.9,1.01-.26.69.06,1.32.99,1.89.92.57,2.3,1.2,4.13,1.89,2.81,1.07,4.95,2.18,6.44,3.34,1.49,1.16,1.92,2.58,1.28,4.25-.56,1.48-1.63,2.73-3.18,3.74-1.56,1.01-3.39,1.63-5.5,1.86-2.11.23-4.31-.1-6.61-.97ZM135.07,268.07c1.89.72,3.68.98,5.36.79,1.68-.19,3.11-.65,4.29-1.37,1.18-.73,1.93-1.51,2.25-2.36-.54-.49-1.23-.99-2.08-1.5-.85-.51-1.74-.96-2.65-1.36-.91-.4-1.73-.74-2.46-1.01-1.01-.38-1.94-.76-2.8-1.12-.86-.36-1.61-.74-2.25-1.13-.59.21-1.25.59-2,1.13-.75.54-1.28,1.23-1.59,2.05-.41,1.07-.33,2.14.22,3.2.55,1.06,1.79,1.95,3.72,2.69ZM141.98,251.59c2.9,1.1,5.1-.31,6.6-4.26.42-1.1.61-2.19.56-3.25-.05-1.06-.29-2.01-.74-2.83-.45-.82-1.06-1.38-1.85-1.68-1.42-.54-2.71-.39-3.88.45-1.17.84-2.1,2.17-2.79,4-.62,1.64-.73,3.2-.31,4.67.41,1.47,1.22,2.44,2.42,2.9Z'/%3E%3Cpath class='cls-1' d='M162.52,269.63c-1.96-.74-3.56-1.82-4.81-3.24-1.25-1.41-2.02-3.08-2.3-4.99-.28-1.91,0-4,.87-6.27,1-2.62,2.33-4.62,4.01-6,1.68-1.38,3.51-2.21,5.49-2.49,1.98-.27,3.9-.06,5.76.65,1.48.56,2.68,1.46,3.6,2.7.92,1.23,1.46,2.76,1.62,4.57.16,1.81-.19,3.85-1.06,6.12l-15.09-5.74c-.94,2.46-1.28,4.54-1.04,6.23.24,1.7.87,3.07,1.9,4.11,1.03,1.04,2.22,1.82,3.58,2.34,1.23.47,2.37.76,3.41.86,1.04.11,2.02.14,2.94.09l-.63,1.66c-1.19.2-2.51.28-3.94.26-1.44-.02-2.88-.31-4.33-.86ZM161.36,253.6l11.07,4.21c.44-1.45.58-2.72.39-3.8-.18-1.08-.54-1.98-1.08-2.71-.54-.73-1.12-1.31-1.77-1.76-.64-.44-1.2-.75-1.67-.93-1.26.1-2.52.58-3.78,1.46s-2.31,2.06-3.16,3.54Z'/%3E%3Cpath class='cls-1' d='M173.15,284.5l9.52-25.02c.42-1.1.61-2.05.57-2.84-.04-.79-.18-1.46-.41-1.99s-.45-.96-.66-1.25l3.14-.86,2.65,5.12c1.59-.66,3.01-1.12,4.29-1.38,1.27-.26,2.6-.12,3.99.41.73.28,1.47.75,2.25,1.42.77.67,1.43,1.59,1.98,2.76.55,1.17.81,2.61.79,4.33-.02,1.72-.49,3.77-1.38,6.13-.44,1.17-1.09,2.33-1.95,3.48-.85,1.16-1.86,2.16-3.02,3.02-1.16.86-2.41,1.44-3.75,1.74-1.34.3-2.72.18-4.14-.36-.91-.35-1.83-.9-2.76-1.64-.92-.75-1.84-1.74-2.73-2.99l-4.35,11.45-4.02-1.53ZM186.61,276.46c1.78.64,3.45.37,5.01-.8,1.56-1.17,2.81-2.97,3.73-5.4,1.03-2.71,1.47-5.11,1.32-7.18-.15-2.08-.73-3.53-1.76-4.35-.95-.25-1.9-.32-2.84-.21-.94.11-1.8.3-2.57.57-.77.27-1.39.55-1.86.83-.47.29-.73.5-.78.62l-4.82,12.68c1.52,1.59,3.04,2.67,4.56,3.25Z'/%3E%3Cpath class='cls-1' d='M200.1,283.27l8.13-21.38,2.74,1.04-.42,4.39c.67-.54,1.51-1.01,2.52-1.42,1-.41,2.09-.7,3.25-.85,1.16-.15,2.27-.12,3.34.11l-.77,3.44c-.82-.31-1.77-.47-2.85-.49-1.08-.01-2.15.08-3.22.29-1.07.21-2.01.48-2.83.82l-5.92,15.56-3.97-1.51Z'/%3E%3Cpath class='cls-1' d='M219.89,291.45c-.73-.28-1.45-.76-2.18-1.45s-1.21-1.67-1.46-2.94c-.24-1.26,0-2.86.74-4.78l5.67-14.9,4.02,1.53-5.76,15.13c-.55,1.45-.72,2.68-.51,3.68.21,1,1.01,1.77,2.4,2.29.73.28,1.61.29,2.64.03,1.04-.26,2.1-.68,3.19-1.28l6.35-16.7,4.02,1.53-5.72,15.04c-.41,1.07-.59,2-.55,2.8.04.79.18,1.46.43,2,.24.54.45.98.62,1.29l-3.13.81-2.52-4.91c-1.59.66-3.01,1.09-4.28,1.29-1.27.2-2.6.04-3.98-.49ZM228.51,264.79c-.66-.25-1.14-.69-1.42-1.32-.28-.63-.3-1.28-.05-1.94s.69-1.13,1.32-1.42c.63-.28,1.28-.3,1.94-.05s1.13.69,1.42,1.32c.28.63.3,1.28.05,1.94s-.69,1.13-1.32,1.42-1.28.3-1.94.05ZM237.83,268.33c-.66-.25-1.14-.69-1.42-1.32-.28-.63-.3-1.28-.05-1.94s.69-1.13,1.32-1.42c.63-.28,1.28-.3,1.94-.05s1.13.69,1.42,1.32c.28.63.3,1.28.05,1.94s-.69,1.14-1.32,1.42-1.28.3-1.94.05Z'/%3E%3Cpath class='cls-1' d='M239.68,298.33l7.48-19.68-3.59-2.23.36-.95,3.93,1.49c.94-2.1,2.11-3.86,3.5-5.3,1.39-1.44,2.93-2.4,4.62-2.9,1.69-.5,3.46-.39,5.32.32.57.22,1.15.5,1.73.85.59.35,1.14.71,1.64,1.09l-1.64,2.89c-.38-.43-.86-.89-1.46-1.37-.59-.48-1.17-.9-1.74-1.26-.57-.36-1.04-.61-1.42-.76-.72.09-1.42.43-2.09,1.02-.68.59-1.31,1.31-1.9,2.15-.59.84-1.11,1.69-1.56,2.55-.45.86-.81,1.59-1.09,2.21l5.72,2.18-.65,1.7-5.72-2.18-7.48,19.68-3.97-1.51Z'/%3E%3Cpath class='cls-1' d='M259.24,306.41c-1.29-.49-2.24-1.28-2.83-2.38s-.55-2.54.13-4.34l5.81-15.28-3.54-2.21.36-.95,3.83,1.46.65-1.7,5.07-1.37-1.74,4.59,5.63,2.14-.65,1.7-5.63-2.14-5.9,15.51c-.34.88-.42,1.65-.25,2.29.17.64.76,1.16,1.77,1.54.44.17.96.28,1.55.34.59.06,1.17.09,1.75.1l-.5,1.32c-.81.05-1.7.05-2.67-.02-.97-.06-1.91-.27-2.82-.61Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    height: 200px;
    width: 200px;
    right: 5%;
    top: 15%;
    z-index: 10 !important;
}

/* Galerie Screen */

.galerie-grid {
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 0.2em 0.2em; 
}

.galerie-s{
    grid-column: span 2;
}

.galerie-icon{
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='20' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.04712 14.19L2.49291 12.4312C2.86343 11.9803 3.55447 11.9716 3.93675 12.4128L8.27609 17.421' stroke='white' stroke-miterlimit='10'/%3E%3Cpath d='M5.51685 14.2366L8.66427 10.6549C9.1034 10.1554 9.8905 10.1671 10.3149 10.6792L12.1224 12.8655' stroke='white' stroke-miterlimit='10'/%3E%3Cpath d='M7.19702 18.8241L12.7812 12.0396C13.2498 11.4712 14.127 11.4741 14.5907 12.0464L16.7775 14.7478' stroke='white' stroke-miterlimit='10'/%3E%3Cpath d='M1.45088 5.03261C3.07605 2.60235 5.8608 1 9.02194 1C14.0357 1 18.1006 5.02969 18.1006 10C18.1006 14.9703 14.0357 19 9.02194 19C5.54811 19 2.53008 17.0663 1.00391 14.224' stroke='white' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M5.26971 8.89729C6.31452 8.89729 7.1615 8.05765 7.1615 7.02189C7.1615 5.98613 6.31452 5.14648 5.26971 5.14648C4.22491 5.14648 3.37793 5.98613 3.37793 7.02189C3.37793 8.05765 4.22491 8.89729 5.26971 8.89729Z' stroke='white' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
    height: 1.125rem;
    width: 1.125rem;
}

.galerie-icon-border{
    background-image: url("data:image/svg+xml,%3Csvg width='478' height='24' viewBox='0 0 478 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='271' y1='16.5' x2='478' y2='16.5' stroke='white'/%3E%3Cline y1='16.5' x2='207' y2='16.5' stroke='white'/%3E%3Cpath d='M228.053 17.1269L229.82 14.9765C230.273 14.4253 231.118 14.4146 231.586 14.954L236.891 21.0773' stroke='white' stroke-miterlimit='10'/%3E%3Cpath d='M233.518 17.1838L237.366 12.8046C237.903 12.1939 238.865 12.2081 239.384 12.8343L241.594 15.5074' stroke='white' stroke-miterlimit='10'/%3E%3Cpath d='M235.572 22.793L242.4 14.4979C242.972 13.8029 244.045 13.8064 244.612 14.5062L247.286 17.8091' stroke='white' stroke-miterlimit='10'/%3E%3Cpath d='M228.546 5.9305C230.534 2.95913 233.938 1 237.803 1C243.933 1 248.903 5.92694 248.903 12.0039C248.903 18.0809 243.933 23.0078 237.803 23.0078C233.556 23.0078 229.866 20.6436 228 17.1685' stroke='white' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M233.216 10.6558C234.493 10.6558 235.529 9.62918 235.529 8.3628C235.529 7.09643 234.493 6.06982 233.216 6.06982C231.938 6.06982 230.903 7.09643 230.903 8.3628C230.903 9.62918 231.938 10.6558 233.216 10.6558Z' stroke='white' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
    height: 2.125rem;
    width: 100%;
}

#galerieSlider{
    margin-bottom: 0.2em;
}

/* Lage */

.lage-slider.active{
    border-bottom: 1px solid var(--color-gold);
}

#lageSlider .lage-accordion-header{
    border-bottom: 1px solid #E4DDD4 !important;
}

#lageSlider .accordion-button:not(.collapsed){
    color: var(--color-black);
}

.circle-event{
    z-index: 1;
    position: relative;
    fill: transparent !important;
    transition: all 0.3s;
}

.circle-event:hover{
    fill: #918060 !important;
}

.circle-info{
    display: none
}

g .circle-event:hover + .circle-info{
    display: block;
    z-index: 999;
}

.lage-container {
    padding-left: calc((100% - 1440px) / 2) !important;
}

/* Hüttikon Screen */

.huettikon-image{
    padding-left: 0.1em;
}

/* Downloads Screen */

.downloads-border{
    border-bottom: 1px solid #E4DDD4 !important;
}

.download-icon{
    height: 30px;
    width: 30px;
}

.downloads-border{
    display:inline-block;
    background-size: 200% 200%;
    transition: background-position 1s;
    background-image: linear-gradient(to right, #E4DDD4 50%, #F4F1ED 0);
    background-position: right;
}

.downloads-border:hover {
    background-position: left;
}

/* Kontakt Screen */

.kontakt-border{
    border-bottom: 1px solid #E4DDD4 !important;
}

.fui-submit{
    font-family: 'Belleza' !important;
    color: var(--color-black) !important;
    font-size: 1 !important;
    line-height: 1.2 !important;
    text-transform: uppercase;
    letter-spacing: 2px !important;
    border-radius: 0px !important;
    border: 1px solid var(--color-olive) !important;
    background-color: transparent !important;
    padding: 1rem 1.5rem !important;
}

.fui-label{
    font-family: 'Belleza' !important;
    color: var(--color-gold) !important;
    font-size: 1.25rem !important;
    line-height: 1.2 !important;
    text-transform: uppercase;
    letter-spacing: 2px !important;
}

.fui-checkbox input:checked+label:before, .fui-radio input:checked+label:before{
    background-color: var(--color-gold) !important;
}

.fui-checkbox-label{
    font-family: 'Belleza' !important;
    color: var(--color-black) !important;
    font-size: 1.25rem !important;
    line-height: 1.2 !important;
    padding-top: 0.5rem !important;
    padding-left: 2.5rem !important;
}

.fui-checkbox label:before{
    height: 30px !important;
    width: 30px !important;
    border: 1px solid var(--color-black) !important;
}

.fui-input{
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-radius: 0px !important;
    border-bottom: 1px solid var(--color-gold) !important;
    padding: 10px 0px !important;
    box-shadow: none !important;
    font-family: 'Belleza' !important;
    color: var(--color-black) !important;
    letter-spacing: 2px !important;
    margin-bottom: 1rem !important;
}

.fui-input::placeholder{
    font-family: 'Belleza' !important;
    color: var(--color-black) !important;
    font-size: 1.25rem !important;
    line-height: 1.2 !important;
}

.fui-layout-horizontal .fui-layout-wrap{
    flex-wrap: wrap !important;
}

.fui-checkbox {
    width: 50% !important;
    margin-right: 0px !important;
    margin-bottom: 1rem !important;
}

.logo-partner{
    max-width: 270px;
}

/* Header */

header .logo-small{
    display: none;
}

header.open-header .logo-small{
    display: block;
}

header.open-header .logo-top{
    display: none !important;
}

.hamburger-menu .hamburger-menu-top, .hamburger-menu .hamburger-menu-bottom{
    transition: all 0.3s;
}

.hamburger-menu:hover .hamburger-menu-top{
    transform: translate(0px, -3px) !important;
    transition: 0.3s;
}

.hamburger-menu:hover .hamburger-menu-bottom{
    transform: translate(0px, 3px) !important;
    transition: 0.3s;
}

.navigation-close{
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='40' viewBox='0 0 36 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='0.5' x2='36' y2='0.5' stroke='%233B4140'/%3E%3Cline x1='6.35355' y1='7.64645' x2='30.3536' y2='31.6464' stroke='%233B4140'/%3E%3Cline x1='30.3536' y1='8.35355' x2='6.35355' y2='32.3536' stroke='%233B4140'/%3E%3Cline y1='39.5' x2='36' y2='39.5' stroke='%233B4140'/%3E%3C/svg%3E%0A");
    height: 39px;
    width: 36px;
}

/* Nav Container Animation*/

.header-nav-animation {
    position: relative;
    display: inline-block;
}
  
.header-nav-animation::before,
.header-nav-animation::after {
   content: '';
    position: absolute;
    width: 100%;
    left: 0;
}
.header-nav-animation::before {
    height: 2px;
    bottom: 0;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
}
.header-nav-animation::after {
    content: 'MENÜ';
    height: 100%;
    top: 0;
    transform-origin: 100% 50%;
    transform: translate3d(0, 200%, 0);
    transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
    padding-left: 1.5rem;
}
  
.menu-container:hover .header-nav-animation::before {
    transform-origin: 5% 50%;
    transform: scaleX(1);
}

.menu-container:hover .header-nav-animation::after {
    transform: translate3d(0, 0, 0);
}
  
.header-nav-animation span {
    display: inline-block;
    transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
}
  
.menu-container:hover .header-nav-animation span {
    transform: translate3d(0, -200%, 0);
}

/* Close Container Animation*/

.close-nav-animation {
    position: relative;
    display: inline-block;
}
  
.close-nav-animation::before,
.close-nav-animation::after {
   content: '';
    position: absolute;
    width: 100%;
    left: 0;
}
.close-nav-animation::before {
    height: 2px;
    bottom: 0;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
}
.close-nav-animation::after {
    content: 'SCHLIESSEN';
    height: 100%;
    top: 0;
    transform-origin: 100% 50%;
    transform: translate3d(0, 200%, 0);
    transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
    padding-left: 1.5rem;
}
  
.close-container:hover .close-nav-animation::before {
    transform-origin: 5% 50%;
    transform: scaleX(1);
}

.close-container:hover .close-nav-animation::after {
    transform: translate3d(0, 0, 0);
}
  
.close-nav-animation span {
    display: inline-block;
    transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
}
  
.close-container:hover .close-nav-animation span {
    transform: translate3d(0, -200%, 0);
}

/**/

.menu-arrow{
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='8' viewBox='0 0 24 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.3536 4.35356C23.5488 4.15829 23.5488 3.84171 23.3536 3.64645L20.1716 0.464468C19.9763 0.269206 19.6597 0.269206 19.4645 0.464468C19.2692 0.65973 19.2692 0.976312 19.4645 1.17157L22.2929 4L19.4645 6.82843C19.2692 7.02369 19.2692 7.34027 19.4645 7.53554C19.6597 7.7308 19.9763 7.7308 20.1716 7.53554L23.3536 4.35356ZM-4.37114e-08 4.5L23 4.5L23 3.5L4.37114e-08 3.5L-4.37114e-08 4.5Z' fill='%23918160'/%3E%3C/svg%3E%0A");
    height: 10px;
}

.nav-tab-menu, .menu-arrow{
    transition: all 0.3s;
}

.nav-tab-menu:hover .menu-arrow{
    padding-right: 2rem;
    margin-right: 1rem;
    transition: all 0.3s;
}

.nav-tab-menu:hover p{
    color: var(--color-gold) !important;
}

/* Partner */

.partner-grid {
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 0em 2em; 
}

.partner-image{
    max-height: 55px;
}

/* Thank you */

.thank-you-container{
    background: linear-gradient(180deg,rgba(145, 129, 96, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.thank-you-button{
    transition: all 0.3s;
}

.thank-you-button:hover{
    background-color: white;
    color: black !important;
}

/* Footer */

.footer-logo{
    background-image: url("data:image/svg+xml,%3Csvg width='265' height='176' viewBox='0 0 265 176' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 125.398H2.533V145.127H15.0774V147.399H0.0603095V125.338L0 125.398Z' fill='white'/%3E%3Cpath d='M43.5436 147.4H40.8296L38.2363 141.6H26.1141L23.4605 147.4H20.8672L30.9992 125.219H33.3513L43.4833 147.4H43.5436ZM32.2054 128.148L27.1394 139.388H37.2714L32.2054 128.148ZM27.9837 123.425V120.436H30.8183V123.425H27.9837ZM33.5925 123.425V120.436H36.427V123.425H33.5925Z' fill='white'/%3E%3Cpath d='M66.5214 146.802C65.0136 147.46 63.325 147.818 61.3951 147.818C59.4652 147.818 58.078 147.52 56.6909 146.922C55.3038 146.324 54.0976 145.547 53.1327 144.47C52.1677 143.394 51.3837 142.258 50.9012 140.823C50.3584 139.448 50.1172 137.954 50.1172 136.399C50.1172 134.845 50.3584 133.41 50.9012 132.035C51.444 130.66 52.1677 129.404 53.193 128.388C54.1579 127.311 55.3641 126.474 56.6909 125.877C58.078 125.279 59.5858 124.92 61.2744 124.92C62.9631 124.92 63.0837 124.98 63.8075 125.099C64.5915 125.219 65.3152 125.398 65.9786 125.637C66.642 125.877 67.2451 126.175 67.8482 126.594C68.4513 126.953 68.9941 127.371 69.5369 127.85L67.9085 129.763C67.4863 129.404 67.0642 129.045 66.5817 128.746C66.0992 128.447 65.6167 128.208 65.0739 127.969C64.5312 127.73 63.9281 127.551 63.325 127.431C62.7219 127.311 61.9379 127.252 61.1538 127.252C59.9476 127.252 58.8018 127.491 57.7765 127.969C56.7512 128.447 55.8466 129.105 55.1229 129.942C54.3992 130.779 53.7961 131.736 53.3739 132.812C52.9517 133.888 52.7105 135.084 52.7105 136.339C52.7105 137.595 52.8914 138.91 53.3136 139.986C53.7358 141.122 54.3389 142.079 55.0626 142.916C55.7863 143.753 56.7512 144.351 57.8368 144.829C58.9224 145.307 60.1286 145.547 61.5157 145.547C62.9028 145.547 63.9884 145.307 65.1343 144.889C66.2801 144.47 67.1848 143.932 67.9688 143.334V137.834H61.2141V135.622H70.3812V144.411C69.3559 145.307 68.0894 146.144 66.5817 146.802H66.5214Z' fill='white'/%3E%3Cpath d='M95.2286 127.67H81.659V135.204H93.7812V137.475H81.659V145.188H95.4095V147.46H79.1863V125.398H95.2286V127.67Z' fill='white'/%3E%3Cpath d='M118.93 147.399L112.477 138.85H106.145V147.399H103.612V125.338H113.201C114.407 125.338 115.553 125.517 116.518 125.816C117.483 126.115 118.327 126.593 119.051 127.132C119.775 127.67 120.318 128.387 120.679 129.224C121.041 130.061 121.222 130.958 121.222 131.914C121.222 132.871 121.102 133.648 120.8 134.366C120.498 135.083 120.076 135.741 119.534 136.279C118.991 136.817 118.327 137.236 117.604 137.594C116.88 137.953 116.036 138.192 115.191 138.372L122.006 147.399H118.93ZM117.181 128.806C116.156 128.028 114.769 127.67 112.96 127.67H106.085V136.638H112.96C113.804 136.638 114.528 136.518 115.252 136.339C115.975 136.1 116.578 135.801 117.061 135.442C117.543 135.023 117.965 134.545 118.267 134.007C118.569 133.469 118.689 132.811 118.689 132.094C118.689 130.719 118.207 129.643 117.181 128.865V128.806Z' fill='white'/%3E%3Cpath d='M146.13 125.398H148.602V147.46H146.612L132.259 129.404V147.46H129.786V125.398H132.138L146.13 143.036V125.398Z' fill='white'/%3E%3Cpath d='M170.435 125.756C171.339 125.996 172.063 126.414 172.727 126.833C173.39 127.251 173.872 127.909 174.174 128.566C174.536 129.224 174.656 130.001 174.656 130.838C174.656 131.675 174.536 132.213 174.355 132.752C174.174 133.29 173.872 133.768 173.571 134.186C173.209 134.605 172.847 134.964 172.425 135.263C172.003 135.562 171.581 135.801 171.158 135.98C171.822 136.159 172.425 136.399 173.028 136.697C173.631 136.996 174.114 137.355 174.536 137.774C174.958 138.192 175.32 138.67 175.561 139.268C175.802 139.866 175.923 140.524 175.923 141.301C175.923 142.078 175.742 143.095 175.38 143.872C175.018 144.649 174.475 145.247 173.752 145.785C173.028 146.323 172.184 146.682 171.219 146.981C170.254 147.28 169.108 147.399 167.902 147.399H158.011V125.338H167.48C168.565 125.338 169.59 125.457 170.435 125.756ZM170.797 134.186C171.762 133.529 172.244 132.512 172.244 131.197C172.244 129.882 171.822 129.164 170.978 128.566C170.133 127.909 168.927 127.61 167.359 127.61H160.604V135.203H167.178C168.686 135.203 169.892 134.844 170.857 134.186H170.797ZM172.003 144.171C172.968 143.453 173.45 142.497 173.45 141.241C173.45 139.986 172.968 139.089 171.942 138.431C170.978 137.774 169.47 137.415 167.54 137.415H160.544V145.247H167.962C169.651 145.247 170.978 144.888 171.942 144.231L172.003 144.171Z' fill='white'/%3E%3Cpath d='M184.125 125.398H186.658V145.127H199.202V147.399H184.185V125.338L184.125 125.398Z' fill='white'/%3E%3Cpath d='M209.696 125.398V147.46H207.163V125.398H209.696Z' fill='white'/%3E%3Cpath d='M236.655 145.487C236.052 145.965 235.328 146.383 234.664 146.682C233.941 147.041 233.157 147.28 232.373 147.46C231.528 147.639 230.624 147.758 229.598 147.758C227.97 147.758 226.523 147.46 225.136 146.862C223.809 146.264 222.603 145.487 221.638 144.47C220.612 143.454 219.889 142.258 219.285 140.883C218.743 139.508 218.441 138.013 218.441 136.399C218.441 134.785 218.743 133.35 219.285 131.975C219.828 130.599 220.612 129.404 221.638 128.328C222.603 127.311 223.809 126.474 225.196 125.876C226.583 125.278 228.091 124.979 229.719 124.979C231.347 124.979 231.649 125.039 232.493 125.219C233.338 125.398 234.061 125.637 234.785 125.936C235.509 126.235 236.112 126.594 236.715 127.012C237.318 127.431 237.861 127.909 238.404 128.447L236.715 130.301C235.75 129.404 234.725 128.686 233.639 128.148C232.554 127.61 231.227 127.311 229.719 127.311C228.211 127.311 227.367 127.55 226.281 128.029C225.256 128.507 224.351 129.105 223.567 129.942C222.783 130.779 222.18 131.735 221.758 132.812C221.336 133.888 221.095 135.084 221.095 136.399C221.095 137.714 221.336 138.85 221.758 139.986C222.18 141.122 222.783 142.079 223.567 142.856C224.351 143.693 225.256 144.291 226.281 144.769C227.307 145.247 228.453 145.487 229.719 145.487C230.986 145.487 232.554 145.188 233.639 144.65C234.725 144.111 235.81 143.334 236.896 142.318L238.524 143.932C237.981 144.53 237.378 145.068 236.715 145.546L236.655 145.487Z' fill='white'/%3E%3Cpath d='M264.939 147.399H261.803L253.239 136.697L248.535 141.48V147.399H246.002V125.338H248.535V138.491L261.321 125.338H264.578L255.049 134.964L265 147.399H264.939Z' fill='white'/%3E%3Cpath d='M63.536 175.858V170.238H57.6859V175.858H56.3591V163.602H57.6859V169.102H63.536V163.602H64.8628V175.858H63.536Z' fill='white'/%3E%3Cpath d='M82.9556 175.918C80.4829 175.918 78.6736 174.244 78.6736 171.793V163.602H80.0004V171.733C80.0004 173.587 81.2066 174.782 82.9556 174.782C84.7045 174.782 85.971 173.587 85.971 171.733V163.602H87.2978V171.793C87.2978 174.244 85.4886 175.918 82.9556 175.918ZM80.5432 162.287V160.732H81.8097V162.287H80.5432ZM84.2221 162.287V160.732H85.4886V162.287H84.2221Z' fill='white'/%3E%3Cpath d='M104.728 164.738V175.798H103.401V164.738H99.8425V163.542H108.286V164.738H104.728Z' fill='white'/%3E%3Cpath d='M124.69 164.738V175.798H123.363V164.738H119.805V163.542H128.248V164.738H124.69Z' fill='white'/%3E%3Cpath d='M140.973 175.858V163.602H142.3V175.858H140.973Z' fill='white'/%3E%3Cpath d='M163.951 175.858L160.212 169.341L157.619 172.45V175.858H156.292V163.602H157.619V170.656L163.409 163.602H165.037L161.177 168.325L165.64 175.858H163.951Z' fill='white'/%3E%3Cpath d='M184.818 174.662C183.974 175.499 182.889 175.917 181.682 175.917C180.476 175.917 179.33 175.499 178.546 174.662C177.4 173.526 177.4 172.33 177.4 169.699C177.4 167.069 177.4 165.873 178.546 164.737C179.391 163.9 180.476 163.481 181.682 163.481C182.889 163.481 184.034 163.9 184.818 164.737C185.964 165.873 185.964 167.069 185.964 169.699C185.964 172.33 185.964 173.526 184.818 174.662ZM183.793 165.514C183.25 164.976 182.466 164.617 181.682 164.617C180.898 164.617 180.114 164.916 179.572 165.514C178.788 166.291 178.727 167.128 178.727 169.699C178.727 172.27 178.788 173.107 179.572 173.884C180.114 174.423 180.898 174.781 181.682 174.781C182.466 174.781 183.25 174.482 183.793 173.884C184.577 173.107 184.638 172.27 184.638 169.699C184.638 167.128 184.577 166.291 183.793 165.514Z' fill='white'/%3E%3Cpath d='M207.374 175.858L200.8 166.053V175.858H199.474V163.602H200.74L207.314 173.407V163.602H208.641V175.858H207.374Z' fill='white'/%3E%3Cpath d='M80.1697 82.1557L89.0653 71.3342C91.345 68.5601 95.5969 68.5063 97.9489 71.2206L124.648 102.035' stroke='white' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M107.671 82.4421L127.036 60.4045C129.738 57.3314 134.581 57.4032 137.192 60.5539L148.313 74.0061' stroke='white' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M118.008 110.666L152.366 68.9228C155.249 65.4252 160.647 65.4432 163.499 68.9646L176.954 85.5855' stroke='white' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M82.6544 25.8117C92.6537 10.8589 109.788 1 129.237 1C160.086 1 185.096 25.7938 185.096 56.375C185.096 86.9562 160.086 111.75 129.237 111.75C107.864 111.75 89.2945 99.8523 79.9043 82.3645' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M106.151 49.5877C112.579 49.5877 117.791 44.4215 117.791 38.0487C117.791 31.6759 112.579 26.5098 106.151 26.5098C99.7225 26.5098 94.5112 31.6759 94.5112 38.0487C94.5112 44.4215 99.7225 49.5877 106.151 49.5877Z' stroke='white' stroke-width='2' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
    width: 16.5rem;
    height: 10.875rem;
}

.footer-content p, .footer-content{
    font-size: 1.25rem !important;
    line-height: 1.2 !important;
    letter-spacing: 2px !important;
}

.footer-content a{
    color: var(--color-white) !important;
}

.seiten-container{
    border-top: 1px solid #686E6D;
}

@media only screen and (max-width: 1500px) and (min-width: 1400px)  {

}

@media (max-width: 1600px) {

}

@media (max-width: 1440px) {

    .partner-grid {
        display: grid; 
        grid-template-columns: 1fr; 
        gap: 2em 0em; 
    }

}

@media (max-width: 1200px) {
    .lage-container {
        padding-left: 1.5rem !important;
    }
}

@media (max-width: 992px) {
    .galerie-grid {
        display: grid; 
        grid-template-columns: 1fr; 
        gap: 0.2em 0.2em; 
    }

    .galerie-s-mobile{
        grid-column: span 2;
    }
    
}

@media (max-width: 768px) {

    header.open-header .header-logos {
        right: 0 !important;
        transform: translate(0%, 75%) !important;
        left: auto !important;
    }

    .video-homepage{
        object-fit: contain !important;
        height: auto !important;
    }

    .homepage-banner{
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 447.99 447.99'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; %7D .cls-2 %7B fill: %23918160; %7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Ccircle class='cls-2' cx='224' cy='224' r='223.94'/%3E%3Cg%3E%3Cpath class='cls-1' d='M97.2,179.87l-7.57-21.23-5.86,15.42-4.82-1.83,11.91-31.31,4.82,1.83-5.86,15.42,20.48-9.86,3.12,1.19-20.34,8.94,10.42,23.13-6.29-1.69Z'/%3E%3Cpath class='cls-1' d='M120.61,188.78l-2.52-4.91c-1.53.61-2.96,1.01-4.28,1.21-1.32.2-2.63.06-3.92-.44s-2.3-1.36-3.01-2.61c-.72-1.25-.78-2.66-.18-4.24.47-1.23,1.27-2.11,2.41-2.63,1.14-.52,2.43-.8,3.89-.82,1.45-.02,2.91.09,4.36.36,1.45.26,2.73.57,3.82.91l1.69-4.45c1-2.62-.02-4.5-3.05-5.65-.79-.3-1.73-.56-2.82-.77-1.09-.22-2.35-.36-3.76-.43l.02-1.34c.45-.15,1.16-.26,2.13-.33.96-.07,2.04-.05,3.22.06,1.19.11,2.33.37,3.43.79,1.8.68,3.09,1.47,3.87,2.36.78.89,1.22,1.82,1.33,2.78.1.96.04,1.89-.2,2.79-.24.9-.48,1.7-.75,2.4l-3.06,8.04c-.41,1.07-.59,2.01-.56,2.82.04.81.18,1.48.43,2,.25.53.47.93.65,1.22l-3.14.86ZM112.52,183.15c.82.13,1.7.11,2.64-.05.95-.16,1.78-.39,2.5-.67.72-.28,1.12-.54,1.21-.76l1.85-4.87c-2.42-.74-4.5-.95-6.24-.61-1.73.33-2.79.99-3.16,1.97s-.43,1.92-.18,2.83.71,1.63,1.37,2.17Z'/%3E%3Cpath class='cls-1' d='M132.26,193.16c-.73-.28-1.45-.76-2.18-1.45-.73-.69-1.21-1.67-1.45-2.94-.24-1.26,0-2.86.74-4.78l5.67-14.9,4.02,1.53-5.76,15.14c-.55,1.45-.72,2.68-.51,3.68s1.01,1.77,2.4,2.29c.73.28,1.61.29,2.64.03,1.04-.26,2.1-.68,3.19-1.28l6.35-16.7,4.02,1.53-5.72,15.04c-.41,1.07-.59,2-.55,2.8.04.79.18,1.46.43,2,.24.54.45.97.62,1.29l-3.12.81-2.52-4.91c-1.59.66-3.01,1.09-4.28,1.29-1.27.2-2.6.04-3.98-.49Z'/%3E%3Cpath class='cls-1' d='M152.06,200.04l7.48-19.68-3.59-2.23.36-.95,3.93,1.49c.94-2.1,2.11-3.86,3.5-5.3,1.39-1.44,2.93-2.4,4.62-2.9,1.69-.5,3.46-.39,5.32.32.57.22,1.14.5,1.73.85.59.35,1.14.71,1.64,1.09l-1.64,2.89c-.38-.43-.86-.89-1.46-1.37-.59-.48-1.17-.9-1.74-1.26-.57-.36-1.04-.61-1.42-.76-.72.09-1.42.43-2.09,1.02-.68.59-1.31,1.31-1.9,2.15-.59.84-1.11,1.69-1.56,2.55-.45.86-.81,1.59-1.09,2.21l5.72,2.18-.65,1.7-5.72-2.18-7.48,19.68-3.97-1.51Z'/%3E%3Cpath class='cls-1' d='M162.67,215.55l9.52-25.02c.42-1.1.61-2.05.57-2.84-.04-.79-.18-1.46-.41-1.99-.23-.54-.45-.96-.66-1.25l3.14-.86,2.65,5.12c1.59-.66,3.01-1.12,4.29-1.37,1.27-.26,2.6-.12,3.99.41.73.28,1.47.75,2.25,1.42.77.67,1.43,1.59,1.98,2.76.55,1.17.81,2.61.79,4.33-.02,1.72-.49,3.77-1.39,6.13-.44,1.17-1.09,2.33-1.95,3.48-.85,1.16-1.86,2.16-3.02,3.02-1.16.86-2.41,1.44-3.75,1.74-1.34.3-2.72.18-4.14-.36-.91-.35-1.83-.9-2.76-1.64-.93-.75-1.84-1.74-2.73-2.99l-4.35,11.45-4.02-1.53ZM176.12,207.51c1.78.64,3.45.37,5.01-.8,1.56-1.17,2.81-2.97,3.73-5.4,1.03-2.71,1.47-5.11,1.32-7.18-.15-2.08-.73-3.53-1.76-4.35-.95-.25-1.9-.32-2.84-.21-.94.11-1.8.3-2.57.57-.77.27-1.39.55-1.86.84-.47.29-.73.5-.78.62l-4.82,12.68c1.52,1.59,3.04,2.67,4.56,3.25Z'/%3E%3Cpath class='cls-1' d='M189.61,214.32l8.13-21.38,2.74,1.04-.42,4.39c.67-.54,1.51-1.01,2.52-1.42,1-.41,2.09-.7,3.25-.85,1.16-.15,2.27-.12,3.34.11l-.77,3.44c-.82-.31-1.77-.47-2.85-.49-1.08-.01-2.15.08-3.22.29-1.07.21-2.01.48-2.83.82l-5.92,15.56-3.97-1.51Z'/%3E%3Cpath class='cls-1' d='M212.9,223.83c-1.96-.74-3.56-1.82-4.81-3.24-1.25-1.41-2.02-3.08-2.3-4.99-.28-1.91,0-4,.87-6.27,1-2.62,2.33-4.62,4.01-6,1.68-1.38,3.51-2.21,5.49-2.49,1.98-.27,3.9-.06,5.76.65,1.48.56,2.68,1.46,3.6,2.7.92,1.23,1.46,2.76,1.62,4.57.16,1.81-.19,3.85-1.06,6.12l-15.09-5.74c-.94,2.46-1.28,4.54-1.04,6.23.24,1.7.87,3.07,1.9,4.11,1.03,1.04,2.22,1.82,3.58,2.34,1.23.47,2.37.76,3.41.86,1.04.11,2.02.14,2.94.09l-.63,1.66c-1.19.2-2.51.28-3.94.26-1.43-.02-2.88-.31-4.33-.86ZM211.75,207.79l11.07,4.21c.44-1.45.58-2.72.39-3.8-.18-1.08-.54-1.98-1.08-2.71-.54-.73-1.12-1.31-1.77-1.76-.64-.44-1.2-.75-1.67-.93-1.26.1-2.52.58-3.78,1.46-1.25.88-2.31,2.06-3.16,3.54Z'/%3E%3Cpath class='cls-1' d='M239.03,203.82c-.69-.26-1.17-.73-1.44-1.41-.27-.68-.28-1.33-.04-1.96.26-.69.71-1.19,1.35-1.49s1.3-.32,2-.05,1.15.71,1.46,1.37c.31.66.33,1.34.07,2.03-.24.63-.7,1.11-1.38,1.42-.68.32-1.35.35-2.01.1ZM227.36,228.67l8.13-21.38,3.93,1.49-8.13,21.38-3.93-1.49Z'/%3E%3Cpath class='cls-1' d='M242.56,235.1c-1.39-.53-2.61-1.23-3.67-2.1-1.06-.87-1.83-1.58-2.31-2.12l.68-1.8c.31.33.75.75,1.33,1.26.58.51,1.24,1.01,1.97,1.51s1.46.88,2.19,1.16c1.67.64,3.01.71,4.03.23,1.01-.48,1.67-1.12,1.97-1.9.36-.95.32-1.88-.12-2.81-.44-.93-1.07-1.86-1.89-2.8-.82-.94-1.62-1.93-2.42-2.95-.8-1.03-1.38-2.1-1.75-3.24-.36-1.13-.3-2.34.19-3.64.32-.85.86-1.63,1.62-2.33.76-.7,1.73-1.17,2.92-1.41,1.19-.23,2.6-.04,4.24.59s2.99,1.31,3.97,2.02c.97.71,1.69,1.28,2.14,1.71l-1.66,2.94c-1-1.17-1.99-2.17-2.98-2.98s-1.86-1.43-2.6-1.85c-.85-.32-1.65-.27-2.39.17-.75.44-1.25,1.01-1.51,1.7-.35.91-.28,1.83.2,2.75.48.92,1.15,1.87,2,2.85.86.98,1.69,1.98,2.51,3.01.82,1.03,1.42,2.11,1.83,3.24.4,1.13.36,2.34-.14,3.63-.65,1.7-1.89,2.9-3.72,3.59-1.83.69-4.04.55-6.63-.44Z'/%3E%3Cpath class='cls-1' d='M268.5,244.32l11.91-31.31,8.94,3.4c2.3.88,4.24,1.91,5.83,3.11s2.68,2.53,3.3,3.99c.62,1.46.6,3.06-.06,4.79s-1.85,3.01-3.57,3.84c-1.72.83-3.77,1.15-6.16.96,2.78,1.71,4.6,3.54,5.46,5.51.86,1.97.96,3.8.31,5.51-.61,1.61-1.55,2.82-2.82,3.64-1.27.82-2.69,1.31-4.27,1.49-1.58.17-3.17.14-4.75-.1-1.59-.24-3.01-.6-4.27-1.08l-9.84-3.74ZM279.55,229.09l3.41,1.3c2.08.79,3.83,1.09,5.24.88,1.41-.2,2.55-.73,3.42-1.59.87-.86,1.51-1.84,1.93-2.95.46-1.2.48-2.5.07-3.9-.41-1.4-1.45-2.74-3.12-4.03-.88-.34-1.96-.64-3.23-.9-1.27-.27-2.36-.43-3.28-.49l-4.44,11.68ZM278.03,246.05c1.45.55,2.91.83,4.39.83,1.48,0,2.81-.35,4-1.05,1.19-.7,2.07-1.81,2.65-3.32.5-1.32.55-2.69.15-4.09-.41-1.4-1.18-2.69-2.32-3.86-1.14-1.17-2.56-2.08-4.27-2.73l-3.59-1.37-5.13,13.48c.39.29.99.65,1.79,1.06.8.41,1.58.76,2.33,1.05Z'/%3E%3Cpath class='cls-1' d='M311.83,261.5l-2.52-4.91c-1.53.61-2.96,1.01-4.28,1.21-1.32.2-2.63.06-3.92-.44s-2.3-1.36-3.01-2.61c-.72-1.25-.78-2.66-.18-4.24.47-1.23,1.27-2.11,2.41-2.63,1.14-.52,2.43-.8,3.89-.82,1.45-.02,2.91.09,4.36.36,1.45.26,2.73.57,3.82.91l1.69-4.45c1-2.62-.02-4.5-3.05-5.65-.79-.3-1.73-.56-2.82-.77-1.09-.22-2.35-.36-3.76-.43l.02-1.34c.45-.15,1.16-.26,2.13-.33.96-.07,2.04-.05,3.22.06,1.19.11,2.33.37,3.43.79,1.8.68,3.09,1.47,3.87,2.36.78.89,1.22,1.82,1.33,2.78.1.96.04,1.89-.2,2.79-.24.9-.48,1.7-.75,2.4l-3.06,8.04c-.41,1.07-.59,2.01-.56,2.82.04.81.18,1.48.43,2,.25.53.47.93.65,1.22l-3.14.86ZM303.74,255.88c.82.13,1.7.11,2.64-.05.95-.16,1.78-.39,2.5-.67.72-.28,1.12-.54,1.21-.76l1.85-4.87c-2.43-.74-4.5-.95-6.24-.61-1.73.33-2.79.99-3.16,1.97s-.43,1.92-.18,2.83c.25.91.71,1.63,1.37,2.17Z'/%3E%3Cpath class='cls-1' d='M319.49,263.71l5.65-14.85c.42-1.1.61-2.05.57-2.84-.04-.79-.18-1.46-.41-1.99-.23-.54-.43-.95-.61-1.23l3.1-.88,2.57,4.93c1.59-.66,3.01-1.12,4.29-1.37,1.27-.26,2.6-.12,3.99.41.73.28,1.45.77,2.17,1.48.72.71,1.2,1.69,1.45,2.96.24,1.26-.01,2.87-.75,4.83l-5.63,14.8-4.02-1.53,5.45-14.33c.56-1.48.74-2.72.52-3.73-.21-1-1.02-1.77-2.4-2.29s-3.25-.23-5.69.87l-6.21,16.32-4.02-1.53Z'/%3E%3Cpath class='cls-1' d='M356.67,278.56l-5.28-16.3-4.52,11.87-3.97-1.51,12.29-32.3,3.97,1.51-7.61,20.01,14.38-4.93,3.12,1.19-14.32,4.19,6.9,17.46-4.96-1.18Z'/%3E%3Cpath class='cls-1' d='M133.48,269.95c-1.51-.58-2.82-1.29-3.92-2.14-1.1-.85-1.87-1.8-2.3-2.85-.43-1.05-.42-2.16.02-3.32.35-.91.98-1.75,1.9-2.5.92-.75,2.24-1.18,3.98-1.28-.6-.52-.99-1.1-1.18-1.75-.19-.65-.13-1.37.17-2.16s.93-1.46,1.88-2.02c.95-.56,2.06-1.03,3.33-1.41-.84-.93-1.39-2.04-1.65-3.34-.27-1.29-.11-2.7.46-4.21s1.3-2.62,2.23-3.43c.92-.81,1.92-1.36,3.02-1.67,1.09-.31,2.19-.41,3.29-.32,1.1.09,2.11.31,3.02.66.82.31,1.57.74,2.24,1.29.68.55,1.25,1.11,1.72,1.68l4.61.4.17,2.39-3.49.35c.09.61.11,1.24.04,1.88-.06.64-.23,1.33-.51,2.05-.56,1.48-1.31,2.62-2.25,3.42-.94.8-1.96,1.33-3.07,1.59-1.11.26-2.22.34-3.33.22-1.11-.12-2.12-.35-3.04-.7-.22-.08-.44-.18-.65-.28-.22-.1-.43-.21-.64-.32-.32-.01-.74.04-1.25.15-.51.11-.99.3-1.43.57-.44.26-.74.6-.9,1.01-.26.69.06,1.32.99,1.89.92.57,2.3,1.2,4.13,1.89,2.81,1.07,4.95,2.18,6.44,3.34,1.49,1.16,1.92,2.58,1.28,4.25-.56,1.48-1.63,2.73-3.18,3.74-1.56,1.01-3.39,1.63-5.5,1.86-2.11.23-4.31-.1-6.61-.97ZM135.07,268.07c1.89.72,3.68.98,5.36.79,1.68-.19,3.11-.65,4.29-1.37,1.18-.73,1.93-1.51,2.25-2.36-.54-.49-1.23-.99-2.08-1.5-.85-.51-1.74-.96-2.65-1.36-.91-.4-1.73-.74-2.46-1.01-1.01-.38-1.94-.76-2.8-1.12-.86-.36-1.61-.74-2.25-1.13-.59.21-1.25.59-2,1.13-.75.54-1.28,1.23-1.59,2.05-.41,1.07-.33,2.14.22,3.2.55,1.06,1.79,1.95,3.72,2.69ZM141.98,251.59c2.9,1.1,5.1-.31,6.6-4.26.42-1.1.61-2.19.56-3.25-.05-1.06-.29-2.01-.74-2.83-.45-.82-1.06-1.38-1.85-1.68-1.42-.54-2.71-.39-3.88.45-1.17.84-2.1,2.17-2.79,4-.62,1.64-.73,3.2-.31,4.67.41,1.47,1.22,2.44,2.42,2.9Z'/%3E%3Cpath class='cls-1' d='M162.52,269.63c-1.96-.74-3.56-1.82-4.81-3.24-1.25-1.41-2.02-3.08-2.3-4.99-.28-1.91,0-4,.87-6.27,1-2.62,2.33-4.62,4.01-6,1.68-1.38,3.51-2.21,5.49-2.49,1.98-.27,3.9-.06,5.76.65,1.48.56,2.68,1.46,3.6,2.7.92,1.23,1.46,2.76,1.62,4.57.16,1.81-.19,3.85-1.06,6.12l-15.09-5.74c-.94,2.46-1.28,4.54-1.04,6.23.24,1.7.87,3.07,1.9,4.11,1.03,1.04,2.22,1.82,3.58,2.34,1.23.47,2.37.76,3.41.86,1.04.11,2.02.14,2.94.09l-.63,1.66c-1.19.2-2.51.28-3.94.26-1.44-.02-2.88-.31-4.33-.86ZM161.36,253.6l11.07,4.21c.44-1.45.58-2.72.39-3.8-.18-1.08-.54-1.98-1.08-2.71-.54-.73-1.12-1.31-1.77-1.76-.64-.44-1.2-.75-1.67-.93-1.26.1-2.52.58-3.78,1.46s-2.31,2.06-3.16,3.54Z'/%3E%3Cpath class='cls-1' d='M173.15,284.5l9.52-25.02c.42-1.1.61-2.05.57-2.84-.04-.79-.18-1.46-.41-1.99s-.45-.96-.66-1.25l3.14-.86,2.65,5.12c1.59-.66,3.01-1.12,4.29-1.38,1.27-.26,2.6-.12,3.99.41.73.28,1.47.75,2.25,1.42.77.67,1.43,1.59,1.98,2.76.55,1.17.81,2.61.79,4.33-.02,1.72-.49,3.77-1.38,6.13-.44,1.17-1.09,2.33-1.95,3.48-.85,1.16-1.86,2.16-3.02,3.02-1.16.86-2.41,1.44-3.75,1.74-1.34.3-2.72.18-4.14-.36-.91-.35-1.83-.9-2.76-1.64-.92-.75-1.84-1.74-2.73-2.99l-4.35,11.45-4.02-1.53ZM186.61,276.46c1.78.64,3.45.37,5.01-.8,1.56-1.17,2.81-2.97,3.73-5.4,1.03-2.71,1.47-5.11,1.32-7.18-.15-2.08-.73-3.53-1.76-4.35-.95-.25-1.9-.32-2.84-.21-.94.11-1.8.3-2.57.57-.77.27-1.39.55-1.86.83-.47.29-.73.5-.78.62l-4.82,12.68c1.52,1.59,3.04,2.67,4.56,3.25Z'/%3E%3Cpath class='cls-1' d='M200.1,283.27l8.13-21.38,2.74,1.04-.42,4.39c.67-.54,1.51-1.01,2.52-1.42,1-.41,2.09-.7,3.25-.85,1.16-.15,2.27-.12,3.34.11l-.77,3.44c-.82-.31-1.77-.47-2.85-.49-1.08-.01-2.15.08-3.22.29-1.07.21-2.01.48-2.83.82l-5.92,15.56-3.97-1.51Z'/%3E%3Cpath class='cls-1' d='M219.89,291.45c-.73-.28-1.45-.76-2.18-1.45s-1.21-1.67-1.46-2.94c-.24-1.26,0-2.86.74-4.78l5.67-14.9,4.02,1.53-5.76,15.13c-.55,1.45-.72,2.68-.51,3.68.21,1,1.01,1.77,2.4,2.29.73.28,1.61.29,2.64.03,1.04-.26,2.1-.68,3.19-1.28l6.35-16.7,4.02,1.53-5.72,15.04c-.41,1.07-.59,2-.55,2.8.04.79.18,1.46.43,2,.24.54.45.98.62,1.29l-3.13.81-2.52-4.91c-1.59.66-3.01,1.09-4.28,1.29-1.27.2-2.6.04-3.98-.49ZM228.51,264.79c-.66-.25-1.14-.69-1.42-1.32-.28-.63-.3-1.28-.05-1.94s.69-1.13,1.32-1.42c.63-.28,1.28-.3,1.94-.05s1.13.69,1.42,1.32c.28.63.3,1.28.05,1.94s-.69,1.13-1.32,1.42-1.28.3-1.94.05ZM237.83,268.33c-.66-.25-1.14-.69-1.42-1.32-.28-.63-.3-1.28-.05-1.94s.69-1.13,1.32-1.42c.63-.28,1.28-.3,1.94-.05s1.13.69,1.42,1.32c.28.63.3,1.28.05,1.94s-.69,1.14-1.32,1.42-1.28.3-1.94.05Z'/%3E%3Cpath class='cls-1' d='M239.68,298.33l7.48-19.68-3.59-2.23.36-.95,3.93,1.49c.94-2.1,2.11-3.86,3.5-5.3,1.39-1.44,2.93-2.4,4.62-2.9,1.69-.5,3.46-.39,5.32.32.57.22,1.15.5,1.73.85.59.35,1.14.71,1.64,1.09l-1.64,2.89c-.38-.43-.86-.89-1.46-1.37-.59-.48-1.17-.9-1.74-1.26-.57-.36-1.04-.61-1.42-.76-.72.09-1.42.43-2.09,1.02-.68.59-1.31,1.31-1.9,2.15-.59.84-1.11,1.69-1.56,2.55-.45.86-.81,1.59-1.09,2.21l5.72,2.18-.65,1.7-5.72-2.18-7.48,19.68-3.97-1.51Z'/%3E%3Cpath class='cls-1' d='M259.24,306.41c-1.29-.49-2.24-1.28-2.83-2.38s-.55-2.54.13-4.34l5.81-15.28-3.54-2.21.36-.95,3.83,1.46.65-1.7,5.07-1.37-1.74,4.59,5.63,2.14-.65,1.7-5.63-2.14-5.9,15.51c-.34.88-.42,1.65-.25,2.29.17.64.76,1.16,1.77,1.54.44.17.96.28,1.55.34.59.06,1.17.09,1.75.1l-.5,1.32c-.81.05-1.7.05-2.67-.02-.97-.06-1.91-.27-2.82-.61Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        height: 150px;
        width: 150px;
        right: 5%;
        top: 17rem;
        z-index: 10 !important;
    }
}

@media (max-width: 576px) {

}
