/* =================================== */
/* ============ 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;
}

.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: 50vh;
}

.min-vh-70{
    min-height: 70vh;
}

.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;
}

.trim {
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
}

.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-partner1);
}

.anchor-sm {
    scroll-margin-top: 108px;
}

.broschure-button,
.broschure-button img,
.angebote-button{
    transition: all 0.3s;
}

.broschure-button:hover{
    background-color: var(--color-sonic-silver) !important;
    color: var(--color-white) !important;
    border: 1px solid var(--color-sonic-silver) !important;
}

.broschure-button:hover img{
    filter: invert(1);
}

.angebote-button:hover{
    background-color: var(--color-sonic-silver) !important;
    color: var(--color-white) !important;
    border: 1px solid var(--color-sonic-silver) !important;
}

#himmelrich-logo,
.himmelrich-logo-container{
    max-width: 280px;
    width: 100%;
}

.circle-event{
    z-index: 1;
    position: relative;

    transition: all 0.3s;
}

.circle-event:hover{

}

.circle-info{
    display: none
}

g .circle-event:hover + .circle-info{
    display: block;
    z-index: 999;
}

/* Hero */

#himmelrich-logo{
    width: 284px;
}

.hero-homepage {
    min-height: calc(100vh - 74px);
}

.overlay-hero{
    background-color: #0000002c;
}

.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; }
}

.hero-bg {
    overflow: hidden;          /* hide edges while zooming */
    z-index: 0;                /* stay behind overlay/content */
}

.image-zoom {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transform-origin: center center;
    animation: heroZoom 30s ease-in-out infinite;
}

/* Smooth zoom in/out */
@keyframes heroZoom {
    0% {
        transform: scale(1.1);   /* zoomed in */
    }
    50% {
        transform: scale(1);     /* full image */
    }
    100% {
        transform: scale(1.1);   /* zoomed in again */
    }
}

/* Header */

.logo{
    background-image: url("data:image/svg+xml,%3Csvg width='350' height='73' viewBox='0 0 350 73' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M110.333 44.821V51.1753H113.508L110.333 44.821Z' fill='%23F5EBE0'/%3E%3Cpath d='M137.466 22.0467L126.573 44.3881H126.339L115.239 22.0467H110.333L124.86 51.1753H125.609L137.313 27.2959H137.466V51.1753H142.281V22.0467H137.466Z' fill='%23F5EBE0'/%3E%3Cpath d='M4.79712 37.205V51.1753H0V22.0375H4.79712V35.3079H19.1253V22.0375H23.9225V51.1753H19.1253V37.205H4.79712Z' fill='%23F5EBE0'/%3E%3Cpath d='M40.478 22.0467H45.2751V51.1845H40.478V22.0467Z' fill='%23F5EBE0'/%3E%3Cpath d='M178.675 22.0467V23.9346H163.634V34.3501H173.697V36.238H163.634V49.2874H178.675V51.1753H158.837V22.0375H178.675V22.0467Z' fill='%23F5EBE0'/%3E%3Cpath d='M193.12 22.0467H197.917V49.2874H212.29V51.1753H193.12V22.0375V22.0467Z' fill='%23F5EBE0'/%3E%3Cpath d='M225.383 22.0467H235.275C236.979 22.0467 238.476 22.2309 239.775 22.6085C241.073 22.986 242.137 23.5017 243.003 24.1832C243.868 24.8647 244.509 25.6567 244.95 26.5868C245.392 27.517 245.609 28.53 245.609 29.6258C245.609 30.5376 245.437 31.3848 245.104 32.1768C244.77 32.9688 244.292 33.6779 243.688 34.3225C243.084 34.9672 242.345 35.5105 241.479 35.971C240.622 36.4314 239.675 36.7906 238.638 37.0576L249.026 51.1845H243.454L233.535 37.4997H230.18V51.1845H225.383V22.0467ZM230.18 36.017H232.958C234.031 36.017 235.023 35.8697 235.933 35.575C236.844 35.2803 237.638 34.8659 238.296 34.3317C238.963 33.7976 239.486 33.153 239.856 32.3886C240.225 31.6242 240.415 30.7678 240.415 29.8192C240.415 28.9444 240.271 28.134 239.973 27.4064C239.675 26.6789 239.261 26.0435 238.729 25.5278C238.188 25.0121 237.556 24.6069 236.817 24.3122C236.078 24.0175 235.275 23.8701 234.4 23.8701H230.18V36.017Z' fill='%23F5EBE0'/%3E%3Cpath d='M261.704 22.0467H266.501V51.1845H261.704V22.0467Z' fill='%23F5EBE0'/%3E%3Cpath d='M287.602 36.7169C287.602 38.7521 287.899 40.5755 288.503 42.1963C289.107 43.8171 289.937 45.1893 290.992 46.3036C292.047 47.4272 293.291 48.2836 294.725 48.873C296.159 49.4624 297.719 49.7663 299.396 49.7663C300.397 49.7663 301.371 49.5729 302.3 49.1769C303.228 48.7809 304.094 48.2652 304.887 47.6298C305.681 46.9943 306.393 46.276 307.024 45.4748C307.656 44.6736 308.17 43.8632 308.575 43.0436L310.595 44.3605C310.009 45.3459 309.315 46.2852 308.512 47.1877C307.71 48.0902 306.781 48.8914 305.726 49.5821C304.671 50.2728 303.481 50.8345 302.155 51.2397C300.83 51.6542 299.351 51.8568 297.71 51.8568C295.347 51.8568 293.192 51.4516 291.262 50.6504C289.333 49.8492 287.683 48.7533 286.303 47.3811C284.923 46.0089 283.859 44.3973 283.111 42.5555C282.354 40.7137 281.984 38.7705 281.984 36.7261C281.984 35.3631 282.155 34.037 282.498 32.7385C282.841 31.44 283.336 30.2244 283.995 29.0917C284.644 27.959 285.446 26.9183 286.384 25.9698C287.322 25.0212 288.386 24.2108 289.567 23.5294C290.749 22.8479 292.047 22.323 293.454 21.9454C294.86 21.5678 296.357 21.3836 297.953 21.3836C299.549 21.3836 300.875 21.5954 302.155 22.0099C303.436 22.4243 304.608 22.9768 305.663 23.6675C306.718 24.3582 307.656 25.1502 308.485 26.0527C309.306 26.9552 310.018 27.8945 310.604 28.8799L308.521 30.2889C307.331 27.9313 305.997 26.2092 304.518 25.1133C303.039 24.0267 301.344 23.4741 299.423 23.4741C297.773 23.4741 296.231 23.778 294.797 24.395C293.364 25.012 292.11 25.8869 291.046 27.0288C289.982 28.1708 289.134 29.5614 288.53 31.1914C287.926 32.8214 287.62 34.6632 287.62 36.7169H287.602Z' fill='%23F5EBE0'/%3E%3Cpath d='M330.875 37.205V51.1753H326.078V22.0375H330.875V35.3079H345.203V22.0375H350V51.1753H345.203V37.205H330.875Z' fill='%23F5EBE0'/%3E%3Cpath d='M61.8306 44.821V51.1753H65.0046L61.8306 44.821Z' fill='%23F5EBE0'/%3E%3Cpath d='M88.9631 22.0467L78.0704 44.3881H77.836L66.7359 22.0467H61.8306L76.3572 51.1753H77.1056L88.8098 27.2959H88.9631V51.1753H93.7783V22.0467H88.9631Z' fill='%23F5EBE0'/%3E%3Cpath d='M152.49 69.2989C152.49 71.0487 151.218 72.0525 148.694 72.0525H144.05V61.7382H148.405C150.659 61.7382 151.958 62.7144 151.958 64.3904C151.958 65.5692 151.336 66.352 150.416 66.7296C151.714 67.0242 152.49 67.8899 152.49 69.2989ZM145.114 62.6315V66.3796H148.333C149.947 66.3796 150.885 65.7442 150.885 64.5101C150.885 63.2761 149.947 62.6407 148.333 62.6407H145.114V62.6315ZM151.426 69.2068C151.426 67.8623 150.461 67.2729 148.685 67.2729H145.123V71.1499H148.685C150.461 71.1499 151.426 70.5606 151.426 69.2068Z' fill='%23F5EBE0'/%3E%3Cpath d='M168.477 69.2989H162.851L161.642 72.0525H160.533L165.15 61.7382H166.205L170.822 72.0525H169.695L168.486 69.2989H168.477ZM168.09 68.4148L165.664 62.8709L163.238 68.4148H168.09Z' fill='%23F5EBE0'/%3E%3Cpath d='M186.169 69.2989H180.542L179.334 72.0525H178.225L182.842 61.7382H183.897L188.513 72.0525H187.386L186.178 69.2989H186.169ZM185.772 68.4148L183.347 62.8709L180.921 68.4148H185.772Z' fill='%23F5EBE0'/%3E%3Cpath d='M204.284 72.0525L201.976 68.7372C201.714 68.7648 201.453 68.7832 201.164 68.7832H198.45V72.0525H197.386V61.7382H201.164C203.734 61.7382 205.294 63.0643 205.294 65.2745C205.294 66.8953 204.455 68.0281 202.986 68.5161L205.456 72.0525H204.284ZM204.23 65.2745C204.23 63.6261 203.166 62.6775 201.137 62.6775H198.45V67.8531H201.137C203.157 67.8531 204.23 66.8953 204.23 65.2745Z' fill='%23F5EBE0'/%3E%3Cpath d='M163.662 0H164.726V10.3142H163.662V0Z' fill='%23F5EBE0'/%3E%3Cpath d='M185.718 0V10.3142H184.69V2.06284L180.723 9.00656H180.218L176.25 2.10888V10.3235H175.222V0.00919006H176.106L180.497 7.662L184.843 0.00919006H185.727L185.718 0Z' fill='%23F5EBE0'/%3E%3C/svg%3E%0A");
    width: 350px;
    height: 72px;
}

