.repeater-module{width:100%;background-color:var(--rep-bg, #fff);color:var(--rep-text, #000);padding:var(--rep-pt-d, 72px) 0 var(--rep-pb-d, 80px);margin:var(--rep-mt-d, 0) 0 var(--rep-mb-d, 0);box-sizing:border-box}.repeater-module *,.repeater-module *:before,.repeater-module *:after{box-sizing:border-box}.repeater-module__inner{max-width:var(--atlas-container-xxl, 1280px);margin:0 auto;padding:0}.repeater-module__heading{margin:0 0 60px}.repeater-module__heading h1,.repeater-module__heading h2,.repeater-module__heading h3{margin:0;color:var(--rep-text, #000)}.repeater-module__bild-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:80px}.repeater-module__bild-item{display:flex;align-items:center;gap:60px}.repeater-module__bild-item.is-image-right{flex-direction:row-reverse}.repeater-module__bild-item.no-image{display:block}.repeater-module__bild-image{flex:0 0 50%;max-width:50%}.repeater-module__bild-image img{width:100%;height:auto;display:block}.repeater-module__bild-body{flex:0 0 50%;max-width:50%}.repeater-module__bild-item.no-image .repeater-module__bild-body{max-width:100%}.repeater-module__bild-content h1,.repeater-module__bild-content h2,.repeater-module__bild-content h3{margin:0 0 20px;color:inherit}.repeater-module__bild-content p{margin:0 0 16px}.repeater-module__bild-content p:last-child{margin-bottom:0}.repeater-module__bild-link{display:inline-block;margin-top:30px;font-size:16px;font-weight:500;color:var(--atlas-primary, #543ac1);border-bottom:2px solid currentColor;padding-bottom:2px;text-decoration:none}.repeater-module__bild-link:hover{opacity:.7}.repeater-module--kacheln-ohne-bild{--columns: 3}.repeater-module__expandable-cards{display:grid;grid-template-columns:repeat(var(--columns),1fr);gap:20px}.repeater-module__expandable-card{background-color:#fff;padding:50px 30px 65px;display:flex;flex-direction:column;position:relative;z-index:0;color:#000;border-bottom:5px solid var(--atlas-primary, #543ac1);transition:border-bottom-color .3s ease-in-out}.repeater-module__expandable-card:after{content:"";position:absolute;inset:auto 0 0 0;height:0;background-color:var(--atlas-accent, #dcff03);transition:height .3s ease-in-out;z-index:-1;pointer-events:none}.repeater-module__expandable-card:not(.is-expanded):hover:after{height:100%}.repeater-module__expandable-card:not(.is-expanded):hover{border-bottom-color:var(--atlas-accent, #dcff03)}.repeater-module__expandable-card.is-expanded{border-bottom-color:var(--atlas-accent, #dcff03)}.repeater-module__expandable-title{margin:0 0 30px;font-size:36px;line-height:50px;font-weight:700;color:inherit}.repeater-module__expandable-text{margin-bottom:60px;font-size:18px;line-height:28px}.repeater-module__expandable-text p{margin:0 0 16px}.repeater-module__expandable-text p:last-child{margin-bottom:0}.repeater-module__expandable-cta{display:inline-flex;align-items:center;gap:8px;background:none;border:none;padding:0;font-size:13px;font-weight:400;color:var(--atlas-primary, #543ac1);cursor:pointer;margin-top:auto;align-self:flex-start;transition:color .3s ease}.repeater-module__cta-arrow{color:var(--atlas-primary, #543ac1);transition:transform .3s ease,color .3s ease}.repeater-module__expandable-card:not(.is-expanded):hover .repeater-module__cta-arrow{transform:translate(8px)}.repeater-module__expandable-card.is-expanded .repeater-module__expandable-cta{display:none}.repeater-module__expandable-card:not(.is-expanded):hover .repeater-module__expandable-cta,.repeater-module__expandable-card:not(.is-expanded):hover .repeater-module__cta-arrow{color:#000}.repeater-module__expandable-close{width:36px;height:36px;border-radius:50%;border:none;background-color:var(--atlas-accent, #dcff03);color:var(--atlas-primary, #543ac1);display:none;align-items:center;justify-content:center;position:absolute;bottom:0;left:50%;transform:translate(-50%,55%);cursor:pointer;z-index:1}.repeater-module__expandable-card.is-expanded .repeater-module__expandable-close{display:flex}.repeater-module__expanded-panel{grid-column:1 / -1;display:grid;grid-template-rows:0fr;transition:grid-template-rows .4s ease}.repeater-module__expanded-panel.is-active{grid-template-rows:1fr}.repeater-module__expanded-panel-inner{overflow:hidden;min-height:0;position:relative}.repeater-module__expanded-card-data{padding:40px 0;opacity:0;transform:translate(0);transition:opacity .25s ease,transform .25s ease}.repeater-module__expanded-card-data[hidden]{display:none}.repeater-module__expanded-card-data.is-active{display:block;opacity:1;transform:translate(0)}.repeater-module__expanded-card-data.slide-out{display:block;opacity:0}.repeater-module__expanded-card-data.slide-out.slide-left{transform:translate(-100%)}.repeater-module__expanded-card-data.slide-out.slide-right{transform:translate(100%)}.repeater-module__expanded-card-data.slide-in{display:block;opacity:1;transform:translate(0);animation:repeater-expand-slide-in .25s ease both}.repeater-module__expanded-card-data.slide-in.slide-left{animation-name:repeater-expand-slide-in-from-right}.repeater-module__expanded-card-data.slide-in.slide-right{animation-name:repeater-expand-slide-in-from-left}@keyframes repeater-expand-slide-in-from-right{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes repeater-expand-slide-in-from-left{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}.repeater-module__expandable-cards.is-static .repeater-module__expandable-card{padding-bottom:50px}.repeater-module__tabs{display:block}.repeater-module__tab-list{list-style:none;margin:0 0 40px;padding:0;display:flex;flex-wrap:wrap;gap:10px}.repeater-module__tab-item{margin:0}.repeater-module__tab-button{display:inline-flex;align-items:center;gap:14px;background:transparent;border:1px solid var(--atlas-border, #e2e8f0);padding:15px 30px;font-size:18px;font-weight:500;line-height:1.4;color:inherit;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.repeater-module__tab-item.is-active .repeater-module__tab-button{background-color:var(--atlas-accent, #dcff03);border-color:var(--atlas-accent, #dcff03);color:#000}.repeater-module__tab-button:hover{background-color:var(--atlas-accent, #dcff03);color:#000}.repeater-module__tab-content h1,.repeater-module__tab-content h2,.repeater-module__tab-content h3,.repeater-module__tab-content h4,.repeater-module__tab-content h5,.repeater-module__tab-content h6{color:inherit}.repeater-module__tab-content ul,.repeater-module__tab-content ol{margin:0 0 16px}.repeater-module__tab-content li{margin:0 0 8px}.repeater-module__tab-link{display:inline-block;margin-top:30px;font-size:16px;font-weight:500;color:var(--atlas-primary, #543ac1);border-bottom:2px solid currentColor;padding-bottom:2px;text-decoration:none}.repeater-module__tab-link:hover{opacity:.7}.repeater-module__tabs.is-variant-horizontal{max-width:840px;margin:0 auto}.is-variant-horizontal .repeater-module__tab-list{justify-content:flex-start}.repeater-module__accordion{display:flex;flex-direction:column;gap:14px}.repeater-module__accordion-item{border:1px solid var(--rep-text, #000)}.repeater-module__accordion-header{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;background:transparent;border:none;padding:18px 22px;font-size:18px;font-weight:600;line-height:1.35;color:inherit;text-align:left;cursor:pointer}.repeater-module__accordion-icon{flex-shrink:0;transition:transform .2s ease}.repeater-module__accordion-item.is-open .repeater-module__accordion-icon{transform:rotate(180deg)}.repeater-module__accordion-panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}.repeater-module__accordion-item.is-open .repeater-module__accordion-panel{grid-template-rows:1fr}.repeater-module__accordion-panel-inner{overflow:hidden;min-height:0;padding:0 22px}.repeater-module__accordion-item.is-open .repeater-module__accordion-panel-inner{padding-bottom:22px}.repeater-module__tabs.is-variant-vertikal-nummeriert{display:grid;grid-template-columns:calc(var(--rep-tab-list-col, 3) / 12 * 100%) calc(var(--rep-tab-gap-col, 1) / 12 * 100%) calc(var(--rep-tab-content-col, 8) / 12 * 100%) 1fr;-moz-column-gap:0;column-gap:0;row-gap:60px;align-items:start}.is-variant-vertikal-nummeriert .repeater-module__tab-list{grid-column:1}.is-variant-vertikal-nummeriert .repeater-module__tab-panels{grid-column:3}.is-variant-vertikal-nummeriert .repeater-module__tab-list{flex-direction:column;gap:24px;margin:0}.is-variant-vertikal-nummeriert .repeater-module__tab-button{width:100%;border:none;background:transparent;padding:0;font-size:20px;line-height:1.35;color:inherit;text-align:left}.is-variant-vertikal-nummeriert .repeater-module__tab-number{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background-color:#000;color:#fff;font-size:14px;font-weight:700;flex-shrink:0;transition:background-color .2s ease,color .2s ease}.is-variant-vertikal-nummeriert .repeater-module__tab-item.is-active .repeater-module__tab-number{background-color:var(--atlas-accent, #dcff03);color:#000}.is-variant-vertikal-nummeriert .repeater-module__tab-item.is-active .repeater-module__tab-button{background:transparent;color:inherit}.is-variant-vertikal-nummeriert .repeater-module__tab-button:hover{background:transparent}.is-variant-vertikal-nummeriert .repeater-module__tab-button:hover .repeater-module__tab-number{background-color:var(--atlas-accent, #dcff03);color:#000}@media (max-width: 992px){.repeater-module__bild-item{gap:40px}.repeater-module--kacheln-ohne-bild{--columns: 2}.repeater-module__tabs.is-variant-vertikal-nummeriert{grid-template-columns:1fr;-moz-column-gap:0;column-gap:0;row-gap:30px}.is-variant-vertikal-nummeriert .repeater-module__tab-list,.is-variant-vertikal-nummeriert .repeater-module__tab-panels{grid-column:auto}.repeater-module__expandable-title{font-size:28px;line-height:36px}}@media (max-width: 767px){.repeater-module{padding:var(--rep-pt-m, 42px) 0 var(--rep-pb-m, 50px);margin:var(--rep-mt-m, 0) 0 var(--rep-mb-m, 0)}.repeater-module__inner{padding:0 16px}.repeater-module__heading{margin-bottom:30px}.repeater-module__bild-list{gap:50px}.repeater-module__bild-item,.repeater-module__bild-item.is-image-right{flex-direction:column;gap:24px}.repeater-module__bild-image,.repeater-module__bild-body{flex:0 0 100%;max-width:100%}.repeater-module--kacheln-ohne-bild{--columns: 1}.repeater-module__expandable-card{padding:40px 24px 50px}.repeater-module__expandable-title{font-size:24px;line-height:32px;margin-bottom:20px}.repeater-module__expandable-text{margin-bottom:40px}.repeater-module__tab-list{flex-wrap:nowrap;overflow-x:auto;margin-bottom:24px}.repeater-module__tab-button{padding:10px 16px;font-size:14px;white-space:nowrap}}
