@charset "UTF-8";:root{--desight-framework-loaded: true}body:before{content:"\2705  DeSight SCSS Framework geladen | v1.0.0";display:none}.desight-hidden{display:none!important}.desight-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.desight-mt-sm{margin-top:1rem}.desight-mt-md{margin-top:2rem}.desight-mt-lg{margin-top:3rem}.desight-mb-sm{margin-bottom:1rem}.desight-mb-md{margin-bottom:2rem}.desight-mb-lg{margin-bottom:3rem}.desight-grid{display:grid;gap:2rem}@media (min-width: 990px){.desight-grid{gap:3rem}}.desight-container{max-width:var(--page-width);margin:0 auto;padding:0 1.5rem}@media (min-width: 990px){.desight-container{padding:0 5rem}}.desight-section-spacing{margin-top:var(--spacing-sections-mobile)}@media (min-width: 990px){.desight-section-spacing{margin-top:var(--spacing-sections-desktop)}}.desight-button{display:inline-flex;align-items:center;justify-content:center;padding:0 3rem;min-height:calc(4.5rem + var(--buttons-border-width) * 2);border-radius:var(--buttons-radius-outset);background-color:rgba(var(--color-button),var(--alpha-button-background));color:rgb(var(--color-button-text));font-family:var(--font-body-family);font-size:1.5rem;text-decoration:none;transition:box-shadow var(--duration-short) ease}.desight-button:hover{box-shadow:var(--buttons-shadow-horizontal-offset) var(--buttons-shadow-vertical-offset) var(--buttons-shadow-blur-radius) rgba(var(--color-shadow),var(--buttons-shadow-opacity))}.desight-input{width:100%;padding:1.5rem 2rem;border-radius:var(--inputs-radius);border:var(--inputs-border-width) solid rgba(var(--color-foreground),var(--inputs-border-opacity));background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));font-family:var(--font-body-family);font-size:1.6rem;transition:box-shadow var(--duration-short) ease}.desight-input:focus{outline:0;box-shadow:0 0 0 calc(.1rem + var(--inputs-border-width)) rgba(var(--color-foreground))}.desight-card{border-radius:var(--media-radius);border:var(--media-border-width) solid rgba(var(--color-foreground),var(--media-border-opacity));background-color:rgb(var(--color-background));overflow:hidden;transition:box-shadow var(--duration-default) ease}.desight-card:hover{box-shadow:var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius) rgba(var(--color-shadow),var(--media-shadow-opacity))}.desight-loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999999999;display:flex;align-items:center;justify-content:center;opacity:1;visibility:visible;transition:opacity var(--duration-default),visibility var(--duration-default)}.desight-loading-screen.desight-loading-screen--hidden{opacity:0;visibility:hidden}.desight-loading-screen__content{display:flex;flex-direction:column;align-items:center;gap:calc(var(--spacing-sections-mobile) / 2)}@media screen and (min-width: 750px){.desight-loading-screen__content{gap:calc(var(--spacing-sections-desktop) / 2)}}.desight-loading-screen__text{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:calc(var(--font-heading-scale) * 1.4rem);text-align:center;color:rgb(var(--color-foreground))}.desight-spinner{width:60px;height:60px;position:relative}.desight-spinner__circle{width:100%;height:100%;border:4px solid rgba(var(--color-foreground),.1);border-top-color:rgb(var(--color-foreground));border-radius:50%;animation:desight-spin 1s linear infinite}@keyframes desight-spin{to{transform:rotate(360deg)}}.desight-dots{display:flex;gap:12px;align-items:center}.desight-dots__dot{width:16px;height:16px;background-color:rgb(var(--color-foreground));border-radius:50%;animation:desight-dot-bounce 1.4s infinite ease-in-out both}.desight-dots__dot:nth-child(1){animation-delay:-.32s}.desight-dots__dot:nth-child(2){animation-delay:-.16s}@keyframes desight-dot-bounce{0%,80%,to{transform:scale(0);opacity:.5}40%{transform:scale(1);opacity:1}}.desight-pulse{width:80px;height:80px;position:relative}.desight-pulse__ring{position:absolute;top:0;left:0;width:100%;height:100%;border:3px solid rgb(var(--color-foreground));border-radius:50%;opacity:0;animation:desight-pulse 2s cubic-bezier(0,.2,.8,1) infinite}.desight-pulse__ring:nth-child(2){animation-delay:.66s}.desight-pulse__ring:nth-child(3){animation-delay:1.32s}@keyframes desight-pulse{0%{transform:scale(.33);opacity:1}to{transform:scale(1);opacity:0}}.desight-progress{width:280px;max-width:80vw;display:flex;flex-direction:column;gap:12px;align-items:center}.desight-progress__bar{width:100%;height:6px;background-color:rgba(var(--color-foreground),.1);border-radius:var(--buttons-radius);overflow:hidden}.desight-progress__fill{height:100%;background-color:rgb(var(--color-foreground));width:0%;transition:width .3s ease;border-radius:var(--buttons-radius)}.desight-progress__percentage{font-family:var(--font-body-family);font-size:1.2rem;color:rgb(var(--color-foreground));font-weight:var(--font-body-weight-bold)}.desight-logo-animation{animation:desight-logo-pulse 2s ease-in-out infinite}.desight-logo-animation__image{display:block;max-width:100%;height:auto}@keyframes desight-logo-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.95)}}.desight-loading-screen[data-transition=fade].desight-loading-screen--hiding{animation:desight-fade-out var(--transition-duration, .6s) ease forwards}@keyframes desight-fade-out{to{opacity:0;visibility:hidden}}.desight-loading-screen[data-transition=slide-up].desight-loading-screen--hiding{animation:desight-slide-up var(--transition-duration, .6s) ease forwards}@keyframes desight-slide-up{to{transform:translateY(-100%);opacity:0}}.desight-loading-screen[data-transition=slide-down].desight-loading-screen--hiding{animation:desight-slide-down var(--transition-duration, .6s) ease forwards}@keyframes desight-slide-down{to{transform:translateY(100%);opacity:0}}.desight-loading-screen[data-transition=zoom-out].desight-loading-screen--hiding{animation:desight-zoom-out var(--transition-duration, .6s) ease forwards}@keyframes desight-zoom-out{to{transform:scale(2);opacity:0}}.desight-loading-screen[data-transition=curtain].desight-loading-screen--hiding{animation:desight-curtain var(--transition-duration, .6s) ease forwards}@keyframes desight-curtain{to{clip-path:circle(0% at 50% 50%)}}.desight-popup{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999999999;opacity:0;visibility:hidden;transition:opacity var(--duration-default),visibility var(--duration-default)}.desight-popup.desight-popup--visible{opacity:1;visibility:visible}.desight-popup__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#214522b3;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);display:block!important}.desight-popup__modal{position:absolute;z-index:1;display:flex;flex-direction:column;overflow-y:auto;box-shadow:0 20px 60px rgba(var(--color-foreground),.3)}@media screen and (max-width: 749px){.desight-popup__modal{top:0;left:0;width:100vw!important;height:100vh!important;max-height:100vh;transform:none;border-radius:0!important}}@media screen and (min-width: 750px){.desight-popup__modal{top:50%;left:50%;transform:translate(-50%,-50%);flex-direction:row;max-height:95vh}}.desight-popup__close{position:absolute;top:1rem;right:1rem;z-index:2;background:rgba(var(--color-background),.9);border:1px solid rgba(var(--color-foreground),.1);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--duration-short);color:rgb(var(--color-foreground))}.desight-popup__close:hover{background:rgb(var(--color-background));transform:rotate(90deg)}.desight-popup__close .svg-wrapper{width:20px;height:20px;display:flex;align-items:center;justify-content:center}.desight-popup__image-wrapper{flex:0 0 50%;overflow:hidden}@media screen and (max-width: 749px){.desight-popup__image-wrapper{flex:0 0 auto;min-height:50vh;width:100%;order:1!important;max-width:100%}}@media screen and (min-width: 750px){.desight-popup__image-wrapper{min-height:auto}}.desight-popup__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.desight-popup__modal--image-text-only .desight-popup__image-wrapper{display:none}.desight-popup__modal--image-text-only .desight-popup__content{flex:1 1 100%}@media screen and (min-width: 750px){.desight-popup__modal--image-text-only .desight-popup__content{max-width:800px;margin:0 auto;justify-content:center}}@media screen and (max-width: 749px){.desight-popup__modal--image-text-only .desight-popup__content{max-width:100%;padding:30px!important;justify-content:flex-start}}@media screen and (min-width: 750px){.desight-popup__modal--image-left .desight-popup__content{order:1}.desight-popup__modal--image-left .desight-popup__image-wrapper{order:2}}@media screen and (min-width: 750px){.desight-popup__modal--image-right .desight-popup__image-wrapper{order:1}.desight-popup__modal--image-right .desight-popup__content{order:2}}.desight-popup__content{flex:0 0 50%;overflow-y:auto;display:flex;flex-direction:column}@media screen and (max-width: 749px){.desight-popup__content{flex:0 0 auto;order:2!important;min-height:auto;max-width:100%;padding:30px!important;justify-content:flex-start}}@media screen and (min-width: 750px){.desight-popup__content{justify-content:center}}.desight-popup__logo{flex-shrink:0;transition:opacity var(--duration-short)}.desight-popup__logo img{display:block;width:100%;height:auto}.desight-popup__logo--top-left,.desight-popup__logo--top-center,.desight-popup__logo--top-right{order:-1}.desight-popup__logo--top-left{align-self:flex-start}.desight-popup__logo--top-center{align-self:center}.desight-popup__logo--top-right{align-self:flex-end}.desight-popup__logo--bottom-left,.desight-popup__logo--bottom-center,.desight-popup__logo--bottom-right{order:999}.desight-popup__logo--bottom-left{align-self:flex-start}.desight-popup__logo--bottom-center{align-self:center}.desight-popup__logo--bottom-right{align-self:flex-end}.desight-popup__title{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);margin-bottom:1rem;color:rgb(var(--color-foreground))}.desight-popup__text{margin-bottom:1.5rem;color:rgb(var(--color-foreground))}.desight-popup__newsletter{margin-bottom:1.5rem}.desight-popup__newsletter-input-wrapper{display:flex;gap:.5rem;flex-direction:column}@media screen and (min-width: 750px){.desight-popup__newsletter-input-wrapper{flex-direction:row}}.desight-popup__newsletter-input{flex:1;padding:1rem;border:1px solid rgba(var(--color-foreground),.2);border-radius:var(--inputs-radius);font-family:var(--font-body-family);font-size:1.4rem;background:rgb(var(--color-background));color:rgb(var(--color-foreground))}.desight-popup__newsletter-input:focus{outline:none;border-color:rgb(var(--color-foreground))}.desight-popup__newsletter-button{white-space:nowrap}.desight-popup__cta{margin-top:1.5rem}.desight-popup--animation-fade.desight-popup--visible .desight-popup__modal{animation:desight-popup-fade-in var(--duration-default) ease}@keyframes desight-popup-fade-in{0%{opacity:0}to{opacity:1}}.desight-popup--animation-slide-up.desight-popup--visible .desight-popup__modal{animation:desight-popup-slide-up var(--duration-default) ease}@keyframes desight-popup-slide-up{0%{transform:translate(-50%,100%)}to{transform:translate(-50%,-50%)}}.desight-popup--animation-slide-down.desight-popup--visible .desight-popup__modal{animation:desight-popup-slide-down var(--duration-default) ease}@keyframes desight-popup-slide-down{0%{transform:translate(-50%,-150%)}to{transform:translate(-50%,-50%)}}.desight-popup--animation-zoom.desight-popup--visible .desight-popup__modal{animation:desight-popup-zoom var(--duration-default) ease}@keyframes desight-popup-zoom{0%{transform:translate(-50%,-50%) scale(.5)}to{transform:translate(-50%,-50%) scale(1)}}.desight-popup--animation-bounce.desight-popup--visible .desight-popup__modal{animation:desight-popup-bounce .6s cubic-bezier(.68,-.55,.265,1.55)}@keyframes desight-popup-bounce{0%{transform:translate(-50%,-50%) scale(0)}to{transform:translate(-50%,-50%) scale(1)}}.desight-events{width:100%}.desight-events__header-section{margin-bottom:3rem;text-align:center}.desight-events__section-title{font-family:var(--font-heading-family);font-size:calc(var(--font-heading-scale) * 2rem);font-weight:var(--font-heading-weight, 700);color:var(--color-foreground);margin:0}.desight-events__grid{margin-bottom:3rem}.desight-events__grid.slider--desktop.grid--3-col-desktop .grid__item{width:calc((100% - var(--desktop-margin-left-first-item)) / 3 - var(--grid-desktop-horizontal-spacing) * 2 / 3)}.desight-events__grid.slider--desktop.grid--2-col-desktop .grid__item{width:calc((100% - var(--desktop-margin-left-first-item)) / 2 - var(--grid-desktop-horizontal-spacing) / 2)}.desight-events__grid.slider--desktop.grid--4-col-desktop .grid__item{width:calc((100% - var(--desktop-margin-left-first-item)) / 4 - var(--grid-desktop-horizontal-spacing) * 3 / 4)}@media screen and (max-width: 749px){.desight-events__grid.slider--tablet.grid--1-col-tablet-down .grid__item,.desight-events__grid.slider--tablet.grid--2-col-tablet-down .grid__item{width:calc(100% - 3rem)}}.desight-events__item{display:block}.desight-events__item[data-filtered=true]{display:none}.desight-events__item-inner{display:flex;flex-direction:column;height:100%;background-color:var(--color-background);border:1px solid rgba(var(--color-foreground),.1);border-radius:var(--inputs-radius, 0);overflow:hidden;transition:transform var(--duration-default),box-shadow var(--duration-default)}.desight-events__item-inner:hover{transform:translateY(-4px);box-shadow:0 8px 16px rgba(var(--color-foreground),.1)}.desight-events__image-wrapper{position:relative;width:100%;padding-bottom:66.67%;overflow:hidden;background-color:rgba(var(--color-foreground),.05)}.desight-events__image-link{display:block;position:absolute;top:0;left:0;width:100%;height:100%}.desight-events__image-link:hover .desight-events__image{transform:scale(1.05)}.desight-events__image{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform var(--duration-default)}.desight-events__content{display:flex;flex-direction:column;flex:1;padding:2rem;gap:1rem}.desight-events__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.desight-events__title-link{text-decoration:none;color:inherit;transition:color var(--duration-short)}.desight-events__title-link:hover,.desight-events__title-link:hover .desight-events__title{color:rgb(var(--color-link))}.desight-events__title{font-family:var(--font-heading-family);font-size:calc(var(--font-heading-scale) * 1.8rem);font-weight:var(--font-heading-weight, 700);color:rgb(var(--color-foreground));margin:0;flex:1;line-height:calc(1 + .3/max(1,var(--font-heading-scale)));transition:color var(--duration-short)}@media screen and (min-width: 750px){.desight-events__title{font-size:calc(var(--font-heading-scale) * 2rem)}}.desight-events__info-bubble{position:relative;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;background:rgba(var(--color-foreground),.08);border:1.5px solid rgba(var(--color-foreground),.4);border-radius:50%;color:rgb(var(--color-foreground));cursor:pointer;transition:all var(--duration-short);flex-shrink:0}.desight-events__info-bubble .svg-wrapper{display:flex;align-items:center;justify-content:center;width:18px;height:18px}.desight-events__info-bubble svg{width:100%;height:100%}.desight-events__info-bubble:hover{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background));border-color:rgb(var(--color-foreground))}.desight-events__info-bubble:hover .desight-events__info-tooltip{opacity:1;visibility:visible;transform:translateY(0)}.desight-events__info-tooltip{position:absolute;bottom:calc(100% + 8px);right:0;min-width:200px;max-width:300px;padding:1rem 1.2rem;background-color:rgb(var(--color-foreground));color:rgb(var(--color-background));font-size:1.3rem;line-height:1.5;border-radius:var(--inputs-radius, 4px);box-shadow:0 4px 16px #00000040;opacity:0;visibility:hidden;transform:translateY(-4px);transition:all var(--duration-short);z-index:10;pointer-events:none;white-space:normal}.desight-events__info-tooltip:after{content:"";position:absolute;top:100%;right:8px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid rgb(var(--color-foreground))}.desight-events__divider{margin:0;border:none;border-top:1px solid rgba(var(--color-foreground),.1)}.desight-events__time{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.desight-events__date{font-size:1.4rem;color:rgb(var(--color-foreground));letter-spacing:.05rem}@media screen and (min-width: 750px){.desight-events__date{font-size:1.5rem}}.desight-events__date strong{font-weight:700}.desight-events__tag{display:inline-block;padding:.5rem 1rem;background-color:rgba(var(--color-foreground),.08);color:rgb(var(--color-foreground));font-size:1.3rem;font-weight:500;border-radius:var(--inputs-radius, 4px);letter-spacing:.05rem}.desight-events__description{flex:1;font-size:1.4rem;line-height:1.6;color:rgba(var(--color-foreground),.75);letter-spacing:.05rem}@media screen and (min-width: 750px){.desight-events__description{font-size:1.5rem}}.desight-events__description p{margin:0 0 1rem}.desight-events__description p:last-child{margin-bottom:0}.desight-events__description strong{font-weight:700}.desight-events__description em{font-style:italic}.desight-events__cta{margin-top:auto}.desight-events__link{display:inline-flex;align-items:center;gap:.5rem}.desight-events__link svg{width:16px;height:16px}.desight-events__pagination{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:3rem}.desight-events__pagination-btn{padding:.75rem 1.5rem;background-color:var(--color-button);color:var(--color-button-text);border:none;border-radius:var(--buttons-radius, 0);font-size:1rem;cursor:pointer;transition:opacity var(--duration-short)}.desight-events__pagination-btn:hover:not(:disabled){opacity:.8}.desight-events__pagination-btn:disabled{opacity:.5;cursor:not-allowed}.desight-events__pagination-info{font-size:1rem;color:var(--color-foreground)}video-background-component{position:relative;display:block;width:100%;height:100%;overflow:hidden}video-background-component video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);-o-object-fit:cover;object-fit:cover}video-background-component img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.video-background--center video{-o-object-position:center;object-position:center}.video-background--top video{-o-object-position:top;object-position:top}.video-background--bottom video{-o-object-position:bottom;object-position:bottom}#promoamp-widget{font-family:var(--font-body-family);color:rgb(var(--color-foreground))}.header__menu-item{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:calc(1.3rem * var(--navigation-font-size))}@media screen and (min-width: 990px){.header__menu-item{font-size:calc(1.4rem * var(--navigation-font-size))}}.header__submenu .header__menu-item{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:calc(1.2rem * var(--navigation-font-size))}@media screen and (min-width: 990px){.header__submenu .header__menu-item{font-size:calc(1.3rem * var(--navigation-font-size))}}.header__submenu.caption-large{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:calc(1.2rem * var(--navigation-font-size))}@media screen and (min-width: 990px){.header__submenu.caption-large{font-size:calc(1.3rem * var(--navigation-font-size))}}.list-menu__item.header__menu-item,.header__menu-item.link,.header__active-menu-item{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight)}
/*# sourceMappingURL=/cdn/shop/t/26/assets/desight-main.css.map */
