/* =================================== */
/* ============ 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-center-right{
    background-position: center right;
}

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

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

.object-position-left{
    object-position: left;
}

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

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

.max-width-lg {
    max-width: 1920px;
}

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

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

.vh-70{
    height: 70vh;
}

.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;
}

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

.no-margin p, .no-margin h1, .no-margin h2, .no-margin h3, .no-margin h4, .no-margin h5, .no-margin h6, .no-margin a{
    margin-bottom: 0px !important;
}

.ellipsis p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

::selection {
    color: #fff;
    background-color: var(--color-dark-brown);
}

.anchor-sm {
    scroll-margin-top: 119px;
}

/* Header */

:root { --menu-top-gap: 24px; }

header{
    transition: all 0.3s;
}

header.active{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    background-color: var(--color-dark-brown);
}

.close-button{
    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 59 60.26'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23e3e3e3; %7D .cls-2 %7B stroke: %23817773; %7D .cls-2, .cls-3 %7B fill: %23817773; %7D .cls-3 %7B fill: %23817773; %7D .cls-4 %7B fill: %23817773; %7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Crect class='cls-4' width='59' height='60.26'/%3E%3Crect width='59' height='60.26'/%3E%3Crect width='59' height='60.26'/%3E%3Crect class='cls-2' x='.5' y='.5' width='58' height='59.26'/%3E%3Crect class='cls-3' x='.5' y='.5' width='58' height='59.26'/%3E%3Crect class='cls-3' x='.5' y='.5' width='58' height='59.26'/%3E%3Cpath class='cls-1' d='M18.33,44.29l-2.12-2.12,25.46-25.46,2.12,2.12-25.46,25.46ZM16.21,18.83l2.12-2.12,25.46,25.46-2.12,2.12-25.46-25.46Z'/%3E%3C/g%3E%3C/svg%3E");
    width: 60px;
    height: 60px;
}

.offcanvas-menu {
    --bs-offcanvas-height: 60vh; /* full screen */
    background: transparent;
    border: 0;
    top: var(--menu-top-gap);
}

#offcanvasMenu{
    transform: none !important;
    transition: none !important;
}

/* slide down */
#offcanvasMenu.show .offcanvas-body{
    animation: slideDownBounce 600ms cubic-bezier(.2,.9,.25,1.2) forwards;
  }
  
/* slide back up */
#offcanvasMenu:not(.show) .offcanvas-body{
    transform: translateY(-100%);
}

@keyframes slideDownBounce{
    0%   { transform: translateY(-100%); }
    70%  { transform: translateY(8px); }
    100% { transform: translateY(0); }
}

.offcanvas-content{
    transform: all 0.3s;
}