.logo-black{
    background-image: url("data:image/svg+xml,%3Csvg width='350' height='73' viewBox='0 0 350 73' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M110.333 44.821V51.1753H113.508L110.333 44.821Z' fill='%23000000'/%3E%3Cpath d='M137.466 22.0467L126.573 44.3881H126.339L115.239 22.0467H110.333L124.86 51.1753H125.609L137.313 27.2959H137.466V51.1753H142.281V22.0467H137.466Z' fill='%23000000'/%3E%3Cpath d='M4.79712 37.205V51.1753H0V22.0375H4.79712V35.3079H19.1253V22.0375H23.9225V51.1753H19.1253V37.205H4.79712Z' fill='%23000000'/%3E%3Cpath d='M40.478 22.0467H45.2751V51.1845H40.478V22.0467Z' fill='%23000000'/%3E%3Cpath d='M178.675 22.0467V23.9346H163.634V34.3501H173.697V36.238H163.634V49.2874H178.675V51.1753H158.837V22.0375H178.675V22.0467Z' fill='%23000000'/%3E%3Cpath d='M193.12 22.0467H197.917V49.2874H212.29V51.1753H193.12V22.0375V22.0467Z' fill='%23000000'/%3E%3Cpath d='M225.383 22.0467H235.275C236.979 22.0467 238.476 22.2309 239.775 22.6085C241.073 22.986 242.137 23.5017 243.003 24.1832C243.868 24.8647 244.509 25.6567 244.95 26.5868C245.392 27.517 245.609 28.53 245.609 29.6258C245.609 30.5376 245.437 31.3848 245.104 32.1768C244.77 32.9688 244.292 33.6779 243.688 34.3225C243.084 34.9672 242.345 35.5105 241.479 35.971C240.622 36.4314 239.675 36.7906 238.638 37.0576L249.026 51.1845H243.454L233.535 37.4997H230.18V51.1845H225.383V22.0467ZM230.18 36.017H232.958C234.031 36.017 235.023 35.8697 235.933 35.575C236.844 35.2803 237.638 34.8659 238.296 34.3317C238.963 33.7976 239.486 33.153 239.856 32.3886C240.225 31.6242 240.415 30.7678 240.415 29.8192C240.415 28.9444 240.271 28.134 239.973 27.4064C239.675 26.6789 239.261 26.0435 238.729 25.5278C238.188 25.0121 237.556 24.6069 236.817 24.3122C236.078 24.0175 235.275 23.8701 234.4 23.8701H230.18V36.017Z' fill='%23000000'/%3E%3Cpath d='M261.704 22.0467H266.501V51.1845H261.704V22.0467Z' fill='%23000000'/%3E%3Cpath d='M287.602 36.7169C287.602 38.7521 287.899 40.5755 288.503 42.1963C289.107 43.8171 289.937 45.1893 290.992 46.3036C292.047 47.4272 293.291 48.2836 294.725 48.873C296.159 49.4624 297.719 49.7663 299.396 49.7663C300.397 49.7663 301.371 49.5729 302.3 49.1769C303.228 48.7809 304.094 48.2652 304.887 47.6298C305.681 46.9943 306.393 46.276 307.024 45.4748C307.656 44.6736 308.17 43.8632 308.575 43.0436L310.595 44.3605C310.009 45.3459 309.315 46.2852 308.512 47.1877C307.71 48.0902 306.781 48.8914 305.726 49.5821C304.671 50.2728 303.481 50.8345 302.155 51.2397C300.83 51.6542 299.351 51.8568 297.71 51.8568C295.347 51.8568 293.192 51.4516 291.262 50.6504C289.333 49.8492 287.683 48.7533 286.303 47.3811C284.923 46.0089 283.859 44.3973 283.111 42.5555C282.354 40.7137 281.984 38.7705 281.984 36.7261C281.984 35.3631 282.155 34.037 282.498 32.7385C282.841 31.44 283.336 30.2244 283.995 29.0917C284.644 27.959 285.446 26.9183 286.384 25.9698C287.322 25.0212 288.386 24.2108 289.567 23.5294C290.749 22.8479 292.047 22.323 293.454 21.9454C294.86 21.5678 296.357 21.3836 297.953 21.3836C299.549 21.3836 300.875 21.5954 302.155 22.0099C303.436 22.4243 304.608 22.9768 305.663 23.6675C306.718 24.3582 307.656 25.1502 308.485 26.0527C309.306 26.9552 310.018 27.8945 310.604 28.8799L308.521 30.2889C307.331 27.9313 305.997 26.2092 304.518 25.1133C303.039 24.0267 301.344 23.4741 299.423 23.4741C297.773 23.4741 296.231 23.778 294.797 24.395C293.364 25.012 292.11 25.8869 291.046 27.0288C289.982 28.1708 289.134 29.5614 288.53 31.1914C287.926 32.8214 287.62 34.6632 287.62 36.7169H287.602Z' fill='%23000000'/%3E%3Cpath d='M330.875 37.205V51.1753H326.078V22.0375H330.875V35.3079H345.203V22.0375H350V51.1753H345.203V37.205H330.875Z' fill='%23000000'/%3E%3Cpath d='M61.8306 44.821V51.1753H65.0046L61.8306 44.821Z' fill='%23000000'/%3E%3Cpath d='M88.9631 22.0467L78.0704 44.3881H77.836L66.7359 22.0467H61.8306L76.3572 51.1753H77.1056L88.8098 27.2959H88.9631V51.1753H93.7783V22.0467H88.9631Z' fill='%23000000'/%3E%3Cpath d='M152.49 69.2989C152.49 71.0487 151.218 72.0525 148.694 72.0525H144.05V61.7382H148.405C150.659 61.7382 151.958 62.7144 151.958 64.3904C151.958 65.5692 151.336 66.352 150.416 66.7296C151.714 67.0242 152.49 67.8899 152.49 69.2989ZM145.114 62.6315V66.3796H148.333C149.947 66.3796 150.885 65.7442 150.885 64.5101C150.885 63.2761 149.947 62.6407 148.333 62.6407H145.114V62.6315ZM151.426 69.2068C151.426 67.8623 150.461 67.2729 148.685 67.2729H145.123V71.1499H148.685C150.461 71.1499 151.426 70.5606 151.426 69.2068Z' fill='%23000000'/%3E%3Cpath d='M168.477 69.2989H162.851L161.642 72.0525H160.533L165.15 61.7382H166.205L170.822 72.0525H169.695L168.486 69.2989H168.477ZM168.09 68.4148L165.664 62.8709L163.238 68.4148H168.09Z' fill='%23000000'/%3E%3Cpath d='M186.169 69.2989H180.542L179.334 72.0525H178.225L182.842 61.7382H183.897L188.513 72.0525H187.386L186.178 69.2989H186.169ZM185.772 68.4148L183.347 62.8709L180.921 68.4148H185.772Z' fill='%23000000'/%3E%3Cpath d='M204.284 72.0525L201.976 68.7372C201.714 68.7648 201.453 68.7832 201.164 68.7832H198.45V72.0525H197.386V61.7382H201.164C203.734 61.7382 205.294 63.0643 205.294 65.2745C205.294 66.8953 204.455 68.0281 202.986 68.5161L205.456 72.0525H204.284ZM204.23 65.2745C204.23 63.6261 203.166 62.6775 201.137 62.6775H198.45V67.8531H201.137C203.157 67.8531 204.23 66.8953 204.23 65.2745Z' fill='%23000000'/%3E%3Cpath d='M163.662 0H164.726V10.3142H163.662V0Z' fill='%23000000'/%3E%3Cpath d='M185.718 0V10.3142H184.69V2.06284L180.723 9.00656H180.218L176.25 2.10888V10.3235H175.222V0.00919006H176.106L180.497 7.662L184.843 0.00919006H185.727L185.718 0Z' fill='%23000000'/%3E%3C/svg%3E%0A");
}

