.Menu-wrapper{align-items:center;bottom:0;display:flex;left:25px;position:absolute;top:0}.Menu{background-color:var(--clr-primary);height:100vh;left:0;overflow-y:auto;padding:0;position:fixed;top:0;transform:translateX(-100%);transition:transform .3s ease-out;width:var(--Menu-width);z-index:var(--z-menu)}@media screen and (min-width:1026px){.Menu{background-image:url(../Images/Menu.svg);background-position:0 0;background-repeat:no-repeat}}@media (prefers-reduced-motion:reduce){.Menu{transition:none}}.Menu.is--active{transform:translateX(0);transition:transform .7s cubic-bezier(.47,1.64,.41,.8)}.Menu-overlay{background:#0000;display:none;height:100vh;position:fixed;right:0;top:0;width:calc(100% - var(--Menu-width));z-index:calc(var(--z-menu) - 1)}.Menu-overlay.is--active{display:block}.Menu-burger{background:#0000;cursor:pointer;display:flex;flex-direction:column;height:40px;justify-content:space-around;margin-right:10px;width:40px}.Menu-burger.is--active{height:61px}.Menu-burger.is--active span:first-child{transform:rotate(45deg) translate(5px,5px)}.Menu-burger.is--active span:nth-child(2){opacity:0}.Menu-burger.is--active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.Menu-burger span{background-color:var(--clr-primary);display:block;height:2px;transition:transform .5s ease,opacity .5s ease;width:40px}.Menu-burger span:first-child{transform-origin:top left}.Menu-burger span:nth-child(2){background-color:var(--clr-secondary);opacity:1}.Menu-burger span:nth-child(3){transform-origin:bottom left}.MenuSearchIcon{border-left:2px solid var(--clr-greyLight);margin-left:10px;padding-left:10px}@media screen and (min-width:1200px){.MenuSearchIcon{display:none}}.Menu-header{align-items:center;display:flex;height:73px;overflow-x:hidden;padding-left:18px}.Menu-logo{display:block;height:100%;padding-block:10px}.Menu-logo svg{max-height:100%;max-width:100%}.Menu-logo-group{align-items:center;box-shadow:0 -6px 6px #0000001a;display:flex;min-width:121px;overflow-y:hidden;padding:0 14px}.Menu-logo-group svg{min-width:93px}.Menu-columns .Headline,.Menu-columns>div{display:none}@media screen and (min-width:1026px){.Menu-columns .Headline,.Menu-columns>div{display:block}}.Menu-links{display:none}@media screen and (min-width:1026px){.Menu-columns,.Menu-links{display:flex;margin:0 auto;max-width:80vw}.Menu-links .neos-contentcollection{width:100%}.Menu-links .IconLinkList .IconLinkItem{flex:0 1 calc(25% - 15px)}}.Menu-items{display:flex;flex-direction:column;gap:20px;list-style-type:none;padding:40px 20px}@media screen and (min-width:1026px){.Menu-items{padding:40px 0}}@media screen and (min-width:1367px){.Menu-items{max-width:650px}}@media screen and (max-width:992px){.Menu-items{max-height:-moz-fit-content;max-height:fit-content;overflow-y:auto;padding-bottom:300px}}.Menu-items .Headline{color:var(--clr-white)}.Menu-items li{padding-left:0;padding-right:0}.Menu-levelItems,.Menu-secondLevelItems,.Menu-thidLevelItems{margin:0}.Menu-levelItems li,.Menu-secondLevelItems li,.Menu-thidLevelItems li{padding-left:0;padding-right:0}.Menu-levelItems li{padding:0}@media screen and (min-width:1026px){.Menu-levelItems li{padding-bottom:16px;padding-top:16px}.Menu-levelItems>li{width:45%}}.Menu-level{margin:0;padding:4px 0}.Menu-levelButton{align-items:center;color:var(--Menu-link);display:flex;flex-wrap:wrap;padding:0}.Menu-levelItems{display:flex;flex-direction:column;flex-wrap:wrap;gap:30px;max-height:0;overflow:hidden;position:relative;transition:all .5s;visibility:hidden;width:100%}@media screen and (min-width:1026px){.Menu-levelItems{flex-direction:row;max-width:450px}}@media screen and (max-width:992px){.Menu-secondLevelItems{display:flex;flex-direction:column;gap:20px;max-height:0;overflow:hidden;position:relative;transition:all .5s;visibility:hidden;width:100%}}.Menu-levelButton.is--active .Menu-levelItems,.Menu-secondLevelButton.is--active .Menu-secondLevelItems{max-height:800px;overflow:visible;padding:10px 0;transition:all .5s;visibility:visible}@media screen and (min-width:1026px){.Menu-levelButton.is--active .Menu-levelItems,.Menu-secondLevelButton.is--active .Menu-secondLevelItems{padding:25px 0}}.Menu-levelButton.is--active{color:var(--Menu-link--active);.Menu-levelItems{margin-top:10px}}.Menu-firstLevelTitle{font-size:1.5rem;line-height:1.3125rem}.Menu-firstLevelTitle,.Menu-secondLevelTitle{color:var(--Menu-link);font-weight:700;-webkit-hyphens:auto;hyphens:auto;text-align:left;text-transform:uppercase;word-break:break-word}.Menu-secondLevelTitle{font-size:1.25rem}.Menu-thirdLevelTitle{color:var(--Menu-link);font-size:1.125rem;font-weight:400;-webkit-hyphens:auto;hyphens:auto;text-transform:none;word-break:break-word}@media screen and (max-width:768px){.Menu-levelIndicator{justify-content:space-between;width:100%}}.Menu-levelIndicator,.Menu-secondLevelIndicator{background-color:initial;display:flex;width:100%}.Menu-levelIndicator svg,.Menu-secondLevelIndicator svg{display:block;height:20px;margin-left:20px;transform:rotate(45deg);transition:transform .2s ease-in-out;width:20px}.Menu-levelIndicator{border-bottom:3px solid #ffffff4d;padding-bottom:25px}@media screen and (min-width:1367px){.Menu-levelIndicator{width:500px}}.Menu-secondLevelIndicator svg{margin-left:auto}@media screen and (min-width:1026px){.Menu-secondLevelIndicator svg{display:none}}.Menu-levelButton.is--active .Menu-levelIndicator svg,.Menu-secondLevelButton.is--active .Menu-secondLevelIndicator svg{transform:rotate(-45deg)}.Menu-burger-close{background:#0000;color:var(--clr-primary);margin-left:20px}.Menu-burger-close:focus,.Menu-burger-close:focus-visible{color:#fff}