.offcanvas-content.active{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

/* Center the panel and limit width */
.offcanvas-panel {
    max-width: 520px;
    margin: 0 auto;
    background: #fff;      /* white box */
    min-height: 100%;      /* if you want it to reach bottom */
}

/* optional: add shadow or rounded corners */
.offcanvas-panel {
    box-shadow: 0 0 30px rgba(0,0,0,.15);
    border-radius: 0; /* or e.g. 0 0 20px 20px */
}

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

.nav-tab:hover{
    color: var(--color-dark-brown) !important;
    margin-left: 1rem !important;
}

.hamburger-menu{
    background-image: url("data:image/svg+xml,%3Csvg width='59' height='59' viewBox='0 0 59 59' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='59' height='59' fill='white' fill-opacity='0.15'/%3E%3Cpath d='M12 17V14H48V17H12ZM12 42V39H48V42H12ZM12 29.5V26.5H48V29.5H12Z' fill='%23E3E3E3'/%3E%3C/svg%3E%0A");
    width: 60px;
    height: 60px;
    transition: all 0.3s;
}

.hamburger-menu:hover{
    background-image: url("data:image/svg+xml,%3Csvg width='59' height='59' viewBox='0 0 59 59' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='59' height='59' fill='white'/%3E%3Cpath d='M11 17V14H47V17H11ZM11 42V39H47V42H11ZM11 29.5V26.5H47V29.5H11Z' fill='%23868686'/%3E%3C/svg%3E%0A");
}

.logo{
    background-image: url("data:image/svg+xml,%3Csvg width='217' height='72' viewBox='0 0 217 72' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.2441 54.0186C10.8611 53.4243 10.355 52.9785 9.72573 52.711C9.0965 52.4287 8.42623 52.295 7.71492 52.295C7.29088 52.295 6.89419 52.3396 6.51118 52.4436C6.12817 52.5476 5.77251 52.711 5.4579 52.9339C5.14328 53.1568 4.89706 53.454 4.70556 53.8106C4.51405 54.1672 4.4183 54.5981 4.4183 55.0884C4.4183 55.8314 4.65084 56.396 5.1296 56.7823C5.60837 57.1687 6.19656 57.5104 6.89419 57.8076C7.59181 58.1048 8.35783 58.3722 9.19225 58.6397C10.0267 58.9072 10.7927 59.2786 11.4903 59.7541C12.1879 60.2296 12.7761 60.8537 13.2549 61.6412C13.7337 62.4287 13.9662 63.4688 13.9662 64.7615C13.9662 65.9354 13.761 66.9607 13.3643 67.8373C12.9676 68.714 12.4342 69.4421 11.7639 70.0216C11.0936 70.6011 10.3139 71.032 9.41111 71.3143C8.52198 71.5966 7.57813 71.7452 6.59325 71.7452C5.34847 71.7452 4.14472 71.5223 2.98201 71.0617C1.8193 70.6011 0.834415 69.8433 0 68.7734L2.69475 65.9354C3.13248 66.6635 3.70699 67.2133 4.4183 67.6144C5.1296 68.0156 5.88195 68.2237 6.67532 68.2237C7.08569 68.2237 7.50974 68.1642 7.93379 68.0453C8.35783 67.9265 8.72717 67.7333 9.06914 67.4956C9.41111 67.243 9.68469 66.9309 9.88987 66.5595C10.0951 66.1731 10.2045 65.7422 10.2045 65.2519C10.2045 64.4495 9.97195 63.8254 9.49319 63.3945C9.01442 62.9636 8.42623 62.5922 7.7286 62.295C7.03098 61.9978 6.26496 61.7155 5.43054 61.448C4.59612 61.1806 3.8301 60.8091 3.13248 60.3485C2.43485 59.8878 1.84666 59.2638 1.36789 58.4911C0.889131 57.7185 0.656589 56.6783 0.656589 55.3856C0.656589 54.2563 0.875452 53.2757 1.2995 52.4436C1.72355 51.6263 2.28438 50.928 2.98201 50.3931C3.67964 49.8433 4.45933 49.4421 5.36215 49.1746C6.25128 48.9072 7.16777 48.7734 8.09793 48.7734C9.16489 48.7734 10.1908 48.9517 11.1894 49.2935C12.1879 49.6501 13.0771 50.2147 13.8704 51.032L11.2578 54.0335L11.2441 54.0186Z' fill='white'/%3E%3Cpath d='M33.828 63.172C33.828 64.4944 33.6228 65.6831 33.1987 66.7381C32.7884 67.7931 32.2138 68.6994 31.4889 69.4424C30.7639 70.1853 29.9158 70.75 28.9309 71.1511C27.946 71.5523 26.8791 71.7604 25.7164 71.7604C24.5536 71.7604 23.4867 71.5672 22.5018 71.1511C21.5169 70.75 20.6551 70.1705 19.9302 69.4424C19.2052 68.7143 18.6307 67.8079 18.2203 66.7381C17.8099 65.6831 17.6047 64.4944 17.6047 63.172V49.3384H21.1886V63.0531C21.1886 63.588 21.257 64.1526 21.4212 64.7321C21.5716 65.3265 21.8179 65.8614 22.1735 66.3517C22.5292 66.8421 22.9942 67.2581 23.5688 67.5702C24.1433 67.8822 24.8683 68.0457 25.7164 68.0457C26.5644 68.0457 27.2894 67.8822 27.8639 67.5702C28.4385 67.2581 28.9035 66.8421 29.2592 66.3517C29.6148 65.8614 29.8611 65.3116 30.0115 64.7321C30.162 64.1526 30.2441 63.588 30.2441 63.0531V49.3384H33.828V63.172Z' fill='white'/%3E%3Cpath d='M42.3638 52.845H36.1946V49.3235H52.1169V52.845H45.9477V71.1957H42.3638V52.845Z' fill='white'/%3E%3Cpath d='M54.5652 49.3235H67.9022V52.845H58.1491V58.2239H67.396V61.7455H58.1491V67.6741H68.4219V71.1957H54.5652V49.3235Z' fill='white'/%3E%3Cpath d='M71.9375 49.3235H78.9411C79.9123 49.3235 80.8425 49.4275 81.7453 49.6207C82.6481 49.8138 83.4415 50.1556 84.1528 50.6311C84.8504 51.1065 85.4113 51.7455 85.8353 52.5479C86.2457 53.3502 86.4645 54.3755 86.4645 55.6088C86.4645 57.1987 86.0678 58.5211 85.2608 59.5909C84.4537 60.6608 83.3047 61.3146 81.8 61.5374L87.1485 71.2106H82.8259L78.1614 61.9386H75.5487V71.2106H71.9649V49.3383L71.9375 49.3235ZM78.3119 58.5954C78.8317 58.5954 79.3378 58.5657 79.8439 58.5211C80.35 58.4765 80.8288 58.3428 81.2529 58.1496C81.6769 57.9565 82.0189 57.6593 82.2925 57.2581C82.566 56.8569 82.6891 56.2923 82.6891 55.5791C82.6891 54.9401 82.566 54.4201 82.3198 54.0337C82.0736 53.6474 81.7453 53.3502 81.3486 53.1571C80.9519 52.9639 80.5142 52.8302 80.0218 52.7707C79.543 52.7113 79.0642 52.6816 78.6128 52.6816H75.5077V58.6103H78.2982L78.3119 58.5954Z' fill='white'/%3E%3Cpath d='M95.602 65.1779H88.571V62.0278H95.602V65.1779Z' fill='white'/%3E%3Cpath d='M105.328 49.3235H108.433L117.105 71.1957H113.015L111.141 66.1883H102.414L100.595 71.1957H96.5869L105.341 49.3235H105.328ZM109.883 62.8599L106.778 53.9594L103.618 62.8599H109.869H109.883Z' fill='white'/%3E%3Cpath d='M119.349 49.3235H126.352C127.324 49.3235 128.254 49.4275 129.157 49.6207C130.059 49.8138 130.853 50.1556 131.564 50.6311C132.262 51.1065 132.823 51.7455 133.247 52.5479C133.657 53.3502 133.876 54.3755 133.876 55.6088C133.876 57.1987 133.479 58.5211 132.672 59.5909C131.865 60.6608 130.716 61.3146 129.211 61.5374L134.56 71.2106H130.237L125.573 61.9386H122.96V71.2106H119.376V49.3383L119.349 49.3235ZM125.723 58.5954C126.243 58.5954 126.749 58.5657 127.255 58.5211C127.761 58.4765 128.24 58.3428 128.664 58.1496C129.088 57.9565 129.43 57.6593 129.704 57.2581C129.977 56.8569 130.101 56.2923 130.101 55.5791C130.101 54.9401 129.977 54.4201 129.731 54.0337C129.485 53.6474 129.157 53.3502 128.76 53.1571C128.363 52.9639 127.926 52.8302 127.433 52.7707C126.954 52.7113 126.476 52.6816 126.024 52.6816H122.919V58.6103H125.71L125.723 58.5954Z' fill='white'/%3E%3Cpath d='M137.268 49.3235H142.015L151.768 65.5791H151.822V49.3235H155.406V71.1957H150.851L140.893 54.4201H140.838V71.1957H137.254V49.3235H137.268Z' fill='white'/%3E%3Cpath d='M158.826 60.3487C158.826 58.5954 159.086 57.0055 159.62 55.579C160.153 54.1526 160.892 52.9342 161.822 51.9238C162.766 50.9134 163.874 50.1407 165.173 49.5909C166.473 49.0412 167.895 48.7737 169.455 48.7737C171.028 48.7588 172.464 49.0114 173.777 49.5315C175.09 50.0516 176.212 50.8242 177.156 51.8346C178.1 52.845 178.838 54.0634 179.372 55.475C179.905 56.9015 180.165 58.4765 180.165 60.2299C180.165 61.9832 179.905 63.4988 179.372 64.8955C178.838 66.2923 178.1 67.4958 177.156 68.5062C176.212 69.5166 175.077 70.3041 173.777 70.8688C172.464 71.4334 171.028 71.7306 169.455 71.7455C167.895 71.7455 166.473 71.478 165.173 70.9282C163.874 70.3784 162.752 69.6058 161.822 68.6102C160.878 67.6147 160.153 66.4111 159.62 65.0144C159.086 63.6177 158.826 62.0575 158.826 60.3487ZM162.588 60.111C162.588 61.2848 162.752 62.3695 163.08 63.3502C163.409 64.3309 163.887 65.1927 164.489 65.9208C165.091 66.6489 165.816 67.2135 166.664 67.6147C167.512 68.0307 168.456 68.2388 169.496 68.2388C170.535 68.2388 171.493 68.0307 172.341 67.6147C173.189 67.1986 173.928 66.634 174.53 65.9208C175.131 65.1927 175.61 64.3458 175.939 63.3502C176.267 62.3547 176.431 61.2848 176.431 60.111C176.431 59.0263 176.267 58.001 175.939 57.0501C175.61 56.0991 175.131 55.267 174.53 54.5686C173.928 53.8554 173.189 53.3056 172.341 52.9045C171.493 52.5033 170.535 52.2952 169.496 52.2952C168.456 52.2952 167.512 52.4884 166.664 52.9045C165.816 53.3056 165.091 53.8554 164.489 54.5686C163.887 55.2819 163.409 56.114 163.08 57.0501C162.752 58.001 162.588 59.0114 162.588 60.111Z' fill='white'/%3E%3Cpath d='M183.599 49.3235H187.183V67.6741H195.746V71.1957H183.599V49.3235Z' fill='white'/%3E%3Cpath d='M198.358 49.3235H206.292C207.619 49.3235 208.905 49.5464 210.136 49.9921C211.367 50.4379 212.461 51.1065 213.405 52.0129C214.349 52.9193 215.115 54.0635 215.676 55.4305C216.25 56.7975 216.524 58.4171 216.524 60.2596C216.524 62.1021 216.196 63.7514 215.539 65.1184C214.883 66.4854 214.034 67.6147 213.009 68.5211C211.969 69.4126 210.834 70.0813 209.561 70.527C208.303 70.9728 207.058 71.1957 205.854 71.1957H198.345V49.3235H198.358ZM204.623 67.6741C205.745 67.6741 206.798 67.5404 207.797 67.2581C208.795 66.9758 209.657 66.5449 210.396 65.9654C211.135 65.3859 211.723 64.6132 212.147 63.6771C212.571 62.741 212.79 61.5969 212.79 60.2596C212.79 58.9223 212.598 57.8079 212.215 56.8569C211.832 55.906 211.312 55.1481 210.642 54.5538C209.972 53.9743 209.178 53.5285 208.248 53.2611C207.332 52.9788 206.32 52.845 205.225 52.845H201.956V67.6741H204.623Z' fill='white'/%3E%3Cpath d='M65.5532 0.735107V32.7708' stroke='white' stroke-width='1.39' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M72.9673 0.735107V32.7708' stroke='white' stroke-width='1.39' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M80.3674 0.735107V32.7708' stroke='white' stroke-width='1.39' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M87.7815 0.735107V32.7708' stroke='white' stroke-width='1.39' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M95.1956 0.735107V32.7708' stroke='white' stroke-width='1.39' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M109.255 0.695923L100.316 32.725' stroke='white' stroke-width='1.39' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M113.996 0.735107V32.7708' stroke='white' stroke-width='1.39' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M121.41 0.735107V32.7708' stroke='white' stroke-width='1.39' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M128.824 0.735107V32.7708' stroke='white' stroke-width='1.39' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M136.238 0.735107V32.7708' stroke='white' stroke-width='1.39' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M143.652 0.735107V32.7708' stroke='white' stroke-width='1.39' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M151.066 0.735107V32.7708' stroke='white' stroke-width='1.39' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    width: 216px;
    height: 71px;
}

.logo-footer{
    width: 216px;
    height: 71px;
}

.logo-dark{
    background-image: url("data:image/svg+xml,%3Csvg width='218' height='72' viewBox='0 0 218 72' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.3207 53.9696C10.9351 53.3758 10.4255 52.9304 9.79203 52.6632C9.15851 52.3811 8.48367 52.2475 7.76752 52.2475C7.34058 52.2475 6.94118 52.2921 6.55556 52.396C6.16994 52.4999 5.81186 52.6632 5.4951 52.8859C5.17834 53.1086 4.93044 53.4055 4.73763 53.7618C4.54482 54.1181 4.44842 54.5486 4.44842 55.0385C4.44842 55.7807 4.68254 56.3449 5.16457 56.7308C5.6466 57.1168 6.2388 57.4583 6.94118 57.7552C7.64357 58.0521 8.41481 58.3193 9.25491 58.5865C10.095 58.8537 10.8663 59.2249 11.5686 59.6999C12.271 60.175 12.8632 60.7985 13.3453 61.5853C13.8273 62.3721 14.0614 63.4113 14.0614 64.7028C14.0614 65.8756 13.8548 66.8999 13.4554 67.7758C13.056 68.6517 12.5189 69.3791 11.8441 69.9581C11.1692 70.537 10.3842 70.9675 9.47527 71.2496C8.58008 71.5317 7.62979 71.6801 6.6382 71.6801C5.38493 71.6801 4.17297 71.4574 3.00234 70.9972C1.8317 70.537 0.840104 69.7799 0 68.711L2.71312 65.8756C3.15383 66.603 3.73226 67.1523 4.44842 67.5531C5.16457 67.9539 5.92204 68.1618 6.72083 68.1618C7.134 68.1618 7.56093 68.1024 7.98787 67.9836C8.41481 67.8649 8.78666 67.6719 9.13096 67.4343C9.47527 67.182 9.75071 66.8702 9.95729 66.4991C10.1639 66.1131 10.2741 65.6826 10.2741 65.1927C10.2741 64.391 10.0399 63.7675 9.5579 63.337C9.07587 62.9065 8.48367 62.5354 7.78129 62.2385C7.07891 61.9416 6.30766 61.6595 5.46756 61.3923C4.62746 61.1251 3.85621 60.7539 3.15383 60.2937C2.45145 59.8335 1.85925 59.21 1.37722 58.4381C0.895192 57.6661 0.661065 56.6269 0.661065 55.3354C0.661065 54.2071 0.88142 53.2273 1.30836 52.396C1.7353 51.5795 2.29996 50.8818 3.00234 50.3473C3.70472 49.7981 4.48973 49.3972 5.3987 49.13C6.29389 48.8628 7.21663 48.7292 8.15314 48.7292C9.22737 48.7292 10.2603 48.9073 11.2657 49.2488C12.271 49.6051 13.1662 50.1692 13.965 50.9857L11.3345 53.9844L11.3207 53.9696Z' fill='%23616059'/%3E%3Cpath d='M34.0587 63.1146C34.0587 64.4358 33.8521 65.6234 33.4252 66.6774C33.012 67.7315 32.4336 68.637 31.7036 69.3793C30.9737 70.1216 30.1198 70.6857 29.1282 71.0865C28.1366 71.4873 27.0624 71.6952 25.8918 71.6952C24.7211 71.6952 23.6469 71.5022 22.6553 71.0865C21.6637 70.6857 20.7961 70.1067 20.0661 69.3793C19.3362 68.6519 18.7578 67.7463 18.3446 66.6774C17.9314 65.6234 17.7249 64.4358 17.7249 63.1146V49.2935H21.3332V62.9958C21.3332 63.5302 21.402 64.0943 21.5673 64.6733C21.7188 65.2671 21.9667 65.8016 22.3248 66.2915C22.6828 66.7814 23.1511 67.197 23.7295 67.5088C24.308 67.8205 25.0379 67.9838 25.8918 67.9838C26.7456 67.9838 27.4756 67.8205 28.054 67.5088C28.6324 67.197 29.1007 66.7814 29.4588 66.2915C29.8168 65.8016 30.0647 65.2523 30.2162 64.6733C30.3677 64.0943 30.4504 63.5302 30.4504 62.9958V49.2935H34.0587V63.1146Z' fill='%23616059'/%3E%3Cpath d='M42.6524 52.797H36.4412V49.2787H52.472V52.797H46.2607V71.1311H42.6524V52.797Z' fill='%23616059'/%3E%3Cpath d='M54.9373 49.2787H68.3651V52.797H58.5456V58.1711H67.8556V61.6894H58.5456V67.6127H68.8885V71.1311H54.9373V49.2787Z' fill='%23616059'/%3E%3Cpath d='M72.428 49.2787H79.4793C80.4572 49.2787 81.3937 49.3826 82.3026 49.5756C83.2116 49.7686 84.0104 50.11 84.7265 50.5851C85.4289 51.0601 85.9936 51.6985 86.4205 52.5001C86.8337 53.3018 87.054 54.3261 87.054 55.5583C87.054 57.1467 86.6546 58.468 85.8421 59.5368C85.0295 60.6057 83.8727 61.2589 82.3577 61.4816L87.7427 71.1459H83.3906L78.6943 61.8824H76.0638V71.1459H72.4555V49.2935L72.428 49.2787ZM78.8458 58.5422C79.3692 58.5422 79.8787 58.5125 80.3883 58.468C80.8979 58.4234 81.3799 58.2898 81.8068 58.0968C82.2338 57.9038 82.5781 57.6069 82.8535 57.2061C83.129 56.8053 83.2529 56.2412 83.2529 55.5286C83.2529 54.8902 83.129 54.3706 82.8811 53.9847C82.6332 53.5987 82.3026 53.3018 81.9032 53.1088C81.5038 52.9158 81.0631 52.7822 80.5673 52.7228C80.0853 52.6634 79.6033 52.6337 79.1488 52.6337H76.0225V58.557H78.832L78.8458 58.5422Z' fill='%23616059'/%3E%3Cpath d='M96.2538 65.1187H89.1749V61.9714H96.2538V65.1187Z' fill='%23616059'/%3E%3Cpath d='M106.046 49.2787H109.172L117.904 71.1311H113.786L111.899 66.1282H103.112L101.281 71.1311H97.2455L106.06 49.2787H106.046ZM110.632 62.8028L107.506 53.9104L104.324 62.8028H110.618H110.632Z' fill='%23616059'/%3E%3Cpath d='M120.162 49.2787H127.214C128.192 49.2787 129.128 49.3826 130.037 49.5756C130.946 49.7686 131.745 50.11 132.461 50.5851C133.163 51.0601 133.728 51.6985 134.155 52.5001C134.568 53.3018 134.788 54.3261 134.788 55.5583C134.788 57.1467 134.389 58.468 133.576 59.5368C132.764 60.6057 131.607 61.2589 130.092 61.4816L135.477 71.1459H131.125L126.429 61.8824H123.798V71.1459H120.19V49.2935L120.162 49.2787ZM126.58 58.5422C127.104 58.5422 127.613 58.5125 128.123 58.468C128.632 58.4234 129.114 58.2898 129.541 58.0968C129.968 57.9038 130.312 57.6069 130.588 57.2061C130.863 56.8053 130.987 56.2412 130.987 55.5286C130.987 54.8902 130.863 54.3706 130.615 53.9847C130.368 53.5987 130.037 53.3018 129.638 53.1088C129.238 52.9158 128.798 52.7822 128.302 52.7228C127.82 52.6634 127.338 52.6337 126.883 52.6337H123.757V58.557H126.566L126.58 58.5422Z' fill='%23616059'/%3E%3Cpath d='M138.204 49.2787H142.983L152.802 65.5195H152.858V49.2787H156.466V71.1311H151.88L141.854 54.3706H141.798V71.1311H138.19V49.2787H138.204Z' fill='%23616059'/%3E%3Cpath d='M159.909 60.2939C159.909 58.5422 160.171 56.9537 160.708 55.5286C161.245 54.1034 161.989 52.8861 162.925 51.8766C163.875 50.8671 164.991 50.0952 166.299 49.5459C167.608 48.9966 169.04 48.7294 170.61 48.7294C172.194 48.7145 173.64 48.9669 174.962 49.4865C176.284 50.0061 177.413 50.778 178.364 51.7875C179.314 52.797 180.058 54.0143 180.595 55.4246C181.132 56.8498 181.394 58.4234 181.394 60.1752C181.394 61.9269 181.132 63.4411 180.595 64.8366C180.058 66.2321 179.314 67.4345 178.364 68.444C177.413 69.4535 176.27 70.2403 174.962 70.8044C173.64 71.3686 172.194 71.6655 170.61 71.6803C169.04 71.6803 167.608 71.4131 166.299 70.8638C164.991 70.3145 163.862 69.5426 162.925 68.5479C161.975 67.5533 161.245 66.3508 160.708 64.9554C160.171 63.5599 159.909 62.0011 159.909 60.2939ZM163.696 60.0564C163.696 61.2292 163.862 62.3129 164.192 63.2927C164.523 64.2725 165.005 65.1335 165.611 65.8609C166.217 66.5884 166.947 67.1525 167.8 67.5533C168.654 67.969 169.605 68.1768 170.651 68.1768C171.698 68.1768 172.662 67.969 173.516 67.5533C174.37 67.1376 175.113 66.5735 175.719 65.8609C176.325 65.1335 176.807 64.2873 177.138 63.2927C177.468 62.298 177.634 61.2292 177.634 60.0564C177.634 58.9727 177.468 57.9483 177.138 56.9982C176.807 56.0481 176.325 55.2168 175.719 54.5191C175.113 53.8065 174.37 53.2572 173.516 52.8564C172.662 52.4556 171.698 52.2477 170.651 52.2477C169.605 52.2477 168.654 52.4407 167.8 52.8564C166.947 53.2572 166.217 53.8065 165.611 54.5191C165.005 55.2316 164.523 56.063 164.192 56.9982C163.862 57.9483 163.696 58.9578 163.696 60.0564Z' fill='%23616059'/%3E%3Cpath d='M184.85 49.2787H188.459V67.6127H197.08V71.1311H184.85V49.2787Z' fill='%23616059'/%3E%3Cpath d='M199.711 49.2787H207.698C209.034 49.2787 210.329 49.5014 211.568 49.9467C212.808 50.3921 213.91 51.0601 214.86 51.9657C215.81 52.8713 216.581 54.0144 217.146 55.3801C217.725 56.7459 218 58.364 218 60.2049C218 62.0457 217.669 63.6935 217.008 65.0593C216.347 66.4251 215.493 67.5533 214.461 68.4589C213.414 69.3496 212.271 70.0177 210.99 70.463C209.723 70.9084 208.47 71.1311 207.258 71.1311H199.697V49.2787H199.711ZM206.018 67.6127C207.148 67.6127 208.208 67.4791 209.213 67.197C210.219 66.915 211.086 66.4845 211.83 65.9055C212.574 65.3265 213.166 64.5546 213.593 63.6193C214.02 62.684 214.24 61.5409 214.24 60.2049C214.24 58.8688 214.047 57.7554 213.662 56.8053C213.276 55.8552 212.753 55.0981 212.078 54.5042C211.403 53.9253 210.604 53.4799 209.668 53.2127C208.745 52.9306 207.726 52.797 206.624 52.797H203.333V67.6127H206.018Z' fill='%23616059'/%3E%3Cpath d='M66 0.734375V32.741' stroke='%23616059' stroke-width='1.39' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M73.4646 0.734375V32.741' stroke='%23616059' stroke-width='1.39' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M80.9153 0.734375V32.741' stroke='%23616059' stroke-width='1.39' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M88.3799 0.734375V32.741' stroke='%23616059' stroke-width='1.39' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M95.8444 0.734375V32.741' stroke='%23616059' stroke-width='1.39' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M110 0.69519L101 32.6952' stroke='%23616059' stroke-width='1.39' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M114.773 0.734375V32.741' stroke='%23616059' stroke-width='1.39' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M122.238 0.734375V32.741' stroke='%23616059' stroke-width='1.39' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M129.703 0.734375V32.741' stroke='%23616059' stroke-width='1.39' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M137.167 0.734375V32.741' stroke='%23616059' stroke-width='1.39' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M144.632 0.734375V32.741' stroke='%23616059' stroke-width='1.39' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M152.096 0.734375V32.741' stroke='%23616059' stroke-width='1.39' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    width: 216px;
    height: 71px;
}

.back-up-icon {
    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 50 50'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23ac9a8e; %7D .cls-2 %7B fill: %23ad9a8f; %7D .cls-3 %7B fill: %23817773; %7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cg%3E%3Crect class='cls-3' x='.5' y='.5' width='49' height='49'/%3E%3Cpath class='cls-2' d='M49,1v48H1V1h48M50,0H0v50h50V0h0Z'/%3E%3C/g%3E%3Cpath class='cls-1' d='M12.76,28.81l3.98,4.14,8.26-7.93,8.25,7.93,3.98-4.14-10.25-9.84-1.99-1.91-2,1.91-10.25,9.84h0Z'/%3E%3C/g%3E%3C/svg%3E");
    height: 50px;
    width: 50px;
    position: fixed;
    bottom: 3rem !important;
    right: 3rem !important;
}

/* Hero */

.scroll-icon{
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='29' viewBox='0 0 15 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.6569 28.6483C7.04743 29.0388 7.68059 29.0388 8.07112 28.6483L14.4351 22.2843C14.8256 21.8938 14.8256 21.2606 14.4351 20.8701C14.0446 20.4796 13.4114 20.4796 13.0209 20.8701L7.36401 26.527L1.70716 20.8701C1.31663 20.4796 0.683468 20.4796 0.292944 20.8701C-0.0975804 21.2606 -0.0975805 21.8938 0.292944 22.2843L6.6569 28.6483ZM7.36401 0L6.36401 -2.14272e-08L6.36401 27.9412L7.36401 27.9412L8.36401 27.9412L8.36401 2.14272e-08L7.36401 0Z' fill='%23F5EBE0'/%3E%3C/svg%3E%0A");
    width: 30px;
    height: 30px;
    display: inline-block;
    /* keep it centered horizontally */
    transform: translateX(-50%);
    animation: bounce 1.5s infinite ease-in-out;
    will-change: transform;
}
  
@keyframes bounce{
    0%,100% { transform: translateX(-50%) translateY(0); }
    50%     { transform: translateX(-50%) translateY(10px); }
}

/* Respect reduced motion */
  @media (prefers-reduced-motion: reduce){
    .scroll-icon { animation: none; }
}

/* Intro */

#angeboteAccordion-1 .accordion-button:not(.collapsed)::after,
#angeboteAccordion-2 .accordion-button:not(.collapsed)::after{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 5L8 11L14 5'/%3E%3C/svg%3E");
}

#angeboteAccordion-1 .accordion-button::after,
#angeboteAccordion-2 .accordion-button::after{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 5L8 11L14 5'/%3E%3C/svg%3E");
}

#angeboteAccordion-1 .accordion-item:first-of-type>.accordion-header .accordion-button,
#angeboteAccordion-1 .accordion-button:focus,
#angeboteAccordion-2 .accordion-item:first-of-type>.accordion-header .accordion-button,
#angeboteAccordion-2 .accordion-button:focus{
    box-shadow: none !important;
}