.hamburger-menu{
    background-image: url("data:image/svg+xml,%3Csvg width='59' height='61' viewBox='0 0 59 61' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 18.9778V15.9778H48V18.9778H12ZM12 43.9778V40.9778H48V43.9778H12ZM12 31.4778V28.4778H48V31.4778H12Z' fill='%23E3E3E3'/%3E%3Crect x='0.5' y='0.5' width='58' height='59.2565' stroke='white'/%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='61' viewBox='0 0 59 61' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='59' height='60.2565' fill='%23817773'/%3E%3Crect width='59' height='60.2565' fill='black' fill-opacity='0.2'/%3E%3Crect width='59' height='60.2565' fill='black' fill-opacity='0.2'/%3E%3Cpath d='M12 18.9778V15.9778H48V18.9778H12ZM12 43.9778V40.9778H48V43.9778H12ZM12 31.4778V28.4778H48V31.4778H12Z' fill='%23E3E3E3'/%3E%3Crect x='0.5' y='0.5' width='58' height='59.2565' stroke='%23817773'/%3E%3Crect x='0.5' y='0.5' width='58' height='59.2565' stroke='black' stroke-opacity='0.2'/%3E%3Crect x='0.5' y='0.5' width='58' height='59.2565' stroke='black' stroke-opacity='0.2'/%3E%3C/svg%3E%0A");
}

header{
    transition: all 0.3s;
}

header.active{
    background-color: var(--color-light-silver);
}

.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: 70vh; /* full screen */
    background: transparent;
    border: 0;
}

.nav-tab{
    transition: all 0.3s;
}

.nav-tab .nav-arrow{
    transition: all 0.3s;
    opacity: 0%;
}

.nav-tab:hover{
    padding-left: 1rem !important;
}

.nav-tab:hover .nav-arrow{
    transition: all 0.3s;
    opacity: 100%;
}

.nav-arrow{
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='8' viewBox='0 0 19 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.2382 4.03568C19.4334 3.84042 19.4334 3.52384 19.2382 3.32858L16.0562 0.146595C15.8609 -0.0486671 15.5444 -0.0486671 15.3491 0.146595C15.1538 0.341857 15.1538 0.65844 15.3491 0.853702L18.1775 3.68213L15.3491 6.51056C15.1538 6.70582 15.1538 7.0224 15.3491 7.21766C15.5444 7.41292 15.8609 7.41292 16.0562 7.21766L19.2382 4.03568ZM0 3.68213V4.18213H18.8846V3.68213V3.18213H0V3.68213Z' fill='%23817773'/%3E%3Cpath d='M19.2382 4.03568C19.4334 3.84042 19.4334 3.52384 19.2382 3.32858L16.0562 0.146595C15.8609 -0.0486671 15.5444 -0.0486671 15.3491 0.146595C15.1538 0.341857 15.1538 0.65844 15.3491 0.853702L18.1775 3.68213L15.3491 6.51056C15.1538 6.70582 15.1538 7.0224 15.3491 7.21766C15.5444 7.41292 15.8609 7.41292 16.0562 7.21766L19.2382 4.03568ZM0 3.68213V4.18213H18.8846V3.68213V3.18213H0V3.68213Z' fill='black' fill-opacity='0.2'/%3E%3Cpath d='M19.2382 4.03568C19.4334 3.84042 19.4334 3.52384 19.2382 3.32858L16.0562 0.146595C15.8609 -0.0486671 15.5444 -0.0486671 15.3491 0.146595C15.1538 0.341857 15.1538 0.65844 15.3491 0.853702L18.1775 3.68213L15.3491 6.51056C15.1538 6.70582 15.1538 7.0224 15.3491 7.21766C15.5444 7.41292 15.8609 7.41292 16.0562 7.21766L19.2382 4.03568ZM0 3.68213V4.18213H18.8846V3.68213V3.18213H0V3.68213Z' fill='black' fill-opacity='0.2'/%3E%3C/svg%3E%0A");
    width: 22px;
    height: 8px;
}

