html{scroll-behavior:smooth;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;scroll-padding-top:4rem}*{margin:0;padding:0;font:inherit}*,*::before,*::after{box-sizing:border-box}ul,ol{list-style:none}body{min-height:100vh}img,picture,svg{display:block;width:100%;height:auto}input,textarea,button,select{font:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0}@font-face{font-family:"Gilroy";src:url("fonts/GilroyRegular.woff2") format("woff2"),url("fonts/GilroyRegular.woff") format("woff");font-style:normal;font-weight:normal;font-display:swap}@font-face{font-family:"Gilroy";src:url("fonts/GilroySemiBold.woff2") format("woff2"),url("fonts/GilroySemiBold.woff") format("woff");font-style:normal;font-weight:bold;font-display:swap}html{font-family:"Gilroy",sans-serif;font-feature-settings:"onum" 1,"pnum" 1,"liga" 1;font-size:22px;font-size:clamp(22px,1.55vw,30px)}@media(min-width: 1921px){html{font-size:clamp(30px,1.4vw,200px);color:red}}@media(max-width: 480px){html{font-size:20px}}body{background-color:#fff;color:#003d50;padding-top:4.5rem}@media(min-width: 1440px){body{padding-top:99px}}body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,figure,figcaption,blockquote,dl,dd,div,address{line-height:1.454em}h1,h2,h3,h4,h5,h6{font-size:1rem}a{color:inherit;text-decoration-color:#003d50;text-decoration-thickness:1px;text-underline-offset:2px}strong{font-weight:bold}input,button,a{outline-offset:0;transition:outline-offset .2s ease-in}input:focus-visible,button:focus-visible,a:focus-visible{outline:1px solid #93bbc3;outline-offset:4px}input:focus,button:focus,a:focus{outline:none}img{background-color:#eaf1f2;color:rgba(0,0,0,0)}.pageheader{width:100%;position:fixed;z-index:200;top:0;left:0;background-color:rgba(255,255,255,.8);-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);transition:height .5s ease-out;height:4.5rem}@media(min-width: 1440px){.pageheader{height:99px}}.pageheader.--open{height:100vh}.pageheader__container{padding-left:1.45rem;padding-right:0;display:flex;justify-content:space-between;align-items:center}.pageheader__logo{display:block;z-index:9999;position:relative}.pageheader__logo svg{width:8.3rem;max-width:183px;height:auto}.pageheader__logo svg path{fill:#003d50}.pageheader__mail{display:flex;align-items:center;position:fixed;right:4rem;height:4.5rem;top:0;z-index:99999}@media(min-width: 1440px){.pageheader__mail{right:calc(2.9rem + 24px);height:99px}}.pageheader__mail a{background-color:#93bbc3;color:#fff;font-weight:bold;font-size:16px;padding:0 2.3em .1em 2.3em;text-decoration:none;border-radius:1.275rem;display:inline-flex;align-items:center;transition:.3s ease-in;height:2.55rem;max-height:55px}.pageheader__mail a:hover{background-color:#003d50}@media(max-width: 700px){.pageheader__mail a{display:block;padding:0;border-radius:0;height:unset;background-color:rgba(0,0,0,0);display:block;width:2.2rem}.pageheader__mail a svg{width:100%;height:auto}.pageheader__mail a svg circle{fill:#93bbc3;stroke:#93bbc3;transition:.3s ease-in}.pageheader__mail a svg path{fill:#fff}.pageheader__mail a:hover svg circle{fill:#003d50}.pageheader__mail a:hover{background-color:rgba(0,0,0,0)}}.pageheader__mail a svg{display:none}@media(max-width: 700px){.pageheader__mail a svg{display:block}}@media(max-width: 700px){.pageheader__mail a span{display:none}}button.pageheader__toggler{background-color:rgba(0,0,0,0);padding-left:1.45rem;padding-right:1.45rem;z-index:1000;border:none;cursor:pointer;height:4.5rem}@media(min-width: 1440px){button.pageheader__toggler{height:99px}}button.pageheader__toggler svg{display:block;width:1.1rem;height:1.1rem}@media(min-width: 1440px){button.pageheader__toggler svg{width:24px;height:24px}}button.pageheader__toggler svg line{stroke:#003d50;stroke-width:3px;transform-origin:center center;transition:transform .3s ease-in}button.pageheader__toggler svg .l1{transform:translateY(-16px)}button.pageheader__toggler svg .l3{transform:translateY(16px)}button.pageheader__toggler:hover svg .l1{transform:translateY(-20px)}button.pageheader__toggler:hover svg .l3{transform:translateY(20px)}button.pageheader__toggler.--open svg .l1{transform:translateY(0) rotate(45deg)}button.pageheader__toggler.--open svg .l2{transform:translateX(-105%)}button.pageheader__toggler.--open svg .l3{transform:translateY(0) rotate(-45deg)}.pageheader__nav{position:absolute;top:0;right:0;left:0;bottom:0;display:flex;align-items:center;justify-content:center;padding-bottom:10vh;opacity:0;transform:translateY(-8rem);transition:all .5s ease-out;font-size:30px;line-height:1.333em}.pageheader__nav.--open{transform:translateY(0);opacity:1}.pageheader__nav ul{display:flex;flex-direction:column;align-items:flex-start}.pageheader__nav a{text-decoration:none;font-weight:bold;display:block;padding:.35rem 0;background-image:linear-gradient(to right, #003D50, #003D50);background-repeat:no-repeat;transition:background-size .3s ease-in;background-size:0% .07em;background-position:0 calc(100% - .1em)}.pageheader__nav a:hover,.pageheader__nav a.current{background-size:100% .07em}@media(max-width: 700px){.pageheader__nav a{opacity:0;transition:opacity .1s 0s ease-in}}@media(max-width: 700px){.pageheader__nav.--open a{opacity:1;transition:opacity .3s .3s ease-in}}.pageheader__lang{position:fixed;right:0;top:4.9rem}@media(min-width: 1440px){.pageheader__lang{top:108px}}.pageheader__lang ul{height:32px;align-items:center;padding-left:8px;padding-right:calc(1.45rem - 4px);background-color:#003d50;display:flex;font-size:14px;transform:translateX(48%);transition:all .3s ease-in}.pageheader__lang li.inaktiv{opacity:0;transition:opacity .3s ease-in}.pageheader__lang ul.--open{word-spacing:0em;transform:translateX(0)}.pageheader__lang ul.--open li.inaktiv{opacity:1}.pageheader__lang a,.pageheader__lang span{text-transform:uppercase;color:#fff;display:block;padding:0 8px;font-weight:bold}.pageheader__lang span{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.mod-header{display:grid;grid-template-columns:repeat(12, 1fr)}.mod-header div{grid-column:2/6;padding-left:.75rem;padding-right:.75rem}@media(max-width: 1023px){.mod-header div{grid-column:2/-2;padding-bottom:4.35rem;padding-left:0;padding-right:0}}@media(max-width: 700px){.mod-header div{grid-column:1/-1;padding-left:1.45rem;padding-right:1.45rem}}.mod-header div h1{padding-top:1.9em;font-weight:bold;margin-bottom:1.15rem;line-height:1.241em;font-size:58px;font-size:clamp(58px,4vw,66px)}@media(min-width: 1921px){.mod-header div h1{font-size:clamp(66px,3.4vw,200px)}}@media(max-width: 1280px){.mod-header div h1{font-size:50px}}@media(max-width: 1023px){.mod-header div h1{font-size:45px}}@media(max-width: 480px){.mod-header div h1{font-size:40px}}.mod-header div h2{font-weight:bold;line-height:1.333em;font-size:30px;font-size:clamp(30px,2.11vw,38px)}@media(min-width: 1921px){.mod-header div h2{font-size:clamp(38px,1.91vw,200px)}}@media(max-width: 480px){.mod-header div h2{font-size:25px}}.mod-header figure{grid-column:7/-1}@media(max-width: 1023px){.mod-header figure{grid-column:1/-1}}.mod-einstiegstext{text-align:center;padding:9rem 0;display:grid;grid-template-columns:repeat(12, 1fr)}.mod-einstiegstext div{grid-column:3/-3}@media(max-width: 700px){.mod-einstiegstext div{grid-column:1/-1;padding-right:1.45rem;padding-left:1.45rem}}.mod-einstiegstext *{line-height:1.333em;font-size:30px;font-size:clamp(30px,2.11vw,38px)}@media(min-width: 1921px){.mod-einstiegstext *{font-size:clamp(38px,1.91vw,200px)}}@media(max-width: 480px){.mod-einstiegstext *{font-size:25px}}.block--zitat+.block--video,.block--zitat+.block--zitatlight,.block--zitatlight+.block--video,.block--zitatlight+.block--zitat,.block--video+.block--zitat,.block--video+.block--zitatlight{margin-top:0}.mod-header+:not(.mod-einstiegstext){margin-top:9rem}.block--text,.block--teaser,.block--mensch{margin-bottom:6rem;display:grid;grid-template-columns:repeat(12, 1fr)}.block--text div,.block--teaser div,.block--mensch div{padding:0 .75rem;grid-column:2/6;grid-row-start:1}@media(max-width: 1280px){.block--text div,.block--teaser div,.block--mensch div{grid-column:2/7;padding-right:2.175rem}}@media(max-width: 1023px){.block--text div,.block--teaser div,.block--mensch div{padding:0;grid-row-start:2;grid-column:3/-3;padding-right:0}}@media(max-width: 700px){.block--text div,.block--teaser div,.block--mensch div{grid-column:1/-1;padding-left:1.45rem;padding-right:1.45rem}}.block--text h1,.block--teaser h1,.block--mensch h1{margin-bottom:.66rem;margin-top:-0.2rem;font-weight:bold;line-height:1.333em;font-size:30px;font-size:clamp(30px,2.11vw,38px)}@media(min-width: 1921px){.block--text h1,.block--teaser h1,.block--mensch h1{font-size:clamp(38px,1.91vw,200px)}}@media(max-width: 480px){.block--text h1,.block--teaser h1,.block--mensch h1{font-size:25px}}.block--text p,.block--text ul,.block--teaser p,.block--teaser ul,.block--mensch p,.block--mensch ul{max-width:50ch;text-wrap:balance}.block--text p:not(:last-child),.block--text ul:not(:last-child),.block--teaser p:not(:last-child),.block--teaser ul:not(:last-child),.block--mensch p:not(:last-child),.block--mensch ul:not(:last-child){margin-bottom:.727em}.block--text li,.block--teaser li,.block--mensch li{position:relative;padding-left:1rem;text-wrap:balance}.block--text li:not(:last-child),.block--teaser li:not(:last-child),.block--mensch li:not(:last-child){margin-bottom:.484182em}.block--text li::before,.block--teaser li::before,.block--mensch li::before{content:"•";position:absolute;left:1px}.block--text figure,.block--teaser figure,.block--mensch figure{padding-right:.75rem;grid-column:7/-2}@media(max-width: 1023px){.block--text figure,.block--teaser figure,.block--mensch figure{grid-column:3/-3;padding-right:0;padding-bottom:2.9rem}}@media(max-width: 700px){.block--text figure,.block--teaser figure,.block--mensch figure{grid-column:1/-1;padding-left:1.45rem;padding-right:1.45rem}}.block--text a[target=_blank]::after,.block--teaser a[target=_blank]::after,.block--mensch a[target=_blank]::after{content:" ↗";white-space:nowrap;word-spacing:-0.15em;font-weight:normal}.block--teaser div{grid-column-start:3}@media(max-width: 1023px){.block--teaser div{grid-column-start:3}}@media(max-width: 700px){.block--teaser div{grid-column:1/-1;padding-left:1.45rem;padding-right:1.45rem}}.block--teaser h1{margin-top:6rem}@media(max-width: 1023px){.block--teaser h1{margin-top:0}}.block--teaser a.page{margin-top:.727em;border:1px solid #003d50;background-color:#fff;font-weight:bold;font-size:16px;padding:0 2.3em .1em 2.3em;text-decoration:none;border-radius:1.275rem;display:inline-flex;align-items:center;transition:.3s ease-in;height:2.55rem}.block--teaser a.page:hover{border:1px solid #eaf1f2;background-color:#eaf1f2}.block--mensch p a{font-weight:bold}.block--mensch__buttons{margin-top:1.1rem;display:flex}.block--mensch__buttons a{margin-right:1.1rem;display:block;width:2.2rem}.block--mensch__buttons a svg{width:100%;height:auto}.block--mensch__buttons a svg circle{fill:rgba(234,241,242,0);stroke:#003d50;stroke-width:1px;transition:.3s ease-in}.block--mensch__buttons a svg path{fill:#003d50;transition:.3s ease-in}.block--mensch__buttons a:hover svg circle{fill:#93bbc3;stroke:#93bbc3}.block--mensch__buttons a:hover svg path{fill:#fff}.block--accordion{display:grid;grid-template-columns:repeat(12, 1fr);margin-top:9rem;margin-bottom:9rem}.block--accordion>div{grid-column:3/-3;margin-right:.75rem;margin-left:.75rem}@media(max-width: 1023px){.block--accordion>div{grid-column:3/-3;margin-right:0;margin-left:0}}@media(max-width: 700px){.block--accordion>div{grid-column:1/-1;margin-right:1.45rem;margin-left:1.45rem}}.block--accordion h3[role=button]{border-top:1px solid #003d50;border-bottom:1px solid rgba(0,0,0,0);padding:1.1rem 0 1rem 0;cursor:pointer;display:flex;font-weight:bold;justify-content:space-between;line-height:1.333em;font-size:30px;font-size:clamp(30px,2.11vw,38px)}@media(min-width: 1921px){.block--accordion h3[role=button]{font-size:clamp(38px,1.91vw,200px)}}@media(max-width: 480px){.block--accordion h3[role=button]{font-size:25px}}.block--accordion h3[role=button] svg{transform:rotate(-180deg);transition:transform .4s ease-in;width:1.25rem;height:auto}.block--accordion h3[role=button] svg path{fill:none;stroke:#003d50;stroke-width:2px}.block--accordion h3[role=button].--open svg{transform:rotate(0deg)}.block--accordion div.inner{padding-bottom:1.5rem}.block--accordion p{text-wrap:balance;padding-left:1px}.block--accordion p em{font-weight:bold;font-size:16px}.block--accordion p:has(em):not(:last-child){margin-bottom:.484182em}.block--accordion li{position:relative;padding-left:1rem;text-wrap:balance}.block--accordion li:not(:last-child){margin-bottom:.484182em}.block--accordion li::before{content:"•";position:absolute;left:1px}.block--accordion>:last-child{border-bottom:1px solid #003d50}.block--gallery{margin-top:9rem;margin-bottom:6rem}.block--gallery__slider{position:relative}.block--gallery__pane{display:flex;overflow-x:scroll;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none}.block--gallery__pane::-webkit-scrollbar{display:none}.block--gallery__button{position:absolute;width:3.19rem;height:3.19rem;background-color:rgba(0,0,0,0);top:50%;transform:translateY(-50%);z-index:2;border:none;cursor:pointer;opacity:1;transition:opacity .3s .3s ease-out}@media(max-width: 700px){.block--gallery__button{width:2.2rem;height:2.2rem}}.block--gallery__button svg{display:block;width:100%;height:auto}.block--gallery__button svg path{stroke:#003d50;stroke-width:3.3px;fill:none}.block--gallery__button svg circle{fill:#fff}.block--gallery__button.--next{right:2.175rem;justify-content:flex-end}.block--gallery__button.--prev{left:2.175rem}.block--gallery__button.--no{opacity:0}.block--gallery__slide{flex-shrink:0;display:block;position:relative;scroll-snap-align:start;width:calc(33.3333333333vw - 1.45rem);flex-shrink:0;flex-grow:0;border-left:.75rem solid rgba(0,0,0,0);border-right:.75rem solid rgba(0,0,0,0);box-sizing:content-box}.block--gallery__slide:first-child{border-left:calc(16.6666666667vw + .75rem) solid rgba(0,0,0,0)}.block--gallery__slide:last-child{border-right:calc(16.6666666667vw + .75rem) solid rgba(0,0,0,0);margin-right:0}@media(max-width: 1023px){.block--gallery__slide{width:calc(50vw - 1.45rem)}.block--gallery__slide:first-child{border-left-width:16.6666666667vw;margin-left:8.3333333333vw}.block--gallery__slide:last-child{border-right-width:16.6666666667vw}}@media(max-width: 700px){.block--gallery__slide{width:calc(100vw - 4.35rem - .875rem - .75rem);border-left-width:1.45rem;border-right-width:0}.block--gallery__slide:first-child{border-left-width:1.45rem;margin-left:1.45rem}.block--gallery__slide:last-child{border-right-width:0;margin-right:1.45rem}}.block--menschen{margin-top:7.5rem;display:flex;flex-direction:column;align-items:center;padding:0 1.45rem}.block--menschen div{display:flex;justify-content:center;flex-wrap:wrap}.block--menschen div figure{display:flex;flex-direction:column;align-items:center;width:8.75rem;margin:0 2rem;padding-bottom:4rem}@media(max-width: 1023px){.block--menschen div figure{margin:0 1rem}}.block--menschen div figcaption{display:flex;flex-direction:column;align-items:center;text-align:center;padding-top:.727em;font-weight:bold}.block--menschen div figcaption p{padding-top:.1rem;font-size:16px}.block--menschen div img{height:auto;border-radius:50%}.block--menschen__buttons{padding-top:1rem}.block--menschen__buttons a{margin:0 .4rem;display:block;width:2.2rem}.block--menschen__buttons a svg{width:100%;height:auto}.block--menschen__buttons a svg circle{fill:rgba(234,241,242,0);stroke:#003d50;stroke-width:1px;transition:.3s ease-in}.block--menschen__buttons a svg path{fill:#003d50;transition:.3s ease-in}.block--menschen__buttons a:hover svg circle{fill:#93bbc3;stroke:#93bbc3}.block--menschen__buttons a:hover svg path{fill:#fff}.block--menschen__zumteam{border:1px solid #003d50;background-color:#fff;font-weight:bold;font-size:16px;padding:0 2.3em .1em 2.3em;text-decoration:none;border-radius:1.275rem;display:inline-flex;align-items:center;transition:.3s ease-in;height:2.55rem}.block--menschen__zumteam:hover{border:1px solid #eaf1f2;background-color:#eaf1f2}.block--videoloop{height:56.25%;background-color:#fff;position:relative;overflow:hidden}.block--videoloop video{display:block;width:100%;height:auto;border:none}@media(max-width: 1023px){.block--videoloop{height:720px}.block--videoloop video{width:1280.16px;transform:translateX(-50%);left:50%;position:absolute;top:0}}.block--zitat{margin-top:9rem;background-color:#003d50;text-align:center;padding:9rem 0;display:grid;grid-template-columns:repeat(12, 1fr)}.block--zitat div{grid-column:3/-3}@media(max-width: 700px){.block--zitat div{grid-column:1/-1;padding-right:1.45rem;padding-left:1.45rem}}.block--zitat *{line-height:1.333em;font-size:30px;font-size:clamp(30px,2.11vw,38px)}@media(min-width: 1921px){.block--zitat *{font-size:clamp(38px,1.91vw,200px)}}@media(max-width: 480px){.block--zitat *{font-size:25px}}.block--zitat *{color:#fff}.block--zitatlight{margin-top:9rem;background-color:#f9f4ed;text-align:center;padding:9rem 0;display:grid;grid-template-columns:repeat(12, 1fr)}.block--zitatlight div{grid-column:3/-3}@media(max-width: 700px){.block--zitatlight div{grid-column:1/-1;padding-right:1.45rem;padding-left:1.45rem}}.block--zitatlight *{line-height:1.333em;font-size:30px;font-size:clamp(30px,2.11vw,38px)}@media(min-width: 1921px){.block--zitatlight *{font-size:clamp(38px,1.91vw,200px)}}@media(max-width: 480px){.block--zitatlight *{font-size:25px}}.pagefooter{margin-top:9rem;background-color:#eaf1f2}.pagefooter__main{padding:1.45rem;padding-bottom:1.15rem;display:flex;justify-content:space-between;align-items:flex-start}.pagefooter__addresses h1{margin-bottom:.5rem;font-weight:bold}.pagefooter__addresses p{display:flex;font-size:16px}.pagefooter__addresses a{display:flex;align-items:center;text-decoration:none;transition:background-size .3s ease-in;padding-bottom:.5rem;background-image:linear-gradient(currentColor, currentColor);background-size:0 1px;background-repeat:no-repeat;background-position:0 calc(100% - .4em)}.pagefooter__addresses a:hover{background-size:100% 1px}@media(max-width: 480px){.pagefooter__addresses a{display:flex;flex-direction:column;align-items:flex-start}}.pagefooter__addresses .z1::after{content:",";margin-right:.152rem;display:inline-block}@media(max-width: 480px){.pagefooter__addresses .z1::after{display:none}}.pagefooter__addresses .z2{display:block;position:relative;padding-right:25px}.pagefooter__addresses svg{position:absolute;top:2px;right:0;width:16px;height:auto}.pagefooter__buttons{display:flex}.pagefooter__buttons a{margin-left:1.4rem;display:block;width:2.2rem}.pagefooter__buttons a svg{width:100%;height:auto}.pagefooter__buttons a svg circle{fill:rgba(234,241,242,0);stroke:#003d50;stroke-width:1px;transition:.3s ease-in}.pagefooter__buttons a svg path{fill:#003d50;transition:.3s ease-in}.pagefooter__buttons a:hover svg circle{fill:#93bbc3;stroke:#93bbc3}.pagefooter__buttons a:hover svg path{fill:#fff}@media(max-width: 480px){.pagefooter__buttons a{margin-left:1rem}}.pagefooter__cr{background-color:#003d50;color:#fff;text-align:center;padding:.6rem 2rem .5rem;font-size:16px}

/*# sourceMappingURL=styles.css.map */