.angebot-link{
    min-width: 350px;
    transition: all 0.3s;
}

.angebot-link-intro{
    transition: all 0.3s;
}

.angebot-link-intro:hover {
    color: white !important
}

.angebot-link-intro:hover .angebot-link-icon-black{
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.37531 14H11.0062V12H7.37531V14ZM7.37531 10H13.7294V8H7.37531V10ZM4.65212 6H13.7294V4H4.65212V6ZM4.31172 19C3.11654 19 2.09913 18.5375 1.25948 17.6125C0.419825 16.6875 0 15.5667 0 14.25C0 13.3 0.22315 12.45 0.669451 11.7C1.11575 10.95 1.702 10.3833 2.42818 10H0.113466V8H5.55985V14H3.74439V11.575C3.18462 11.7083 2.72319 12.025 2.3601 12.525C1.99701 13.025 1.81546 13.6 1.81546 14.25C1.81546 15.0167 2.06131 15.6667 2.55299 16.2C3.04468 16.7333 3.63092 17 4.31172 17V19ZM7.37531 18V16H15.5449V2H2.83666V6H1.0212V2C1.0212 1.45 1.19896 0.979167 1.55449 0.5875C1.91002 0.195833 2.33741 0 2.83666 0H15.5449C16.0441 0 16.4715 0.195833 16.8271 0.5875C17.1826 0.979167 17.3603 1.45 17.3603 2V16C17.3603 16.55 17.1826 17.0208 16.8271 17.4125C16.4715 17.8042 16.0441 18 15.5449 18H7.37531Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}