/* Center the panel and limit width */
.offcanvas-panel {
    max-width: 600px;
    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 */
}
/* Intro */

#galerieSlider .splide__arrow--prev{
    left: 3rem !important;
    opacity: 1 !important;
}

#galerieSlider .splide__arrow--next{
    right: 3rem !important;
    opacity: 1 !important;
}

.wohnung-slider-arrow-next{
    background-image: url("data:image/svg+xml,%3Csvg width='49' height='49' viewBox='0 0 49 49' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect width='48.5079' height='48.5079' fill='url(%23pattern0_345_1524)'/%3E%3Cdefs%3E%3Cpattern id='pattern0_345_1524' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_345_1524' transform='scale(0.0208333)'/%3E%3C/pattern%3E%3Cimage id='image0_345_1524' width='48' height='48' preserveAspectRatio='none' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAABTElEQVR4AezZQQ7BYBCG4daKpRtwE0fgpNyAI7gBR7C0q28Wkqaa8M/MN/M3Kp2gUn0f7aKNRTPxxwzIPoD/ewS6rttjbpM8AgjfIfyI2eB1KqL4FEKwxJ8R/15SEcWAtm0vKH9i+ksaohgg1UCs8FwFQgVAfFMLQg2oBWEC1IAwA7IRLoBMhBsgC+EKyEC4A6IRFEAkggaIQlABEQg6gI0oAEiKfljXTmEAoTMQoQAGIhwgCMwSM1yuwxW/vA8H4Ja0Gwk74fQ6jKz/uioU4B0vujAAIz4MwIoPATDj6QB2PBUQEU8DRMVTAJHx7oDoeFdARrwbICveBZAZbwZkx5sANcSrAbXEqwCIH7sZUV/PS4Rlii+nceMh/8ysezv9jO99yH5ZDJAgIB543mJS47H/RgWQDYG4Y1S3gbK916gBXgHW75kB1l/Quv0LAAD//+jnj80AAAAGSURBVAMACYHHYZWTRRQAAAAASUVORK5CYII='/%3E%3C/defs%3E%3C/svg%3E%0A");
    height: 50px;
    width: 50px;
}

.wohnung-slider-arrow-prev{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='49.558' height='50.387' viewBox='0 0 49.558 50.387'%3E%3Cg id='Icon_feather-arrow-down' data-name='Icon feather-arrow-down' transform='translate(48.558 1.414) rotate(90)'%3E%3Cpath id='Path_8419' data-name='Path 8419' d='M18,7.5V55.058' transform='translate(5.779 -7.5)' fill='none' stroke='%23f8f0eb' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Path_8420' data-name='Path 8420' d='M55.058,18,31.279,41.779,7.5,18' transform='translate(-7.5 5.779)' fill='none' stroke='%23f8f0eb' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
    height: 1.5rem;
    width: 1.5rem;
}

/* Angebot */

.bewerben-button p{
    border: 1px solid var(--color-sonic-silver);
    border-radius: 0px !important;
    padding: 0.5rem 1.5rem !important;
}

/* Highlights */

.highlights-slider-container .is-active.is-visible .highlights-image{

}

.highlights-slider-container .splide__slide .highlights-index-number{
    display: none;
}

.highlights-slider-container .splide__slide.is-active .highlights-index-number{
    display: block;
}

.highlights-slider-container{
    padding-left: calc((100vw - 1440px - 1rem)/2) !important;
}
/* Downloads */

.downloads-icon{
    max-width: 35px;
}

.downloads-arrow{
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='8' viewBox='0 0 19 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.2382 4.03568C19.4334 3.84042 19.4334 3.52384 19.2382 3.32858L16.0562 0.146595C15.8609 -0.0486671 15.5444 -0.0486671 15.3491 0.146595C15.1538 0.341857 15.1538 0.65844 15.3491 0.853702L18.1775 3.68213L15.3491 6.51056C15.1538 6.70582 15.1538 7.0224 15.3491 7.21766C15.5444 7.41292 15.8609 7.41292 16.0562 7.21766L19.2382 4.03568ZM0 3.68213V4.18213H18.8846V3.68213V3.18213H0V3.68213Z' fill='%23817773'/%3E%3Cpath d='M19.2382 4.03568C19.4334 3.84042 19.4334 3.52384 19.2382 3.32858L16.0562 0.146595C15.8609 -0.0486671 15.5444 -0.0486671 15.3491 0.146595C15.1538 0.341857 15.1538 0.65844 15.3491 0.853702L18.1775 3.68213L15.3491 6.51056C15.1538 6.70582 15.1538 7.0224 15.3491 7.21766C15.5444 7.41292 15.8609 7.41292 16.0562 7.21766L19.2382 4.03568ZM0 3.68213V4.18213H18.8846V3.68213V3.18213H0V3.68213Z' fill='black' fill-opacity='0.2'/%3E%3Cpath d='M19.2382 4.03568C19.4334 3.84042 19.4334 3.52384 19.2382 3.32858L16.0562 0.146595C15.8609 -0.0486671 15.5444 -0.0486671 15.3491 0.146595C15.1538 0.341857 15.1538 0.65844 15.3491 0.853702L18.1775 3.68213L15.3491 6.51056C15.1538 6.70582 15.1538 7.0224 15.3491 7.21766C15.5444 7.41292 15.8609 7.41292 16.0562 7.21766L19.2382 4.03568ZM0 3.68213V4.18213H18.8846V3.68213V3.18213H0V3.68213Z' fill='black' fill-opacity='0.2'/%3E%3C/svg%3E%0A");
    width: 22px;
    height: 8px;
}

.hero-downloads-container{
    border: 1.5rem solid white;
}

.downloads-link{
    transition: all 0.3s;
}

.downloads:hover .downloads-link{
    padding-right: 1rem !important;
}

/* Galerie */

.galerie-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
}

.w-stretch-2 {
    grid-column: span 2;
}

/* 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: 1rem !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: transparent !important;
    color: var(--color-sonic-silver) !important;
    font-family: 'Sensation' !important;
    font-weight: 400 !important;
    border: 1px !important;
    border: 1px solid var(--color-sonic-silver) !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: 190px !important;
    text-align: start !important;
}

.fui-alert p:last-child{
    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-sonic-silver)!important;
    border-color: var(--color-silver-sonic) !important;
}

.fui-type-checkboxes .fui-input-wrapper{
    padding-top: 1rem !important;
}

.fui-submit{
    position: relative;
    transition: all 0.3s;
}

.fui-submit::after{
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='16' viewBox='0 0 19 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16V0L19 8L0 16ZM2 13L13.85 8L2 3V6.5L8 8L2 9.5V13Z' fill='%23817773'/%3E%3Cpath d='M0 16V0L19 8L0 16ZM2 13L13.85 8L2 3V6.5L8 8L2 9.5V13Z' fill='black' fill-opacity='0.2'/%3E%3Cpath d='M0 16V0L19 8L0 16ZM2 13L13.85 8L2 3V6.5L8 8L2 9.5V13Z' fill='black' fill-opacity='0.2'/%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;
    right: 1rem !important;
    top: 50% !important;
}

.fui-submit.fui-loading{
    color: var(--color-sonic-silver) !important;
    pointer-events: none;
}

.fui-submit.fui-loading::after{
    opacity: 0 !important;
}

.fui-limit-text{
    display: none !important;
}

.fui-select{
    border-radius: 0px !important;
    background-position: 100% 10px !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: 1rem !important;
    margin-bottom: 1rem !important;
    opacity: 100% !important; 
}

.fui-label,
.fui-legend,
.fui-checkbox-label{
    font-size: 0.875rem !important;
    line-height: 1.08 !important;
    font-family: 'Sensation' !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    color: var(--color-black) !important;
}

#form .fui-alert.fui-alert-success{
    background-color: var(--color-alabaster) !important;
    font-family: 'Sensation' !important;
    font-weight: 400 !important;
    color: var(--color-black) !important;
    text-align: center;
    padding: 1.5rem;
}

#form .fui-alert.fui-alert-success a{
    text-decoration: none;
    color: var(--color-black) !important;
}

/* Vermarkter */

