@charset "UTF-8";.choices{position:relative;overflow:hidden;margin-bottom:24px;font-size:16px}.choices:focus{outline:none}.choices:last-child{margin-bottom:0}.choices.is-open{overflow:initial}.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:#eaeaea;cursor:not-allowed;user-select:none}.choices.is-disabled .choices__item{cursor:not-allowed}.choices [hidden]{display:none!important}.choices[data-type*=select-one]{cursor:pointer}.choices[data-type*=select-one] .choices__inner{padding-bottom:7.5px}.choices[data-type*=select-one] .choices__input{display:block;width:100%;padding:10px;border-bottom:1px solid #ddd;background-color:#fff;margin:0}.choices[data-type*=select-one] .choices__button{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMi41OTIuMDQ0bDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjRMMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=");padding:0;background-size:8px;position:absolute;top:50%;right:0;margin-top:-10px;margin-right:25px;height:20px;width:20px;border-radius:10em;opacity:.25}.choices[data-type*=select-one] .choices__button:focus,.choices[data-type*=select-one] .choices__button:hover{opacity:1}.choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2px #3c3332}.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button{display:none}.choices[data-type*=select-one]:after{content:"";height:0;width:0;border:5px solid transparent;border-top-color:#3c3332;position:absolute;right:11.5px;top:50%;margin-top:-2.5px;pointer-events:none}.choices[data-type*=select-one].is-open:after{border-color:transparent transparent #3c3332;margin-top:-7.5px}.choices[data-type*=select-one][dir=rtl]:after{left:11.5px;right:auto}.choices[data-type*=select-one][dir=rtl] .choices__button{right:auto;left:0;margin-left:25px;margin-right:0}.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=text] .choices__inner{cursor:text}.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=text] .choices__button{position:relative;display:inline-block;margin:0 -.5rem 0 1rem;padding-left:2rem;border-left:1px solid #201b1b;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMi41OTIuMDQ0bDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjRMMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=");background-size:8px;width:8px;line-height:1;opacity:.75;border-radius:0}.choices[data-type*=select-multiple] .choices__button:focus,.choices[data-type*=select-multiple] .choices__button:hover,.choices[data-type*=text] .choices__button:focus,.choices[data-type*=text] .choices__button:hover{opacity:1}.choices__inner{display:inline-block;vertical-align:top;width:100%;background-color:transparent;padding:7.5px 7.5px 3.75px;border:1px solid #ddd;border-radius:2.5px;font-size:14px;min-height:44px;overflow:hidden}.is-focused .choices__inner,.is-open .choices__inner{border-color:#b7b7b7}.is-open .choices__inner{border-radius:2.5px 2.5px 0 0}.is-flipped.is-open .choices__inner{border-radius:0 0 2.5px 2.5px}.choices__list{margin:0;padding-left:0;list-style:none}.choices__list--single{display:inline-block;padding:4px 16px 4px 4px;width:100%}[dir=rtl] .choices__list--single{padding-right:4px;padding-left:16px}.choices__list--single .choices__item{width:100%}.choices__list--multiple{display:inline}.choices__list--multiple .choices__item{display:inline-block;vertical-align:middle;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:500;margin-right:3.75px;margin-bottom:3.75px;background-color:#3c3332;border:1px solid #2e2726;color:#fff;word-break:break-all;box-sizing:border-box}.choices__list--multiple .choices__item[data-deletable]{padding-right:5px}[dir=rtl] .choices__list--multiple .choices__item{margin-right:0;margin-left:3.75px}.choices__list--multiple .choices__item.is-highlighted{background-color:#2e2726;border:1px solid #201b1b}.is-disabled .choices__list--multiple .choices__item{background-color:#aaa;border:1px solid #919191}.choices__list--dropdown{visibility:hidden;z-index:1;position:absolute;width:100%;background-color:#fff;border:1px solid #ddd;top:100%;margin-top:-1px;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;overflow:hidden;word-break:break-all;will-change:visibility}.choices__list--dropdown.is-active{visibility:visible}.is-open .choices__list--dropdown{border-color:#b7b7b7}.is-flipped .choices__list--dropdown{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;border-radius:.25rem .25rem 0 0}.choices__list--dropdown .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.choices__list--dropdown .choices__item{position:relative;padding:10px;font-size:14px}[dir=rtl] .choices__list--dropdown .choices__item{text-align:right}@media (min-width:640px){.choices__list--dropdown .choices__item--selectable{padding-right:100px}.choices__list--dropdown .choices__item--selectable:after{content:attr(data-select-text);font-size:12px;opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%)}[dir=rtl] .choices__list--dropdown .choices__item--selectable{text-align:right;padding-left:100px;padding-right:10px}[dir=rtl] .choices__list--dropdown .choices__item--selectable:after{right:auto;left:10px}}.choices__list--dropdown .choices__item--selectable.is-highlighted{background-color:#f2f2f2}.choices__list--dropdown .choices__item--selectable.is-highlighted:after{opacity:.5}.choices__item{cursor:default}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;user-select:none;opacity:.5}.choices__heading{font-weight:600;font-size:12px;padding:10px;border-bottom:1px solid #f7f7f7;color:grey}.choices__button{text-indent:-9999px;appearance:none;border:0;background-color:transparent;background-repeat:no-repeat;background-position:50%;cursor:pointer}.choices__button:focus{outline:none}.choices__input{display:inline-block;vertical-align:baseline;background-color:transparent;font-size:14px;margin-bottom:5px;border:0;border-radius:0;max-width:100%;padding:4px 0 4px 2px}.choices__input:focus{outline:0}[dir=rtl] .choices__input{padding-right:2px;padding-left:0}.choices__placeholder{opacity:.5}*,:after,:before{box-sizing:border-box}html{overflow-y:scroll;min-height:100%;color:#3c3332;font-family:National\ 2,Segoe UI,sans-serif;font-size:1rem;line-height:1.3;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}body{margin:0}h1,h2,h3,h4,h5,h6{font-weight:500;margin-top:1rem;margin-bottom:1rem}.h1,h1{font-size:2.5rem;line-height:1.2}@media screen and (max-width:47.9375em){.h1,h1{font-size:1.875rem;line-height:1.2}}.h2,h2{font-size:1.875rem;line-height:1.2}.h3,.h4,.h5,.h6,h3,h4,h5,h6{font-size:1.5625rem;line-height:1.2}ol,ul{font-size:1rem;line-height:1.5}ul{margin:0 0 1.25rem;padding:0 0 0 1rem;list-style-type:square}ul li::marker{color:#96071a}li{margin-bottom:.5rem}p{font-size:1.25rem;line-height:1.35;margin:0 0 1em}a{color:#4e4240;text-decoration:none}strong{font-weight:500}summary{cursor:pointer;user-select:none}img{display:block}figure{margin:0}.rte a{color:#96071a;text-decoration:none;border-bottom:1px solid}.rte a:hover{color:#c50b09}@font-face{font-display:swap;font-family:National\ 2;font-weight:400;src:url(/theme/fonts/national-2-web-regular.fbd6a215.woff2) format("woff2"),url(/theme/fonts/national-2-web-regular.4cee84b6.woff) format("woff")}@font-face{font-display:swap;font-family:National\ 2;font-weight:400;font-style:italic;src:url(/theme/fonts/national-2-web-regular-italic.4434111e.woff2) format("woff2"),url(/theme/fonts/national-2-web-regular-italic.28b74231.woff) format("woff")}@font-face{font-display:swap;font-family:National\ 2;font-weight:500;src:url(/theme/fonts/national-2-web-medium.0190efc6.woff2) format("woff2"),url(/theme/fonts/national-2-web-medium.36888bf6.woff) format("woff")}@font-face{font-display:swap;font-family:National\ 2;font-weight:500;font-style:italic;src:url(/theme/fonts/national-2-web-medium-italic.49d842fa.woff2) format("woff2"),url(/theme/fonts/national-2-web-medium-italic.9c258f5e.woff) format("woff")}.grid{display:grid;grid-template-columns:repeat(var(--grid__columns),1fr);grid-gap:var(--grid__gutter);grid-auto-columns:1fr}.container{max-width:80rem}.container,.container-xs{margin:0 auto;padding:0 1.25rem}.container-xs{max-width:64.25rem}.row--y-gap{grid-row-gap:calc(var(--grid__gutter)*2)}html{--grid__columns:12;--grid__gutter:1.25rem;--grid__gutter--half:calc(var(--grid__gutter)/2)}.row{display:grid;grid-template-columns:repeat(var(--grid__columns),1fr);grid-column-gap:var(--grid__gutter);grid-auto-columns:1fr}.row--show{position:relative;background:#f9f9f9;z-index:0;padding-top:.9375rem}.row--show:before{content:"";display:block;position:absolute;z-index:-1;left:0;right:0;top:0;height:100%;background:repeating-linear-gradient(90deg,#f0f0f0 0,#f0f0f0 calc((100% - var(--grid__gutter)*(var(--grid__columns) - 1))/var(--grid__columns)),#f9f9f9 calc((100% - var(--grid__gutter)*(var(--grid__columns) - 1))/var(--grid__columns)),#f9f9f9 calc((100% - var(--grid__gutter)*(var(--grid__columns) - 1))/var(--grid__columns) + var(--grid__gutter)))}.col-2xl-1,.col-2xl-2,.col-2xl-3,.col-2xl-4,.col-2xl-5,.col-2xl-6,.col-2xl-7,.col-2xl-8,.col-2xl-9,.col-2xl-10,.col-2xl-11,.col-2xl-12,.col-3xl-1,.col-3xl-2,.col-3xl-3,.col-3xl-4,.col-3xl-5,.col-3xl-6,.col-3xl-7,.col-3xl-8,.col-3xl-9,.col-3xl-10,.col-3xl-11,.col-3xl-12,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{grid-column:1/-1}.col-1{grid-column:span 1/span 1}.col-2{grid-column:span 2/span 2}.col-3{grid-column:span 3/span 3}.col-4{grid-column:span 4/span 4}.col-5{grid-column:span 5/span 5}.col-6{grid-column:span 6/span 6}.col-7{grid-column:span 7/span 7}.col-8{grid-column:span 8/span 8}.col-9{grid-column:span 9/span 9}.col-10{grid-column:span 10/span 10}.col-11{grid-column:span 11/span 11}.col-12{grid-column:span 12/span 12}.row-start-1{grid-row-start:1}.row-span-1{grid-row:span 1/span 1}.row-start-2{grid-row-start:2}.row-span-2{grid-row:span 2/span 2}.row-start-3{grid-row-start:3}.row-span-3{grid-row:span 3/span 3}.row-start-4{grid-row-start:4}.row-span-4{grid-row:span 4/span 4}.row-start-5{grid-row-start:5}.row-span-5{grid-row:span 5/span 5}.row-start-6{grid-row-start:6}.row-span-6{grid-row:span 6/span 6}.row-start-7{grid-row-start:7}.row-span-7{grid-row:span 7/span 7}.row-start-8{grid-row-start:8}.row-span-8{grid-row:span 8/span 8}.row-start-9{grid-row-start:9}.row-span-9{grid-row:span 9/span 9}.row-start-10{grid-row-start:10}.row-span-10{grid-row:span 10/span 10}.row-start-11{grid-row-start:11}.row-span-11{grid-row:span 11/span 11}.row-start-12{grid-row-start:12}.row-span-12{grid-row:span 12/span 12}.row-span-xs-1{grid-row:span 1/span 1}.row-span-xs-2{grid-row:span 2/span 2}.row-span-xs-3{grid-row:span 3/span 3}.row-span-xs-4{grid-row:span 4/span 4}.row-span-xs-5{grid-row:span 5/span 5}.row-span-xs-6{grid-row:span 6/span 6}.row-span-xs-7{grid-row:span 7/span 7}.row-span-xs-8{grid-row:span 8/span 8}.row-span-xs-9{grid-row:span 9/span 9}.row-span-xs-10{grid-row:span 10/span 10}.row-span-xs-11{grid-row:span 11/span 11}.row-span-xs-12{grid-row:span 12/span 12}@media screen and (min-width:0){.col-xs-1{grid-column:span 1/span 1}.col-xs-2{grid-column:span 2/span 2}.col-xs-3{grid-column:span 3/span 3}.col-xs-4{grid-column:span 4/span 4}.col-xs-5{grid-column:span 5/span 5}.col-xs-6{grid-column:span 6/span 6}.col-xs-7{grid-column:span 7/span 7}.col-xs-8{grid-column:span 8/span 8}.col-xs-9{grid-column:span 9/span 9}.col-xs-10{grid-column:span 10/span 10}.col-xs-11{grid-column:span 11/span 11}.col-xs-12{grid-column:span 12/span 12}}@media screen and (min-width:0){.col-start-xs-1{grid-column-start:1}.row-start-xs-1{grid-row-start:1}.col-start-xs-2{grid-column-start:2}.row-start-xs-2{grid-row-start:2}.col-start-xs-3{grid-column-start:3}.row-start-xs-3{grid-row-start:3}.col-start-xs-4{grid-column-start:4}.row-start-xs-4{grid-row-start:4}.col-start-xs-5{grid-column-start:5}.row-start-xs-5{grid-row-start:5}.col-start-xs-6{grid-column-start:6}.row-start-xs-6{grid-row-start:6}.col-start-xs-7{grid-column-start:7}.row-start-xs-7{grid-row-start:7}.col-start-xs-8{grid-column-start:8}.row-start-xs-8{grid-row-start:8}.col-start-xs-9{grid-column-start:9}.row-start-xs-9{grid-row-start:9}.col-start-xs-10{grid-column-start:10}.row-start-xs-10{grid-row-start:10}.col-start-xs-11{grid-column-start:11}.row-start-xs-11{grid-row-start:11}.col-start-xs-12{grid-column-start:12}.row-start-xs-12{grid-row-start:12}}@media screen and (min-width:0){.pull-right-xs{grid-column-end:-1}.pull-left-xs{grid-row-start:1;grid-column-end:inherit}}.row-span-sm-1{grid-row:span 1/span 1}.row-span-sm-2{grid-row:span 2/span 2}.row-span-sm-3{grid-row:span 3/span 3}.row-span-sm-4{grid-row:span 4/span 4}.row-span-sm-5{grid-row:span 5/span 5}.row-span-sm-6{grid-row:span 6/span 6}.row-span-sm-7{grid-row:span 7/span 7}.row-span-sm-8{grid-row:span 8/span 8}.row-span-sm-9{grid-row:span 9/span 9}.row-span-sm-10{grid-row:span 10/span 10}.row-span-sm-11{grid-row:span 11/span 11}.row-span-sm-12{grid-row:span 12/span 12}@media screen and (min-width:34.375em){.col-sm-1{grid-column:span 1/span 1}.col-sm-2{grid-column:span 2/span 2}.col-sm-3{grid-column:span 3/span 3}.col-sm-4{grid-column:span 4/span 4}.col-sm-5{grid-column:span 5/span 5}.col-sm-6{grid-column:span 6/span 6}.col-sm-7{grid-column:span 7/span 7}.col-sm-8{grid-column:span 8/span 8}.col-sm-9{grid-column:span 9/span 9}.col-sm-10{grid-column:span 10/span 10}.col-sm-11{grid-column:span 11/span 11}.col-sm-12{grid-column:span 12/span 12}}@media screen and (min-width:34.375em){.col-start-sm-1{grid-column-start:1}.row-start-sm-1{grid-row-start:1}.col-start-sm-2{grid-column-start:2}.row-start-sm-2{grid-row-start:2}.col-start-sm-3{grid-column-start:3}.row-start-sm-3{grid-row-start:3}.col-start-sm-4{grid-column-start:4}.row-start-sm-4{grid-row-start:4}.col-start-sm-5{grid-column-start:5}.row-start-sm-5{grid-row-start:5}.col-start-sm-6{grid-column-start:6}.row-start-sm-6{grid-row-start:6}.col-start-sm-7{grid-column-start:7}.row-start-sm-7{grid-row-start:7}.col-start-sm-8{grid-column-start:8}.row-start-sm-8{grid-row-start:8}.col-start-sm-9{grid-column-start:9}.row-start-sm-9{grid-row-start:9}.col-start-sm-10{grid-column-start:10}.row-start-sm-10{grid-row-start:10}.col-start-sm-11{grid-column-start:11}.row-start-sm-11{grid-row-start:11}.col-start-sm-12{grid-column-start:12}.row-start-sm-12{grid-row-start:12}}@media screen and (min-width:34.375em){.pull-right-sm{grid-column-end:-1}.pull-left-sm{grid-row-start:1;grid-column-end:inherit}}.row-span-md-1{grid-row:span 1/span 1}.row-span-md-2{grid-row:span 2/span 2}.row-span-md-3{grid-row:span 3/span 3}.row-span-md-4{grid-row:span 4/span 4}.row-span-md-5{grid-row:span 5/span 5}.row-span-md-6{grid-row:span 6/span 6}.row-span-md-7{grid-row:span 7/span 7}.row-span-md-8{grid-row:span 8/span 8}.row-span-md-9{grid-row:span 9/span 9}.row-span-md-10{grid-row:span 10/span 10}.row-span-md-11{grid-row:span 11/span 11}.row-span-md-12{grid-row:span 12/span 12}@media screen and (min-width:48em){.col-md-1{grid-column:span 1/span 1}.col-md-2{grid-column:span 2/span 2}.col-md-3{grid-column:span 3/span 3}.col-md-4{grid-column:span 4/span 4}.col-md-5{grid-column:span 5/span 5}.col-md-6{grid-column:span 6/span 6}.col-md-7{grid-column:span 7/span 7}.col-md-8{grid-column:span 8/span 8}.col-md-9{grid-column:span 9/span 9}.col-md-10{grid-column:span 10/span 10}.col-md-11{grid-column:span 11/span 11}.col-md-12{grid-column:span 12/span 12}}@media screen and (min-width:48em){.col-start-md-1{grid-column-start:1}.row-start-md-1{grid-row-start:1}.col-start-md-2{grid-column-start:2}.row-start-md-2{grid-row-start:2}.col-start-md-3{grid-column-start:3}.row-start-md-3{grid-row-start:3}.col-start-md-4{grid-column-start:4}.row-start-md-4{grid-row-start:4}.col-start-md-5{grid-column-start:5}.row-start-md-5{grid-row-start:5}.col-start-md-6{grid-column-start:6}.row-start-md-6{grid-row-start:6}.col-start-md-7{grid-column-start:7}.row-start-md-7{grid-row-start:7}.col-start-md-8{grid-column-start:8}.row-start-md-8{grid-row-start:8}.col-start-md-9{grid-column-start:9}.row-start-md-9{grid-row-start:9}.col-start-md-10{grid-column-start:10}.row-start-md-10{grid-row-start:10}.col-start-md-11{grid-column-start:11}.row-start-md-11{grid-row-start:11}.col-start-md-12{grid-column-start:12}.row-start-md-12{grid-row-start:12}}@media screen and (min-width:48em){.pull-right-md{grid-column-end:-1}.pull-left-md{grid-row-start:1;grid-column-end:inherit}}.row-span-lg-1{grid-row:span 1/span 1}.row-span-lg-2{grid-row:span 2/span 2}.row-span-lg-3{grid-row:span 3/span 3}.row-span-lg-4{grid-row:span 4/span 4}.row-span-lg-5{grid-row:span 5/span 5}.row-span-lg-6{grid-row:span 6/span 6}.row-span-lg-7{grid-row:span 7/span 7}.row-span-lg-8{grid-row:span 8/span 8}.row-span-lg-9{grid-row:span 9/span 9}.row-span-lg-10{grid-row:span 10/span 10}.row-span-lg-11{grid-row:span 11/span 11}.row-span-lg-12{grid-row:span 12/span 12}@media screen and (min-width:58.75em){.col-lg-1{grid-column:span 1/span 1}.col-lg-2{grid-column:span 2/span 2}.col-lg-3{grid-column:span 3/span 3}.col-lg-4{grid-column:span 4/span 4}.col-lg-5{grid-column:span 5/span 5}.col-lg-6{grid-column:span 6/span 6}.col-lg-7{grid-column:span 7/span 7}.col-lg-8{grid-column:span 8/span 8}.col-lg-9{grid-column:span 9/span 9}.col-lg-10{grid-column:span 10/span 10}.col-lg-11{grid-column:span 11/span 11}.col-lg-12{grid-column:span 12/span 12}}@media screen and (min-width:58.75em){.col-start-lg-1{grid-column-start:1}.row-start-lg-1{grid-row-start:1}.col-start-lg-2{grid-column-start:2}.row-start-lg-2{grid-row-start:2}.col-start-lg-3{grid-column-start:3}.row-start-lg-3{grid-row-start:3}.col-start-lg-4{grid-column-start:4}.row-start-lg-4{grid-row-start:4}.col-start-lg-5{grid-column-start:5}.row-start-lg-5{grid-row-start:5}.col-start-lg-6{grid-column-start:6}.row-start-lg-6{grid-row-start:6}.col-start-lg-7{grid-column-start:7}.row-start-lg-7{grid-row-start:7}.col-start-lg-8{grid-column-start:8}.row-start-lg-8{grid-row-start:8}.col-start-lg-9{grid-column-start:9}.row-start-lg-9{grid-row-start:9}.col-start-lg-10{grid-column-start:10}.row-start-lg-10{grid-row-start:10}.col-start-lg-11{grid-column-start:11}.row-start-lg-11{grid-row-start:11}.col-start-lg-12{grid-column-start:12}.row-start-lg-12{grid-row-start:12}}@media screen and (min-width:58.75em){.pull-right-lg{grid-column-end:-1}.pull-left-lg{grid-row-start:1;grid-column-end:inherit}}.row-span-xl-1{grid-row:span 1/span 1}.row-span-xl-2{grid-row:span 2/span 2}.row-span-xl-3{grid-row:span 3/span 3}.row-span-xl-4{grid-row:span 4/span 4}.row-span-xl-5{grid-row:span 5/span 5}.row-span-xl-6{grid-row:span 6/span 6}.row-span-xl-7{grid-row:span 7/span 7}.row-span-xl-8{grid-row:span 8/span 8}.row-span-xl-9{grid-row:span 9/span 9}.row-span-xl-10{grid-row:span 10/span 10}.row-span-xl-11{grid-row:span 11/span 11}.row-span-xl-12{grid-row:span 12/span 12}@media screen and (min-width:68.75em){.col-xl-1{grid-column:span 1/span 1}.col-xl-2{grid-column:span 2/span 2}.col-xl-3{grid-column:span 3/span 3}.col-xl-4{grid-column:span 4/span 4}.col-xl-5{grid-column:span 5/span 5}.col-xl-6{grid-column:span 6/span 6}.col-xl-7{grid-column:span 7/span 7}.col-xl-8{grid-column:span 8/span 8}.col-xl-9{grid-column:span 9/span 9}.col-xl-10{grid-column:span 10/span 10}.col-xl-11{grid-column:span 11/span 11}.col-xl-12{grid-column:span 12/span 12}}@media screen and (min-width:68.75em){.col-start-xl-1{grid-column-start:1}.row-start-xl-1{grid-row-start:1}.col-start-xl-2{grid-column-start:2}.row-start-xl-2{grid-row-start:2}.col-start-xl-3{grid-column-start:3}.row-start-xl-3{grid-row-start:3}.col-start-xl-4{grid-column-start:4}.row-start-xl-4{grid-row-start:4}.col-start-xl-5{grid-column-start:5}.row-start-xl-5{grid-row-start:5}.col-start-xl-6{grid-column-start:6}.row-start-xl-6{grid-row-start:6}.col-start-xl-7{grid-column-start:7}.row-start-xl-7{grid-row-start:7}.col-start-xl-8{grid-column-start:8}.row-start-xl-8{grid-row-start:8}.col-start-xl-9{grid-column-start:9}.row-start-xl-9{grid-row-start:9}.col-start-xl-10{grid-column-start:10}.row-start-xl-10{grid-row-start:10}.col-start-xl-11{grid-column-start:11}.row-start-xl-11{grid-row-start:11}.col-start-xl-12{grid-column-start:12}.row-start-xl-12{grid-row-start:12}}@media screen and (min-width:68.75em){.pull-right-xl{grid-column-end:-1}.pull-left-xl{grid-row-start:1;grid-column-end:inherit}}.row-span-2xl-1{grid-row:span 1/span 1}.row-span-2xl-2{grid-row:span 2/span 2}.row-span-2xl-3{grid-row:span 3/span 3}.row-span-2xl-4{grid-row:span 4/span 4}.row-span-2xl-5{grid-row:span 5/span 5}.row-span-2xl-6{grid-row:span 6/span 6}.row-span-2xl-7{grid-row:span 7/span 7}.row-span-2xl-8{grid-row:span 8/span 8}.row-span-2xl-9{grid-row:span 9/span 9}.row-span-2xl-10{grid-row:span 10/span 10}.row-span-2xl-11{grid-row:span 11/span 11}.row-span-2xl-12{grid-row:span 12/span 12}@media screen and (min-width:80em){.col-2xl-1{grid-column:span 1/span 1}.col-2xl-2{grid-column:span 2/span 2}.col-2xl-3{grid-column:span 3/span 3}.col-2xl-4{grid-column:span 4/span 4}.col-2xl-5{grid-column:span 5/span 5}.col-2xl-6{grid-column:span 6/span 6}.col-2xl-7{grid-column:span 7/span 7}.col-2xl-8{grid-column:span 8/span 8}.col-2xl-9{grid-column:span 9/span 9}.col-2xl-10{grid-column:span 10/span 10}.col-2xl-11{grid-column:span 11/span 11}.col-2xl-12{grid-column:span 12/span 12}}@media screen and (min-width:80em){.col-start-2xl-1{grid-column-start:1}.row-start-2xl-1{grid-row-start:1}.col-start-2xl-2{grid-column-start:2}.row-start-2xl-2{grid-row-start:2}.col-start-2xl-3{grid-column-start:3}.row-start-2xl-3{grid-row-start:3}.col-start-2xl-4{grid-column-start:4}.row-start-2xl-4{grid-row-start:4}.col-start-2xl-5{grid-column-start:5}.row-start-2xl-5{grid-row-start:5}.col-start-2xl-6{grid-column-start:6}.row-start-2xl-6{grid-row-start:6}.col-start-2xl-7{grid-column-start:7}.row-start-2xl-7{grid-row-start:7}.col-start-2xl-8{grid-column-start:8}.row-start-2xl-8{grid-row-start:8}.col-start-2xl-9{grid-column-start:9}.row-start-2xl-9{grid-row-start:9}.col-start-2xl-10{grid-column-start:10}.row-start-2xl-10{grid-row-start:10}.col-start-2xl-11{grid-column-start:11}.row-start-2xl-11{grid-row-start:11}.col-start-2xl-12{grid-column-start:12}.row-start-2xl-12{grid-row-start:12}}@media screen and (min-width:80em){.pull-right-2xl{grid-column-end:-1}.pull-left-2xl{grid-row-start:1;grid-column-end:inherit}}.row-span-3xl-1{grid-row:span 1/span 1}.row-span-3xl-2{grid-row:span 2/span 2}.row-span-3xl-3{grid-row:span 3/span 3}.row-span-3xl-4{grid-row:span 4/span 4}.row-span-3xl-5{grid-row:span 5/span 5}.row-span-3xl-6{grid-row:span 6/span 6}.row-span-3xl-7{grid-row:span 7/span 7}.row-span-3xl-8{grid-row:span 8/span 8}.row-span-3xl-9{grid-row:span 9/span 9}.row-span-3xl-10{grid-row:span 10/span 10}.row-span-3xl-11{grid-row:span 11/span 11}.row-span-3xl-12{grid-row:span 12/span 12}@media screen and (min-width:94em){.col-3xl-1{grid-column:span 1/span 1}.col-3xl-2{grid-column:span 2/span 2}.col-3xl-3{grid-column:span 3/span 3}.col-3xl-4{grid-column:span 4/span 4}.col-3xl-5{grid-column:span 5/span 5}.col-3xl-6{grid-column:span 6/span 6}.col-3xl-7{grid-column:span 7/span 7}.col-3xl-8{grid-column:span 8/span 8}.col-3xl-9{grid-column:span 9/span 9}.col-3xl-10{grid-column:span 10/span 10}.col-3xl-11{grid-column:span 11/span 11}.col-3xl-12{grid-column:span 12/span 12}}@media screen and (min-width:94em){.col-start-3xl-1{grid-column-start:1}.row-start-3xl-1{grid-row-start:1}.col-start-3xl-2{grid-column-start:2}.row-start-3xl-2{grid-row-start:2}.col-start-3xl-3{grid-column-start:3}.row-start-3xl-3{grid-row-start:3}.col-start-3xl-4{grid-column-start:4}.row-start-3xl-4{grid-row-start:4}.col-start-3xl-5{grid-column-start:5}.row-start-3xl-5{grid-row-start:5}.col-start-3xl-6{grid-column-start:6}.row-start-3xl-6{grid-row-start:6}.col-start-3xl-7{grid-column-start:7}.row-start-3xl-7{grid-row-start:7}.col-start-3xl-8{grid-column-start:8}.row-start-3xl-8{grid-row-start:8}.col-start-3xl-9{grid-column-start:9}.row-start-3xl-9{grid-row-start:9}.col-start-3xl-10{grid-column-start:10}.row-start-3xl-10{grid-row-start:10}.col-start-3xl-11{grid-column-start:11}.row-start-3xl-11{grid-row-start:11}.col-start-3xl-12{grid-column-start:12}.row-start-3xl-12{grid-row-start:12}}@media screen and (min-width:94em){.pull-right-3xl{grid-column-end:-1}.pull-left-3xl{grid-row-start:1;grid-column-end:inherit}}.justify-start{justify-self:start}.justify-center{justify-self:center}.justify-end{justify-self:end}.justify-stretch{justify-self:stretch}@media screen and (min-width:0){.justify-xs-start{justify-self:start}.justify-xs-center{justify-self:center}.justify-xs-end{justify-self:end}.justify-xs-stretch{justify-self:stretch}}@media screen and (min-width:34.375em){.justify-sm-start{justify-self:start}.justify-sm-center{justify-self:center}.justify-sm-end{justify-self:end}.justify-sm-stretch{justify-self:stretch}}@media screen and (min-width:48em){.justify-md-start{justify-self:start}.justify-md-center{justify-self:center}.justify-md-end{justify-self:end}.justify-md-stretch{justify-self:stretch}}@media screen and (min-width:58.75em){.justify-lg-start{justify-self:start}.justify-lg-center{justify-self:center}.justify-lg-end{justify-self:end}.justify-lg-stretch{justify-self:stretch}}@media screen and (min-width:68.75em){.justify-xl-start{justify-self:start}.justify-xl-center{justify-self:center}.justify-xl-end{justify-self:end}.justify-xl-stretch{justify-self:stretch}}@media screen and (min-width:80em){.justify-2xl-start{justify-self:start}.justify-2xl-center{justify-self:center}.justify-2xl-end{justify-self:end}.justify-2xl-stretch{justify-self:stretch}}@media screen and (min-width:94em){.justify-3xl-start{justify-self:start}.justify-3xl-center{justify-self:center}.justify-3xl-end{justify-self:end}.justify-3xl-stretch{justify-self:stretch}}.align-start{align-self:start}.align-center{align-self:center}.align-end{align-self:end}.align-stretch{align-self:stretch}@media screen and (min-width:0){.align-xs-start{align-self:start}.align-xs-center{align-self:center}.align-xs-end{align-self:end}.align-xs-stretch{align-self:stretch}}@media screen and (min-width:34.375em){.align-sm-start{align-self:start}.align-sm-center{align-self:center}.align-sm-end{align-self:end}.align-sm-stretch{align-self:stretch}}@media screen and (min-width:48em){.align-md-start{align-self:start}.align-md-center{align-self:center}.align-md-end{align-self:end}.align-md-stretch{align-self:stretch}}@media screen and (min-width:58.75em){.align-lg-start{align-self:start}.align-lg-center{align-self:center}.align-lg-end{align-self:end}.align-lg-stretch{align-self:stretch}}@media screen and (min-width:68.75em){.align-xl-start{align-self:start}.align-xl-center{align-self:center}.align-xl-end{align-self:end}.align-xl-stretch{align-self:stretch}}@media screen and (min-width:80em){.align-2xl-start{align-self:start}.align-2xl-center{align-self:center}.align-2xl-end{align-self:end}.align-2xl-stretch{align-self:stretch}}@media screen and (min-width:94em){.align-3xl-start{align-self:start}.align-3xl-center{align-self:center}.align-3xl-end{align-self:end}.align-3xl-stretch{align-self:stretch}}.site__header{height:6rem;position:fixed;top:0;left:0;right:0;z-index:3;background-color:#fff;transition:all .33s ease}@media screen and (min-width:58.75em){.site__header{height:9.25rem;overflow:hidden}}[id=container]{margin-top:7rem}@media screen and (min-width:58.75em){[id=container]{margin-top:12.75rem}}body:not(.frontpage) .mod_article.first{overflow:visible}@media screen and (min-width:58.75em){body:not(.frontpage) .mod_article.first .ce_rsce_page_intro{margin-top:-1.625rem}}@media screen and (min-width:58.75em){body:not(.frontpage) .mod_article.first .mod_newsreader{margin-top:-1.25rem}}body.sticky-footer [id=wrapper]{display:flex;min-height:100vh;flex-direction:column}body.sticky-footer [id=container]{flex:1}[id=main] .mod_article div:last-child.bg_grayish_light,[id=main] .mod_article div:last-child.bg_light_gray,[id=main] .mod_article div:last-child.bg_red_900,[id=main] .mod_article div:last-child.bg_red_radial{margin-bottom:0}.caption{color:#624d4b}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.skip-link{position:fixed;top:-5rem;left:1rem;background:#624d4b;color:#fff;padding:8px;text-decoration:none;z-index:100}.skip-link:focus{top:1rem}.audio_player__container{display:flex;gap:.6125rem}.audio_player__body{flex-grow:1;display:flex;flex-flow:column;justify-content:space-between}.audio_player__title{transform:translateY(-6px)}.audio_player__toggle{padding:0;border:0;background-color:#3c3332;color:#f5f3f2}.audio_player__toggle,.audio_player__toggle svg{width:3rem;height:3rem}.audio_player__toggle path,.audio_player__toggle rect{fill:#f5f3f2}@media screen and (min-width:500px){.audio_player__container{gap:1.25rem}.audio_player__toggle,.audio_player__toggle svg{width:6rem;height:6rem}}.audio_player__labels{display:flex;justify-content:space-between;margin-top:.625rem;line-height:1}.audio_player__progress_bar{appearance:none;outline:none;position:relative;width:100%;height:.25rem;margin:0;padding:0;border:0;background-color:#d7cdcd;cursor:pointer}.audio_player__progress_bar::-webkit-slider-runnable-track{background:transparent}.audio_player__progress_bar::-webkit-slider-thumb{appearance:none;width:1rem;height:1rem;border:0;background-color:#3c3332;border-radius:100%}.audio_player__progress_bar::-moz-range-thumb{appearance:none;width:1rem;height:1rem;border:0;background-color:#3c3332;border-radius:100%}.audio_player__progress_bar::-moz-range-progress{background-color:#3c3332}.audio_player__progress_bar:before{position:absolute;content:"";top:0;left:0;width:var(--seek-before-width);height:.25rem;background-color:#3c3332;cursor:pointer}.article_grid{display:grid;grid-template-columns:repeat(var(--grid__columns),1fr);grid-gap:var(--grid__gutter);grid-auto-columns:1fr}.article_grid__container{grid-column:2/-2}details{border-top:3px solid #3c3332}details[open]{padding-bottom:.5rem}details:last-child{border-bottom:3px solid #3c3332}.ce_rsce_accordion details p,.ce_rsce_text_accordion details p{font-size:1.125rem;line-height:1.5;margin-bottom:1rem}summary{font-size:1.25rem;line-height:1.35;display:block;padding:.625rem 0;position:relative}summary:focus{outline:0}summary:after{content:"";display:block;width:1rem;height:1rem;position:absolute;top:.875rem;right:0;background:4px url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS41IDEwLjVMNiA2TTEuNSAxLjVMNiA2IiBzdHJva2U9IiMzQzMzMzIiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PC9zdmc+") no-repeat;transition:all .33s ease;transform-origin:center}summary::-webkit-details-marker,summary::marker{display:none}details[open] summary:after{transform:rotate(90deg)}.ce_rsce_region_link_list__inner summary:after{top:1.0625rem}.block_link{display:block;padding:1.25rem 1rem}.block_link:after{display:block;width:1rem;height:1rem;position:absolute;bottom:1.25rem;right:1.25rem;content:"";background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9IiM0RTQyNDAiIHN0cm9rZS13aWR0aD0iMiI+PHBhdGggZD0iTTguNSAxLjVsNiA1LjUtNiA1LjUiLz48cGF0aCBmaWxsPSIjRDhEOEQ4IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBkPSJNMTMgN0gxIi8+PC9nPjwvc3ZnPg==") no-repeat;transition:all .33s ease}.block_link:hover:after{transform:translateX(10px)}blockquote{margin:0}blockquote p{font-size:inherit;font-weight:inherit;line-height:inherit}.blockquote{border-top:2px solid #000;padding-top:1.25rem}@media screen and (min-width:48em){.blockquote__inner{margin-left:6.66667rem}}.blockquote__inner p{margin-bottom:.75rem}.ce_rsce_text_accordion blockquote,.ce_rsce_text_image blockquote,.ce_rsce_text blockquote{margin:1.75rem 0}.ce_rsce_text_accordion blockquote p,.ce_rsce_text_image blockquote p,.ce_rsce_text blockquote p{font-size:1.5625rem;line-height:1.2;font-weight:500}.ce_blockquote{margin:6rem 0}.btn,button[type=submit],button[type=submit][name=reset]{font-size:1.125rem;line-height:1.5;display:inline-block;background-color:#3c3332;text-align:center;vertical-align:top;border-radius:.5rem;color:#fff;font-family:National\ 2,Segoe UI,sans-serif;padding:.5rem 2.25rem;cursor:pointer;border:.125rem solid hsla(0,0%,100%,0);transition:all .15s cubic-bezier(0,.97,.72,.78);box-shadow:0 0 0 0;text-decoration:none}.btn:hover,button[type=submit]:hover{background-color:#4e4240}.btn:focus,button[type=submit]:focus{outline:0;box-shadow:0 0 0 .25rem rgba(78,66,64,.2)}.btn--primary,button[type=submit]{background-color:#3c3332;border-color:#3c3332;color:#fff}.btn--primary:hover,button[type=submit]:hover{background-color:#624d4b;border-color:#624d4b}.btn--primary:focus,button[type=submit]:focus{outline:0;box-shadow:0 0 0 .25rem rgba(98,77,75,.2)}.btn--primary-red{background-color:#770010;border-color:#770010;color:#fff}.btn--primary-red:hover{background-color:#96071a;border-color:#96071a}.btn--primary-red:focus{outline:0;box-shadow:0 0 0 .25rem rgba(150,7,26,.2)}.btn--secondary{background-color:#fff;border-color:#3c3332;color:#3c3332}.btn--secondary:hover{color:#fff}.btn--tertiary,button[type=submit][name=reset]{background-color:hsla(0,0%,100%,.5);border-color:transparent;color:#3c3332}.btn--tertiary:hover,button[type=submit][name=reset]:hover{background-color:hsla(0,0%,100%,.75);color:#624d4b}.btn--tertiary:focus,button[type=submit][name=reset]:focus{box-shadow:none}.btn--small{font-size:1rem;line-height:1.5;padding:.33rem .8125rem}.btn--red-outline{background-color:transparent;border-color:#770010;color:#770010}.btn--red-outline:focus{outline:0;box-shadow:0 0 0 .25rem rgba(119,0,16,.2)}.btn--red-outline:hover{background-color:#770010;color:#fff}.btn--outline,.btn--outline:hover{background-color:transparent}.btn--white{border-color:#fff;color:#fff}.btn--white:hover{color:#fff;background:hsla(0,0%,100%,.15)}.btn--muted-outline{background:transparent;border-color:#ddbbc0;color:#ddbbc0}.btn--muted-outline:hover{background:transparent;border-color:#fff;color:#fff}.btn--pill{border-radius:1.5rem}.btn--nav_toggle{font-size:1rem;line-height:1.5;padding:.33rem .8125rem;background-color:#96071a}.btn--nav_toggle:hover{background-color:#770010}.btn--gray{font-size:1rem;line-height:1.5;display:block;padding:.33rem .75rem;background:#f5f3f2;border:2px solid #ebe8e7;border-radius:.5rem;color:#3c3332;font-weight:500}.btn--gray:hover{background:#dfd8d5}.btn+.btn,.btn+button[type=submit],button[type=submit]+.btn,button[type=submit]+button[type=submit]{margin-left:.625rem}button:disabled,button[disabled=disabled]{opacity:.5;cursor:default}.contact_item{font-size:1.125rem;line-height:1.5;margin-top:3.75rem;padding:2.5rem;background-color:#f5f3f2;min-height:17rem}.contact_item__photo{display:block;margin-top:-6.25rem;margin-bottom:1.25rem}.contact_item__name{font-size:1.5625rem;line-height:1.2}.contact_item__body{overflow:hidden}.contact_item--wide .contact_item__photo{float:left;margin-right:2.5rem;margin-left:-2.5rem}.contact_item__details{display:table;width:100%;margin:1.25rem 0 0}.contact_item__details span{margin-top:.625rem;display:block}.contact_item__details span:first-child{margin-top:0}.contact_item__details dt{font-size:1rem;line-height:1.5;font-weight:500}.contact_item__details dd{font-size:1.125rem;line-height:1.5;margin:0}.choices .choices__inner{background-color:#fff;min-height:3rem;height:auto!important;margin:0;padding-right:1.5rem}.choices .choices__inner:after{content:"";display:block;width:1rem;height:1rem;position:absolute;top:1.25rem;right:.5rem;background:4px url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS41IDEwLjVMNiA2TTEuNSAxLjVMNiA2IiBzdHJva2U9IiMzQzMzMzIiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PC9zdmc+") no-repeat;transition:all .33s ease;transform-origin:center}.choices.is-open .choices__inner{border:2px solid #624d4b}.choices.is-open .choices__inner:after{transform:rotate(90deg)}.choices.is-open.is-flipped .choices__inner:after{transform:rotate(-90deg)}.choices.is-open.is-flipped .choices__inner{border-radius:.5rem}.choices .choices[data-type*=select-multiple] .choices__button{margin-left:0;margin-right:-.25rem;padding-left:1rem;border:0}.choices input.choices__input{display:block;width:100%!important;min-width:auto!important;margin:0;padding:0;border:0;height:auto}.choices input.choices__input::placeholder{color:#624d4b}.choices input.choices__input:focus{outline:0;box-shadow:none}.choices input.choices__input:after{content:"";display:block;width:1rem;height:1rem;position:absolute;top:.9rem;right:0;background:4px url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS41IDEwLjVMNiA2TTEuNSAxLjVMNiA2IiBzdHJva2U9IiMzQzMzMzIiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PC9zdmc+") no-repeat;transition:all .33s ease;transform-origin:center}.choices .choices__list{margin:0}.choices .choices__list--multiple input.choices__item{margin-bottom:.5rem}.choices .choices__list--dropdown{border-radius:.25rem;border:none;box-shadow:0 18px 20px 0 rgba(0,0,0,.1)}.choices .choices__item--selectable.is-highlighted{background:#ebe8e7;font-weight:500}.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=select-one] .choices__button,.choices[data-type*=text] .choices__button{margin-left:0;padding-left:1.25rem;border-left:0}.choices[data-type*=select-one]:after{content:none}.choices[data-type*=select-one].is-focused{outline:0}.choices[data-type*=select-one].is-focused>.choices__inner{border-color:#4e4240}.choices[data-type*=select-one] .choices__inner{padding-bottom:12px}.choices[data-type*=select-one] .choices__list--single{padding-top:0;padding-bottom:0}.choices[data-type*=select-one] .choices__placeholder{font-size:1.125rem;line-height:1.5;color:#624d4b;font-family:National\ 2,Segoe UI,sans-serif;font-weight:400;opacity:1}.choices[data-type*=select-one] .choices__list--dropdown .choices__list .choices__placeholder{display:none}.choices[data-type*=select-one] .choices__list--dropdown .choices__input{font-size:1rem}.drawer.initialized{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2;padding:1.25rem;transition:all .33s ease;background-color:#f5f3f2;overflow-y:scroll}.drawer.open{transform:translateY(0) translateX(0)}.drawer.closed.direction-top{transform:translateY(-100%)}.drawer.closed.direction-bottom{transform:translateY(100%)}.drawer.closed.direction-left{transform:translateX(-100%)}.drawer.closed.direction-right{transform:translateX(100%)}.js .drawer.initialized{display:none}.js .drawer.initialized.closed,.js .drawer.initialized.open{display:block}.ce_rsce_donation_form{margin-bottom:6rem}.ce_rsce_donation_form .js_amount_button,.ce_rsce_donation_form .js_variable_amount_button{font-size:1rem;line-height:1.5;padding:.375rem 1rem;border-radius:.25rem;margin:0 .75rem 1rem 0}.ce_rsce_donation_form .js_amount_button.btn--red-outline,.ce_rsce_donation_form .js_variable_amount_button.btn--red-outline{border:1px solid #910014}.ce_rsce_donation_form .js_amount_button.btn--primary-red,.ce_rsce_donation_form .js_variable_amount_button.btn--primary-red{background-color:#910014;border:1px solid #770010}.ce_rsce_donation_form .input_group .input_group__input,.ce_rsce_donation_form .input_group .input_group__suffix{font-size:1rem;padding:.375rem 1rem;border-width:1px;height:2.375rem}.ce_rsce_donation_form .input_group .input_group__input{border-radius:.25rem 0 0 .25rem;width:8rem}.ce_rsce_donation_form .input_group .input_group__suffix{border-radius:0 .25rem .25rem 0}.ce_rsce_donation_form .btn_group{display:flex;flex-wrap:wrap}.ce_rsce_donation_form h1{font-size:2.5rem;line-height:1.2}.ce_rsce_donation_form img{width:100%;height:auto;margin-bottom:3rem}.ce_rsce_donation_form .donation-hints{margin-top:1.5rem;margin-bottom:3rem}.ce_rsce_donation_form .donation-hints p{font-size:1rem;line-height:1.5;color:#624d4b}.ce_rsce_donation_form .ce_rsce_donation_form__image_wrapper{margin-left:-1.25rem;margin-bottom:1.25rem}@media screen and (min-width:80em){.ce_rsce_donation_form .ce_rsce_donation_form__image_wrapper{margin-left:calc(-50vw - -38.75rem)}}@media screen and (min-width:94em){.ce_rsce_donation_form .ce_rsce_donation_form__image_wrapper{margin-left:0}}.donation_bank_transfer{overflow:hidden;height:0;transition:height .25s ease-out,padding .25s ease-out}.donation_bank_transfer.open{height:100%;padding:6rem 0}.donation_bank_transfer dt{font-size:1rem;line-height:1.5;font-weight:500;margin-bottom:.25rem}.donation_bank_transfer dd{font-size:1.25rem;position:relative;padding:.375rem .75rem;background:#fff;border-radius:.25rem;display:block;letter-spacing:.25rem;margin-left:0;transition:all .25s ease-out}.donation_bank_transfer dd:after{position:absolute;content:"kopieren";transform:translateX(1rem);opacity:0;background:#4e4240;color:#fff;padding:.25rem .5rem;font-size:.75rem;letter-spacing:0;border-radius:.25rem;font-weight:500;right:.5rem;top:.5rem}.donation_bank_transfer dd:hover{box-shadow:0 0 0 .25rem rgba(78,66,64,.2);cursor:pointer}.donation_bank_transfer dd:hover:after{transform:translateX(0);opacity:1}.donation_bank_transfer dd.tooltip:after{content:"In Zwischenablage kopiert";transform:translateX(0);opacity:1}.donation_bank_transfer dd:active,.donation_bank_transfer dd:focus{box-shadow:0 0 0 .25rem #624d4b}.donation_bank_transfer dd:active:after,.donation_bank_transfer dd:focus:after{background:#624d4b}.teaser{padding:1.25rem;background:radial-gradient(#9a0020 0,#770010 100%);color:#fff;display:flex;flex-flow:column}.teaser,.teaser p{font-size:1.875rem;line-height:1.2}.teaser p{margin:1.25rem 0}.teaser a{margin-top:auto}.event_item__location svg{float:left;margin-right:.33rem;transform:translateY(3px)}.event_item__teaser{color:#847b77}.event_item__teaser,.event_item__teaser p{font-size:1rem;line-height:1.35}.event_item__monthly_grouping{position:sticky;z-index:1;top:6rem}@media screen and (min-width:58.75em){.event_item__monthly_grouping{top:7rem}}.event_item.layout_list .event_item__time{padding:.25rem .5rem}.event_item.layout_list .event_item__calendar_title{max-width:16rem}.event_item.layout_list .event_item__header{border-bottom:2px solid var(--border-color)}.event_item.layout_list .event_item__headline{margin:.5rem 0 0}@media screen and (max-width:34.3125em){.event_item.layout_list .event_item__calendar_title{padding:.25rem 0;display:none}}@media screen and (min-width:34.375em){.event_item.layout_list .event_item__header{display:grid;grid-template-columns:58.3333333333% 41.6666666667%;grid-gap:var(--grid__gutter)}.event_item.layout_list .event_item__headline{margin-top:1rem}.event_item.layout_list .event_item__calendar_title_2{display:none}.event_item.layout_list .event_item__calendar_title{display:block}}@media screen and (min-width:48em){.event_item.layout_list .event_item__inner{display:grid;grid-template-columns:58.3333333333% 41.6666666667%;grid-gap:var(--grid__gutter)}.event_item.layout_list .event_item__calendar_title{display:block}}.event_item_regular .event_item__time{width:auto;padding:.5rem 1.25rem}.event_item_regular .event_item__calendar_title,.event_item_regular .event_item__time{z-index:2}.event_item--card,.event_item--card .event_item__inner{width:100%;position:relative;background-color:#fff;z-index:1}.event_item--card .event_item__inner{display:flex;flex-flow:column;padding:3.5rem 1.25rem 1.25rem;box-shadow:0 0 30px 0 rgba(0,0,0,.1);min-height:100%}.event_item--card .event_item__time{position:absolute;top:0;left:0}.event_item--pop-out-calendar-title .event_item__time{width:auto}.event_item--pop-out-calendar-title .event_item__calendar_title{padding:.5rem 1.25rem;position:absolute;top:0;right:0}[data-collapsible-event-item]{cursor:pointer;transition:all .3s ease}[data-collapsible-event-item]:hover{transform:translateY(-5px)}[data-collapsible-event-item] .collapsible{overflow:hidden;transition:height .3s ease}[data-collapsible-event-item] .event_item__expand_toggle{background:transparent;border:0;color:#624d4b;cursor:pointer;font-weight:500;font-family:National\ 2,Segoe UI,sans-serif;flex-shrink:0}[data-collapsible-event-item] .event_item.is_expanded .event_item__inner{position:absolute}.opening_hours{margin:0 0 2.5rem}.opening_hours dt{font-size:1rem;line-height:1.5;font-weight:500;margin-top:.625rem}.opening_hours dt:first-child{margin-top:0}.opening_hours dd{font-size:1.125rem;line-height:1.5;margin:0}.link--arrow-right{display:inline-block;font-weight:500}.link--arrow-right:after{content:"";display:inline-block;width:1rem;height:1rem;margin-left:.8125rem;position:relative;top:3px;background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9IiM0RTQyNDAiIHN0cm9rZS13aWR0aD0iMiI+PHBhdGggZD0iTTguNSAxLjVsNiA1LjUtNiA1LjUiLz48cGF0aCBmaWxsPSIjRDhEOEQ4IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBkPSJNMTMgN0gxIi8+PC9nPjwvc3ZnPg==") no-repeat;transition:all .33s ease}.link--arrow-right:focus:after,.link--arrow-right:hover:after{transform:translateX(10px)}.link--arrow-right--white{display:inline-block;font-weight:500}.link--arrow-right--white:after{content:"";display:inline-block;width:1rem;height:1rem;margin-left:.8125rem;position:relative;top:3px;background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiI+PHBhdGggZD0iTTguNSAxLjVsNiA1LjUtNiA1LjUiLz48cGF0aCBmaWxsPSIjZmZmIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBkPSJNMTMgN0gxIi8+PC9nPjwvc3ZnPg==") no-repeat;transition:all .33s ease}.link--arrow-right--white:focus:after,.link--arrow-right--white:hover:after{transform:translateX(10px)}.list_scroller{position:relative;overflow:hidden}.list_scroller__inner{margin:4.5rem 0}@keyframes list_scroller{0%{transform:translateY(0)}to{transform:translateY(-100%)}}.listing_item{display:flex;flex-direction:column;padding:0;min-height:8.85rem;background-color:#fff;box-shadow:0 0 30px 0 rgba(0,0,0,.1)}@media screen and (min-width:34.375em){.listing_item{flex-direction:row}}.listing_item__inner{display:flex;flex-direction:column;flex-grow:1;padding:1rem;justify-content:space-between}.listing_item__image{display:block;width:100%;height:auto;padding:0 1rem 1rem;object-fit:cover}@media screen and (min-width:34.375em){.listing_item__image{padding:0;width:13.125rem;height:auto;flex-grow:0}}.choices .choices__inner,.widget-select select,input[type=email],input[type=number],input[type=search],input[type=text],select,textarea{height:3rem;border-radius:.5rem;border:2px solid #d7cdcd;padding:.75rem 1rem;font-size:1.125rem;line-height:1.5;color:#624d4b;font-family:National\ 2,Segoe UI,sans-serif;box-shadow:0 0 0 0;transition:all .15s cubic-bezier(0,.97,.72,.78)}input[type=email]:active,input[type=email]:focus,input[type=number]:active,input[type=number]:focus,input[type=search]:active,input[type=search]:focus,input[type=text]:active,input[type=text]:focus,select:active,select:focus,textarea:active,textarea:focus{border-color:#4e4240;outline:0}input[type=email]:focus,input[type=number]:focus,input[type=search]:focus,input[type=text]:focus,select:focus,textarea:focus{border-color:#4e4240;box-shadow:0 0 0 .25rem rgba(78,66,64,.2)}input[type=email]:disabled,input[type=number]:disabled,input[type=search]:disabled,input[type=text]:disabled,select:disabled,textarea:disabled{opacity:.5;cursor:default}textarea{width:100%;height:auto}label{font-size:1rem;line-height:1.5;display:block;color:#3c3332}.input_group{display:flex;position:relative}.input_group .input_group__input{margin:0;border-top-right-radius:0;border-bottom-right-radius:0;position:relative;z-index:1}.input_group .input_group__input:not(:focus){border-right:0}.input_group .input_group__suffix{font-size:1.125rem;line-height:1.5;display:flex;justify-content:center;align-items:center;height:3rem;padding:.75rem 1rem;position:relative;z-index:0;background-color:#f5f3f2;border:2px solid #d7cdcd;border-left:0;border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.widget-search{display:flex}.widget-search input[type=search]{height:3rem;flex-grow:1;border-right:0;border-top-right-radius:0;border-bottom-right-radius:0;margin-right:0}.widget-search button[type=submit]{height:3rem;flex-grow:0;border-top-left-radius:0;border-bottom-left-radius:0;margin-left:0}@media screen and (max-width:413px){.widget-search{flex-direction:column}.widget-search input[type=search]{width:100%;border-radius:.5rem .5rem 0 0;border:2px solid #4e4240}.widget-search input[type=search]:focus{border-right:2px solid #4e4240}.widget-search button[type=submit]{border-radius:0 0 .5rem .5rem}}.widget-select{position:relative}.widget-select select{-webkit-appearance:none;background-color:#fff;height:auto!important;margin:0;width:100%;font-size:1rem;line-height:1.5;padding:.375rem 1rem;border-radius:.25rem;background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAuNSAxLjVMNiA2IDEuNSAxLjUiIHN0cm9rZT0iIzNDMzMzMiIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIi8+PC9zdmc+"),#fff;background-repeat:no-repeat;background-position:calc(100% - .75rem) 50%}.widget fieldset{border:0;margin:0;padding:0}.widget fieldset legend{margin:0 0 .5rem;padding-inline-start:0;padding-inline-end:0}.widget fieldset span{margin-right:1rem}.widget fieldset span:last-child(){margin-right:0}.widget-explanation{margin-top:1.5rem;margin-bottom:3rem}.widget-explanation p{font-size:1rem;line-height:1.5;color:#624d4b}.form input{width:100%}.form label{margin-bottom:.75rem}.form label.error{margin-bottom:0}.form .formbody{display:grid;grid-gap:1.25rem;grid-template-columns:repeat(6,1fr)}.form .widget:not(:last-child){margin-bottom:.5rem}.form .widget.full{grid-column:span 6;flex-basis:100%}.form .widget.half{grid-column:span 3}.form .widget.one_third{grid-column:span 2}.form .widget.two_thirds{grid-column:span 4}.form .widget-submit{grid-column:span 6}@media screen and (max-width:34.3125em){.form .widget.half,.form .widget.one_third,.form .widget.two_thirds{grid-column:span 6}}.form.ajax_loading{opacity:.5}@media screen and (min-width:68.75em){.ce_form .text-col>div{position:sticky;top:8rem}}@supports (-webkit-appearance:none) or (-moz-appearance:none){input[type=checkbox],input[type=radio]{--active:#4e4240;--active-inner:#fff;--border:#d7cdcd;--border-hover:#624d4b;--background:#fff;--disabled:#f5f3f2;--disabled-inner:#fff;-webkit-appearance:none;-moz-appearance:none;height:21px;outline:none;display:inline-block;vertical-align:top;position:relative;margin:0;cursor:pointer;border:1px solid var(--bc,var(--border));background:var(--b,var(--background));transition:background .3s,border-color .3s,box-shadow .2s}input[type=checkbox]:after,input[type=radio]:after{content:"";display:block;left:0;top:0;position:absolute;transition:transform var(--d-t,.3s) var(--d-t-e,ease),opacity var(--d-o,.2s)}input[type=checkbox]:checked,input[type=radio]:checked{--b:var(--active);--bc:var(--active);--d-o:.3s;--d-t:.6s;--d-t-e:cubic-bezier(.2,.85,.32,1.2)}input[type=checkbox]:disabled,input[type=radio]:disabled{--b:var(--disabled);cursor:not-allowed;opacity:.9}input[type=checkbox]:disabled:checked,input[type=radio]:disabled:checked{--b:var(--disabled-inner);--bc:var(--border)}input[type=checkbox]:disabled+label,input[type=radio]:disabled+label{cursor:not-allowed}input[type=checkbox]:hover:not(:checked):not(:disabled),input[type=radio]:hover:not(:checked):not(:disabled){--bc:var(--border-hover)}input[type=checkbox]:focus,input[type=radio]:focus{border-color:#4e4240;box-shadow:0 0 0 .25rem rgba(78,66,64,.2)}input[type=checkbox]:not(.switch),input[type=radio]:not(.switch){width:21px}input[type=checkbox]:not(.switch):after,input[type=radio]:not(.switch):after{opacity:var(--o,0)}input[type=checkbox]:not(.switch):checked,input[type=radio]:not(.switch):checked{--o:1}input[type=checkbox]+label,input[type=radio]+label{font-size:14px;line-height:21px;display:inline-block;vertical-align:top;cursor:pointer;margin-left:4px}input[type=checkbox]:not(.switch){border-radius:.25rem}input[type=checkbox]:not(.switch):after{width:5px;height:9px;border:2px solid var(--active-inner);border-top:0;border-left:0;left:7px;top:4px;transform:rotate(var(--r,20deg))}input[type=checkbox]:not(.switch):checked{--r:43deg}input[type=checkbox].switch{width:38px;border-radius:11px}input[type=checkbox].switch:after{left:2px;top:2px;border-radius:50%;width:15px;height:15px;background:var(--ab,var(--border));transform:translateX(var(--x,0))}input[type=checkbox].switch:checked{--ab:var(--active-inner);--x:17px}input[type=checkbox].switch:disabled:not(:checked):after{opacity:.6}input[type=radio]{border-radius:50%}input[type=radio]:after{width:19px;height:19px;border-radius:50%;background:var(--active-inner);opacity:0;transform:scale(var(--s,.7))}input[type=radio]:checked{--s:.5}}p.error{font-size:1rem;line-height:1.5;color:#96071a;font-weight:500}.header_search{position:fixed;top:0;left:0;right:0;z-index:2;height:16.25rem;background:#fff;transition:all .3s ease;transform:translateY(-100%)}.header_search .container{padding-top:6rem;position:relative}.header_search label{display:block;font-size:2.5rem;font-weight:500;margin-bottom:1rem}.header_search.show{transform:translateY(0)}.header_search__form{width:100%}@media screen and (max-width:413px){.header_search__form{margin-top:1.5rem}}.findmachine_teaser{position:relative;padding:1.25rem 0;margin:2.5rem 0}.findmachine_teaser:before{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:-1.25rem;background:#f5f3f2;z-index:-1}.findmachine_teaser p{font-size:1.875rem;line-height:1.2;max-width:40ch;font-weight:500;padding-right:2.5rem;margin:.5rem 0 .75rem}@media screen and (min-width:80em){.findmachine_teaser:before{left:calc(-50vw + 38.75rem)}}.icon{float:left;width:1.5rem;height:1.5rem;margin-right:.5rem}.icon:before{display:block;width:inherit;height:inherit;content:""}.icon_magnifier:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.249 20.706l-5.698-5.698a8.102 8.102 0 10-1.543 1.543l5.698 5.698a1.106 1.106 0 001.543 0 1.092 1.092 0 000-1.543zM4.24 10.129a5.89 5.89 0 115.89 5.891 5.898 5.898 0 01-5.89-5.89z' fill='%233C3332'/%3E%3C/svg%3E")}.icon_easylanguage:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%233C3332'%3E%3Cpath d='M23.391 1.561a1.959 1.959 0 00-1.438-.56c-3.841.114-7.707.868-9.656 2.308a.5.5 0 01-.594 0C9.754 1.87 5.888 1.115 2.047 1.001a1.951 1.951 0 00-1.438.56C.221 1.941.001 2.46 0 3.002v14.5a2 2 0 001.956 2C7.923 19.672 11 21.32 11 21.986a1 1 0 002 0c0-.666 3.077-2.315 9.044-2.486a2 2 0 001.956-2V3.002a2.021 2.021 0 00-.609-1.44zM2.478 17.52a.5.5 0 01-.478-.5l-.012-13.5a.5.5 0 01.523-.5C8.113 3.274 11 4.842 11 5.486v13.085a.5.5 0 01-.7.458 22.937 22.937 0 00-7.822-1.51zm19.509-.5a.5.5 0 01-.479.5c-2.67.044-5.313.556-7.808 1.51a.5.5 0 01-.7-.458V5.486c0-.643 2.886-2.21 8.477-2.464a.5.5 0 01.523.5l-.013 13.497z'/%3E%3Cpath d='M19.293 8.293a1 1 0 011.497 1.32l-.083.094-3.5 3.5a1 1 0 01-1.32.083l-.094-.083-1.5-1.5a1 1 0 011.32-1.497l.094.083.793.792 2.793-2.792z'/%3E%3C/g%3E%3C/svg%3E")}.institution_item__type{font-size:1rem;line-height:1.5;font-weight:500;color:#624d4b}.institution_item__name{font-size:1.5625rem;line-height:1.2;color:#4e4240;margin:0}.institution_item__title{margin-bottom:1rem}.institution_item__address{font-size:1rem;line-height:1.5}.institution_item__address svg{display:inline-block;position:relative;top:2px;margin-right:.33rem}a:focus .institution_item .institution_item__address,a:focus .institution_item h3,a:focus .institution_item span,a:hover .institution_item .institution_item__address,a:hover .institution_item h3,a:hover .institution_item span{color:#910014}.kicker{font-size:1.125rem;display:inline-block;padding-bottom:3px;border-bottom:2px solid}.media{display:flex;flex-flow:row wrap}.media__image{margin-right:1.25rem;margin-bottom:1.25rem}.media__body{flex:1 1 12rem}.media--reverse .media__image{order:2}.media--reverse .media__body{order:1}.news_item__info{margin:0 0 .5rem}.news_item__headline{margin:0 0 1rem}.news_item.layout_latest,.news_item.layout_teaser{position:relative;display:block;padding:1.25rem 1.25rem 7.25rem;background-color:#f5f3f2;color:#3c3332}.news_item.layout_latest .news_item__image,.news_item.layout_teaser .news_item__image{position:absolute;bottom:-1.25rem}@media screen and (min-width:58.75em){.news_item.layout_teaser{padding-right:2.5rem;padding-bottom:1.25rem;min-height:11.375rem}.news_item.layout_teaser .news_item__headline,.news_item.layout_teaser .news_item__teaser{margin-right:1.25rem}.news_item.layout_teaser .news_item__image{width:243px;height:162px;right:3.25rem}a.news_item.layout_latest:hover,a.news_item.layout_teaser:hover{background-color:#ebe8e7}}.news_item.layout_full .news_item__header{position:relative;padding:1.25rem 1.25rem 1.25rem 0;margin-bottom:4rem}.news_item.layout_full .news_item__header:before{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:-1.25rem;z-index:-1;background:#f5f3f2}.news_item.layout_full .news_item__headline{font-size:2.5rem;line-height:1.2}.news_item.layout_full .news_item__date_published{display:inline-block}.news_item.layout_full .news_item__teaser p{font-size:inherit;line-height:inherit}.news_item.layout_full .news_item__image{display:block;max-width:100%;height:auto}.news_item.layout_full .news_item__caption{display:block;margin-top:1.25rem;padding-right:1.25rem}.news_item.layout_full .news_item__authors{display:block;margin-bottom:2.5rem}@media screen and (min-width:58.75em){.news_item.layout_full .news_item__authors{margin-bottom:0}}@media screen and (min-width:58.75em){.news_item.layout_full .news_item__header{min-height:12rem;position:relative;margin-top:6.5rem;padding-top:2.5rem;padding-bottom:2rem}.news_item.layout_full .news_item__headline,.news_item.layout_full .news_item__subheadline,.news_item.layout_full .news_item__teaser{max-width:52%}.news_item.layout_full .news_item__image_wrapper{position:absolute;top:-6.5rem;right:1.25rem;width:25rem}}@media screen and (min-width:80em){.news_item.layout_full .news_item__header:before{left:calc(-50vw + 38.75rem)}}.organization_chart{position:relative}.organization_chart .node.board:after{display:block;width:2px;height:20px;position:absolute;bottom:-20px;left:50%;content:"";background:#3c3332}.organization_chart .node.area:before,.organization_chart .node.executive:before{display:block;width:1.25rem;height:10.125rem;position:absolute;top:-8rem;left:-1.25rem;content:"";border-left:2px solid #3c3332;border-bottom:2px solid #3c3332}.organization_chart .node.area:before{width:1.875rem;left:-1.875rem}@media screen and (max-width:79.9375em){.organization_chart .executives{border-left:2px solid #3c3332;padding-left:1.875rem;transform:translateX(-1.875rem)}}@media screen and (max-width:79.9375em){.organization_chart .node.director:before{position:absolute;top:calc(50% - .625rem);left:-3.625rem;content:"";width:3.625rem;height:62.5rem;background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTE2IiBoZWlnaHQ9IjEwMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzNjMzMzMiIgc3Ryb2tlLXdpZHRoPSIyIj48cGF0aCBkPSJNNTggMUgxdjk5OSIvPjxwYXRoIGQ9Ik01OCAyMUgxM3Y5NzkiLz48L3N2Zz4=") no-repeat}}@media screen and (max-width:79.9375em){.organization_chart .management .node{margin-left:1.75rem;margin-right:1.75rem;max-width:15.5rem}}.organization_chart .node{position:relative;display:block;padding:1.25rem;background-color:#f5f3f2;font-size:1.25rem;line-height:1.35;margin-bottom:1.25rem;max-width:19rem}.organization_chart .node:hover{background:#ebe8e7}.organization_chart .node strong{font-size:1rem;line-height:1.5}.organization_chart .node .function{display:block;font-size:1rem;line-height:1.5}.organization_chart .node.board strong{font-size:1.25rem;line-height:1.35;font-weight:400}.organization_chart .management{position:relative}.organization_chart .management .node{text-align:center}.organization_chart .areas,.organization_chart .executives{margin-top:4rem}.organization_chart .areas>strong,.organization_chart .executives>strong{margin-bottom:1.5rem}.mod_organization_chart__detail{padding-bottom:6rem}@media screen and (min-width:80em){.organization_chart{min-width:690px;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:3rem 0}.organization_chart .node.area:before{width:1.25rem;left:-1.25rem}.organization_chart .areas,.organization_chart .executives,.organization_chart .management{padding-inline:1.25rem}.organization_chart .management{grid-column:1/3;grid-row:1/2}.organization_chart .executives{margin-top:0;grid-column:1/2;grid-row:2/3}.organization_chart .areas{margin-top:0;grid-column:2/3;grid-row:2/3}.organization_chart .management{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:0 1.25rem}.organization_chart .management .node{height:7.375rem}.organization_chart .management .node.director{padding-left:.75rem;padding-right:.75rem}.organization_chart .management .node.director:before{display:block;content:"";width:calc(100% + 2.5rem);height:300%;border-left:2px solid #3c3332;border-top:2px solid #3c3332;position:absolute;left:calc(-100% + -2.5rem);top:0;transform:translateY(3.6875rem);z-index:-1}.organization_chart .management .node.director:after{display:block;content:"";width:0;height:300%;border-left:2px solid #3c3332;position:absolute;left:50%;top:50%;z-index:-1}.organization_chart .management .node.assistant,.organization_chart .management .node.secretary{position:relative}.organization_chart .management .node.assistant:before,.organization_chart .management .node.secretary:before{display:block;width:1.25rem;height:2.5rem;position:absolute;top:0;left:-1.25rem;content:"";border-left:2px solid #3c3332;border-bottom:2px solid #3c3332}.organization_chart .management .apprentice_rep,.organization_chart .management .assistant,.organization_chart .management .council,.organization_chart .management .director,.organization_chart .management .disabled_rep,.organization_chart .management .secretary{height:7.375rem}.organization_chart .executives{position:relative}.organization_chart .executives:before{display:block;content:"";width:0;height:3rem;border-left:2px solid #3c3332;position:absolute;left:0;top:-3rem;z-index:-1}.organization_chart .areas{position:relative}.organization_chart .areas:before{display:block;content:"";width:0;height:3rem;border-left:2px solid #3c3332;position:absolute;left:0;top:-3rem;z-index:-1}}.organization_chart_breadcrumb{max-width:28rem}.organization_chart_breadcrumb ul{margin:0;padding:0;list-style:none}.organization_chart_breadcrumb li{margin:0;padding-left:1.25rem}.organization_chart_breadcrumb>ul>li.first{padding-left:0}.organization_chart_breadcrumb li a,.organization_chart_breadcrumb li span{font-size:1.25rem;line-height:1.35;display:block;margin:0 0 .5rem;padding:1.25rem;background-color:transparent;border:2px solid #f5f3f2;transition:all .33s ease}.organization_chart_breadcrumb li span{font-weight:500}.organization_chart_breadcrumb li a:hover{background:#f5f3f2}.pagination{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-bottom:1.5rem}.pagination__list{display:flex;padding:0;list-style:none;flex-wrap:wrap;margin-bottom:.25rem}.pagination__list_item:not(:last-child){margin-right:.75rem;margin-bottom:.75rem}.pagination__list_item a,.pagination__list_item strong{display:block;width:2.5rem;height:2.5rem;background-color:#ebe8e7;color:#4e4240;line-height:2.5;text-align:center;transition:all .33s ease}.pagination__list_item a:hover,.pagination__list_item strong:hover{background-color:#4e4240;color:#fff}.pagination__list_item a.active,.pagination__list_item strong{background-color:#4e4240;color:#fff;font-weight:500}.page_overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1;background-color:hsla(0,0%,100%,.65);opacity:0;transition:all .3s ease}.page_overlay.hidden{display:block}.page_overlay.show{opacity:1}.ratio_box{display:block;width:100%;overflow:hidden;position:relative}.ratio_box:before{content:"";display:block}.ratio_box__inner{position:absolute;top:0;right:0;bottom:0;left:0}.ratio_1to1:before,.ratio_square:before{padding-bottom:100%}.ratio_3to1:before{padding-bottom:33.3333333333%}.ratio_3to2:before{padding-bottom:66.6666666667%}.ratio_4to3:before{padding-bottom:75%}.ratio_16to9:before{padding-bottom:56.25%}.ratio_10to9:before{padding-bottom:90%}.region_map polygon[data-clickable]{transition:all .33s ease}.region_map polygon[data-clickable]:hover{cursor:pointer;fill:#3c3332}.region_map text{pointer-events:none}.region_map svg{width:100%;height:auto}.region_map--pop svg{margin-left:-1.25rem;margin-top:-1.25rem;padding-bottom:1.25rem}.spinner{display:inline-block;position:relative;width:48px;height:48px}.spinner div{box-sizing:border-box;display:block;position:absolute;width:32px;height:32px;margin:8px;border-radius:50%;animation:spinner 1.2s cubic-bezier(.5,0,.5,1) infinite;border:4px solid transparent;border-top-color:#fff}.spinner div:first-child{animation-delay:-.45s}.spinner div:nth-child(2){animation-delay:-.3s}.spinner div:nth-child(3){animation-delay:-.15s}@keyframes spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-button-next,.swiper-button-prev{display:block;padding:.33rem;background:transparent;border:0;cursor:pointer;transform-origin:center;transition:all .33s ease;opacity:1}.swiper-button-next svg,.swiper-button-prev svg{display:block;transition:all .33s ease}.swiper-button-prev:not(.swiper-button-disabled):hover svg{transform:translateX(-.2rem)}.swiper-button-next:not(.swiper-button-disabled):hover svg{transform:translateX(.2rem)}.swiper-button-disabled{cursor:default;opacity:.15}.teaser_box{display:block;position:relative}a.teaser_box:hover .teaser_box__image{transform:scale(1.02)}.teaser_box__image{display:block;width:100%;height:auto;transition:all .33s ease}.teaser_box__image_wrapper{overflow:hidden;margin:0 0 1.25rem}.teaser_box__kicker{font-size:1.25rem;line-height:1.35;margin-bottom:1.25rem;font-weight:500}.teaser_box__headline{font-size:1.5625rem;line-height:1.2;display:block;margin-top:auto;margin-bottom:1.25rem}.teaser_box__text{font-size:1.25rem;line-height:1.35;max-width:31.25rem;margin-bottom:1.25rem;color:#624d4b}.teaser_box__more{font-size:1.125rem;line-height:1.5;display:inline-block;font-weight:500}.teaser_box__more:after{content:"";display:inline-block;width:1rem;height:1rem;margin-left:.8125rem;position:relative;top:3px;background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiI+PHBhdGggZD0iTTguNSAxLjVsNiA1LjUtNiA1LjUiLz48cGF0aCBmaWxsPSIjZmZmIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBkPSJNMTMgN0gxIi8+PC9nPjwvc3ZnPg==") no-repeat;transition:all .33s ease}.teaser_box:hover .teaser_box__more:after{transform:translateX(10px)}@media screen and (min-width:48em){.teaser_box__kicker{font-size:1.25rem;line-height:1.35}.teaser_box__headline{font-size:1.5625rem;line-height:1.2;max-width:31.25rem}}@media screen and (min-width:58.75em){.teaser_box__headline{font-size:1.875rem;line-height:1.2}}.teaser_box--stacked{color:#fff}.teaser_box--stacked .teaser_box__background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.teaser_box--stacked .teaser_box__body,.teaser_box--stacked .teaser_box__foreground{height:inherit}.teaser_box--stacked .teaser_box__body{display:flex;flex-flow:column;align-items:flex-start;justify-content:flex-end;padding:1.25rem 1.25rem 2rem}.teaser_box--stacked .teaser_box__image_wrapper{margin:0}.teaser_box--stacked .teaser_box__image{height:100%;position:relative;z-index:0;object-fit:cover}.teaser_box--stacked .teaser_box__more{font-size:1.25rem;line-height:1.35}.teaser_box--stacked .teaser_box__background:before{display:block;position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.2);content:"";z-index:1;transition:all .33s ease}.teaser_box--stacked:hover .teaser_box__background:before{background-color:rgba(0,0,0,.12)}@media screen and (min-width:58.75em){.teaser_box--stacked .teaser_box__headline{font-size:2.5rem;line-height:1.2}}.tag{display:inline-block;padding:.15rem .75rem;border:1px solid #3c3332;color:#3c3332;border-radius:20px}.tag--solid{border-color:transparent;background-color:#f5f3f2;color:#3c3332}:root{--microtip-font-size:12px;--microtip-font-weight:normal}[aria-label][role~=tooltip]:after{background-color:#4e4240;color:#ebe8e7;position:relative;left:5px}.top_navigation__list{list-style:none;display:flex;margin:0;padding:0}.top_navigation__item{background:#f5f3f2;font-weight:500}.top_navigation__item:hover{background:#dfd8d5}.top_navigation__item:not(:first-child){margin-left:1.25rem}.top_navigation__link{display:block;padding:.5rem .75rem}.top_navigation__link .icon{margin-left:-.15rem}.tree_menu ul{margin:0;padding:0;list-style:none;transition:all .33s ease}.tree_menu ul>li{padding-left:1.5rem}.tree_menu li{position:relative;margin-bottom:.5rem}.tree_menu li.first{margin-top:.5rem}.tree_menu li.submenu{transition:all .33s ease}.tree_menu li.submenu:before{content:"";width:1.5rem;height:1.5rem;cursor:pointer;user-select:none;position:absolute;top:.5rem;left:0;background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS41IDEwLjVMNiA2TTEuNSAxLjVMNiA2IiBzdHJva2U9IiMzQzMzMzIiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PC9zdmc+") 50% 50% no-repeat;transform-origin:center}.tree_menu li.submenu.open:before{transform:rotate(90deg)}.tree_menu li a,.tree_menu li span{font-size:1rem;line-height:1.5;display:block;padding:.33rem 1.25rem .33rem .5rem;font-weight:400}.tree_menu li.active>span,.tree_menu li.trail>a,.tree_menu li:hover>a{background-color:#fff}.tree_menu>ul>li>a,.tree_menu>ul>li>span{font-weight:500}.tree_menu .submenu,.tree_menu .submenu>ul{overflow:hidden}.video_player{width:100%;height:auto}:root{--plyr-control-radius:0;--plyr-color-main:#3c3332}.glightbox-clean .gslide-description,.glightbox-mobile .glightbox-container .gslide-description{background:#3c3332}.glightbox-clean .gslide-description .gslide-desc,.glightbox-mobile .glightbox-container .gslide-description .gslide-desc{font-size:1rem;line-height:1.5;font-family:National\ 2,Segoe UI,sans-serif;font-weight:400;color:#f5f3f2}.glightbox-clean .gslide-description .gdesc-inner{max-width:80ch}.glightbox-mobile .glightbox-container .gslide-description{width:auto;padding:0;bottom:0;left:0;right:1.25rem}.glightbox-mobile .glightbox-container .gslide-description .gdesc-inner{padding:.625rem 1.25rem}.ce_city_listing .row{grid-template-rows:4rem auto}.ce_city_listing__region_map svg{width:100%;height:auto}.ce_city_listing__headline{display:inline-block;margin-top:0}.ce_city_listing__list{margin:0;padding:0;list-style:none}.ce_city_listing__list_item{margin-bottom:.75rem}@media screen and (max-width:47.9375em){.ce_city_listing__region_map{margin-bottom:2.5rem}}.ce_contact_group .contact_item{margin-bottom:2.5rem}.ce_downloads ul{margin:0;padding:0;list-style:none}.ce_downloads .download-element{color:#3c3332;margin-bottom:.5625rem;padding-left:1.5rem;position:relative}.ce_downloads .download-element .size,.ce_downloads .download-element a:hover{color:#847b77}.ce_downloads .download-element:before{content:"";width:10px;height:12px;position:absolute;top:6px;left:2px;background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuNzkzIDBhLjUuNSAwIDAxLjI5My4wOTRsLjA2LjA1MSAyLjcwOCAyLjcwN2EuNS41IDAgMDEuMTQuMjc1bC4wMDYuMDc5VjExYTEgMSAwIDAxLS44ODMuOTkzTDkgMTJIMWExIDEgMCAwMS0uOTkzLS44ODNMMCAxMVYxQTEgMSAwIDAxLjg4My4wMDdMMSAwaDUuNzkzek01IDF2NGg0TDUgMXoiIGZpbGw9IiMzQzMzMzIiLz48L3N2Zz4=") no-repeat}.ce_downloads--single-col ul{column-gap:1.25rem;columns:25rem 2}@media screen and (min-width:48em){.ce_rsce_gallery{display:grid;grid-template-columns:repeat(var(--grid__columns),1fr);grid-gap:var(--grid__gutter);grid-auto-columns:1fr}.ce_rsce_gallery .ce_rsce_gallery__wrapper{grid-column:2/-2}}.ce_rsce_gallery--flow .ce_rsce_gallery__wrapper{display:flex;flex-flow:row wrap;justify-content:flex-start}.ce_rsce_gallery--flow .ce_rsce_gallery__item{margin-bottom:1.25rem;margin-right:1.25rem}@media screen and (max-width:34.3125em){.ce_rsce_gallery--flow .ce_rsce_gallery__item{width:100%;height:auto}}@media screen and (min-width:34.375em){.ce_rsce_gallery--flow .ce_rsce_gallery__item{max-height:20vw;width:auto}}.ce_rsce_image img{max-width:100%;height:auto;overflow:hidden}.ce_latest_news .news_item{margin-bottom:4.5rem}.ce_latest_news .news_item h2{font-size:1.5625rem;line-height:1.2}.ce_latest_news .teaser{margin-bottom:3.25rem}.ce_latest_news .read_more{margin-bottom:2.5rem}@media screen and (min-width:48em){.ce_latest_news .news_item{margin-bottom:2.5rem}.ce_latest_news .teaser{margin-bottom:1.25rem}.ce_latest_news .news_item{height:21rem}.ce_latest_news .teaser{height:22.25rem}}.ce_random_institution_listing{position:relative;background:#ebe8e7;min-height:25rem}.ce_random_institution_listing__overlay{display:flex;flex-flow:column;justify-content:center;align-items:center;position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(235,232,231,.7),hsla(0,0%,100%,.9) 41%)}.ce_random_institution_listing .institution_item{margin-bottom:1.25rem}.ce_random_institution_listing__headline{font-size:2.5rem;line-height:1.2;margin-top:0}.ce_random_institution_listing__headline__button{display:inline-block}.ce_random_institution_listing__overlay_container{max-width:38rem}.ce_rsce_slideshow__wrapper{position:relative;z-index:1}.ce_rsce_slideshow .swiper-button-next,.ce_rsce_slideshow .swiper-button-prev{position:absolute;top:50%;transform:translateY(-1rem);z-index:2}.ce_rsce_slideshow .swiper-button-prev{left:.25rem}.ce_rsce_slideshow .swiper-button-next{right:.25rem}.ce_rsce_slideshow .swiper-slide img{width:100%;height:auto}@media screen and (min-width:48em){.ce_rsce_slideshow__wrapper{position:static}.ce_rsce_slideshow .swiper-button-prev{left:2.5rem}.ce_rsce_slideshow .swiper-button-next{right:2.5rem}}.page_footer{padding:2.5rem 0;background-color:#770010;color:#fff}.page_footer a{color:#fff}.page_footer__site_logo{margin:0 0 0 -5px}.page_footer__site_logo img{width:10rem;height:auto}.page_footer__awo_intern,.page_footer__navigation{align-self:flex-start}.page_footer__legalnav ul .nav__link:hover,.page_footer__navigation ul .nav__link:hover{color:#ddbbc0}.page_footer__legalnav .active,.page_footer__legalnav .trail,.page_footer__navigation .active,.page_footer__navigation .trail{color:#fff;border-color:currentColor}.page_footer__copyright,.page_footer__legalnav ul{font-size:.875rem;line-height:1.5}.page_footer__row_2{display:flex}@media screen and (max-width:47.9375em){.page_footer__row_2{flex-flow:column}.page_footer__legalnav ul,.page_footer__navigation ul{display:block}.page_footer__awo_intern,.page_footer__navigation,.page_footer__site_logo{margin-bottom:1.25rem}.page_footer__copyright{order:2}.page_footer__legalnav{order:1;margin-bottom:1rem}}@media screen and (min-width:48em){.page_footer__row_1,.page_footer__row_2{display:flex}.page_footer__row_1{flex-flow:row wrap;margin-bottom:2.5rem}.page_footer__awo_intern,.page_footer__navigation,.page_footer__site_logo{margin-bottom:1.25rem}.page_footer__site_logo{margin-right:3.5rem}.page_footer__navigation{margin-right:auto}.page_footer__row_2{justify-content:space-between}.page_footer__legalnav .level_1{display:flex}.page_footer__legalnav .nav__item{margin-right:1.25rem}}@media screen and (min-width:58.75em){.page_footer__awo_intern,.page_footer__navigation{align-self:center}}@media screen and (max-width:34.3125em){.page_footer__navigation{margin-top:1.5rem}.navigation--footer .level_1 .nav__item .active{border-bottom:0}.navigation--legal .level_1 .nav__item{display:inline-block;margin-right:1rem}.page_footer__awo_intern{margin:1.5rem 0}.page_footer__awo_intern .btn,.page_footer__awo_intern button[type=submit]{font-size:1rem;line-height:1.5;padding:.33rem 1.25rem;margin-left:-.25rem}}.page_header .container{display:flex;height:inherit;padding:3.5rem 1.25rem 1.25rem;position:relative}.page_header .site_logo{flex-basis:25%;margin:0 3.25rem 0 -5px}.page_header .site_title{display:inline-block;max-width:23ch;color:#624d4b;font-weight:500;font-size:.815rem;line-height:1.2}.page_header .nav_toggle{margin-left:auto;position:relative;z-index:1;align-self:center}.page_header .top_navigation{position:absolute;top:0;right:1.25rem}@media screen and (max-width:58.6875em){.page_header .container{padding-top:1.25rem}.page_header .site_logo img{width:10rem;height:auto}.page_header .top_navigation:not(.header_search__top_navigation){position:fixed;left:.625rem;bottom:1.25rem;top:auto;height:2.5rem;transform:translateY(5rem);transition:transform .33s ease}.page_header .top_navigation:not(.header_search__top_navigation) .top_navigation__item{border-radius:.5rem;margin-left:.625rem;border:2px solid #ebe8e7}.page_header .top_navigation:not(.header_search__top_navigation).open{transform:translateY(0)}.page_header .mod_navigation{margin-left:.625rem;margin-right:.625rem}}@media screen and (min-width:58.75em){.page_header .nav_toggle,.page_header .site_title{display:none}.page_header .mod_navigation{width:auto;margin-top:1.8125rem}.page_header .navigation--main .level_1{font-size:1.125rem;line-height:1.5}}.page_header--compact{background:hsla(0,0%,100%,.98)}@media screen and (min-width:58.75em){.page_header--compact{height:7rem}.page_header--compact .container{padding-top:1.25rem}.page_header--compact .mod_navigation{margin-top:2rem}.page_header--compact .navigation--main .level_1,.page_header--compact .navigation--main .level_2{font-size:1rem;line-height:1.5}.page_header--compact .navigation--main .level_1>.nav__item:not(:last-child){padding-right:2.5rem}}.page_header--open{background:hsla(0,0%,100%,.95)}@media screen and (max-width:47.9375em){.ce_rsce_page_intro .row{display:block}}.ce_rsce_page_intro .ce_rsce_page_intro__image_wrapper{margin-right:-1.25rem;margin-bottom:1.25rem}@media screen and (min-width:80em){.ce_rsce_page_intro .ce_rsce_page_intro__image_wrapper{margin-right:calc(-50vw - -38.75rem)}}@media screen and (min-width:94em){.ce_rsce_page_intro .ce_rsce_page_intro__image_wrapper{margin-right:0}}.ce_rsce_page_intro__headline{font-size:2.5rem;line-height:1.2;margin-bottom:1rem}@media screen and (max-width:47.9375em){.ce_rsce_page_intro__headline{font-size:1.875rem;line-height:1.2}}.ce_rsce_page_intro__text{font-size:1.25rem;line-height:1.35}.ce_rsce_page_intro__text a{font-weight:500}.ce_rsce_page_intro__link{position:relative;display:inline-block;margin-bottom:1.25rem}.rte .ce_rsce_page_intro__link{color:#4e4240;border-bottom:0}.rte .ce_rsce_page_intro__link:hover{color:#624d4b}.ce_rsce_page_intro__image{width:100%;height:auto;margin-bottom:1.25rem}@media screen and (min-width:48em){.ce_rsce_page_intro__headline{margin-top:5.5rem}}.ce_rsce_target_group_teaser .ce_rsce_target_group_teaser__item{margin-bottom:1rem;padding-top:1rem;border-top:2px solid #d7cdcd}.ce_rsce_target_group_teaser .ce_rsce_target_group_teaser__item:hover .media__body h3,.ce_rsce_target_group_teaser .ce_rsce_target_group_teaser__item:hover .media__body p{color:#847b77}.ce_rsce_target_group_teaser .ce_rsce_target_group_teaser__region_map{margin-bottom:var(--grid__gutter)}.ce_rsce_target_group_teaser .ce_rsce_target_group_teaser__region_map svg{max-width:25rem}.ce_rsce_teaser_boxes--default{max-width:80rem;margin:0 auto;padding:0 1.25rem;display:grid;grid-column-gap:var(--grid__gutter);grid-row-gap:2.5rem;grid-template:auto/auto}.ce_rsce_teaser_boxes--default .ce_rsce_teaser_boxes__item:nth-child(odd) .teaser_box__image_wrapper{margin-left:calc(var(--grid__gutter)*-1)}.ce_rsce_teaser_boxes--default .ce_rsce_teaser_boxes__item:nth-child(2n) .teaser_box__image_wrapper{margin-right:calc(var(--grid__gutter)*-1)}@media screen and (min-width:48em){.ce_rsce_teaser_boxes--default{grid-template:auto/repeat(12,1fr);grid-row-gap:4.5rem}.ce_rsce_teaser_boxes--default .ce_rsce_teaser_boxes__item:nth-child(4n+1){margin-top:14%;grid-column:1/6}.ce_rsce_teaser_boxes--default .ce_rsce_teaser_boxes__item:nth-child(4n+2){grid-column:7/13}.ce_rsce_teaser_boxes--default .ce_rsce_teaser_boxes__item:nth-child(4n+3){grid-column:1/7}.ce_rsce_teaser_boxes--default .ce_rsce_teaser_boxes__item:nth-child(4n+4){margin-top:14%;grid-column:8/13}}@media screen and (min-width:80em){.ce_rsce_teaser_boxes--default .ce_rsce_teaser_boxes__item:nth-child(odd) .teaser_box__image_wrapper{margin-left:calc(-50vw - -37.75rem)}.ce_rsce_teaser_boxes--default .ce_rsce_teaser_boxes__item:nth-child(2n) .teaser_box__image_wrapper{margin-right:calc(-50vw - -37.75rem)}}@media screen and (min-width:94em){.ce_rsce_teaser_boxes--default .ce_rsce_teaser_boxes__item:nth-child(odd) .teaser_box__image_wrapper{margin-left:0}.ce_rsce_teaser_boxes--default .ce_rsce_teaser_boxes__item:nth-child(2n) .teaser_box__image_wrapper{margin-right:0}}.ce_rsce_teaser_boxes--default .teaser_box__more:after{background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9IiM0RTQyNDAiIHN0cm9rZS13aWR0aD0iMiI+PHBhdGggZD0iTTguNSAxLjVsNiA1LjUtNiA1LjUiLz48cGF0aCBmaWxsPSIjRDhEOEQ4IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBkPSJNMTMgN0gxIi8+PC9nPjwvc3ZnPg==") no-repeat}.ce_rsce_teaser_boxes--stacked{display:grid;grid-template-columns:auto/1fr;grid-gap:var(--grid__gutter)}.ce_rsce_teaser_boxes--stacked .ce_rsce_teaser_boxes__item{height:24rem}@media screen and (min-width:48em){.ce_rsce_teaser_boxes--stacked{grid-template-columns:1fr 1fr}.ce_rsce_teaser_boxes--stacked .ce_rsce_teaser_boxes__item{height:32rem}}@media screen and (min-width:80em) and (max-width:93.9375em){.ce_rsce_teaser_boxes--stacked .ce_rsce_teaser_boxes__item:nth-child(odd) .teaser_box__body{padding-left:0}.ce_rsce_teaser_boxes--stacked .ce_rsce_teaser_boxes__item:nth-child(odd) .teaser_box__foreground{margin-left:calc(50vw - 38.75rem)}}@media screen and (min-width:94em){.ce_rsce_teaser_boxes--stacked{max-width:80rem;margin:0 auto;padding:0 1.25rem}}@media screen and (min-width:58.75em){.ce_rsce_text_accordion .accordion-group{position:sticky;top:8rem}}.ce_rsce_text_image .ce_rsce_text_image__figure--small{width:50%}.ce_rsce_text_image img{max-width:100%;display:block;height:auto}@media screen and (min-width:48em){.ce_rsce_text_image .ce_rsce_text_image__figure{position:sticky;top:8rem}}.ce_type_listing__headline{display:inline-block;margin-top:0;margin-bottom:2.5rem}.ce_type_listing__list_item{margin-bottom:1.25rem}.ce_type_listing__link{font-size:1.5625rem;line-height:1.2;height:100%;background-color:#f5f3f2;font-weight:500;transition:all .33s ease}.ce_type_listing__link:active,.ce_type_listing__link:hover{background-color:#ebe8e7}.institution-map{width:100%;overflow:hidden;position:relative;z-index:0}.institution-map__map{height:500px;grid-row-start:1;grid-row-end:2;grid-column-start:1;grid-column-end:2;z-index:0}.institution-map__list{display:none}.institution-map__list-item{position:relative;scroll-snap-align:start}.institution-map__link{display:block;width:100%}.institution-map__link:not(.is-active):focus,.institution-map__link:not(.is-active):hover{color:#96071a}.institution-map__link.is-active{background-color:#96071a;color:#fff}.institution-map__detail-link{position:absolute;right:1rem;bottom:.5rem;font-size:.875rem}.institution-map__link.is-active+.institution-map__detail-link{color:#fff}.institution-map__link.is-active+.institution-map__detail-link:after{background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiI+PHBhdGggZD0iTTguNSAxLjVsNiA1LjUtNiA1LjUiLz48cGF0aCBmaWxsPSIjZmZmIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBkPSJNMTMgN0gxIi8+PC9nPjwvc3ZnPg==") no-repeat}.institution-map__popup{min-height:8rem;padding:1rem;position:absolute;right:0;bottom:0;left:0;z-index:1;background-color:#96071a;color:#fff}.institution-map__popup-detail-link{color:#fff}@media screen and (min-width:48em){.institution-map{height:500px;max-height:65vh;display:grid;grid-template:auto/2fr 1fr}.institution-map__list{display:block;margin:0;list-style:none;grid-row-start:1;grid-row-end:2;grid-column-start:2;grid-column-end:3;height:500px;background-color:hsla(0,0%,100%,.95);overflow-y:auto;padding:1rem;scroll-padding:1rem;scroll-snap-type:y mandatory;scroll-behavior:smooth}}@media screen and (min-width:48em) and (prefers-reduced-motion){.institution-map__list{scroll-behavior:auto}}@media screen and (min-width:48em){.institution-map__map{height:100%}}@media screen and (min-width:48em){.institution-map__popup{display:none}}.ce_downloads .row>div>:last-child,.ce_rsce_text .row>div>:last-child,.ce_rsce_text_accordion .row>div>:last-child,.ce_rsce_text_image .row>div>:last-child{margin-bottom:0}@media screen and (max-width:58.6875em){.ce_downloads .row>div:not(div:last-child),.ce_rsce_text .row>div:not(div:last-child),.ce_rsce_text_accordion .row>div:not(div:last-child),.ce_rsce_text_image .row>div:not(div:last-child){margin-bottom:2.5rem}}.mod_breadcrumb .breadcrumb__list{margin:0 0 .75rem;padding:0;list-style:none}.mod_breadcrumb .breadcrumb__item{font-weight:400;display:inline}.mod_breadcrumb .breadcrumb__item:not(:first-child){padding-left:.375rem}.mod_breadcrumb .breadcrumb__item:not(:last-child):after{content:"›";display:inline-block;margin-left:.5rem}.mod_breadcrumb .breadcrumb__link:hover{color:#847b77}.mod_breadcrumb .breadcrumb__item.active{font-weight:500}.mod_institution_detail__back_link svg{display:inline-block;margin-right:.5rem;transition:all .33s ease}.mod_institution_detail__back_link:hover svg{transform:translateX(-5px)}.mod_institution_detail__header .container{position:relative;padding-top:2.5rem}.mod_institution_detail__header .container:before{content:"";display:block;position:absolute;top:0;left:0;bottom:0;right:1.25rem;z-index:-1;background:#f5f3f2}.mod_institution_detail__header.mod_institution_detail__header--with_image .container:before{right:0}.mod_institution_detail__back_link{margin-top:1.25rem}.mod_institution_detail__headline{font-size:2.5rem;line-height:1.2;margin:.625rem 0 1.25rem}.institution_detail__contacts .contact_item:not(.institution_detail__contact_item__0).contact_item--with_image{margin-top:6.5rem}.mod_institution_detail .kicker{font-size:1.5625rem;line-height:1.2}.mod_institution_detail__image{margin-bottom:1.25rem}.mod_institution_detail__image img{display:block;width:100%;height:auto}.mod_institution_detail__address{padding:.8125rem 1.25rem .8125rem 0;color:#383838}.mod_institution_detail__address svg{display:inline-block;margin-right:.625rem;position:relative;top:2px}.mod_institution_detail__section.focus svg,.mod_institution_detail__section.special svg{width:100%;height:auto;position:relative;top:2.5rem}.mod_institution_detail__section{margin-left:-1.25rem;margin-right:-1.25rem;padding-left:1.25rem;padding-right:1.25rem;padding-bottom:4.5rem}.mod_institution_detail__section.focus svg,.mod_institution_detail__section.special svg{width:60%}@media screen and (min-width:48em){.mod_institution_detail__section.focus svg,.mod_institution_detail__section.special svg{width:100%}}@media screen and (min-width:68.75em){.mod_institution_detail__section.focus svg{right:-2.5rem}.mod_institution_detail__section.special svg{left:-2.5rem}}.mod_institution_detail__section_headline{display:block;position:relative;margin-top:2rem;font-size:1.875rem;line-height:1.2}.mod_institution_detail__section_headline.--bleed-left:before,.mod_institution_detail__section_headline.--bleed-right:before{content:"";display:block;width:100vw;height:2px;background-color:currentColor;position:absolute;top:-2rem}.mod_institution_detail__section_headline.--bleed-left:before{right:0}.mod_institution_detail__section_headline.--bleed-right:before{left:0}@media screen and (min-width:68.75em){.mod_institution_detail__header{position:relative;padding-top:1.25rem;min-height:12rem}.mod_institution_detail__header .container{min-height:inherit;display:flex;flex-flow:column;justify-content:flex-start}.mod_institution_detail__headline{margin:.625rem 0 0}.mod_institution_detail__image{position:absolute;top:-6.5rem;right:1.25rem}.mod_institution_detail__image img{width:38.125rem;height:25.25rem}.mod_institution_detail__address{margin:auto 0 0}.mod_institution_detail__header--with_image{margin-top:6.5rem}.mod_institution_detail__header--with_image .container{height:22rem;min-height:auto}.mod_institution_detail__header--with_image .mod_institution_detail__headline{max-width:43%}}@media screen and (min-width:80em){.mod_institution_detail__header .container:before{left:calc(-50vw + 38.75rem)}}.partner_logos{flex-wrap:wrap}.partner_logo{display:flex;align-items:center}.partner_logo .partner_logo__logo{margin-right:3.5rem;margin-bottom:2rem;max-width:11rem;max-height:8.25rem;width:auto;height:auto}.mod_institution_detail .mod_institution_detail__link{font-size:1.25rem;line-height:1.35;font-weight:500;border:none;color:#4e4240;position:relative;margin-left:1.75rem}.mod_institution_detail .mod_institution_detail__link:hover{color:#847b77}.mod_institution_detail .mod_institution_detail__link:before{content:"";display:block;width:1rem;height:1rem;position:absolute;top:.5rem;left:-1.75rem;background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9IiM0RTQyNDAiIHN0cm9rZS13aWR0aD0iMiI+PHBhdGggZD0iTTguNSAxLjVsNiA1LjUtNiA1LjUiLz48cGF0aCBmaWxsPSIjRDhEOEQ4IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBkPSJNMTMgN0gxIi8+PC9nPjwvc3ZnPg==") no-repeat;transition:all .33s ease;transform-origin:center}.mod_institution_detail .mod_institution_detail__link:hover:before{transform:translateX(10px)}.ce_institution_filter,.mod_institution_filter{background:#f5f3f2}.ce_institution_filter .formbody,.mod_institution_filter .formbody{display:grid;grid-template-columns:repeat(var(--grid__columns),1fr);grid-gap:var(--grid__gutter);grid-auto-columns:1fr}.ce_institution_filter .widget label,.mod_institution_filter .widget label{display:block;font-weight:500;margin-bottom:.75rem;color:#4e4240}.ce_institution_filter .widget.term input,.mod_institution_filter .widget.term input{width:100%}.ce_institution_filter .widget.term:before,.mod_institution_filter .widget.term:before{position:absolute;content:"";width:16px;height:16px;margin-top:3.25rem;margin-left:.875rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h29v29H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath d='M11.95 20.646c-2.345 0-4.49-.915-6.159-2.546-3.377-3.381-3.377-8.91 0-12.332a8.648 8.648 0 016.159-2.546c2.344 0 4.49.915 6.158 2.546 1.669 1.631 2.543 3.82 2.543 6.166 0 2.347-.913 4.495-2.543 6.166-1.629 1.67-3.854 2.546-6.158 2.546m16.568 5.61l-7.112-7.122c3.576-4.654 3.218-11.377-1.072-15.633A11.813 11.813 0 0011.91 0C8.85 0 5.83 1.154 3.487 3.5c-4.65 4.655-4.65 12.213 0 16.868a11.812 11.812 0 008.423 3.5c2.543 0 5.086-.795 7.191-2.426l7.152 7.08a1.59 1.59 0 001.153.478c.397 0 .834-.16 1.152-.477.596-.597.596-1.631-.04-2.268' fill='%233C3332' mask='url(%23b)'/%3E%3C/g%3E%3C/svg%3E");background-size:16px 16px}.ce_institution_filter .widget.term input,.mod_institution_filter .widget.term input{padding:0 0 0 2.5rem}@media screen and (min-width:48em){.ce_institution_filter .widget.term,.mod_institution_filter .widget.term{margin:0}.ce_institution_filter .widget.term:before,.mod_institution_filter .widget.term:before{height:29px;width:29px;background-size:29px 29px;margin-left:1.25rem;margin-top:1.375rem}.ce_institution_filter .widget.term input,.mod_institution_filter .widget.term input{font-size:1.25rem;line-height:1.35;width:100%;height:4.5rem;padding:0 1.25rem;border-radius:2.25rem;border-color:#fff;box-shadow:1px 2px 10px 0 rgba(0,0,0,.08);color:#847b77;font-weight:500}.ce_institution_filter .widget.term input:focus,.mod_institution_filter .widget.term input:focus{box-shadow:1px 2px 10px 0 rgba(0,0,0,.3);color:#3c3332}}.ce_institution_filter .widget.city,.ce_institution_filter .widget.type,.mod_institution_filter .widget.city,.mod_institution_filter .widget.type{margin-bottom:1.25rem}.ce_institution_filter .button-bar,.mod_institution_filter .button-bar{display:flex;flex-flow:row wrap;justify-content:flex-end}.ce_institution_filter .button-bar button,.mod_institution_filter .button-bar button{flex:1 1 10rem}@media screen and (min-width:48em){.ce_institution_filter .widget.term label,.mod_institution_filter .widget.term label{display:none}.ce_institution_filter .widget.term input,.mod_institution_filter .widget.term input{font-size:1.5625rem;line-height:1.2;width:100%;height:4.5rem;border-radius:2.25rem;border-color:#fff;box-shadow:1px 2px 10px 0 rgba(98,77,75,.08);font-weight:500;color:#847b77;padding:0 0 0 4.5rem}.ce_institution_filter .widget.term input:focus,.mod_institution_filter .widget.term input:focus{box-shadow:1px 2px 20px 0 rgba(98,77,75,.3);color:#3c3332}.ce_institution_filter .widget.city,.ce_institution_filter .widget.type,.mod_institution_filter .widget.city,.mod_institution_filter .widget.type{margin-top:1.25rem}.ce_institution_filter .button-bar button,.mod_institution_filter .button-bar button{flex:0 0 auto}.ce_institution_filter .button-bar button[name=reset],.mod_institution_filter .button-bar button[name=reset]{order:1}.ce_institution_filter .button-bar button[name=filter],.mod_institution_filter .button-bar button[name=filter]{order:2}}@media screen and (min-width:68.75em){.ce_institution_filter .widget.term:before,.mod_institution_filter .widget.term:before{margin-left:0}.ce_institution_filter .widget.term input,.mod_institution_filter .widget.term input{width:calc(100% + 2.5rem);margin-left:-1.25rem;margin-right:-1.25rem}}.mod_institution_filter__help svg{width:.825rem;height:.825rem;fill:#624d4b;position:relative;top:1px}.mod_institution_listing .mod_institution_listing__container{margin:2rem auto 4rem}.mod_institution_listing .mod_institution_listing__listing_count{display:block;margin-bottom:2.5rem}.mod_institution_listing a{display:block;text-decoration:none;transition:all .3s ease}.navigation ul{margin:0;padding:0;list-style:none}.navigation .nav__item.only_show_in_mobile_menu{display:none}@media screen and (min-width:58.75em){.navigation .nav__submenu_toggle{display:none}}.navigation--horizontal ul{display:flex}.navigation--horizontal li:not(:last-child){margin-right:1rem}.navigation--footer,.navigation--main{font-size:1.125rem;line-height:1.5;color:#3c3332}.navigation--footer ul,.navigation--main ul{margin:0;padding:0;list-style:none}.navigation--footer .nav__link,.navigation--main .nav__link{font-weight:400;text-decoration:none}.navigation--footer .nav__link:focus,.navigation--footer .nav__link:hover,.navigation--main .nav__link:focus,.navigation--main .nav__link:hover{color:#847b77}.navigation--footer .active,.navigation--footer .trail,.navigation--main .active,.navigation--main .trail{font-weight:500}.navigation--footer .level_1,.navigation--main .level_1{font-size:1.5625rem;line-height:1.2;font-weight:500}.navigation--footer .level_1>.nav__item,.navigation--main .level_1>.nav__item{white-space:nowrap}.navigation--footer .level_1>.nav__item>.nav__link.trail,.navigation--footer .level_1>.nav__item>strong,.navigation--main .level_1>.nav__item>.nav__link.trail,.navigation--main .level_1>.nav__item>strong{padding-bottom:.25rem;border-bottom:2px solid}.navigation--footer .level_1{font-size:1.125rem;line-height:1.5}@media screen and (min-width:48em){.navigation--footer .level_1{display:flex}.navigation--footer .level_1 .nav__item{margin-right:2.5rem}}.navigation--main{transition:transform .33s ease}@media screen and (max-width:58.6875em){.navigation--main .nav__item.only_show_in_mobile_menu{display:block}}.navigation--main.open{height:100vh;overflow-y:scroll;box-shadow:0 18px 20px 0 rgba(0,0,0,.1);transform:translateY(0)!important}.navigation--main .site_title{margin-bottom:2.5rem}.navigation--main .level_1>.nav__item .nav__submenu_toggle{float:right;cursor:pointer;user-select:none;padding:.75rem 1.25rem;position:relative;top:-.125rem;right:-1.25rem}.navigation--main .level_1>.nav__item .nav__submenu_toggle svg{display:block}.navigation--main .level_2{font-size:1rem;line-height:1.5;width:100%;margin:0;padding:0;overflow:hidden;font-weight:400;transition:height .33s ease}.navigation--main .level_2>.nav__item{padding-left:1.75rem;position:relative;white-space:normal}.navigation--main .level_2>.nav__item>.nav__link,.navigation--main .level_2>.nav__item>strong{position:relative}.navigation--main .level_2>.nav__item>.nav__link:hover,.navigation--main .level_2>.nav__item>strong:hover{color:#3c3332}.navigation--main .level_2>.nav__item.active>strong:before,.navigation--main .level_2>.nav__item>.nav__link:before{content:"";width:1rem;height:1rem;position:absolute;top:4px;left:-1.75rem;background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9IiM0RTQyNDAiIHN0cm9rZS13aWR0aD0iMiI+PHBhdGggZD0iTTguNSAxLjVsNiA1LjUtNiA1LjUiLz48cGF0aCBmaWxsPSIjRDhEOEQ4IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBkPSJNMTMgN0gxIi8+PC9nPjwvc3ZnPg==") no-repeat}.navigation--main .level_2>.nav__item>.nav__link:before{opacity:0;transform:translateX(.5rem);transition:all .25s ease-out}.navigation--main .level_2>.nav__item>.nav__link:focus:before,.navigation--main .level_2>.nav__item>.nav__link:hover:before{opacity:1;transform:translateX(0);transition:all .1s ease-out}@media screen and (max-width:58.6875em){.navigation--main{padding:1.5rem 1.25rem 1.25rem;position:absolute;top:0;right:0;left:0;background-color:#fff}.navigation--main .level_1{padding-bottom:4.5rem}.navigation--main .level_1>.nav__item>.nav__submenu_toggle{transition:all .33s ease;transform-origin:50% 50%}.navigation--main .level_1>.nav__item>.nav__submenu_toggle.active{transform:rotate(90deg)}.navigation--main .level_1>.nav__item:not(:last-child){margin-bottom:2rem}.navigation--main .level_2>.nav__item:not(:last-child){margin-bottom:1.25rem}.navigation--main .level_2>.nav__item:first-child{margin-top:1.25rem}}@media screen and (min-width:58.75em){.navigation--main .level_1{font-size:1.25rem;line-height:1.35;display:flex;flex-direction:row;padding-left:0}.navigation--main .level_1>.nav__item:not(:last-child){padding-right:3.25rem}.navigation--main .level_2{position:absolute;margin-bottom:2rem;padding:1.25rem 0 0}.navigation--main .level_2>.nav__item{margin-top:.625rem}}@media screen and (min-width:58.75em){.page_header--compact .navigation-main .level_1>.nav__item:not(:last-child){padding-right:2.5rem}}@media screen and (max-width:58.6875em){html.js .navigation--main{transform:translateY(-100%)}}@media screen and (min-width:58.75em){html.js .navigation--main .level_2{visibility:hidden}html.js .navigation--main .submenu.is-open .level_2{visibility:visible}}.nav_toggle{display:block;width:5.5rem;height:2.5rem;padding-right:1.75rem;transition:width .33s ease,color .2s ease,background-color .33s ease .2s}.nav_toggle__icon{display:block;width:.625rem;height:.625rem;position:absolute;top:.85rem;right:.625rem}.nav_toggle__icon span,.nav_toggle__icon span:after,.nav_toggle__icon span:before{display:block;position:absolute;width:.625rem;height:2px;background-color:#fff}.nav_toggle__icon span{margin:0 auto;top:.2rem;left:0;right:0}.nav_toggle__icon span:after,.nav_toggle__icon span:before{left:0;content:""}.nav_toggle__icon span:before{top:-.25rem}.nav_toggle__icon span:after{bottom:-.25rem}.nav_toggle__icon span{transition:background 0s .3s}.nav_toggle__icon span:after,.nav_toggle__icon span:before{transition-duration:.3s,.3s;transition-delay:.3s,0s}.nav_toggle__icon span:before{transition-property:top,-webkit-transform;transition-property:top,transform}.nav_toggle__icon span:after{transition-property:bottom,-webkit-transform;transition-property:bottom,transform}.nav_toggle.active{width:2rem;height:2.5rem;padding-left:1rem;padding-right:1rem;color:transparent;background-color:transparent}.nav_toggle.active:focus{outline:0;box-shadow:none}.nav_toggle.active:focus .nav_toggle__icon span:after,.nav_toggle.active:focus .nav_toggle__icon span:before,.nav_toggle.active:hover .nav_toggle__icon span:after,.nav_toggle.active:hover .nav_toggle__icon span:before{background-color:#3c3332}.nav_toggle.active .nav_toggle__icon span{background:none}.nav_toggle.active .nav_toggle__icon span:before{top:0;transform:rotate(45deg)}.nav_toggle.active .nav_toggle__icon span:after{bottom:0;transform:rotate(-45deg)}.nav_toggle.active .nav_toggle__icon span:after,.nav_toggle.active .nav_toggle__icon span:before{background-color:#847b77;transition-delay:0s,.3s}.mod_newslist>h1,.mod_newslist>h2,.mod_newslist>h3,.mod_newslist>h4,.mod_newslist>h5,.mod_newslist>h6{margin-bottom:2.5rem}.mod_newslist h2{font-size:2.5rem;line-height:1.2}.mod_newslist .news_item{margin-bottom:4.5rem}.mod_newslist .news_item h2{font-size:1.5625rem;line-height:1.2}.mod_newslist .news_item__teaser p{font-size:1rem;line-height:1.5}@media screen and (min-width:48em){.mod_newslist .news_item__image{bottom:-1.25rem}}.mod_newslist .district-news-ticker h2{font-size:1.125rem;line-height:1.5;margin-top:calc(1.25rem - 3px)}@media screen and (min-width:34.375em){.mod_newslist:not(.--with-ticker):not(.mod_newslist--latest) .newslist__category_menu,.mod_newslist:not(.--with-ticker):not(.mod_newslist--latest) h1{margin-left:calc(-9.09091% + -2px)}}@media screen and (min-width:58.75em){.mod_newslist:not(.--with-ticker):not(.mod_newslist--latest) .news_item:not(.layout_latest){padding-right:20rem}}@media screen and (min-width:58.75em){.mod_newslist.--with-ticker .newslist__category_menu,.mod_newslist.--with-ticker h1{margin-left:calc(-14.28571% + -2px)}.mod_newslist.--with-ticker .news_item{padding-bottom:9rem}}.mod_newslist--ticker{background:#f5f3f2;padding:1.25rem}.mod_newslist--ticker .layout_simple:not(:last-child){margin-bottom:1.25rem}.mod_newslist--ticker strong{font-size:1.125rem;line-height:1.5}.mod_newslist--latest .news_item{margin-bottom:4.5rem}.mod_newslist--latest .news_item h2{font-size:1.5625rem;line-height:1.2}.mod_newslist--latest .teaser{margin-bottom:3.25rem}.mod_newslist--latest .read_more{margin-bottom:2.5rem}@media screen and (min-width:48em){.mod_newslist--latest .news_item{margin-bottom:2.5rem}.mod_newslist--latest .teaser{margin-bottom:1.25rem}.mod_newslist--latest .news_item{height:21rem}.mod_newslist--latest .teaser{height:22.25rem}}.newslist__category_menu ul{display:flex;gap:1rem}.newslist__category_menu a{color:#937c7a;padding-bottom:2px}.newslist__category_menu a:hover{color:#4e4240;padding-bottom:1px;border-bottom:1px solid}.newslist__category_menu span.is_active{color:#624d4b;padding-bottom:1px;border-bottom:1px solid}.mod_organization_chart .contacts{margin-bottom:2.5rem}.mod_organization_chart .contact_item{max-width:31.5rem}.mod_organization_chart .contact_item:first-child{margin-top:6rem}.mod_organization_chart .contact_item:not(:last-child){margin-bottom:6rem}.organization_chart__toggle{width:100%}.mod_organization_chart__navigation .drawer{padding-top:7.25rem}@media screen and (min-width:48em){.organization_chart__toggle{display:none}.mod_organization_chart{display:grid;grid-gap:2.5rem;grid-template-columns:18rem 1fr}.mod_organization_chart__navigation .drawer{padding-top:0}.mod_organization_chart__navigation{grid-column:1/2;padding:1.25rem 0 1.25rem 1.25rem;background-color:#f5f3f2}.mod_organization_chart__detail{grid-column:2/3}}@media screen and (min-width:58.75em){.mod_organization_chart{grid-gap:4rem;grid-template-columns:20rem 1fr}}@media screen and (min-width:68.75em){.mod_organization_chart{grid-template-columns:25rem 1fr;grid-gap:8rem}}.mod_region_link_list{position:relative}@media screen and (max-width:80rem){.mod_region_link_list{overflow-x:hidden}}.mod_region_link_list summary{font-size:1.5625rem;line-height:1.2}.mod_region_link_list .ce_rsce_region_link_list__region_map svg{max-width:30rem}.ce_rsce_region_link_list__inner{padding:2.5rem 1.25rem}.ce_rsce_region_link_list__city_list{font-size:1.125rem;line-height:1.5;margin:.5rem 0 1.5rem;padding:0;list-style:none}.ce_rsce_region_link_list__headline{font-size:2.5rem;line-height:1.2;margin-bottom:2.5rem}.ce_rsce_region_link_list__regions{margin-bottom:2.5rem}@media screen and (min-width:48em){.mod_region_link_list{display:grid;grid-template-columns:repeat(var(--grid__columns),1fr);grid-gap:var(--grid__gutter);grid-auto-columns:1fr;padding:1rem 1.25rem 0}.ce_rsce_region_link_list__inner{grid-column:1/-1;padding:4.5rem 1.25rem;position:relative}.ce_rsce_region_link_list__region_map{position:absolute;top:-1rem;right:-3rem}.ce_rsce_region_link_list__headline,.ce_rsce_region_link_list__regions{width:50%;min-width:20rem}}@media screen and (min-width:68.75em){.ce_rsce_region_link_list__inner{grid-column:2/-1;padding:4.5rem 0 4.5rem 6.5rem}.ce_rsce_region_link_list__headline,.ce_rsce_region_link_list__regions{width:100%;min-width:auto;max-width:32rem}.ce_rsce_region_link_list__regions{width:30.41667rem}.ce_rsce_region_link_list__headline{max-width:32rem;margin-left:-12rem}}.mod_related_institutions{margin-top:4rem}.mod_related_institutions h2{margin-top:3rem;margin-bottom:.5rem;font-size:1.875rem;line-height:1.2}.mod_related_institutions .swiper-container{padding:1.25rem;margin:0 -1.25rem}.mod_related_institutions .swiper-slide{width:100%}.mod_related_institutions .swiper-button-next,.mod_related_institutions .swiper-button-prev{width:2rem;height:2rem;border:2px solid #3c3332;border-radius:100%;cursor:pointer;position:absolute;bottom:-3.5rem}.mod_related_institutions .swiper-button-next svg,.mod_related_institutions .swiper-button-prev svg{position:absolute;top:.55rem}.mod_related_institutions .swiper-button-prev{left:50%;transform:translateY(-1rem) translateX(-2.5rem)}.mod_related_institutions .swiper-button-prev svg{left:.55rem}.mod_related_institutions .swiper-button-next{right:50%;transform:translateY(-1rem) translateX(2.5rem)}.mod_related_institutions .swiper-button-next svg{right:.55rem}@media screen and (min-width:58.75em){.mod_related_institutions .swiper-slide{width:50%;margin-right:1.25rem}}@media screen and (min-width:87.5rem){.mod_related_institutions .swiper-button-prev{left:-3rem;top:50%;transform:translateY(-1rem)}.mod_related_institutions .swiper-button-next{right:-3rem;top:50%;transform:translateY(-1rem)}}.mod_related_institutions a{display:block;text-decoration:none;transition:all .3s ease}.mod_related_institutions .institution_item{box-shadow:none}.mod_related_institutions .swiper-slide-visible .institution_item{box-shadow:0 0 20px 0 rgba(0,0,0,.1)}.mod_search .inner{max-width:1080px}.mod_search .header{font-size:1rem;line-height:1.5;margin:2.5rem 0}.mod_search .search_item{margin-bottom:2.5rem}.mod_search .search_item:not(:last-child){padding-bottom:2.5rem;border-bottom:2px solid}.mod_search .findmachine_teaser{margin-bottom:2.5rem}.mod_search .search_item .highlight{background:#f5f3f2;padding:.125rem;border-radius:3px}.mod_search .search_item__headline{font-size:1.875rem;line-height:1.2;margin-top:0;margin-bottom:1.25rem}.mod_search .search_item__context{font-size:1.125rem;line-height:1.5;margin-bottom:1.25rem}.mod_search .search_item__url{padding-left:1.5rem;position:relative;font-size:1rem;line-height:1.5;font-weight:500;color:#4e4240}.mod_search .search_item__url:before{display:block;width:1rem;height:1rem;position:absolute;top:.25rem;left:0;content:"";background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9IiM0RTQyNDAiIHN0cm9rZS13aWR0aD0iMiI+PHBhdGggZD0iTTguNSAxLjVsNiA1LjUtNiA1LjUiLz48cGF0aCBmaWxsPSIjRDhEOEQ4IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBkPSJNMTMgN0gxIi8+PC9nPjwvc3ZnPg==") no-repeat;transition:all .33s ease}.mod_search .search_item__url:hover:before{transform:translateX(5px)}.mod_sitemap .plain-list:not(.level_1){padding-left:1.5rem}.mod_sitemap .sitemap-group{background:#f5f3f2;padding:1.25rem;margin-bottom:1.25rem;width:100%;display:inline-block}.mod_sitemap .level_1{display:block;columns:400px 2;column-gap:1.25rem}.mod_sitemap .level_1>div>li>a{font-size:1.5625rem;line-height:1.2;font-weight:500}.mod_sitemap .level_2>li:first-child,.mod_sitemap .level_3>li:first-child,.mod_sitemap .level_4>li:first-child{margin-top:1rem}.mod_sitemap .level_2>li:not(:last-child),.mod_sitemap .level_3>li:not(:last-child),.mod_sitemap .level_4>li:not(:last-child){margin-bottom:1rem}.mod_sitemap .level_2>li>a,.mod_sitemap .level_3>li>a,.mod_sitemap .level_4>li>a{position:relative}.mod_sitemap .level_2>li>a:before,.mod_sitemap .level_3>li>a:before,.mod_sitemap .level_4>li>a:before{content:"";width:1rem;height:1rem;position:absolute;top:4px;left:-1.5rem;background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9IiM0RTQyNDAiIHN0cm9rZS13aWR0aD0iMiI+PHBhdGggZD0iTTguNSAxLjVsNiA1LjUtNiA1LjUiLz48cGF0aCBmaWxsPSIjRDhEOEQ4IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBkPSJNMTMgN0gxIi8+PC9nPjwvc3ZnPg==") no-repeat;opacity:0;transform:translateX(.5rem);transition:all .25s ease-out}.mod_sitemap .level_2>li>a:hover:before,.mod_sitemap .level_3>li>a:hover:before,.mod_sitemap .level_4>li>a:hover:before{opacity:1;transform:translateX(0);transition:all .1s ease-out}body.frontpage .mod_breadcrumb{display:none}body.frontpage .ce_rsce_teaser_boxes:last-child{margin-bottom:1.25rem}body.error_404 .mod_breadcrumb{display:none}.rounded{border-radius:.5rem}.rounded-sm{border-radius:.25rem}.ma{margin:1.25rem}.mx{margin-left:1.25rem;margin-right:1.25rem}.my{margin-bottom:1.25rem}.mt,.my{margin-top:1.25rem}.mr{margin-right:1.25rem}.mb{margin-bottom:1.25rem}.ml{margin-left:1.25rem}.ma-2xs{margin:.25rem}.mx-2xs{margin-left:.25rem;margin-right:.25rem}.my-2xs{margin-bottom:.25rem}.mt-2xs,.my-2xs{margin-top:.25rem}.mr-2xs{margin-right:.25rem}.mb-2xs{margin-bottom:.25rem}.ml-2xs{margin-left:.25rem}.ma-xs{margin:.625rem}.mx-xs{margin-left:.625rem;margin-right:.625rem}.my-xs{margin-bottom:.625rem}.mt-xs,.my-xs{margin-top:.625rem}.mr-xs{margin-right:.625rem}.mb-xs{margin-bottom:.625rem}.ml-xs{margin-left:.625rem}.ma-sm{margin:1.25rem}.mx-sm{margin-left:1.25rem;margin-right:1.25rem}.my-sm{margin-bottom:1.25rem}.mt-sm,.my-sm{margin-top:1.25rem}.mr-sm{margin-right:1.25rem}.mb-sm{margin-bottom:1.25rem}.ml-sm{margin-left:1.25rem}.ma-md{margin:2.5rem}.mx-md{margin-left:2.5rem;margin-right:2.5rem}.my-md{margin-bottom:2.5rem}.mt-md,.my-md{margin-top:2.5rem}.mr-md{margin-right:2.5rem}.mb-md{margin-bottom:2.5rem}.ml-md{margin-left:2.5rem}.ma-lg{margin:4.5rem}.mx-lg{margin-left:4.5rem;margin-right:4.5rem}.my-lg{margin-bottom:4.5rem}.mt-lg,.my-lg{margin-top:4.5rem}.mr-lg{margin-right:4.5rem}.mb-lg{margin-bottom:4.5rem}.ml-lg{margin-left:4.5rem}.ma-0{margin:0}.mx-0{margin-left:0;margin-right:0}.my-0{margin-bottom:0}.mt-0,.my-0{margin-top:0}.mr-0{margin-right:0}.mb-0{margin-bottom:0}.ml-0{margin-left:0}.ma-xl{margin:6rem}.mx-xl{margin-left:6rem;margin-right:6rem}.my-xl{margin-bottom:6rem}.mt-xl,.my-xl{margin-top:6rem}.mr-xl{margin-right:6rem}.mb-xl{margin-bottom:6rem}.ml-xl{margin-left:6rem}.pa{padding:1.25rem}.px{padding-left:1.25rem;padding-right:1.25rem}.py{padding-bottom:1.25rem}.pt,.py{padding-top:1.25rem}.pr{padding-right:1.25rem}.pb{padding-bottom:1.25rem}.pl{padding-left:1.25rem}.pa-xs{padding:.625rem}.px-xs{padding-left:.625rem;padding-right:.625rem}.py-xs{padding-bottom:.625rem}.pt-xs,.py-xs{padding-top:.625rem}.pr-xs{padding-right:.625rem}.pb-xs{padding-bottom:.625rem}.pl-xs{padding-left:.625rem}.pa-sm{padding:1.25rem}.px-sm{padding-left:1.25rem;padding-right:1.25rem}.py-sm{padding-bottom:1.25rem}.pt-sm,.py-sm{padding-top:1.25rem}.pr-sm{padding-right:1.25rem}.pb-sm{padding-bottom:1.25rem}.pl-sm{padding-left:1.25rem}.pa-md{padding:2.5rem}.px-md{padding-left:2.5rem;padding-right:2.5rem}.py-md{padding-bottom:2.5rem}.pt-md,.py-md{padding-top:2.5rem}.pr-md{padding-right:2.5rem}.pb-md{padding-bottom:2.5rem}.pl-md{padding-left:2.5rem}.pa-lg{padding:4.5rem}.px-lg{padding-left:4.5rem;padding-right:4.5rem}.py-lg{padding-bottom:4.5rem}.pt-lg,.py-lg{padding-top:4.5rem}.pr-lg{padding-right:4.5rem}.pb-lg{padding-bottom:4.5rem}.pl-lg{padding-left:4.5rem}.pa-xl{padding:6rem}.px-xl{padding-left:6rem;padding-right:6rem}.py-xl{padding-bottom:6rem}.pt-xl,.py-xl{padding-top:6rem}.pr-xl{padding-right:6rem}.pb-xl{padding-bottom:6rem}.pl-xl{padding-left:6rem}.pa-0{padding:0}.px-0{padding-left:0;padding-right:0}.py-0{padding-bottom:0}.pt-0,.py-0{padding-top:0}.pr-0{padding-right:0}.pb-0{padding-bottom:0}.pl-0{padding-left:0}.bg_white{background-color:#fff}.bg_grayish_light{background-color:#d7cdcd}.bg_light_gray{background-color:#f5f3f2}.bg_brownish_lighter{background-color:#ebe8e7}.bg_blackish{background-color:#3c3332}.bg_red_900,.bg_red_radial{background-color:#770010;color:#fff}.bg_red_900 a,.bg_red_radial a{color:#fff}.bg_red_900 a:hover,.bg_red_radial a:hover{color:#ddbbc0}.bg_red_900 li::marker,.bg_red_radial li::marker{color:#fff}.bg_red_900 details,.bg_red_radial details{border-top:3px solid #fff}.bg_red_900 details:last-child,.bg_red_radial details:last-child{border-bottom:3px solid #fff}.bg_red_900 summary:after,.bg_red_radial summary:after{background:4px url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS41IDEwLjVMNiA2TTEuNSAxLjVMNiA2IiBzdHJva2U9IiNGRkYiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PC9zdmc+") no-repeat}.bg_red_radial{background-image:radial-gradient(0 120%,#9a0020 0,#770010 100%)}.color_white{color:#fff}.color_brownish{color:#624d4b}.color_brownish_light{color:#937c7a}.color_brownish_lighter{color:#ebe8e7}.color_brownish_dark{color:#4e4240}.color_blackish{color:#3c3332}.color_primary{color:#e2001a}.fill_brownish{fill:#624d4b}.stroke_brownish{stroke:#624d4b}.border_white{--border-color:#fff}.border_brownish{--border-color:#624d4b}.border_brownish_lighter{--border-color:#ebe8e7}.border_brownish_dark{--border-color:#4e4240}.border_blackish{--border-color:#3c3332}.border_primary{--border-color:#e2001a}.hidden{visibility:hidden}.block{display:block}.inline-block{display:inline-block}.hide-overflow{overflow:hidden}.hide-overflow-y{overflow-y:hidden}.hide-overflow-x{overflow-x:hidden}.show-overflow{overflow:visible}.show-overflow-y{overflow-y:visible}.show-overflow-x{overflow-x:visible}.flex-row{display:flex;flex-direction:row}.flex-column{display:flex;flex-direction:column}.flex-nowrap{flex-wrap:nowrap}.font-2xs{font-size:.875rem;line-height:1.5}.font-xs{font-size:1rem;line-height:1.5}.font-sm{font-size:1.125rem;line-height:1.5}.font-base{font-size:1.25rem;line-height:1.35}.font-lg{font-size:1.5625rem;line-height:1.2}.font-xl{font-size:1.875rem;line-height:1.2}.font-2xl{font-size:2.5rem;line-height:1.2}.weight_regular{font-weight:400}.weight_medium{font-weight:500}.tracking_narrow{letter-spacing:-.03em}.tracking_wide{letter-spacing:.03em}.plain-list{margin:0;padding:0;list-style:none}.relative{position:relative}.static{position:static}.absolute{position:absolute}.sticky{position:sticky}.drop-shadow--soft{box-shadow:0 0 10px 0 rgba(0,0,0,.1)}.drop-shadow--softer{box-shadow:3px 8px 20px 0 rgba(0,0,0,.1)}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.break-word{word-break:break-word}.font-normal{font-style:normal}.no-wrap{white-space:nowrap}