.angebot-fuer-unternehmen{
    border: 1px solid var(--color-dark-brown);
}

.angebot-fuer-private{
    border: 1px solid var(--color-light-brown);
}

.angebot-fuer-unternehmen:hover{
    background-color: var(--color-dark-brown) !important;
}

.angebot-fuer-private:hover{
    background-color: var(--color-light-brown) !important;
}

.angebot-fuer-unternehmen .angebot-link-icon{
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.37531 14H11.0062V12H7.37531V14ZM7.37531 10H13.7294V8H7.37531V10ZM4.65212 6H13.7294V4H4.65212V6ZM4.31172 19C3.11654 19 2.09913 18.5375 1.25948 17.6125C0.419825 16.6875 0 15.5667 0 14.25C0 13.3 0.22315 12.45 0.669451 11.7C1.11575 10.95 1.702 10.3833 2.42818 10H0.113466V8H5.55985V14H3.74439V11.575C3.18462 11.7083 2.72319 12.025 2.3601 12.525C1.99701 13.025 1.81546 13.6 1.81546 14.25C1.81546 15.0167 2.06131 15.6667 2.55299 16.2C3.04468 16.7333 3.63092 17 4.31172 17V19ZM7.37531 18V16H15.5449V2H2.83666V6H1.0212V2C1.0212 1.45 1.19896 0.979167 1.55449 0.5875C1.91002 0.195833 2.33741 0 2.83666 0H15.5449C16.0441 0 16.4715 0.195833 16.8271 0.5875C17.1826 0.979167 17.3603 1.45 17.3603 2V16C17.3603 16.55 17.1826 17.0208 16.8271 17.4125C16.4715 17.8042 16.0441 18 15.5449 18H7.37531Z' fill='%23817773'/%3E%3C/svg%3E%0A");
    height: 18px;
    width: 19px;
    transition: all 0.3s;
}