.vermarkter-grid{
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 0px 0px; 
}

.vermarkter-text a{
    color: var(--color-sonic-silver);
}

.bg-partner1{
    transition: all 0.3s;
    padding-left: calc((100vw - 1440px - 1rem) / 2) !important;
}

.bg-partner1:hover{
    background-color: #a7948a !important;
}

.bg-partner2{
    transition: all 0.3s;
    padding-right: calc((100vw - 1440px - 1rem) / 2) !important;
}

.bg-partner2:hover{
    background-color: #8d7f78 !important;
}

.vermarkter-container{
    min-height: 210px;
}

.vermarktung-image{
    height: 80px;
    object-position: left;
    max-width: 200px;
}

/* Isometrie */

.border-top-isometrie{
    border-top: 1px solid #C7C6C7;
}

.border-bottom-isometrie{
    border-bottom: 1px solid #C7C6C7;
}

/* Lage */

.lage-slider{
    border: 1px solid var(--color-sonic-silver);
    color: var(--color-sonic-silver);
    transition: all 0.3s;
}

.lage-slider.active{
    color: #F5EBE0;
    background-color: var(--color-sonic-silver);
}

.lage-accordion{
    border-bottom: 1px solid #A4B0AC;
}

.accordion-button:not(.collapsed){
    color: var(--color-sonic-siver) !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.ov-icon{
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.1485 13.45C7.76617 13.45 7.44167 13.5838 7.175 13.8515C6.90833 14.1192 6.775 14.4442 6.775 14.8265C6.775 15.2088 6.90883 15.5333 7.1765 15.8C7.44417 16.0667 7.76917 16.2 8.1515 16.2C8.53383 16.2 8.85833 16.0662 9.125 15.7985C9.39167 15.5308 9.525 15.2058 9.525 14.8235C9.525 14.4412 9.39117 14.1167 9.1235 13.85C8.85583 13.5833 8.53083 13.45 8.1485 13.45ZM17.625 10.75C18.9213 10.75 19.9746 11.1208 20.7847 11.8625C21.5949 12.6042 22 13.5667 22 14.75V18C22 18.55 21.8042 19.0208 21.4125 19.4125C21.0208 19.8042 20.55 20 20 20L22 22H13.25L15.25 20C14.7 20 14.2292 19.8042 13.8375 19.4125C13.4458 19.0208 13.25 18.55 13.25 18V14.75C13.25 13.5667 13.6551 12.6042 14.4653 11.8625C15.2754 11.1208 16.3287 10.75 17.625 10.75ZM17.625 17.25C17.425 17.25 17.25 17.325 17.1 17.475C16.95 17.625 16.875 17.8 16.875 18C16.875 18.2 16.95 18.375 17.1 18.525C17.25 18.675 17.425 18.75 17.625 18.75C17.825 18.75 18 18.675 18.15 18.525C18.3 18.375 18.375 18.2 18.375 18C18.375 17.8 18.3 17.625 18.15 17.475C18 17.325 17.825 17.25 17.625 17.25ZM14.9415 13.75C14.8777 13.9 14.8297 14.0583 14.7977 14.225C14.7659 14.3917 14.75 14.5667 14.75 14.75V15.75H20.5V14.75C20.5 14.5667 20.4833 14.3917 20.45 14.225C20.4167 14.0583 20.3667 13.9 20.3 13.75H14.9415ZM12.025 2C14.7917 2 16.8125 2.28333 18.0875 2.85C19.3625 3.41667 20 4.31667 20 5.55V9.65C19.7667 9.56667 19.5263 9.49583 19.279 9.4375C19.0317 9.37917 18.772 9.33333 18.5 9.3V6.4H5.5V10.725H13.45C13.2167 10.9417 13.0042 11.1743 12.8125 11.423C12.6208 11.6717 12.4583 11.939 12.325 12.225H5.5V15.225C5.5 15.8083 5.69583 16.325 6.0875 16.775C6.47917 17.225 6.96667 17.45 7.55 17.45H11.75V18.95H7.55V20.325C7.55 20.525 7.46858 20.6875 7.30575 20.8125C7.14275 20.9375 6.94083 21 6.7 21H6.225C6.00833 21 5.81667 20.9375 5.65 20.8125C5.48333 20.6875 5.4 20.525 5.4 20.325V18.225C4.91667 17.9583 4.5625 17.575 4.3375 17.075C4.1125 16.575 4 16.0417 4 15.475V5.55C4 4.32233 4.6375 3.42375 5.9125 2.85425C7.1875 2.28475 9.225 2 12.025 2ZM12.025 4.9H18.5H5.5H12.025ZM5.5 4.9H18.5C18.1 4.46667 17.3333 4.125 16.2 3.875C15.0667 3.625 13.675 3.5 12.025 3.5C10.0583 3.5 8.55 3.6125 7.5 3.8375C6.45 4.0625 5.78333 4.41667 5.5 4.9Z' fill='%23817773'/%3E%3C/svg%3E%0A");
    width: 25px;
    height: 25px;
}

.auto-icon{
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 18.9V20.25C5 20.4625 4.92817 20.6406 4.7845 20.7843C4.64067 20.9281 4.4625 21 4.25 21H3.75C3.5375 21 3.35942 20.9281 3.21575 20.7843C3.07192 20.6406 3 20.4625 3 20.25V12.15L5.125 5.75C5.20833 5.51667 5.34583 5.33333 5.5375 5.2C5.72917 5.06667 5.95 5 6.2 5H17.8C18.05 5 18.2708 5.06667 18.4625 5.2C18.6542 5.33333 18.7917 5.51667 18.875 5.75L21 12.15V20.25C21 20.4625 20.9282 20.6406 20.7845 20.7843C20.6407 20.9281 20.4625 21 20.25 21H19.725C19.5083 21 19.3333 20.9281 19.2 20.7843C19.0667 20.6406 19 20.4625 19 20.25V18.9H5ZM5.075 10.65H18.925L17.55 6.5H6.45L5.075 10.65ZM7.144 16.15C7.53133 16.15 7.85417 16.0188 8.1125 15.7563C8.37083 15.4938 8.5 15.175 8.5 14.8C8.5 14.4112 8.36875 14.0806 8.10625 13.8082C7.84375 13.5361 7.525 13.4 7.15 13.4C6.76117 13.4 6.43058 13.5355 6.15825 13.8065C5.88608 14.0777 5.75 14.4068 5.75 14.794C5.75 15.1813 5.8855 15.5042 6.1565 15.7625C6.42767 16.0208 6.75683 16.15 7.144 16.15ZM16.875 16.15C17.2638 16.15 17.5944 16.0188 17.8667 15.7563C18.1389 15.4938 18.275 15.175 18.275 14.8C18.275 14.4112 18.1395 14.0806 17.8685 13.8082C17.5973 13.5361 17.2682 13.4 16.881 13.4C16.4937 13.4 16.1708 13.5355 15.9125 13.8065C15.6542 14.0777 15.525 14.4068 15.525 14.794C15.525 15.1813 15.6562 15.5042 15.9187 15.7625C16.1813 16.0208 16.5 16.15 16.875 16.15ZM4.5 17.4H19.5V12.15H4.5V17.4Z' fill='%23817773'/%3E%3C/svg%3E%0A");
    width: 25px;
    height: 25px;
}

.lage-tabelle-row{
    border-bottom: 1px solid var(--color-sonic-silver);
}

.marketing-logo{
    max-width: 300px;
}

/* Footer */

.background-footer-green{
    background: linear-gradient(180deg,rgba(129, 119, 115, 1) 1%, rgba(181, 161, 148, 1) 100%);
}

.footer-logo{
    background-image: url("data:image/svg+xml,%3Csvg width='350' height='73' viewBox='0 0 350 73' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M110.333 44.821V51.1753H113.508L110.333 44.821Z' fill='%23F5EBE0'/%3E%3Cpath d='M137.466 22.0467L126.573 44.3881H126.339L115.239 22.0467H110.333L124.86 51.1753H125.609L137.313 27.2959H137.466V51.1753H142.281V22.0467H137.466Z' fill='%23F5EBE0'/%3E%3Cpath d='M4.79712 37.205V51.1753H0V22.0375H4.79712V35.3079H19.1253V22.0375H23.9225V51.1753H19.1253V37.205H4.79712Z' fill='%23F5EBE0'/%3E%3Cpath d='M40.478 22.0467H45.2751V51.1845H40.478V22.0467Z' fill='%23F5EBE0'/%3E%3Cpath d='M178.675 22.0467V23.9346H163.634V34.3501H173.697V36.238H163.634V49.2874H178.675V51.1753H158.837V22.0375H178.675V22.0467Z' fill='%23F5EBE0'/%3E%3Cpath d='M193.12 22.0467H197.917V49.2874H212.29V51.1753H193.12V22.0375V22.0467Z' fill='%23F5EBE0'/%3E%3Cpath d='M225.383 22.0467H235.275C236.979 22.0467 238.476 22.2309 239.775 22.6085C241.073 22.986 242.137 23.5017 243.003 24.1832C243.868 24.8647 244.509 25.6567 244.95 26.5868C245.392 27.517 245.609 28.53 245.609 29.6258C245.609 30.5376 245.437 31.3848 245.104 32.1768C244.77 32.9688 244.292 33.6779 243.688 34.3225C243.084 34.9672 242.345 35.5105 241.479 35.971C240.622 36.4314 239.675 36.7906 238.638 37.0576L249.026 51.1845H243.454L233.535 37.4997H230.18V51.1845H225.383V22.0467ZM230.18 36.017H232.958C234.031 36.017 235.023 35.8697 235.933 35.575C236.844 35.2803 237.638 34.8659 238.296 34.3317C238.963 33.7976 239.486 33.153 239.856 32.3886C240.225 31.6242 240.415 30.7678 240.415 29.8192C240.415 28.9444 240.271 28.134 239.973 27.4064C239.675 26.6789 239.261 26.0435 238.729 25.5278C238.188 25.0121 237.556 24.6069 236.817 24.3122C236.078 24.0175 235.275 23.8701 234.4 23.8701H230.18V36.017Z' fill='%23F5EBE0'/%3E%3Cpath d='M261.704 22.0467H266.501V51.1845H261.704V22.0467Z' fill='%23F5EBE0'/%3E%3Cpath d='M287.602 36.7169C287.602 38.7521 287.899 40.5755 288.503 42.1963C289.107 43.8171 289.937 45.1893 290.992 46.3036C292.047 47.4272 293.291 48.2836 294.725 48.873C296.159 49.4624 297.719 49.7663 299.396 49.7663C300.397 49.7663 301.371 49.5729 302.3 49.1769C303.228 48.7809 304.094 48.2652 304.887 47.6298C305.681 46.9943 306.393 46.276 307.024 45.4748C307.656 44.6736 308.17 43.8632 308.575 43.0436L310.595 44.3605C310.009 45.3459 309.315 46.2852 308.512 47.1877C307.71 48.0902 306.781 48.8914 305.726 49.5821C304.671 50.2728 303.481 50.8345 302.155 51.2397C300.83 51.6542 299.351 51.8568 297.71 51.8568C295.347 51.8568 293.192 51.4516 291.262 50.6504C289.333 49.8492 287.683 48.7533 286.303 47.3811C284.923 46.0089 283.859 44.3973 283.111 42.5555C282.354 40.7137 281.984 38.7705 281.984 36.7261C281.984 35.3631 282.155 34.037 282.498 32.7385C282.841 31.44 283.336 30.2244 283.995 29.0917C284.644 27.959 285.446 26.9183 286.384 25.9698C287.322 25.0212 288.386 24.2108 289.567 23.5294C290.749 22.8479 292.047 22.323 293.454 21.9454C294.86 21.5678 296.357 21.3836 297.953 21.3836C299.549 21.3836 300.875 21.5954 302.155 22.0099C303.436 22.4243 304.608 22.9768 305.663 23.6675C306.718 24.3582 307.656 25.1502 308.485 26.0527C309.306 26.9552 310.018 27.8945 310.604 28.8799L308.521 30.2889C307.331 27.9313 305.997 26.2092 304.518 25.1133C303.039 24.0267 301.344 23.4741 299.423 23.4741C297.773 23.4741 296.231 23.778 294.797 24.395C293.364 25.012 292.11 25.8869 291.046 27.0288C289.982 28.1708 289.134 29.5614 288.53 31.1914C287.926 32.8214 287.62 34.6632 287.62 36.7169H287.602Z' fill='%23F5EBE0'/%3E%3Cpath d='M330.875 37.205V51.1753H326.078V22.0375H330.875V35.3079H345.203V22.0375H350V51.1753H345.203V37.205H330.875Z' fill='%23F5EBE0'/%3E%3Cpath d='M61.8306 44.821V51.1753H65.0046L61.8306 44.821Z' fill='%23F5EBE0'/%3E%3Cpath d='M88.9631 22.0467L78.0704 44.3881H77.836L66.7359 22.0467H61.8306L76.3572 51.1753H77.1056L88.8098 27.2959H88.9631V51.1753H93.7783V22.0467H88.9631Z' fill='%23F5EBE0'/%3E%3Cpath d='M152.49 69.2989C152.49 71.0487 151.218 72.0525 148.694 72.0525H144.05V61.7382H148.405C150.659 61.7382 151.958 62.7144 151.958 64.3904C151.958 65.5692 151.336 66.352 150.416 66.7296C151.714 67.0242 152.49 67.8899 152.49 69.2989ZM145.114 62.6315V66.3796H148.333C149.947 66.3796 150.885 65.7442 150.885 64.5101C150.885 63.2761 149.947 62.6407 148.333 62.6407H145.114V62.6315ZM151.426 69.2068C151.426 67.8623 150.461 67.2729 148.685 67.2729H145.123V71.1499H148.685C150.461 71.1499 151.426 70.5606 151.426 69.2068Z' fill='%23F5EBE0'/%3E%3Cpath d='M168.477 69.2989H162.851L161.642 72.0525H160.533L165.15 61.7382H166.205L170.822 72.0525H169.695L168.486 69.2989H168.477ZM168.09 68.4148L165.664 62.8709L163.238 68.4148H168.09Z' fill='%23F5EBE0'/%3E%3Cpath d='M186.169 69.2989H180.542L179.334 72.0525H178.225L182.842 61.7382H183.897L188.513 72.0525H187.386L186.178 69.2989H186.169ZM185.772 68.4148L183.347 62.8709L180.921 68.4148H185.772Z' fill='%23F5EBE0'/%3E%3Cpath d='M204.284 72.0525L201.976 68.7372C201.714 68.7648 201.453 68.7832 201.164 68.7832H198.45V72.0525H197.386V61.7382H201.164C203.734 61.7382 205.294 63.0643 205.294 65.2745C205.294 66.8953 204.455 68.0281 202.986 68.5161L205.456 72.0525H204.284ZM204.23 65.2745C204.23 63.6261 203.166 62.6775 201.137 62.6775H198.45V67.8531H201.137C203.157 67.8531 204.23 66.8953 204.23 65.2745Z' fill='%23F5EBE0'/%3E%3Cpath d='M163.662 0H164.726V10.3142H163.662V0Z' fill='%23F5EBE0'/%3E%3Cpath d='M185.718 0V10.3142H184.69V2.06284L180.723 9.00656H180.218L176.25 2.10888V10.3235H175.222V0.00919006H176.106L180.497 7.662L184.843 0.00919006H185.727L185.718 0Z' fill='%23F5EBE0'/%3E%3C/svg%3E%0A");
    width: 400px;
    height: 70px;
}

.footer-link a{
    color: var(--color-white) !important;
    text-decoration: underline !important;
}

.facebook{
    background-image: url("data:image/svg+xml,%3Csvg width='39' height='39' viewBox='0 0 39 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.2559 0H6.79512C3.04228 0 0 3.04228 0 6.79512V31.2559C0 35.0088 3.04228 38.051 6.79512 38.051H31.2559C35.0088 38.051 38.051 35.0088 38.051 31.2559V6.79512C38.051 3.04228 35.0088 0 31.2559 0Z' fill='white'/%3E%3Cpath d='M16.8187 28H20.3051V18.9215H22.7402L23 15.8828H20.3051V14.15C20.3051 13.4343 20.4441 13.1517 21.1088 13.1517H22.994V10H20.577C17.9789 10 16.8127 11.1866 16.8127 13.4594V15.8828H15V18.9592H16.8127V27.9937L16.8187 28Z' fill='%238D867C'/%3E%3C/svg%3E%0A");
    width: 38px;
    height: 38px;
}

.linkedin{
    background-image: url("data:image/svg+xml,%3Csvg width='39' height='39' viewBox='0 0 39 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.2559 0H6.79512C3.04228 0 0 3.04228 0 6.79512V31.2559C0 35.0088 3.04228 38.051 6.79512 38.051H31.2559C35.0088 38.051 38.051 35.0088 38.051 31.2559V6.79512C38.051 3.04228 35.0088 0 31.2559 0Z' fill='white'/%3E%3Cg clip-path='url(%23clip0_107_1457)'%3E%3Cpath d='M19.8359 17.7572C20.0578 17.5072 20.2405 17.2533 20.4676 17.0387C21.1672 16.3765 21.996 16.0428 22.9631 16.0519C23.4943 16.0559 24.0203 16.0951 24.5319 16.243C25.704 16.5833 26.3853 17.392 26.7089 18.5398C26.953 19.4009 26.9974 20.2842 26.9987 21.1702C27.0013 23.0403 26.9935 24.9104 26.9974 26.7806C26.9974 26.9559 26.9491 27.0017 26.7768 27.0004C25.8162 26.9926 24.8556 26.9926 23.895 27.0004C23.7253 27.0017 23.6901 26.9494 23.6901 26.7897C23.6953 25.0099 23.6966 23.2314 23.6901 21.4516C23.6888 21.0053 23.6601 20.5604 23.5361 20.1259C23.3064 19.3276 22.736 18.9206 21.902 18.9651C20.7626 19.0253 20.1701 19.5906 20.0252 20.7527C19.99 21.0302 19.9743 21.3076 19.9743 21.5877C19.9756 23.3178 19.973 25.0492 19.9795 26.7792C19.9795 26.952 19.9364 27.003 19.7616 27.0017C18.7944 26.9926 17.826 26.9939 16.8589 27.0017C16.7036 27.0017 16.6592 26.9612 16.6592 26.8041C16.6631 23.378 16.6631 19.9518 16.6592 16.5257C16.6592 16.3556 16.714 16.3163 16.8745 16.3176C17.7934 16.3241 18.7122 16.3255 19.631 16.3176C19.8007 16.3163 19.8438 16.3713 19.8399 16.5309C19.8307 16.9405 19.8373 17.3502 19.8373 17.7598L19.8359 17.7572Z' fill='%238D867D'/%3E%3Cpath d='M14.5722 21.6722C14.5722 23.367 14.5696 25.0617 14.5762 26.7565C14.5762 26.9449 14.5305 27.0012 14.336 26.9999C13.3754 26.9894 12.4148 26.9921 11.4542 26.9986C11.3002 26.9986 11.2545 26.9606 11.2545 26.801C11.2597 23.3696 11.2584 19.9369 11.2545 16.5055C11.2545 16.3642 11.2885 16.3132 11.4385 16.3145C12.4122 16.321 13.3872 16.3223 14.3621 16.3145C14.5487 16.3132 14.5749 16.3851 14.5749 16.5461C14.5696 18.2553 14.5722 19.9644 14.5722 21.6722Z' fill='%238D867D'/%3E%3Cpath d='M14.8372 12.9133C14.8372 13.9773 13.9771 14.8449 12.9186 14.8449C11.8719 14.8449 11.0039 13.9773 11 12.9303C10.9961 11.8716 11.864 11 12.9212 11C13.9706 11 14.8359 11.865 14.8359 12.9133H14.8372Z' fill='%238D867D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_107_1457'%3E%3Crect width='16' height='16' fill='white' transform='translate(11 11)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    width: 38px;
    height: 38px;
}

.instagram{
    background-image: url("data:image/svg+xml,%3Csvg width='39' height='39' viewBox='0 0 39 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.2559 0H6.79512C3.04228 0 0 3.04228 0 6.79512V31.2559C0 35.0088 3.04228 38.051 6.79512 38.051H31.2559C35.0088 38.051 38.051 35.0088 38.051 31.2559V6.79512C38.051 3.04228 35.0088 0 31.2559 0Z' fill='white'/%3E%3Cpath d='M19.9074 10.667C20.8449 10.6695 21.3207 10.6745 21.7316 10.6862L21.8932 10.692C22.0799 10.6987 22.2641 10.707 22.4866 10.717C23.3732 10.7587 23.9782 10.8987 24.5091 11.1045C25.0591 11.3162 25.5224 11.6028 25.9857 12.0653C26.4096 12.4818 26.7375 12.9857 26.9466 13.542C27.1524 14.0728 27.2924 14.6778 27.3341 15.5653C27.3441 15.787 27.3524 15.9712 27.3591 16.1587L27.3641 16.3203C27.3766 16.7303 27.3816 17.2062 27.3832 18.1437L27.3841 18.7653V19.857C27.3861 20.4648 27.3797 21.0727 27.3649 21.6803L27.3599 21.842C27.3532 22.0295 27.3449 22.2137 27.3349 22.4353C27.2932 23.3228 27.1516 23.927 26.9466 24.4587C26.7375 25.0149 26.4096 25.5189 25.9857 25.9353C25.5693 26.3592 25.0653 26.6871 24.5091 26.8962C23.9782 27.102 23.3732 27.242 22.4866 27.2837L21.8932 27.3087L21.7316 27.3137C21.3207 27.3253 20.8449 27.3312 19.9074 27.3328L19.2857 27.3337H18.1949C17.5868 27.3358 16.9787 27.3294 16.3707 27.3145L16.2091 27.3095C16.0112 27.302 15.8135 27.2934 15.6157 27.2837C14.7291 27.242 14.1241 27.102 13.5924 26.8962C13.0364 26.687 12.5328 26.3591 12.1166 25.9353C11.6923 25.519 11.3642 25.015 11.1549 24.4587C10.9491 23.9278 10.8091 23.3228 10.7674 22.4353L10.7424 21.842L10.7382 21.6803C10.7229 21.0727 10.7159 20.4648 10.7174 19.857V18.1437C10.7151 17.5358 10.7212 16.928 10.7357 16.3203L10.7416 16.1587C10.7482 15.9712 10.7566 15.787 10.7666 15.5653C10.8082 14.6778 10.9482 14.0737 11.1541 13.542C11.3638 12.9855 11.6926 12.4815 12.1174 12.0653C12.5334 11.6416 13.0367 11.3137 13.5924 11.1045C14.1241 10.8987 14.7282 10.7587 15.6157 10.717C15.8374 10.707 16.0224 10.6987 16.2091 10.692L16.3707 10.687C16.9784 10.6722 17.5862 10.6658 18.1941 10.6678L19.9074 10.667ZM19.0507 14.8337C17.9457 14.8337 16.8858 15.2726 16.1044 16.054C15.323 16.8354 14.8841 17.8953 14.8841 19.0003C14.8841 20.1054 15.323 21.1652 16.1044 21.9466C16.8858 22.728 17.9457 23.167 19.0507 23.167C20.1558 23.167 21.2156 22.728 21.997 21.9466C22.7784 21.1652 23.2174 20.1054 23.2174 19.0003C23.2174 17.8953 22.7784 16.8354 21.997 16.054C21.2156 15.2726 20.1558 14.8337 19.0507 14.8337ZM19.0507 16.5003C19.379 16.5003 19.7041 16.5649 20.0075 16.6905C20.3108 16.8161 20.5864 17.0002 20.8186 17.2323C21.0508 17.4644 21.235 17.7399 21.3607 18.0432C21.4864 18.3465 21.5511 18.6716 21.5511 18.9999C21.5512 19.3282 21.4866 19.6533 21.361 19.9566C21.2354 20.26 21.0513 20.5356 20.8192 20.7678C20.5871 21 20.3115 21.1842 20.0082 21.3099C19.7049 21.4356 19.3799 21.5003 19.0516 21.5003C18.3885 21.5003 17.7526 21.2369 17.2838 20.7681C16.815 20.2993 16.5516 19.6634 16.5516 19.0003C16.5516 18.3373 16.815 17.7014 17.2838 17.2326C17.7526 16.7637 18.3885 16.5003 19.0516 16.5003M23.4266 13.5837C23.1503 13.5837 22.8853 13.6934 22.69 13.8888C22.4946 14.0841 22.3849 14.3491 22.3849 14.6253C22.3849 14.9016 22.4946 15.1665 22.69 15.3619C22.8853 15.5572 23.1503 15.667 23.4266 15.667C23.7028 15.667 23.9678 15.5572 24.1631 15.3619C24.3585 15.1665 24.4682 14.9016 24.4682 14.6253C24.4682 14.3491 24.3585 14.0841 24.1631 13.8888C23.9678 13.6934 23.7028 13.5837 23.4266 13.5837Z' fill='%23898178'/%3E%3C/svg%3E%0A");
    width: 38px;
    height: 38px;
}

.logo-footer {
    max-width: 155px !important;
}

.boder-bottom-footer{
    border-bottom: 1px solid #ffffff42 !important;
}

.datenschutzerklaerung h2{
    margin-top: 3rem !important;
    margin-bottom: 1.5rem !important;	
    font-size: 1.625rem !important;
    line-height: 1.2 !important;
}

.datenschutzerklaerung a{
    text-decoration: none !important;
    color: var(--color-white) !important;
}

@media only screen and (max-width: 1500px) and (min-width: 1400px)  {

}

@media (max-width: 1600px) {

}

@media (max-width: 1440px) {

}

@media (max-width: 1200px) {
    .offcanvas-panel {
        max-width: 100%;
        margin: 0 auto;
        background: #fff;      /* white box */
        min-height: 100%;      /* if you want it to reach bottom */
    }

    .partner-grid{
        display: grid; 
        grid-template-columns: 1fr; 
        gap: 1.5em 1.5em; 
    }
}

@media (max-width: 992px) {

    .galerie-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
    }

    .w-stretch-3, .w-stretch-2, .w-stretch-1, .w-stretch {
        grid-column: span 1;
    }

    .anchor-sm {
        scroll-margin-top: 92px;
    }

}

@media (max-width: 768px) {

    .fui-checkbox{
        width: 33.33% !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        margin-bottom: 0.5rem !important;
    }

    #offcanvasMenu{
        height: 100vh;
    }

    .fui-row{
        width: 100% !important;
        grid-template-columns: 1fr !important;
    }

    .vermarkter-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0px 0px;
    }

}

@media (max-width: 576px) {
    .numbers-grid > div{
        grid-column: span 4;
    }

    .numbers-border-right{
        border-right: 0px !important;
    }

    .fui-checkbox{
        width: 50% !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        margin-bottom: 0.5rem !important;
    }

    .nav-illustration{
        display: none !important;
    }

    .vh-70, .min-vh-70 {
        height: auto;
        min-height: auto;
    }

    .fui-checkbox{
        width: 100% !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        margin-bottom: 0.5rem !important;
    }

    .footer-logo {
        width: 300px;
        height: 50px;
    }

    .downloads-link{
        border: 1px solid black;
        padding: 0.5rem 1rem !important;
        width: 100%;
        text-align: start;
    }

    #himmelrich-logo,
    .himmelrich-logo-container{
        max-width: auto;
        width: 100%;
    }

}

@media (max-height: 1100px) {

    .nav-illustration{
        display: none !important;
    }

    #offcanvasMenu{
        height: 100vh;
    }

}