.angebot-fuer-private .angebot-link-icon{
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.37531 14H11.0062V12H7.37531V14ZM7.37531 10H13.7294V8H7.37531V10ZM4.65212 6H13.7294V4H4.65212V6ZM4.31172 19C3.11654 19 2.09913 18.5375 1.25948 17.6125C0.419825 16.6875 0 15.5667 0 14.25C0 13.3 0.22315 12.45 0.669451 11.7C1.11575 10.95 1.702 10.3833 2.42818 10H0.113466V8H5.55985V14H3.74439V11.575C3.18462 11.7083 2.72319 12.025 2.3601 12.525C1.99701 13.025 1.81546 13.6 1.81546 14.25C1.81546 15.0167 2.06131 15.6667 2.55299 16.2C3.04468 16.7333 3.63092 17 4.31172 17V19ZM7.37531 18V16H15.5449V2H2.83666V6H1.0212V2C1.0212 1.45 1.19896 0.979167 1.55449 0.5875C1.91002 0.195833 2.33741 0 2.83666 0H15.5449C16.0441 0 16.4715 0.195833 16.8271 0.5875C17.1826 0.979167 17.3603 1.45 17.3603 2V16C17.3603 16.55 17.1826 17.0208 16.8271 17.4125C16.4715 17.8042 16.0441 18 15.5449 18H7.37531Z' fill='%23AD9A8F'/%3E%3C/svg%3E%0A");
    height: 18px;
    width: 19px;
    transition: all 0.3s;
}

.angebot-link-icon{
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.37531 14H11.0062V12H7.37531V14ZM7.37531 10H13.7294V8H7.37531V10ZM4.65212 6H13.7294V4H4.65212V6ZM4.31172 19C3.11654 19 2.09913 18.5375 1.25948 17.6125C0.419825 16.6875 0 15.5667 0 14.25C0 13.3 0.22315 12.45 0.669451 11.7C1.11575 10.95 1.702 10.3833 2.42818 10H0.113466V8H5.55985V14H3.74439V11.575C3.18462 11.7083 2.72319 12.025 2.3601 12.525C1.99701 13.025 1.81546 13.6 1.81546 14.25C1.81546 15.0167 2.06131 15.6667 2.55299 16.2C3.04468 16.7333 3.63092 17 4.31172 17V19ZM7.37531 18V16H15.5449V2H2.83666V6H1.0212V2C1.0212 1.45 1.19896 0.979167 1.55449 0.5875C1.91002 0.195833 2.33741 0 2.83666 0H15.5449C16.0441 0 16.4715 0.195833 16.8271 0.5875C17.1826 0.979167 17.3603 1.45 17.3603 2V16C17.3603 16.55 17.1826 17.0208 16.8271 17.4125C16.4715 17.8042 16.0441 18 15.5449 18H7.37531Z' fill='white'/%3E%3C/svg%3E%0A");
    height: 18px;
    width: 19px;
    transition: all 0.3s;
}

.angebot-link-icon-black{
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.37531 14H11.0062V12H7.37531V14ZM7.37531 10H13.7294V8H7.37531V10ZM4.65212 6H13.7294V4H4.65212V6ZM4.31172 19C3.11654 19 2.09913 18.5375 1.25948 17.6125C0.419825 16.6875 0 15.5667 0 14.25C0 13.3 0.22315 12.45 0.669451 11.7C1.11575 10.95 1.702 10.3833 2.42818 10H0.113466V8H5.55985V14H3.74439V11.575C3.18462 11.7083 2.72319 12.025 2.3601 12.525C1.99701 13.025 1.81546 13.6 1.81546 14.25C1.81546 15.0167 2.06131 15.6667 2.55299 16.2C3.04468 16.7333 3.63092 17 4.31172 17V19ZM7.37531 18V16H15.5449V2H2.83666V6H1.0212V2C1.0212 1.45 1.19896 0.979167 1.55449 0.5875C1.91002 0.195833 2.33741 0 2.83666 0H15.5449C16.0441 0 16.4715 0.195833 16.8271 0.5875C17.1826 0.979167 17.3603 1.45 17.3603 2V16C17.3603 16.55 17.1826 17.0208 16.8271 17.4125C16.4715 17.8042 16.0441 18 15.5449 18H7.37531Z' fill='black'/%3E%3C/svg%3E%0A");
    height: 18px;
    width: 19px;
    transition: all 0.3s;
}

.angebot-link:hover{
    background-color: var(--color-dark-brown);
    color: var(--color-white) !important;
    border: 1px solid var(--color-white) !important;
}

.angebot-link:hover .angebot-link-icon-black{
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.37531 14H11.0062V12H7.37531V14ZM7.37531 10H13.7294V8H7.37531V10ZM4.65212 6H13.7294V4H4.65212V6ZM4.31172 19C3.11654 19 2.09913 18.5375 1.25948 17.6125C0.419825 16.6875 0 15.5667 0 14.25C0 13.3 0.22315 12.45 0.669451 11.7C1.11575 10.95 1.702 10.3833 2.42818 10H0.113466V8H5.55985V14H3.74439V11.575C3.18462 11.7083 2.72319 12.025 2.3601 12.525C1.99701 13.025 1.81546 13.6 1.81546 14.25C1.81546 15.0167 2.06131 15.6667 2.55299 16.2C3.04468 16.7333 3.63092 17 4.31172 17V19ZM7.37531 18V16H15.5449V2H2.83666V6H1.0212V2C1.0212 1.45 1.19896 0.979167 1.55449 0.5875C1.91002 0.195833 2.33741 0 2.83666 0H15.5449C16.0441 0 16.4715 0.195833 16.8271 0.5875C17.1826 0.979167 17.3603 1.45 17.3603 2V16C17.3603 16.55 17.1826 17.0208 16.8271 17.4125C16.4715 17.8042 16.0441 18 15.5449 18H7.37531Z' fill='white'/%3E%3C/svg%3E%0A");
}

#angeboteAccordion-1 .accordion-item,
#angeboteAccordion-2 .accordion-item{
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 1px solid white !important;
}

#angeboteAccordion-1 li,
#angeboteAccordion-2 li{
    margin-bottom: 0.3rem;
}

#angeboteAccordion-1 ul,
#angeboteAccordion-2 ul{
    margin-bottom: 0px !important;
}

.angebot-fuer-private{
    transition: all 0.3s;
}

.angebot-fuer-private:hover{
    background-color: var(--color-dark-brown);
}

.fuer-private-button:hover{
    background-color: var(--color-light-brown) !important;
}

/* Banner */

.banner-kommas{
    background-image: url("data:image/svg+xml,%3Csvg width='62' height='39' viewBox='0 0 62 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M61.9629 0L48.7793 38.2324H32.5195L45.7031 0H61.9629ZM29.4434 0L16.2598 38.2324H0L13.1836 0H29.4434Z' fill='%23E3D5CA'/%3E%3C/svg%3E");
    width: 80px;
    height: 36px;
    transition: all 0.3s;
}

.banner-section .banner-overlay{
    transition: transform 0.3s ease;
    transform: translateX(0);
}

.banner-section:hover .banner-overlay {
    animation: slideBounce 1s ease-out forwards;
}
  
@keyframes slideBounce {
    0%   { transform: translateX(0); }
    70%  { transform: translateX(-98%); animation-timing-function: ease-out; }
    100% { transform: translateX(-95%); animation-timing-function: ease-in-out; }
}

.banner-section:not(:hover) .banner-overlay {
    animation: slideBack 0.3s ease-in forwards;
}
  
@keyframes slideBack {
    from {
      transform: translateX(-95%);
    }
    to {
      transform: translateX(0);
    }
}

.banner-text{
    transition: all 0.3s;
}

.banner-section:hover .banner-text{
    color: var(--color-white) !important;
}

.banner-section:hover .banner-kommas{
    background-image: url("data:image/svg+xml,%3Csvg width='62' height='39' viewBox='0 0 62 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M61.9629 0L48.7793 38.2324H32.5195L45.7031 0H61.9629ZM29.4434 0L16.2598 38.2324H0L13.1836 0H29.4434Z' fill='%23fff'/%3E%3C/svg%3E");
}

/* Ansprechpartner */

.ansprechpartner-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
}

.email-icon{
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.37531 14H11.0062V12H7.37531V14ZM7.37531 10H13.7294V8H7.37531V10ZM4.65212 6H13.7294V4H4.65212V6ZM4.31172 19C3.11654 19 2.09913 18.5375 1.25948 17.6125C0.419825 16.6875 0 15.5667 0 14.25C0 13.3 0.22315 12.45 0.669451 11.7C1.11575 10.95 1.70199 10.3833 2.42818 10H0.113466V8H5.55985V14H3.74439V11.575C3.18462 11.7083 2.72319 12.025 2.3601 12.525C1.99701 13.025 1.81546 13.6 1.81546 14.25C1.81546 15.0167 2.06131 15.6667 2.55299 16.2C3.04468 16.7333 3.63092 17 4.31172 17V19ZM7.37531 18V16H15.5449V2H2.83666V6H1.0212V2C1.0212 1.45 1.19896 0.979167 1.55449 0.5875C1.91002 0.195833 2.33741 0 2.83666 0H15.5449C16.0441 0 16.4715 0.195833 16.8271 0.5875C17.1826 0.979167 17.3603 1.45 17.3603 2V16C17.3603 16.55 17.1826 17.0208 16.8271 17.4125C16.4715 17.8042 16.0441 18 15.5449 18H7.37531Z' fill='%23817773'/%3E%3C/svg%3E%0A");
    height: 18px;
    width: 19px;
    transition: all 0.3s;
}

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

.email-button:hover{
    background-color: var(--color-dark-brown) !important;
    color: var(--color-white) !important;
}

.email-button:hover .angebot-link-icon-black{
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.37531 14H11.0062V12H7.37531V14ZM7.37531 10H13.7294V8H7.37531V10ZM4.65212 6H13.7294V4H4.65212V6ZM4.31172 19C3.11654 19 2.09913 18.5375 1.25948 17.6125C0.419825 16.6875 0 15.5667 0 14.25C0 13.3 0.22315 12.45 0.669451 11.7C1.11575 10.95 1.70199 10.3833 2.42818 10H0.113466V8H5.55985V14H3.74439V11.575C3.18462 11.7083 2.72319 12.025 2.3601 12.525C1.99701 13.025 1.81546 13.6 1.81546 14.25C1.81546 15.0167 2.06131 15.6667 2.55299 16.2C3.04468 16.7333 3.63092 17 4.31172 17V19ZM7.37531 18V16H15.5449V2H2.83666V6H1.0212V2C1.0212 1.45 1.19896 0.979167 1.55449 0.5875C1.91002 0.195833 2.33741 0 2.83666 0H15.5449C16.0441 0 16.4715 0.195833 16.8271 0.5875C17.1826 0.979167 17.3603 1.45 17.3603 2V16C17.3603 16.55 17.1826 17.0208 16.8271 17.4125C16.4715 17.8042 16.0441 18 15.5449 18H7.37531Z' fill='%23fff'/%3E%3C/svg%3E%0A");
}

.ansprechpartner-image{
    transition: all 0.3s;
}

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

/* Form */

.fui-input,textarea{
    border-radius: 0px !important;
    background: transparent !important;
    border-left: none !important;
    border-right: none !important;
    border-top: 1px solid #C7C6C7 !important;
    padding-left: 0px !important;
    border-bottom: none !important;
    font-size: 0.875rem !important;
    line-height: 1.08 !important;
    font-family: 'Sensation' !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    padding-top: 1.5rem !important;
    padding-bottom: 3rem !important;
    opacity: 100% !important;
}

.fui-input::placeholder,textarea::placeholder{
    color: var(--color-feldgrau) !important;
}

.form-checkbox .fui-legend, .fui-checkbox-label, .fui-label, .fui-legend, .fui-radio-label{
    font-size: 0.875rem !important;
    line-height: 1.08 !important;
    color: var(--color-feldgrau) !important;
    font-weight: 400 !important;
    opacity: 1 !important;
    font-family: 'Sensation' !important;
    font-weight: 400 !important;
}

.form-checkbox .fui-checkbox label:before{
}

.fui-layout-horizontal .fui-layout-wrap, .fui-row{
    flex-wrap: wrap;
}

.form-checkbox{
    padding-bottom: 2rem;
}

.fui-checkbox{
    width: 33% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0.5rem !important;
}

.fui-checkbox label:before{
    top: 0px !important;
}

.fui-btn-right{
    padding-top: 4rem !important;
}

.fui-submit{
    background-color: var(--color-light-gray) !important;
    color: var(--color-dark-brown) !important;
    font-family: 'Sensation' !important;
    font-weight: 400 !important;
    border: 0px !important;
    text-transform: uppercase !important;
    font-size: 1.125rem !important;
    line-height: 1.6 !important;
    border-radius: 0px !important;
    margin-top: 3rem !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    width: 170px !important;
    text-align: start !important;
}

.fui-alert p{
    margin-bottom: 0px !important;
    font-family: 'Sensation' !important;
    font-weight: 400 !important;
}

.fui-error-message, .fui-success-message{
    font-family: 'Sensation' !important;
    font-weight: 400 !important;
}

.fui-checkbox input:checked+label:before{
    background-color: var(--color-dark-brown)!important;
    border-color: var(--color-dark-brown) !important;
}

.fui-type-checkboxes .fui-input-wrapper{
    padding-top: 1.5rem !important;
}

.fui-submit{
    position: relative;
    transition: all 0.3s;
    padding-left: 3rem !important;
    text-align: right;
}

.fui-submit::before{
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.37531 14H11.0062V12H7.37531V14ZM7.37531 10H13.7294V8H7.37531V10ZM4.65212 6H13.7294V4H4.65212V6ZM4.31172 19C3.11654 19 2.09913 18.5375 1.25948 17.6125C0.419825 16.6875 0 15.5667 0 14.25C0 13.3 0.22315 12.45 0.669451 11.7C1.11575 10.95 1.70199 10.3833 2.42818 10H0.113466V8H5.55985V14H3.74439V11.575C3.18462 11.7083 2.72319 12.025 2.3601 12.525C1.99701 13.025 1.81546 13.6 1.81546 14.25C1.81546 15.0167 2.06131 15.6667 2.55299 16.2C3.04468 16.7333 3.63092 17 4.31172 17V19ZM7.37531 18V16H15.5449V2H2.83666V6H1.0212V2C1.0212 1.45 1.19896 0.979167 1.55449 0.5875C1.91002 0.195833 2.33741 0 2.83666 0H15.5449C16.0441 0 16.4715 0.195833 16.8271 0.5875C17.1826 0.979167 17.3603 1.45 17.3603 2V16C17.3603 16.55 17.1826 17.0208 16.8271 17.4125C16.4715 17.8042 16.0441 18 15.5449 18H7.37531Z' fill='%23817773'/%3E%3C/svg%3E%0A");
    width: 19px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    position: absolute;
    transform: translateY(-50%) !important;
    left: 1rem !important;
    top: 50% !important;
    transition: all 0.3s;
}

.fui-submit:hover{
    background-color: var(--color-dark-brown) !important;
    color: var(--color-white) !important;
}

.fui-submit:hover::before{
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.37531 14H11.0062V12H7.37531V14ZM7.37531 10H13.7294V8H7.37531V10ZM4.65212 6H13.7294V4H4.65212V6ZM4.31172 19C3.11654 19 2.09913 18.5375 1.25948 17.6125C0.419825 16.6875 0 15.5667 0 14.25C0 13.3 0.22315 12.45 0.669451 11.7C1.11575 10.95 1.70199 10.3833 2.42818 10H0.113466V8H5.55985V14H3.74439V11.575C3.18462 11.7083 2.72319 12.025 2.3601 12.525C1.99701 13.025 1.81546 13.6 1.81546 14.25C1.81546 15.0167 2.06131 15.6667 2.55299 16.2C3.04468 16.7333 3.63092 17 4.31172 17V19ZM7.37531 18V16H15.5449V2H2.83666V6H1.0212V2C1.0212 1.45 1.19896 0.979167 1.55449 0.5875C1.91002 0.195833 2.33741 0 2.83666 0H15.5449C16.0441 0 16.4715 0.195833 16.8271 0.5875C17.1826 0.979167 17.3603 1.45 17.3603 2V16C17.3603 16.55 17.1826 17.0208 16.8271 17.4125C16.4715 17.8042 16.0441 18 15.5449 18H7.37531Z' fill='%23fff'/%3E%3C/svg%3E%0A");
}

.fui-submit.fui-loading{
    color: var(--color-dark-brown) !important;
    pointer-events: none;
}

.fui-submit.fui-loading::after{
    opacity: 0 !important;
}

/* Footer */

footer{
    background: linear-gradient(180deg,rgba(129, 119, 115, 1) 1%, rgba(181, 161, 148, 1) 100%);
}

.links-footer a{
    text-decoration: none !important;
    color: white !important;
}

#map { 
    height: 400px;
}

.marker {
    background-image: url("/uploads/marker.svg");
    background-size: cover;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.copyright-link{
    transition: all 0.3s;
}

.copyright-link:hover{
    font-weight: 700;
}

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

}

@media (max-width: 1600px) {

}

@media (max-width: 1440px) {

}

@media (max-width: 1200px) {

    .offcanvas-menu {
        --bs-offcanvas-height: 70vh; /* full screen */
    }

}

@media (max-width: 992px) {

    .ansprechpartner-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 1.5rem;
        grid-row-gap: 3rem;
    }

}

@media (max-width: 768px) {

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

    #offcanvasMenu{
        height: 100vh;
    }

    .offcanvas-panel{
        width: 100% !important;
        max-width: 100% !important;
    }


}

@media (max-width: 576px) {
    .logo, .logo-dark, .logo-footer{
        width: 165px;
        height: 60px;
    }

    .angebot-link,
    .angebot-link-intro{
        min-width: auto;
    }

    .anchor-sm {
        scroll-margin-top: 105px;
    }

    .fui-checkbox{
        width: 100% !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        margin-bottom: 0.5rem !important;
    }

    .background-homepage-position{
        background-position-x: 88%;
    }
}

@media (max-height: 1100px) {

    .offcanvas-menu {
        --bs-offcanvas-height: 80vh; /* full screen */
    }

}

@media (max-height: 900px) {

    .offcanvas-menu {
        --bs-offcanvas-height: 80vh; /* full screen */
    }

}

@media (max-height: 800px) {

    .offcanvas-menu {
        --bs-offcanvas-height: 90vh; /* full screen */
    }

}