:root{--cols-count:12}@media print,screen and (min-width:0px){:root{--grid-gap:20px}}@media print,screen and (min-width:768px){:root{--grid-gap:30px}}@media print,screen and (min-width:1024px){:root{--grid-gap:40px}}.grid{display:grid;grid-template-columns:repeat(var(--cols-count),1fr);grid-gap:var(--grid-gap)}.grid>*{grid-column-start:span var(--col-span-small,12)}@media print,screen and (min-width:0px){.grid>*{grid-column-start:span var(--col-span-small,12)}}@media print,screen and (min-width:768px){.grid>*{grid-column-start:span var(--col-span-medium,var(--col-span-small,12))}}@media print,screen and (min-width:1024px){.grid>*{grid-column-start:span var(--col-span-large,var(--col-span-medium,var(--col-span-small,12)))}}@media print,screen and (min-width:1100px){.grid>*{grid-column-start:span var(--col-span-xlarge,var(--col-span-large,var(--col-span-medium,var(--col-span-small,12))))}}@media print,screen and (min-width:0px){.small-1{--col-span-small:1}.small-2{--col-span-small:2}.small-3{--col-span-small:3}.small-4{--col-span-small:4}.small-5{--col-span-small:5}.small-6{--col-span-small:6}.small-7{--col-span-small:7}.small-8{--col-span-small:8}.small-9{--col-span-small:9}.small-10{--col-span-small:10}.small-11{--col-span-small:11}.small-12{--col-span-small:12}}@media print,screen and (min-width:768px){.medium-1{--col-span-medium:1}.medium-2{--col-span-medium:2}.medium-3{--col-span-medium:3}.medium-4{--col-span-medium:4}.medium-5{--col-span-medium:5}.medium-6{--col-span-medium:6}.medium-7{--col-span-medium:7}.medium-8{--col-span-medium:8}.medium-9{--col-span-medium:9}.medium-10{--col-span-medium:10}.medium-11{--col-span-medium:11}.medium-12{--col-span-medium:12}}@media print,screen and (min-width:1024px){.large-1{--col-span-large:1}.large-2{--col-span-large:2}.large-3{--col-span-large:3}.large-4{--col-span-large:4}.large-5{--col-span-large:5}.large-6{--col-span-large:6}.large-7{--col-span-large:7}.large-8{--col-span-large:8}.large-9{--col-span-large:9}.large-10{--col-span-large:10}.large-11{--col-span-large:11}.large-12{--col-span-large:12}}@media print,screen and (min-width:1100px){.xlarge-1{--col-span-xlarge:1}.xlarge-2{--col-span-xlarge:2}.xlarge-3{--col-span-xlarge:3}.xlarge-4{--col-span-xlarge:4}.xlarge-5{--col-span-xlarge:5}.xlarge-6{--col-span-xlarge:6}.xlarge-7{--col-span-xlarge:7}.xlarge-8{--col-span-xlarge:8}.xlarge-9{--col-span-xlarge:9}.xlarge-10{--col-span-xlarge:10}.xlarge-11{--col-span-xlarge:11}.xlarge-12{--col-span-xlarge:12}}.flexgrid{display:flex;flex-flow:wrap;justify-content:center;grid-gap:var(--grid-gap)}.flexgrid>*{flex:1 1 auto}@media print,screen and (min-width:0px){.flexgrid>*{grid-column-start:span var(--col-span-small,12);width:calc(var(--col-span-small, 12)*(100% - var(--grid-gap)*(var(--cols-count) - 1))/var(--cols-count) + (var(--col-span-small, 12) - 1)*var(--grid-gap));max-width:calc(var(--col-span-small, 12)*(100% - var(--grid-gap)*(var(--cols-count) - 1))/var(--cols-count) + (var(--col-span-small, 12) - 1)*var(--grid-gap))}}@media print,screen and (min-width:768px){.flexgrid>*{grid-column-start:span var(--col-span-medium,var(--col-span-small,12));width:calc(var(--col-span-medium, var(--col-span-small, 12))*(100% - var(--grid-gap)*(var(--cols-count) - 1))/var(--cols-count) + (var(--col-span-medium, var(--col-span-small, 12)) - 1)*var(--grid-gap));max-width:calc(var(--col-span-medium, var(--col-span-small, 12))*(100% - var(--grid-gap)*(var(--cols-count) - 1))/var(--cols-count) + (var(--col-span-medium, var(--col-span-small, 12)) - 1)*var(--grid-gap))}}@media print,screen and (min-width:1024px){.flexgrid>*{grid-column-start:span var(--col-span-large,var(--col-span-medium,var(--col-span-small,12)));width:calc(var(--col-span-large, var(--col-span-medium, var(--col-span-small, 12)))*(100% - var(--grid-gap)*(var(--cols-count) - 1))/var(--cols-count) + (var(--col-span-large, var(--col-span-medium, var(--col-span-small, 12))) - 1)*var(--grid-gap));max-width:calc(var(--col-span-large, var(--col-span-medium, var(--col-span-small, 12)))*(100% - var(--grid-gap)*(var(--cols-count) - 1))/var(--cols-count) + (var(--col-span-large, var(--col-span-medium, var(--col-span-small, 12))) - 1)*var(--grid-gap))}}@media print,screen and (min-width:1100px){.flexgrid>*{grid-column-start:span var(--col-span-xlarge,var(--col-span-large,var(--col-span-medium,var(--col-span-small,12))));width:calc(var(--col-span-xlarge, var(--col-span-large, var(--col-span-medium, var(--col-span-small, 12))))*(100% - var(--grid-gap)*(var(--cols-count) - 1))/var(--cols-count) + (var(--col-span-xlarge, var(--col-span-large, var(--col-span-medium, var(--col-span-small, 12)))) - 1)*var(--grid-gap));max-width:calc(var(--col-span-xlarge, var(--col-span-large, var(--col-span-medium, var(--col-span-small, 12))))*(100% - var(--grid-gap)*(var(--cols-count) - 1))/var(--cols-count) + (var(--col-span-xlarge, var(--col-span-large, var(--col-span-medium, var(--col-span-small, 12)))) - 1)*var(--grid-gap))}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.accessibility-nav{margin:0;padding:0;list-style-type:none}.accessibility-nav li{list-style:none}.accessibility-nav a{position:absolute;z-index:10000;top:-9999px;background-color:#003460;color:#fff;font-weight:900;line-height:1;padding:15px 30px;font-size:1rem;text-decoration:none}.accessibility-nav a:focus{top:20px;left:20px;right:auto}.button,button{background:none;border:0;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;margin:0;padding:0;text-align:inherit;text-decoration:none;text-transform:inherit;-webkit-appearance:none;-moz-appearance:none;display:inline-block;appearance:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;box-sizing:border-box;font-family:Frutiger Next,Arial}.button,button.button{line-height:1.5}.button{border-radius:0;text-decoration:none;background-color:rgba(0,0,0,0);color:#003460;padding:.5555555556rem 1.4444444444rem;display:inline-block;font-size:1rem;border:1px solid #003460;transition:background-color .25s ease-out,color .25s ease-out;font-weight:900;height:2.7777777778rem}.button:hover{background-color:#003460;color:#fff}.button--white{color:#fff;border-color:#fff}.button--white:hover{background-color:#fff;color:#003460}.cookiebot-placeholder{aspect-ratio:16/9;display:flex;justify-content:center;align-items:center;color:#000;border-radius:0;background-color:#f3f3f3;cursor:pointer;padding:1.1111111111rem}.dialog::-webkit-backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.dialog::backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}html:has(dialog[open]){overflow-y:hidden}@media only screen and (min-width:768px){html:has(dialog[open]){padding-right:16px}}.file-link{display:inline-flex;align-items:center;color:#1179bf;text-decoration:none}.file-link svg{margin-right:.2777777778rem;min-width:1rem;width:1rem;height:1rem;fill:#1179bf}.icon-link{position:relative;display:inline-flex;align-items:center;color:#1179bf;transition:color .2s ease-in-out;text-decoration:underline;text-underline-offset:5px;text-decoration-thickness:1px}.icon-link:hover{color:#003460}.icon-link:before{content:"";display:inline-block;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='32' height='32'%3E%3Cdefs%3E%3Cpath id='a' d='M0 .919h29.928V26H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(1 3)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath fill='%23007BC3' d='M28.888.919H1.038C.465.919 0 1.38 0 1.949v23.022c0 .571.465 1.03 1.038 1.03h27.85c.574 0 1.04-.459 1.04-1.03V1.95c0-.569-.466-1.03-1.04-1.03Zm-3.115 2.089c.58 0 1.048.466 1.048 1.04 0 .574-.468 1.04-1.048 1.04-.581 0-1.05-.466-1.05-1.04 0-.574.469-1.04 1.05-1.04Zm-3.741 0c.578 0 1.05.466 1.05 1.04 0 .574-.472 1.04-1.05 1.04a1.045 1.045 0 0 1-1.051-1.04c0-.574.47-1.04 1.05-1.04Zm-3.743 0c.58 0 1.05.466 1.05 1.04 0 .574-.47 1.04-1.05 1.04-.578 0-1.05-.466-1.05-1.04 0-.574.472-1.04 1.05-1.04ZM2.08 23.943h25.77V6.957H2.08v16.986Z' mask='url(%23b)'/%3E%3Cpath fill='%23007BC3' d='M9.462 20.403a.24.24 0 0 0 .227-.035l2.024-1.649 1.827 3.169c.03.05.081.088.142.104.02.004.036.008.057.008a.2.2 0 0 0 .122-.039l1.817-1.145a.204.204 0 0 0 .098-.14.204.204 0 0 0-.045-.161l-2.273-2.758 2.405-.897a.205.205 0 0 0 .134-.166.194.194 0 0 0-.083-.195l-7.555-5.457a.237.237 0 0 0-.248-.014.198.198 0 0 0-.108.21l1.318 8.999c.011.077.064.14.141.166'/%3E%3C/g%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;min-width:40px;width:40px;height:40px;margin-right:20px}.icon-link[target=_blank]:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' id='Ebene_1' x='0' y='0' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32' xml:space='preserve'%3E%3Cstyle%3E.st0%7Bfill:%23007bc3%7D%3C/style%3E%3Cpath class='st0' d='M24.2 15.4c-.6 0-1 .5-1 1v9.8c0 .3-.3.6-.6.6H6.2c-.3 0-.6-.3-.6-.6V9.9c0-.3.3-.6.6-.6H16c.6 0 1-.5 1-1 0-.6-.5-1-1-1H6.2c-1.5 0-2.7 1.2-2.7 2.7v16.4c0 1.5 1.2 2.7 2.7 2.7h16.4c1.5 0 2.7-1.2 2.7-2.7v-9.8c-.1-.7-.5-1.2-1.1-1.2z'/%3E%3Cpath class='st0' d='M27.5 4h-7.4c-.6 0-1 .5-1 1s.5 1 1 1H25L13.6 17.4c-.4.4-.4 1 0 1.4.2.2.4.3.7.3s.5-.1.7-.3L26.5 7.4v4.9c0 .6.5 1 1 1 .6 0 1-.5 1-1V5c0-.6-.4-1-1-1z'/%3E%3C/svg%3E")}.icon-link[download]:before{background-image:url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32"> <g> <path fill="%230D7ABE" d="M22.5,15.2H9.4c-0.2,0-0.4,0.2-0.4,0.4S9.2,16,9.4,16h13.2c0.2,0,0.4-0.2,0.4-0.4C23,15.4,22.8,15.2,22.5,15.2"></path> <path fill="%230D7ABE" d="M22.5,23.9H9.4c-0.2,0-0.4,0.2-0.4,0.4c0,0.2,0.2,0.4,0.4,0.4h13.2c0.2,0,0.4-0.2,0.4-0.4 C23,24.1,22.8,23.9,22.5,23.9"></path> <path fill="%230D7ABE" d="M22.5,19.6H9.4C9.2,19.6,9,19.8,9,20s0.2,0.4,0.4,0.4h13.2c0.2,0,0.4-0.2,0.4-0.4C23,19.8,22.8,19.6,22.5,19.6 "></path> <path fill="%230D7ABE" d="M9.4,11.8h5.3c0.2,0,0.4-0.2,0.4-0.4S14.9,11,14.7,11H9.4C9.2,11,9,11.2,9,11.4C8.9,11.6,9.1,11.8,9.4,11.8"></path> <path fill="%230D7ABE" d="M26.5,29.8h-21V2.2h16.7v3.5c0,0.4,0.3,0.7,0.7,0.7h3.6C26.5,6.4,26.5,29.8,26.5,29.8z M28.3,4.9l-4.7-4.6 C23.4,0.1,23.2,0,22.9,0H4.4C3.8,0,3.3,0.5,3.3,1.1v29.8c0,0.6,0.5,1.1,1.1,1.1h23.1c0.6,0,1.1-0.5,1.1-1.1V5.7 C28.6,5.4,28.5,5.1,28.3,4.9"></path> </g></svg>')}.icon-link--external:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' id='Ebene_1' x='0' y='0' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32' xml:space='preserve'%3E%3Cstyle%3E.st0%7Bfill:%23007bc3%7D%3C/style%3E%3Cpath class='st0' d='M24.2 15.4c-.6 0-1 .5-1 1v9.8c0 .3-.3.6-.6.6H6.2c-.3 0-.6-.3-.6-.6V9.9c0-.3.3-.6.6-.6H16c.6 0 1-.5 1-1 0-.6-.5-1-1-1H6.2c-1.5 0-2.7 1.2-2.7 2.7v16.4c0 1.5 1.2 2.7 2.7 2.7h16.4c1.5 0 2.7-1.2 2.7-2.7v-9.8c-.1-.7-.5-1.2-1.1-1.2z'/%3E%3Cpath class='st0' d='M27.5 4h-7.4c-.6 0-1 .5-1 1s.5 1 1 1H25L13.6 17.4c-.4.4-.4 1 0 1.4.2.2.4.3.7.3s.5-.1.7-.3L26.5 7.4v4.9c0 .6.5 1 1 1 .6 0 1-.5 1-1V5c0-.6-.4-1-1-1z'/%3E%3C/svg%3E")!important}.icon-link--internal:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='32' height='32'%3E%3Cdefs%3E%3Cpath id='a' d='M0 .919h29.928V26H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(1 3)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath fill='%23007BC3' d='M28.888.919H1.038C.465.919 0 1.38 0 1.949v23.022c0 .571.465 1.03 1.038 1.03h27.85c.574 0 1.04-.459 1.04-1.03V1.95c0-.569-.466-1.03-1.04-1.03Zm-3.115 2.089c.58 0 1.048.466 1.048 1.04 0 .574-.468 1.04-1.048 1.04-.581 0-1.05-.466-1.05-1.04 0-.574.469-1.04 1.05-1.04Zm-3.741 0c.578 0 1.05.466 1.05 1.04 0 .574-.472 1.04-1.05 1.04a1.045 1.045 0 0 1-1.051-1.04c0-.574.47-1.04 1.05-1.04Zm-3.743 0c.58 0 1.05.466 1.05 1.04 0 .574-.47 1.04-1.05 1.04-.578 0-1.05-.466-1.05-1.04 0-.574.472-1.04 1.05-1.04ZM2.08 23.943h25.77V6.957H2.08v16.986Z' mask='url(%23b)'/%3E%3Cpath fill='%23007BC3' d='M9.462 20.403a.24.24 0 0 0 .227-.035l2.024-1.649 1.827 3.169c.03.05.081.088.142.104.02.004.036.008.057.008a.2.2 0 0 0 .122-.039l1.817-1.145a.204.204 0 0 0 .098-.14.204.204 0 0 0-.045-.161l-2.273-2.758 2.405-.897a.205.205 0 0 0 .134-.166.194.194 0 0 0-.083-.195l-7.555-5.457a.237.237 0 0 0-.248-.014.198.198 0 0 0-.108.21l1.318 8.999c.011.077.064.14.141.166'/%3E%3C/g%3E%3C/svg%3E")!important}.icon-link--download:before{background-image:url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32"> <g> <path fill="%230D7ABE" d="M22.5,15.2H9.4c-0.2,0-0.4,0.2-0.4,0.4S9.2,16,9.4,16h13.2c0.2,0,0.4-0.2,0.4-0.4C23,15.4,22.8,15.2,22.5,15.2"></path> <path fill="%230D7ABE" d="M22.5,23.9H9.4c-0.2,0-0.4,0.2-0.4,0.4c0,0.2,0.2,0.4,0.4,0.4h13.2c0.2,0,0.4-0.2,0.4-0.4 C23,24.1,22.8,23.9,22.5,23.9"></path> <path fill="%230D7ABE" d="M22.5,19.6H9.4C9.2,19.6,9,19.8,9,20s0.2,0.4,0.4,0.4h13.2c0.2,0,0.4-0.2,0.4-0.4C23,19.8,22.8,19.6,22.5,19.6 "></path> <path fill="%230D7ABE" d="M9.4,11.8h5.3c0.2,0,0.4-0.2,0.4-0.4S14.9,11,14.7,11H9.4C9.2,11,9,11.2,9,11.4C8.9,11.6,9.1,11.8,9.4,11.8"></path> <path fill="%230D7ABE" d="M26.5,29.8h-21V2.2h16.7v3.5c0,0.4,0.3,0.7,0.7,0.7h3.6C26.5,6.4,26.5,29.8,26.5,29.8z M28.3,4.9l-4.7-4.6 C23.4,0.1,23.2,0,22.9,0H4.4C3.8,0,3.3,0.5,3.3,1.1v29.8c0,0.6,0.5,1.1,1.1,1.1h23.1c0.6,0,1.1-0.5,1.1-1.1V5.7 C28.6,5.4,28.5,5.1,28.3,4.9"></path> </g></svg>')!important}.tag{display:inline-block;background-color:#fff;margin:0;background-color:#003460;font-weight:900;color:#fff;border:none;padding:.3333333333rem .5555555556rem;font-size:.7777777778rem}body,html{color:#003460;font-family:Frutiger Next,Arial;font-size:18px;font-weight:300;line-height:1.6;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;margin:0;scroll-behavior:smooth;scroll-padding-top:8.3333333333rem}*,:after,:before{box-sizing:border-box}:focus{outline:2px dotted #000;outline-offset:-1px}figure{margin:0;line-height:0}figure figcaption{line-height:1.6;margin-top:.4444444444rem;font-style:italic}figure.drop-shadow{padding:8px}figure.drop-shadow img{box-shadow:4px 4px 11px rgba(0,24,46,.15);padding:.5555555556rem}img{width:100%;max-width:100%;height:auto}iframe{border:none}mark{color:#fff;background-color:#1179bf}.layout{min-height:100vh;display:flex;flex-direction:column}main{flex:1 1;padding-top:10.6666666667rem}@media only screen and (max-width:calc(1025px - 1px)){main{padding-top:5.2222222222rem}}.layout .flexgrid,.layout .grid,.layout .hero__grid,.layout-default .flexgrid,.layout-default .grid,.layout-default .hero__grid{max-width:1280px}.layout-reduced .flexgrid,.layout-reduced .grid,.layout-reduced .hero:not(.hero--subnav) .hero__grid{max-width:800px}.disabled,:disabled{opacity:.5;pointer-events:none}.flexgrid,.grid,.hero__grid{width:90%;margin-left:auto;margin-right:auto}.flexgrid .flexgrid,.flexgrid .grid,.flexgrid .hero__grid,.grid .flexgrid,.grid .grid,.grid .hero__grid,.hero__grid .flexgrid,.hero__grid .grid,.hero__grid .hero__grid{width:100%}@font-face{font-family:Frutiger Next;font-weight:900;font-display:swap;src:url(/fonts/FrutigerNextPaneuropean/FrutigerNextPaneuropeanCondensedHeavy.woff) format("woff"),url(/fonts/FrutigerNextPaneuropean/FrutigerNextPaneuropeanCondensedHeavy.woff2) format("woff2")}@font-face{font-family:Frutiger Next;font-weight:700;font-display:swap;src:url(/fonts/FrutigerNextPaneuropean/FrutigerNextPaneuropeanBold.woff) format("woff"),url(/fonts/FrutigerNextPaneuropean/FrutigerNextPaneuropeanBold.woff2) format("woff2")}@font-face{font-family:Frutiger Next;font-weight:300;font-display:swap;src:url(/fonts/FrutigerNextPaneuropean/FrutigerNextPaneuropeanLight.woff) format("woff"),url(/fonts/FrutigerNextPaneuropean/FrutigerNextPaneuropeanLight.woff2) format("woff2")}.footer__pre{padding:3.3333333333rem 0;background-color:#f3f3f3}.footer__logo-list{list-style:none;margin:0;padding:0;width:100%;display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--grid-gap);justify-content:center}.footer__logo-image{width:8.0555555556rem}@media only screen and (min-width:768px){.footer__logo-image{width:13.3333333333rem}}.footer__logo-item a{display:block}.footer__logo-item img{max-height:80px}.footer__main{padding:3.3333333333rem 0 1.1111111111rem;color:#fff;background-color:#003460}.footer__main .common-text a{color:#fff;text-decoration:none}.footer__main .common-text a:hover{color:#fff}.footer__top{display:grid;grid-gap:calc(var(--grid-gap)*2) var(--grid-gap);gap:calc(var(--grid-gap)*2) var(--grid-gap)}@media only screen and (min-width:1024px){.footer__top{grid-template-columns:repeat(3,1fr)}.footer__button-wrapper{text-align:right}}.footer__bottom{margin-top:3.3333333333rem;display:flex;justify-content:space-between;align-items:center;font-size:.7777777778rem}.form{grid-gap:calc(var(--grid-gap)/1.5)}.base-input,.form-field-checkbox-select__input,input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],select,textarea{-webkit-appearance:textfield;background-color:#fff;box-shadow:none;font-family:Frutiger Next,Arial;font-weight:400;width:100%;border:1px solid #003460;height:2.7777777778rem;padding:.3333333333rem 1.1111111111rem;font-size:.8888888889rem;color:#003460;border-radius:0}.base-input:focus,.form-field-checkbox-select__input:focus,input[type=date]:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,select:focus,textarea:focus{outline:none;border:1px solid #1179bf}.base-input:disabled,.form-field-checkbox-select__input:disabled,input[type=date]:disabled,input[type=email]:disabled,input[type=number]:disabled,input[type=password]:disabled,input[type=search]:disabled,input[type=tel]:disabled,input[type=text]:disabled,input[type=time]:disabled,input[type=url]:disabled,select:disabled,textarea:disabled{opacity:.5}.base-input::placeholder,.form-field-checkbox-select__input::placeholder,input[type=date]::placeholder,input[type=email]::placeholder,input[type=number]::placeholder,input[type=password]::placeholder,input[type=search]::placeholder,input[type=tel]::placeholder,input[type=text]::placeholder,input[type=time]::placeholder,input[type=url]::placeholder,select::placeholder,textarea::placeholder{color:#1179bf}.base-input:placeholder-shown,.form-field-checkbox-select__input:placeholder-shown,input[type=date]:placeholder-shown,input[type=email]:placeholder-shown,input[type=number]:placeholder-shown,input[type=password]:placeholder-shown,input[type=search]:placeholder-shown,input[type=tel]:placeholder-shown,input[type=text]:placeholder-shown,input[type=time]:placeholder-shown,input[type=url]:placeholder-shown,select:placeholder-shown,textarea:placeholder-shown{text-overflow:ellipsis}.field--error .base-input,.field--error .form-field-checkbox-select__input,.field--error input[type=date],.field--error input[type=email],.field--error input[type=number],.field--error input[type=password],.field--error input[type=search],.field--error input[type=tel],.field--error input[type=text],.field--error input[type=time],.field--error input[type=url],.field--error select,.field--error textarea{outline:2px dotted #b60000;outline-offset:1px}select{background-image:url(/svgs/ChevronDownIcon.svg);background-repeat:no-repeat;background-position:calc(100% - 20px);background-size:12px;padding-right:2.2222222222rem;text-overflow:ellipsis;-webkit-appearance:none;-moz-appearance:none;appearance:none}select:-ms-expand{display:none}textarea{padding:.8333333333rem 1.1111111111rem;min-height:6.1111111111rem}input[type=file]{border:none;padding:0}.form-field-label__label{font-weight:500}.form-field-label__required{color:#b60000}.form-field-label__tooltip-container{margin:0 0 0 .5555555556rem;display:inline-flex}.form-field-label__tooltip-container svg{fill:#1179bf;height:.8888888889rem;width:.8888888889rem}.form-field-label__info-icon{fill:#1179bf;width:100%;height:100%}.form-field-input.invalid{border-color:#b60000}.form-field-input--search-icon{background-image:url(/svgs/SearchIcon.svg);background-repeat:no-repeat;background-position:10px;background-size:20px;padding-left:2.2222222222rem!important}.form-field-select.invalid{border-color:#b60000}.form-field-checkbox{display:flex}.form-field-checkbox:not(:last-child){margin-bottom:.3333333333rem}.form-field-checkbox__option{display:flex}.form-field-checkbox__input{height:1px;width:1px;margin:0;opacity:0}.form-field-checkbox__checkmark{height:.8888888889rem;width:.8888888889rem;min-width:.8888888889rem;background-color:#fff;display:inline-block;margin:.1666666667rem .5555555556rem 0 0;border:3px solid #fff;box-shadow:0 0 0 .0555555556rem #1179bf}.form-field-checkbox__input:checked+.form-field-checkbox__option .form-field-checkbox__checkmark{box-shadow:0 0 0 .0555555556rem #1179bf;background-color:#1179bf}.form-field-checkbox__input:focus+.form-field-checkbox__option .form-field-checkbox__checkmark{box-shadow:0 0 0 .1111111111rem #1179bf}.form-field-textarea.invalid{border-color:#b60000}.form-field-file{display:flex;align-items:center}.form-field-file.invalid .form-field-file__button{border-color:#b60000}input:disabled+.form-field-file__button{opacity:.5}input:focus+.form-field-file__button{outline:1px solid #003460;background-color:#003460;color:#fff}.form-field-file__input{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}.form-field-file__selected-file{margin-left:.8333333333rem}.form-field-description,.form-field-error{margin-top:.3333333333rem}@media print,screen and (min-width:0px){.form-field-description,.form-field-error{font-size:.6666666667rem}}@media print,screen and (min-width:768px){.form-field-description,.form-field-error{font-size:.7777777778rem}}@media print,screen and (min-width:1024px){.form-field-description,.form-field-error{font-size:.7777777778rem}}.form-field-error{color:#b60000}.form-field-toggle{margin-bottom:.4444444444rem}.form-field-toggle .form-field-error{margin-top:0}.form-button{margin-top:1.9444444444rem}.form-field-checkbox-select{position:relative}.form-field-checkbox-select:focus,.form-field-checkbox-select:focus-within{outline:none}.form-field-checkbox-select:focus .form-field-checkbox-select__input,.form-field-checkbox-select:focus-within .form-field-checkbox-select__input{border:1px solid #1179bf}.form-field-checkbox-select:focus .form-field-checkbox-select__content,.form-field-checkbox-select:focus-within .form-field-checkbox-select__content{display:block}.form-field-checkbox-select.invalid .form-field-checkbox-select__input{border-color:#b60000}.form-field-checkbox-select.disabled{pointer-events:none}.form-field-checkbox-select.disabled .form-field-checkbox-select__input{opacity:.5}.form-field-checkbox-select.disabled .form-field-checkbox-select__content{display:none}.form-field-checkbox-select__input{-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;align-items:center;background-image:url(/svgs/ChevronDownIcon.svg);background-repeat:no-repeat;background-position:calc(100% - 20px);background-size:12px;padding-right:1.9444444444rem}.form-field-checkbox-select__input-placeholder{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.form-field-checkbox-select__content{display:none;padding:.5555555556rem;background-color:#fff;border:1px solid #f3f3f3;position:absolute;width:100%;z-index:1}.form-field-radios{display:flex}.form-field-radios .form-field-radio{margin-right:.8333333333rem}.hero{overflow:clip}.hero__grid{padding:3.3333333333rem 0;margin:0 auto 3.3333333333rem;grid-row-gap:calc(var(--grid-gap)*2);display:grid;grid-template-columns:1fr;position:relative}@media only screen and (min-width:768px){.hero__grid{grid-template-columns:1fr 1fr;column-gap:var(--grid-gap);grid-row-gap:var(--grid-gap)}}.hero__grid--bottom{padding-bottom:0}@media only screen and (min-width:768px){.hero__grid--bottom{grid-template-columns:1fr}}.hero--default .hero__grid{margin:3.3333333333rem auto;padding:0}.hero--default .hero__title{color:#1179bf}.hero--lightblue{background-color:#c8e8f6}.hero--blue{background-color:#1179bf}.hero--darkblue{background-color:#003460}.hero--blue .hero__grid:not(.hero__grid--bottom) .hero__content,.hero--blue .hero__grid:not(.hero__grid--bottom) .hero__content a,.hero--blue .hero__subtitle,.hero--blue .hero__title,.hero--darkblue .hero__grid:not(.hero__grid--bottom) .hero__content,.hero--darkblue .hero__grid:not(.hero__grid--bottom) .hero__content a,.hero--darkblue .hero__subtitle,.hero--darkblue .hero__title{color:#fff}.hero--blue .hero__grid:not(.hero__grid--bottom) .hero__content a:hover,.hero--darkblue .hero__grid:not(.hero__grid--bottom) .hero__content a:hover{color:#f3f3f3}.hero--blue .hero__grid:not(.hero__grid--bottom) .hero__content .button,.hero--darkblue .hero__grid:not(.hero__grid--bottom) .hero__content .button{border-color:#fff}.hero--blue .hero__grid:not(.hero__grid--bottom) .hero__content .button:hover,.hero--darkblue .hero__grid:not(.hero__grid--bottom) .hero__content .button:hover{background-color:#fff;color:#003460}.hero--blue .hero__grid:not(.hero__grid--bottom) .hero__content .icon-link,.hero--darkblue .hero__grid:not(.hero__grid--bottom) .hero__content .icon-link{color:#fff}.hero--blue .hero__grid:not(.hero__grid--bottom) .hero__content .icon-link:before,.hero--darkblue .hero__grid:not(.hero__grid--bottom) .hero__content .icon-link:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='32' height='32'%3E%3Cdefs%3E%3Cpath id='a' d='M0 .919h29.928V26H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(1 3)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath fill='%23fff' d='M28.888.919H1.038C.465.919 0 1.38 0 1.949v23.022c0 .571.465 1.03 1.038 1.03h27.85c.574 0 1.04-.459 1.04-1.03V1.95c0-.569-.466-1.03-1.04-1.03Zm-3.115 2.089c.58 0 1.048.466 1.048 1.04 0 .574-.468 1.04-1.048 1.04-.581 0-1.05-.466-1.05-1.04 0-.574.469-1.04 1.05-1.04Zm-3.741 0c.578 0 1.05.466 1.05 1.04 0 .574-.472 1.04-1.05 1.04a1.045 1.045 0 0 1-1.051-1.04c0-.574.47-1.04 1.05-1.04Zm-3.743 0c.58 0 1.05.466 1.05 1.04 0 .574-.47 1.04-1.05 1.04-.578 0-1.05-.466-1.05-1.04 0-.574.472-1.04 1.05-1.04ZM2.08 23.943h25.77V6.957H2.08v16.986Z' mask='url(%23b)'/%3E%3Cpath fill='%23fff' d='M9.462 20.403a.24.24 0 0 0 .227-.035l2.024-1.649 1.827 3.169c.03.05.081.088.142.104.02.004.036.008.057.008a.2.2 0 0 0 .122-.039l1.817-1.145a.204.204 0 0 0 .098-.14.204.204 0 0 0-.045-.161l-2.273-2.758 2.405-.897a.205.205 0 0 0 .134-.166.194.194 0 0 0-.083-.195l-7.555-5.457a.237.237 0 0 0-.248-.014.198.198 0 0 0-.108.21l1.318 8.999c.011.077.064.14.141.166'/%3E%3C/g%3E%3C/svg%3E")}.hero--blue .hero__grid:not(.hero__grid--bottom) .hero__content .icon-link[href^="https://"]:before,.hero--darkblue .hero__grid:not(.hero__grid--bottom) .hero__content .icon-link[href^="https://"]:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' id='Ebene_1' x='0' y='0' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32' xml:space='preserve'%3E%3Cstyle%3E.st0%7Bfill:%23fff%7D%3C/style%3E%3Cpath class='st0' d='M24.2 15.4c-.6 0-1 .5-1 1v9.8c0 .3-.3.6-.6.6H6.2c-.3 0-.6-.3-.6-.6V9.9c0-.3.3-.6.6-.6H16c.6 0 1-.5 1-1 0-.6-.5-1-1-1H6.2c-1.5 0-2.7 1.2-2.7 2.7v16.4c0 1.5 1.2 2.7 2.7 2.7h16.4c1.5 0 2.7-1.2 2.7-2.7v-9.8c-.1-.7-.5-1.2-1.1-1.2z'/%3E%3Cpath class='st0' d='M27.5 4h-7.4c-.6 0-1 .5-1 1s.5 1 1 1H25L13.6 17.4c-.4.4-.4 1 0 1.4.2.2.4.3.7.3s.5-.1.7-.3L26.5 7.4v4.9c0 .6.5 1 1 1 .6 0 1-.5 1-1V5c0-.6-.4-1-1-1z'/%3E%3C/svg%3E")}.hero__content{display:flex;align-items:center;position:relative}.hero__content>div{width:100%}.hero__content--fullwidth{grid-column:1/3}@media only screen and (min-width:768px){.hero__title{margin-bottom:0;font-size:3rem}}.hero__title:last-child{margin-bottom:0}@media only screen and (min-width:768px){.hero__grid--bottom .hero__title{max-width:50%}}.hero__subtitle{font-size:1rem;line-height:1.5;margin-bottom:1.1111111111rem}@media only screen and (min-width:768px){.hero__lead,.hero__subtitle{font-size:1.5rem}.hero__lead{margin-top:1.3333333333rem}}.hero__grid--bottom .hero__lead{background-color:#fff;font-size:1.2222222222rem;border-radius:8px;padding:1.3333333333rem;box-shadow:4px 4px 11px rgba(0,24,46,.15);margin-top:5.5555555556rem}@media only screen and (min-width:768px){.hero__grid--bottom .hero__lead{max-width:22.2222222222rem;position:absolute;right:0;z-index:2;top:100%;margin-top:0}}.hero__image img{border-radius:8px}@media only screen and (max-width:calc(768px - 1px)){.hero__grid--bottom .hero__image figure{width:250%;max-width:44.4444444444rem}.hero__grid--bottom .hero__image img{margin-top:-100%}}.layout-reduced .hero:not(.hero--subnav) .hero__title{font-size:2rem}.layout-reduced .hero:not(.hero--subnav) .hero__lead,.layout-reduced .hero:not(.hero--subnav) .hero__subtitle{font-size:1.5rem}.navigation{position:fixed;background-color:#fff;padding-top:6.9444444444rem;height:100%;width:100%;display:none;overflow:auto;z-index:99}@media only screen and (min-width:1025px){.navigation{padding-top:11.1111111111rem}}.navigation.is-active{display:block}.navigation nav{margin:2.2222222222rem 0}.sub-nav{margin-bottom:3.3333333333rem}.sub-nav .grid{overflow-y:hidden!important;-ms-overflow-style:none;scrollbar-width:none;max-width:1280px!important}.sub-nav .grid::-webkit-scrollbar{display:none}.sub-nav__item{border-bottom:1px solid #c8e8f6;transition:border-bottom .3s ease-in-out}.sub-nav__item a{display:block;padding:0 1.6666666667rem .2777777778rem;text-decoration:none;color:#003460}.sub-nav__item.is-active,.sub-nav__item:hover{border-bottom:2px solid #003460}.sub-nav .splide:not(.is-overflow) .splide__arrows{display:none}.sub-nav .splide:not(.is-overflow) .splide__list{justify-content:center}.sub-nav .splide__arrow{height:1.4444444444rem;width:1.4444444444rem;top:calc(50% - .3rem);z-index:6}.sub-nav .splide__arrow[disabled]{display:none}@media only screen and (max-width:calc(1024px - 1px)){.sub-nav .splide__arrow--prev{left:0}.sub-nav .splide__arrow--next{right:0}}.top-bar{position:fixed;width:100%;margin:0;z-index:100;background-color:#fff;box-shadow:0 3px 6px rgba(0,0,0,.25)}.top-bar__wrapper{padding:1.3888888889rem 0;display:flex;justify-content:space-between;align-items:center;position:relative;transition:padding .25s ease-out}@media only screen and (min-width:1025px){.top-bar__wrapper{align-items:flex-end;padding:1.6666666667rem 0 0}}.top-bar__logo{line-height:0;height:100%;display:flex;align-items:center}.top-bar__logo svg{width:13.8888888889rem;height:3.5555555556rem}@media only screen and (max-width:calc(1025px - 1px)){.top-bar__logo svg{width:9.7222222222rem;height:2.5rem}}.top-bar__bottom,.top-bar__top{display:flex;justify-content:flex-end;align-items:center}@media only screen and (min-width:1025px){.top-bar__top{opacity:1;height:2.4444444444rem;transition:transform .25s ease-out,opacity .25s ease-out,height .25s ease-out}}.top-bar__bottom{transition:margin-top .25s ease-out}@media only screen and (min-width:1025px){.top-bar__bottom{margin-top:3.8888888889rem}.top-bar--scrolled .top-bar__wrapper{padding:0}.top-bar--scrolled .top-bar__top{height:0;opacity:0;transform:translateY(-50px)}.top-bar--scrolled .top-bar__bottom{margin-top:0}}.text-center{text-align:center}.button:last-child,ol:last-child,p:last-child,ul:last-child{margin-bottom:0}h1,h2,h3,h4,h5,h6{font-family:Frutiger Next,Arial;line-height:1.2;font-weight:900;margin-top:0;-webkit-hyphens:none;hyphens:none}h1{margin:0 0 1.1111111111rem}@media print,screen and (min-width:0px){h1{font-size:1.7777777778rem}}@media print,screen and (min-width:768px){h1{font-size:2rem}}@media print,screen and (min-width:1024px){h1{font-size:2rem}}h2{margin:0 0 1.1111111111rem;color:#1179bf}@media print,screen and (min-width:0px){h2{font-size:1.5555555556rem}}@media print,screen and (min-width:768px){h2{font-size:1.7777777778rem}}@media print,screen and (min-width:1024px){h2{font-size:2rem}}h3{margin:0 0 1.1111111111rem}@media print,screen and (min-width:0px){h3{font-size:1rem}}@media print,screen and (min-width:768px){h3{font-size:1rem}}@media print,screen and (min-width:1024px){h3{font-size:1rem}}h4,h5,h6{margin:0 0 1.1111111111rem}@media print,screen and (min-width:0px){h4,h5,h6{font-size:.8888888889rem}}@media print,screen and (min-width:768px){h4,h5,h6{font-size:1rem}}@media print,screen and (min-width:1024px){h4,h5,h6{font-size:1rem}}.block-title{font-size:2rem;color:#003460;margin-bottom:2.2222222222rem}p{margin:0 0 1.1111111111rem}b,strong{font-family:Frutiger Next,Arial;font-weight:700}a{color:#1179bf;transition:color .2s ease-in-out;text-underline-offset:5px;text-decoration-thickness:1px}a:hover{color:#003460}blockquote{margin:0}@media print,screen and (min-width:0px){.lead{font-size:1.1111111111rem}}@media print,screen and (min-width:768px){.lead{font-size:1.2222222222rem}}@media print,screen and (min-width:1024px){.lead{font-size:1.3333333333rem}}hr{margin:2.7777777778rem 0;height:.2777777778rem;width:3.6111111111rem;border:none;background-color:#1179bf}#CybotCookiebotDialog{font-family:Frutiger Next,Arial!important}#CybotCookiebotDialog img{width:auto}#CybotCookiebotDialogHeader,#CybotCookiebotDialogPoweredByText,#CybotCookiebotDialogPoweredbyCybot,.CookiebotWidget-main-logo{display:none!important}.accordion{display:block;overflow:hidden;border-top:1px solid #003460;border-bottom:1px solid #003460}.accordion__toggle{display:block;width:100%;height:-moz-fit-content;height:fit-content}.accordion__header{padding:1.1111111111rem 0;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.accordion__title{margin-bottom:0;color:#003460}@media print,screen and (min-width:0px){.accordion__title{font-size:1.1111111111rem}}@media print,screen and (min-width:768px){.accordion__title{font-size:1.1111111111rem}}@media print,screen and (min-width:1024px){.accordion__title{font-size:1.2222222222rem}}.accordion__icon{transition:transform .35s ease-out;transform-origin:center center;display:flex;margin:0 16px}.accordion__icon svg{height:1.3333333333rem;width:1.3333333333rem;color:#003460}.accordion__content-wrapper{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease-out}.accordion__content{overflow:hidden}.accordion__content>*{margin-bottom:1rem}.accordion--open .accordion__icon{transform:rotate(180deg)}.accordion--open .accordion__content-wrapper{grid-template-rows:1fr}.accordion+.accordion{border-top:none}.filter{margin-bottom:1.6666666667rem}.filter__list{padding:0;margin-top:0}.filter__item{background-color:#1179bf;margin:0 .5555555556rem .5555555556rem 0;cursor:pointer;transition:background-color .25s ease-out}.filter__item.is-active,.filter__item:hover{background-color:#003460}.filter--glossary .filter__item{text-align:center;min-width:1.8333333333rem}.hamburger{cursor:pointer;line-height:1}.hamburger__svg{width:1.6666666667rem;fill:#003460}.hamburger__bar{transition:transform .25s ease-out,opacity .25s ease-out;transform-origin:center center;transform-box:fill-box;opacity:1}.hamburger__rect{transition:transform .25s ease-out .25s}.hamburger.is-active .hamburger__svg{fill:#cd2c5c}.hamburger.is-active .hamburger__bar{transition:transform .25s ease-out .25s,opacity .25s ease-out}.hamburger.is-active .hamburger__bar--first{transform:rotate(45deg)}.hamburger.is-active .hamburger__bar--second{opacity:0}.hamburger.is-active .hamburger__bar--third{transform:rotate(-45deg)}.hamburger.is-active .hamburger__rect{transition:transform .25s ease-out}.hamburger.is-active .hamburger__rect--first{transform:translateY(calc(50% - 5px))}.hamburger.is-active .hamburger__rect--third{transform:translateY(calc(-50% + 5px))}.lang-select{width:auto;height:auto;border:none;padding:0 1.3888888889rem 0 0;background-position:100%;cursor:pointer}.lang-select:focus{border:none}@media only screen and (max-width:calc(1024px - 1px)){.lang-select--desktop{display:none}}@keyframes rotateplane{0%{transform:perspective(120px) rotateX(0deg) rotateY(0deg)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg)}to{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.loading{display:flex;align-items:center;justify-content:center}.loading__indicator{animation:rotateplane 1.2s ease-in-out infinite;background:#003460;border-radius:0;content:"";display:block;font-size:0;height:30px;max-width:30px;width:30px}.menu{list-style-type:none;display:block;margin:0;padding:0;line-height:1}@media only screen and (min-width:1025px){.menu{display:flex;flex-wrap:wrap;align-content:center}}.menu ul{list-style-type:none;margin:0;padding:0}@media only screen and (min-width:1025px){.menu>li{padding:0 .6666666667rem}.menu>li:last-child{padding-right:0}}.menu .menu__label,.menu a{text-decoration:none;color:#003460;transition:color .25s ease-out;padding:.5555555556rem 0}@media only screen and (min-width:1025px){.menu .menu__label,.menu a{padding:0}}.menu .menu__label.is-active,.menu a.is-active{color:#1179bf}.menu .menu__label.is-active+.menu__icon svg path,.menu a.is-active+.menu__icon svg path{stroke:#1179bf}@media only screen and (max-width:calc(1025px - 1px)){.menu__icon{cursor:pointer;padding:0 .3333333333rem}}.menu__icon svg{width:.6666666667rem;height:.6666666667rem}@media only screen and (min-width:1025px){.menu__icon svg{width:.5555555556rem;height:.5555555556rem}}.menu__sub-2:not(.open),.menu__sub:not(.open){display:none!important}@media only screen and (min-width:1025px){.menu__sub{position:absolute;top:100%;left:0;background-color:#fff;box-shadow:0 4px 4px rgba(0,0,0,.2)}}.menu__sub .menu__label,.menu__sub a{display:block;position:relative;transition:color .25s ease-out,background-color .25s ease-out;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding:.5555555556rem 0}@media only screen and (min-width:1025px){.menu__sub .menu__label,.menu__sub a{padding:.5555555556rem 1.3333333333rem .5555555556rem .7777777778rem}}.menu__sub .menu__label:before,.menu__sub a:before{content:" ";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/svgs/ChevronRightIcon.svg);background-repeat:no-repeat;background-position:calc(100% - 14px);background-size:12px;opacity:0;transition:opacity .25s ease-out}@media only screen and (min-width:1025px){.menu__sub .menu__label:hover,.menu__sub a:hover{background-color:#c8e8f6}.menu__sub .menu__label:hover:before,.menu__sub a:hover:before{opacity:1}}@media only screen and (max-width:calc(1025px - 1px)){.menu__sub-item-wrapper{display:flex;width:100%;justify-content:space-between;align-items:center}.menu__sub-item-wrapper>a{flex:1 1}}.menu__sub-item-wrapper .menu__icon{color:#003460;transition:color .25s ease-out}.menu__sub-item-wrapper .menu__icon:hover{color:#1179bf}.menu--lang{text-transform:uppercase}@media only screen and (max-width:calc(1025px - 1px)){.menu--lang{display:flex}}@media only screen and (min-width:1025px){.menu--lang{margin-left:.6666666667rem}}.menu--lang>li{position:relative}@media only screen and (max-width:calc(1025px - 1px)){.menu--lang>li{margin-right:.4444444444rem}}.menu--lang .menu__label{cursor:default}.menu--lang .is-active,.menu--lang .menu__label{font-weight:900}@media only screen and (min-width:1025px){.menu--lang .menu__sub{left:-.7777777778rem}}.menu--lang .menu__sub>li>a:before{content:none}.menu--meta-desktop>li{position:relative}.menu--meta-desktop>li>.menu__label{cursor:default}.menu--meta-desktop>li:hover>.menu__label,.menu--meta-desktop>li:hover>a{color:#1179bf}.menu--meta-desktop .menu__sub{width:9.7222222222rem}.menu--main-desktop>li{transition:padding .25s ease-out,margin .25s ease-out;padding-bottom:1.6666666667rem}.menu--main-desktop>li>.menu__label,.menu--main-desktop>li>a{font-weight:900}.menu--main-desktop>li>.menu__label{cursor:default}.menu--main-desktop>li:hover>.menu__label,.menu--main-desktop>li:hover>a{color:#1179bf}.top-bar--scrolled .menu--main-desktop>li{padding-bottom:2.7777777778rem;margin-top:2.7777777778rem}.menu--main-desktop .menu__sub{padding:1.3888888889rem;width:100%;grid-template-columns:repeat(3,1fr);display:grid;grid-gap:var(--grid-gap);gap:var(--grid-gap)}.menu--main-desktop .menu__sub>li>span>a{font-weight:900}.menu--meta-mobile .menu__label:hover,.menu--meta-mobile a:hover{color:#1179bf}.menu--meta-mobile>li{margin:.2777777778rem 0}.menu--meta-mobile>li>.menu__label,.menu--meta-mobile>li>a{display:flex;justify-content:space-between;width:100%}.menu--main-mobile .menu__label:hover,.menu--main-mobile a:hover{color:#1179bf}.menu--main-mobile>li{margin:.5555555556rem 0}.menu--main-mobile>li>.menu__label,.menu--main-mobile>li>a{font-weight:900;font-size:1.5rem;display:flex;justify-content:space-between;width:100%}.menu--main-mobile .menu__sub>li>span>a{font-size:1.2222222222rem;font-weight:900}.menu--footer{display:flex;flex-wrap:wrap;align-content:center}.menu--footer>li+li{margin-left:.8888888889rem}.menu--footer a,.menu--footer a.is-active{color:#fff}.message{padding:1.1111111111rem;background-color:#f3f3f3;display:flex;border:1px solid #cdcbcb;border-left:10px solid rgb(189.5,189.5,189.5)}.message__icon{margin-right:.8333333333rem}.message__icon svg{width:.8888888889rem;height:.8888888889rem;fill:rgb(189.5,189.5,189.5)}.message--success{background-color:#f3faef;border-color:#77b259;color:#325e1c}.message--success .message__icon svg{fill:#77b259}.message--error{background-color:#fde4e4;border-color:#b60000;color:#b60000}.message--error .message__icon svg{fill:#b60000}.news-meta{display:flex;justify-content:space-between;align-items:center;flex-flow:wrap;gap:1.1111111111rem}.news-meta__cat-label{margin-right:1.1111111111rem;color:inherit;text-decoration:none}.news-meta .news-teaser__date--shortened{margin:0}.react-select-container{display:flex;align-items:center}.react-select__input{height:0}.react-select__indicators{height:auto;margin-left:.5555555556rem}.react-select__indicators svg{width:.6666666667rem;height:.6666666667rem}.react-select__control{min-height:0}.react-select__value-container{text-transform:capitalize}.react-select__menu{background-color:#fff;box-shadow:0 0 20px rgba(0,0,0,.2);width:auto;min-width:100px}.react-select__option{cursor:pointer;padding:.2222222222rem .4444444444rem;text-transform:capitalize}.react-select__option:hover{background-color:#cdcbcb;color:#fff}.splide__track{overflow:visible!important}.splide__slide figure{width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-flow:wrap}.splide__slide figure figcaption{width:100%}.splide__arrow{background-color:#fff;border-radius:2rem;border:1px solid #1179bf;display:flex;align-items:center;justify-content:center;position:absolute;padding:0;top:50%;margin-top:-.5555555556rem;height:2.2222222222rem;width:2.2222222222rem;z-index:2;line-height:0;transition:background-color .3s ease-in-out,border-color .3s ease-in-out}.splide__arrow:hover{background-color:#1179bf}.splide__arrow[disabled],.splide__arrow[disabled]:focus,.splide__arrow[disabled]:hover{opacity:.5;background-color:#fff}.splide__arrow svg{fill:none;stroke-width:1px;width:100%;height:100%}.splide__arrow svg rect{transition:stroke .3s ease-in-out;stroke:#1179bf}.splide__arrow svg path{transition:stroke .3s ease-in-out;stroke:#003460}.splide__arrow svg:hover path{stroke:#fff}.splide__arrow--prev{left:.5555555556rem}.splide__arrow--next{right:.5555555556rem;transform:rotate(180deg)}.splide__pagination{margin-top:1.1111111111rem!important;width:100%;padding:0}.splide__pagination__page{border:none;height:.6666666667rem;width:.6666666667rem;background-color:#cdcbcb;border-radius:50%;margin:0 .4444444444rem}.splide__pagination__page.is-active{background-color:#003460}.search-bar{display:flex;position:relative}@media only screen and (min-width:1025px){.search-bar{margin-left:1.3888888889rem}}.search-bar__icon{display:flex;align-items:center;color:#003460}.search-bar__icon svg{width:1.1111111111rem;height:1.1111111111rem}.search-bar__icon--close{position:absolute;right:.8333333333rem;top:.6666666667rem;transition:color .25s ease-out}.search-bar__icon--open{transition:margin .5s ease-out,color .25s ease-out;z-index:2}@media only screen and (max-width:calc(1025px - 1px)){.search-bar__icon--open{position:absolute;left:.8333333333rem;top:.6666666667rem}}.search-bar__icon:hover{color:#1179bf}.search-bar__input-wrapper{width:0;transition:opacity .5s ease-out,width .5s ease-out;overflow:hidden;position:relative;line-height:1;opacity:0}.search-bar input[type=text]{height:2.4444444444rem;padding-left:2.2222222222rem;padding-right:2.2222222222rem}.search-bar--open .search-bar__input-wrapper{width:100%;opacity:1}@media only screen and (min-width:1025px){.search-bar--open .search-bar__input-wrapper{width:11.1111111111rem}.search-bar--open .search-bar__icon--open{margin-right:-1.6666666667rem}}.share-links{display:flex;width:100%;justify-content:flex-end;z-index:3;margin:2.2222222222rem auto 0;max-width:none}.share-links__wrapper{position:relative}.share-links__title{color:#003460;text-decoration:none}.share-links__title svg{width:12px;height:12px;margin-left:.3333333333rem;transition:transform .25s ease-out}.share-links__title svg path{transition:stroke .2s ease-in-out}.share-links__title:hover{color:#cd2c5c}.share-links__title:hover svg path{stroke:#cd2c5c!important}.share-links__title--open svg{transform:rotate(180deg)}.share-links__list{list-style:none;margin:0;display:flex;flex-direction:column;align-items:flex-end;padding:.5rem 0 0;position:absolute;top:100%;right:0;transition:visibility 0s 0s}.share-links--closed .share-links__list{visibility:hidden;transition:visibility 0s 2s}.share-links__item{width:2.0555555556rem}.share-links--on-page{position:absolute;right:0;top:-2.2222222222rem}ul.social-media{list-style-type:none;display:block;margin:0;padding:0;line-height:1;display:flex;flex-wrap:wrap;align-content:center}ul.social-media li+li{margin-left:1.3888888889rem}ul.social-media svg{width:1.1111111111rem;height:1.1111111111rem;fill:#fff}.splide-header{display:flex;align-items:center;margin-bottom:2.2222222222rem}.splide-header__title{flex:1 1}.splide-header__title h2{margin:0}.splide-header .splide__arrows{display:flex;justify-content:flex-end}.splide-header .splide__arrow{position:relative;margin-top:0}.splide-header .splide__arrow.splide__arrow--next,.splide-header .splide__arrow.splide__arrow--prev{border:none;right:auto;left:auto}.splide-header .splide__arrow.splide__arrow--next{transform:rotate(0deg)}.splide-header .splide__arrow.splide__arrow--prev{margin-right:.8333333333rem}.splide-header .splide__arrow svg{stroke-width:1px}.table-wrapper{overflow:auto}.table-wrapper .table{min-width:27.7777777778rem}.table{font-size:.7777777778rem;background-color:#fff}.table ul:not(.block-declaration-list-file-list){padding:0 .5555555556rem;margin-left:.3333333333rem}.table--loading .table-body{cursor:wait;opacity:.5}.table--loading .table-body .table-row{pointer-events:none}.table-header{background-color:#f3f3f3}.table-cell,.table-header-cell{overflow:hidden;flex-basis:0;flex-grow:1}.table-cell>*,.table-header-cell>*{padding:.5555555556rem .2777777778rem;display:flex;width:100%;align-items:center}@media only screen and (min-width:768px){.table-cell>*,.table-header-cell>*{padding:.5555555556rem .6666666667rem}}.table-cell{overflow:hidden}.table-cell+.table-cell{border-left:1px solid #cdcbcb}.table-cell--width-2{flex-grow:2}.table-cell--width-3{flex-grow:3}.table-cell--width-4{flex-grow:4}.table-header{display:flex;justify-content:space-around;align-items:stretch;font-weight:700}.table-header__collapse-arrow-spacer{flex-shrink:0;width:1.1111111111rem}.table-header-cell--sortable{cursor:pointer}.table-header-cell--sort-asc .table-header-cell__sort-arrow svg path,.table-header-cell--sort-desc .table-header-cell__sort-arrow svg path{stroke:#1179bf}.table-header-cell--sort-desc .table-header-cell__sort-arrow{transform:rotate(180deg)}.table-header-cell__sort-arrow{margin-left:.5555555556rem;width:.5555555556rem;height:.5555555556rem;line-height:0;transition:transform .25s ease-in-out}.table-header-cell__sort-arrow svg path{stroke:#000;min-width:.5555555556rem;width:.5555555556rem;height:.5555555556rem;transition:stroke .25s ease-out}.table-body{border:1px solid #cdcbcb;transition:opacity .2s ease-in-out}.table-row{position:relative}.table-row+.table-row{border-top:1px solid #cdcbcb}.table-row--collapsed .table-row__collapse-arrow:after{transform:rotate(0deg)}.table-row__anchor{position:absolute;top:3rem}@media only screen and (min-width:1024px){.table-row__anchor{top:1.5rem}}.table-row__cells{display:flex;justify-content:space-around}.block-declaration-list__table .table-row__cells{cursor:pointer;transition:background-color .25s ease-out}.block-declaration-list__table .table-row__cells:hover{background-color:#c8e8f6}.table-row__cells .common-text{display:block}.table-row__collapse-arrow{flex-shrink:0;align-self:center;width:1.1111111111rem;height:1.1111111111rem;margin:.5555555556rem}.table-row__collapse-arrow:after{content:"";display:block;transition:transform .2s ease-in-out;transform:rotate(-180deg);width:1.1111111111rem;height:1.1111111111rem;background-image:url(/svgs/ChevronDownIcon.svg);background-size:cover;background-repeat:no-repeat}.table-row__detail{height:0;overflow:hidden;position:relative;transition:height .2s ease-in-out}.table-row__detail-content{border-top:1px solid #cdcbcb;padding:1.3888888889rem .5555555556rem .5555555556rem}.common-text ol,.common-text ul{padding-left:1.6666666667rem;margin:0 0 1.1111111111rem}.common-text ul{list-style-type:disc}.common-text ul ul{list-style-type:circle}.common-text h1:last-child,.common-text h2:last-child,.common-text h3:last-child,.common-text h4:last-child,.common-text h5:last-child{margin-bottom:0}.common-text ol+h1,.common-text ol+h2,.common-text ol+h3,.common-text ol+h4,.common-text ol+h5,.common-text p+h1,.common-text p+h2,.common-text p+h3,.common-text p+h4,.common-text p+h5,.common-text ul+h1,.common-text ul+h2,.common-text ul+h3,.common-text ul+h4,.common-text ul+h5{margin-top:2.2222222222rem}@media print,screen and (min-width:0px){.common-text h3{font-size:1rem}}@media print,screen and (min-width:768px){.common-text h3{font-size:1.2777777778rem}}@media print,screen and (min-width:1024px){.common-text h3{font-size:1.2777777778rem}}.tooltip{background-color:hsl(0,0%,25%);color:#fff;border-radius:5px;text-align:left;z-index:99;font-size:.7777777778rem;line-height:1.35;line-height:normal}.tooltip h1,.tooltip h2,.tooltip h3,.tooltip h4,.tooltip h5{font-size:.8888888889rem;margin-bottom:.2222222222rem}.tooltip[data-popper-placement^=left] .tooltip__arrow{right:-.2777777778rem}.tooltip[data-popper-placement^=right] .tooltip__arrow{left:-.2777777778rem}.tooltip[data-popper-placement^=top] .tooltip__arrow{bottom:-.2777777778rem}.tooltip[data-popper-placement^=bottom] .tooltip__arrow{top:-.2777777778rem}.tooltip .tooltip__content{max-width:30vw;padding:.5555555556rem}@media only screen and (max-width:calc(1024px - 1px)){.tooltip .tooltip__content{max-width:40vw;font-size:.6666666667rem}}.tooltip .tooltip__arrow,.tooltip .tooltip__arrow:after{width:.5555555556rem;height:.5555555556rem}.tooltip .tooltip__arrow:after{content:"";display:block;background-color:hsl(0,0%,25%);transform:rotate(45deg);position:absolute;top:0;left:0}.preview-mode__button{position:fixed;right:1.3888888889rem;bottom:1.3888888889rem;height:4.1666666667rem;width:4.1666666667rem;background-color:#1179bf;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;line-height:0;box-shadow:0 0 5px rgba(0,0,0,.25);padding:0}.preview-mode__button svg{height:2.2222222222rem;width:2.2222222222rem;fill:#fff}.preview-mode__dialog{border:none!important;padding:1.3888888889rem;max-width:27.7777777778rem;box-shadow:0 0 5px rgba(0,0,0,.25);text-align:center}.preview-mode__dialog button{margin:.2777777778rem .5555555556rem}.video-teaser__image-wrapper{display:grid;grid-template-columns:1fr;grid-template-rows:1fr;grid-template-areas:"image";align-items:center;justify-items:center}.video-teaser__image{grid-area:image;width:100%}.video-teaser__image:not(.drop-shadow) img{background-color:#003460}.video-teaser__play-icon{grid-area:image;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.video-teaser__play-icon svg{width:72px;height:72px}.video-teaser__title{color:#fff}.video-teaser__content{background-color:#1179bf;color:#fff;padding:60px 20px 20px}.video-teaser__dialog{width:1280px;background-color:#003460;padding:0;border:none}.video-teaser__dialog::-webkit-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.video-teaser__dialog::backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.video-teaser__dialog-wrapper{padding:40px;color:#fff}.video-teaser__dialog-wrapper svg{width:1.1111111111rem;height:1.1111111111rem}.video-teaser__iframe-wrapper{width:100%;aspect-ratio:16/9}.video-teaser__iframe-wrapper iframe{width:100%;height:100%}.video-teaser__close-icon{color:#fff;position:absolute;right:.5rem;top:.5rem;cursor:pointer}.news__wrapper{margin-bottom:5.5555555556rem}.news__meta{margin-bottom:2.2222222222rem}.news__header{margin-bottom:4.1666666667rem}.news__title{margin:2.2222222222rem 0}.block-accordion,.block-cookie-declaration{margin-bottom:3.3333333333rem}.block-cookie-declaration .grid{gap:0}.block-text+.block-cookie-declaration{margin-top:-2.2222222222rem}.block-cta{overflow-x:clip;padding-top:6.9444444444rem;margin-bottom:3.3333333333rem}@media only screen and (min-width:1024px){.block-cta{padding-top:4.1666666667rem}}.block-cta__wrapper{max-width:55.5555555556rem!important;background-color:#1179bf;color:#fff;padding:2.2222222222rem;border-radius:8px;grid-gap:0}@media only screen and (min-width:1024px){.block-cta__wrapper{display:flex}}.block-cta__content{flex:1 1}@media only screen and (min-width:1024px){.block-cta__content{order:1}}.block-cta__title{color:#fff;margin-bottom:.2777777778rem;-webkit-hyphens:none;hyphens:none}@media print,screen and (min-width:0px){.block-cta__title{font-size:2.8888888889rem}}@media print,screen and (min-width:768px){.block-cta__title{font-size:3.0555555556rem}}@media print,screen and (min-width:1024px){.block-cta__title{font-size:3.0555555556rem}}.block-cta__button{margin-top:1.7777777778rem}.block-cta__image-wrapper{margin-top:-9.7222222222rem;margin-right:-2.7777777778rem;display:flex;justify-content:flex-end}@media only screen and (min-width:1024px){.block-cta__image-wrapper{margin-top:-6.1111111111rem;margin-right:0;order:2}}.block-cta__image{width:12.2222222222rem}.block-declaration-form{margin-bottom:3.3333333333rem}.block-declaration-form__text:not(:last-child){margin-bottom:4.1666666667rem}.block-declaration-list{margin-bottom:3.3333333333rem}.block-declaration-list--loading .block-declaration-list__table{opacity:.5}.block-declaration-list__filter-tags{display:flex;flex-wrap:wrap;margin:-.2777777778rem}.block-declaration-list__table-text{padding:.5555555556rem;text-align:center}.block-declaration-list__button,.block-declaration-list__note{margin-top:1.3888888889rem}.block-declaration-list-name{overflow:hidden;text-overflow:ellipsis;display:block}.block-declaration-list-detail-item{margin-bottom:1.1111111111rem}.block-declaration-list-detail-item__title{line-height:1.25}.block-declaration-list-file-list{list-style:none;padding:0;margin:0}.block-declaration-list-status{max-width:100%}.block-declaration-list-status span{display:block;align-items:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.block-declaration-list-status span:before{content:"";display:inline-block;flex-shrink:0;width:.5555555556rem;height:.5555555556rem;margin-right:.5555555556rem;background-color:#cdcbcb}.block-declaration-list-status--success span:before{background-color:#77b259}.block-declaration-list-status--warning span:before{background-color:#fde4e4}.block-declaration-list-status--error span:before{background-color:#b60000}.block-declaration-list-filter-tag{cursor:pointer;background-color:#1179bf;color:#fff;padding:.2777777778rem 1.3888888889rem .1666666667rem .5555555556rem;margin:.2777777778rem;background-image:url(/svgs/CloseWhiteIcon.svg);background-repeat:no-repeat;background-position:calc(100% - .2777777778rem);background-size:16px;border:1px solid #1179bf;font-size:.7777777778rem}.block-facts{margin-bottom:3.3333333333rem}.block-facts__list{list-style:none;margin:0;padding:0;display:grid;width:100%;grid-gap:var(--grid-gap);gap:var(--grid-gap)}@media only screen and (max-width:calc(768px - 1px)){.block-facts__list{grid-template-columns:repeat(2,1fr);grid-auto-rows:1fr}}@media only screen and (min-width:768px){.block-facts__list{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}.block-facts__item{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#f3f3f3;border-radius:8px;text-align:center;padding:1.6666666667rem}.block-facts__counter{font-family:Frutiger Next,Arial;line-height:1.2;font-weight:900;color:#1179bf;margin-bottom:0}@media print,screen and (min-width:0px){.block-facts__counter{font-size:1.5555555556rem}}@media print,screen and (min-width:768px){.block-facts__counter{font-size:2.3333333333rem}}@media print,screen and (min-width:1024px){.block-facts__counter{font-size:2.6666666667rem}}.block-facts__label{font-family:Frutiger Next,Arial;line-height:1.2;font-weight:900;color:#003460;font-size:1rem}@media only screen and (min-width:768px){.block-facts__label{font-family:Frutiger Next,Arial;line-height:1.6;font-weight:300;font-size:1.5rem}}.block-form,.block-glossary{margin-bottom:3.3333333333rem}.block-glossary__search{margin-bottom:var(--grid-gap)}@media only screen and (min-width:768px){.block-glossary__search input{width:50%}}.block-glossary__letter{display:inline-flex;align-items:center;justify-content:center;color:#fff;background-color:#1179bf;height:3.3333333333rem;width:2.7777777778rem;font-size:1.5rem;font-weight:900;margin-bottom:1.3888888889rem}.glossar-entry{display:grid;grid-column-gap:var(--grid-gap);column-gap:var(--grid-gap);border-top:1px solid #003460;padding:1.3333333333rem 0}@media only screen and (min-width:768px){.glossar-entry{grid-template-columns:repeat(2,1fr)}}.glossar-entry>dd,.glossar-entry>dt{margin:0}.glossar-entry__title-link{text-decoration:none;color:#003460}.glossar-entry__title{font-size:1.5rem}.block-image{margin-bottom:3.3333333333rem}.block-image img{margin:0 auto;display:block}.block-news-overview{margin-bottom:3.3333333333rem}.block-news-overview__list{margin:1.6666666667rem auto}.block-news-overview__buttons{text-align:center;margin-top:1.1111111111rem}@media only screen and (min-width:1024px){.block-news-overview__buttons{margin-top:2.7777777778rem}}.block-news-overview__buttons .button{margin:calc(var(--grid-gap)/4)}.block-news-slider{margin-bottom:3.3333333333rem;overflow-x:clip}.layout-reduced .block-news-slider .grid{max-width:none}.block-news-slider__slider{width:90%;max-width:1280px;margin:0 auto}.block-news-slider__slider .grid{width:100%}.block-news-slider__item{width:42.5%;min-width:16.6666666667rem}@media only screen and (min-width:1024px){.block-news-slider__item{width:31.5%;max-width:21.1111111111rem}}.block-news-slider__link-wrapper{margin-top:3.3333333333rem}.block-text{margin-bottom:3.3333333333rem}@media only screen and (min-width:768px){.block-text__layout--image-text,.block-text__layout--text-image,.block-text__layout--text-text,.block-text__layout--text-video,.block-text__layout--video-text{display:flex;flex-direction:row}.block-text__layout--image-text>*,.block-text__layout--text-image>*,.block-text__layout--text-text>*,.block-text__layout--text-video>*,.block-text__layout--video-text>*{width:50%}}.block-text__layout--center{align-items:center}.block-text__layout--bottom{align-items:flex-end}.block-text__layout iframe{aspect-ratio:16/9}.block-process{margin-bottom:3.3333333333rem;max-width:100vw;overflow-x:clip}.block-process__wrapper{position:relative}.block-process__item{min-width:13.8888888889rem;max-width:22.2222222222rem;width:35%}.block-process__item-counter{width:64px;height:64px;padding-left:.1rem;line-height:44px;font-family:Frutiger Next,Arial;font-weight:900;color:#fff;font-size:2rem;background-color:#1179bf;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:2.4444444444rem}.block-process__item-title{font-family:Frutiger Next,Arial;line-height:1.2;font-weight:900;color:#003460;margin-bottom:.8888888889rem}@media print,screen and (min-width:0px){.block-process__item-title{font-size:1rem}}@media print,screen and (min-width:768px){.block-process__item-title{font-size:1.2222222222rem}}@media print,screen and (min-width:1024px){.block-process__item-title{font-size:1.2222222222rem}}@media only screen and (min-width:768px){.block-process__item-title{margin-bottom:1.3333333333rem}}.block-process__item-text{color:#003460;line-height:1.5rem;margin-bottom:1.3333333333rem}@media print,screen and (min-width:0px){.block-process__item-text{font-size:1rem}}@media print,screen and (min-width:768px){.block-process__item-text{font-size:1rem}}@media print,screen and (min-width:1024px){.block-process__item-text{font-size:1rem}}.block-quote{margin:auto auto 3.3333333333rem}@media only screen and (min-width:768px){.block-quote{max-width:calc(90% - 120px)}}@media only screen and (min-width:1024px){.block-quote{max-width:calc(80% - 120px)}}.block-quote__text{font-style:italic;-webkit-hyphens:auto;hyphens:auto}@media print,screen and (min-width:0px){.block-quote__text{font-size:1.2777777778rem}}@media print,screen and (min-width:768px){.block-quote__text{font-size:1.5rem}}@media print,screen and (min-width:1024px){.block-quote__text{font-size:1.5rem}}.block-quote__footer{display:flex;align-items:center;margin-top:.8333333333rem}.block-quote__image{width:5.5555555556rem;height:5.5555555556rem;position:relative;border-radius:50%;overflow:hidden;margin-right:.8333333333rem}.block-quote__image img{position:absolute;width:100%;height:100%;object-fit:cover;top:0;left:0}.block-quote__author{margin-bottom:0;line-height:1.2;font-weight:900}.block-search{margin-bottom:3.3333333333rem}.block-search__result-label{margin-top:.5555555556rem}.block-search__overview{margin-top:3.3333333333rem}.block-slider{margin-bottom:3.3333333333rem;max-width:100vw}.block-slider .grid{overflow-x:clip}.block-slider .splide__arrow{margin-top:-1.9444444444rem;background-color:#1179bf}.block-slider .splide__arrow svg path{stroke:#fff}.block-slider .splide__arrow:hover{background-color:#fff;border-color:#fff}.block-slider .splide__arrow:hover svg path{stroke:#003460}.block-table{margin-bottom:3.3333333333rem}.block-table__title{color:#003460;font-size:1.5rem;border-top:1px solid #003460;padding-top:1.3333333333rem;margin-bottom:1.3333333333rem}.block-three-row-teaser{margin:3.3333333333rem 0}.block-three-row-teaser>.grid{max-width:1280px!important}.block-three-row-teaser__list{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:var(--grid-gap);gap:var(--grid-gap)}@media only screen and (min-width:768px){.block-three-row-teaser__list{grid-template-columns:repeat(3,1fr)}}.block-three-row-teaser__item{display:flex;flex-direction:column;height:100%;justify-content:space-between}.block-three-row-teaser__image{width:85%;margin:0 auto 1.1111111111rem}@media only screen and (min-width:768px){.block-three-row-teaser__image{margin:0 auto 2.2222222222rem}}.block-three-row-teaser__content{flex:1 1;display:flex;flex-direction:column;justify-content:space-between;-webkit-hyphens:auto;hyphens:auto}.block-three-row-teaser__text,.block-three-row-teaser__title{font-size:1.5rem}@media only screen and (min-width:768px){.block-three-row-teaser__title{font-size:2.0555555556rem}}.block-three-row-teaser__text{line-height:2.2777777778rem;margin-bottom:1.1111111111rem}.block-three-row-teaser__link{flex:1 1;display:flex;flex-direction:column;justify-content:flex-end}.block-three-row-teaser__link a{width:-moz-fit-content;width:fit-content}.block-text-cards{margin-bottom:3.3333333333rem}.block-text-cards .grid{row-gap:0}.block-text-cards__list{list-style:none;margin:0;padding:0;display:grid;grid-gap:var(--grid-gap);gap:var(--grid-gap)}@media only screen and (min-width:768px){.block-text-cards__list{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1024px){.block-text-cards__list{grid-template-columns:repeat(3,1fr)}}.block-text-cards__item{border:1px solid rgba(0,52,96,.1);border-radius:8px;box-shadow:none;transition:background-color .3s ease-in-out}.block-text-cards__item a{display:block;text-decoration:none;height:100%;padding:1.3333333333rem}.block-text-cards__item:hover{background-color:rgba(17,121,191,.1)}.block-text-cards__title-wrapper{display:flex;margin-bottom:.8888888889rem;justify-content:space-between}.block-text-cards__title{color:#003460;font-size:1.2222222222rem;font-family:Frutiger Next,Arial;line-height:1.2;font-weight:900;margin:0;flex:1 1}.block-text-cards__text{color:#003460;font-size:1rem;flex:1 1}.block-text-cards__arrow{position:relative;display:block;width:1rem;height:1rem}.block-text-cards__arrow span{display:block;width:14px;height:2px;position:absolute;top:calc(50% - 1px);width:10px;height:10px;border-top:2px solid #1179bf;border-right:2px solid #1179bf;margin-right:2px;transform:rotate(45deg);right:0;transition:right .3s .05s}.block-teaser-boxes{margin-bottom:3.3333333333rem;max-width:100vw;overflow-x:clip}.block-teaser-boxes--colored{background-color:#003460;padding:3.3333333333rem 0}.block-teaser-boxes--colored .block-title{color:#fff}.block-teaser-boxes--colored .splide__arrow{background-color:#003460}.block-teaser-boxes--colored .splide__arrow svg path,.block-teaser-boxes--colored .splide__arrow svg rect{stroke:#fff}.block-teaser-boxes--colored .splide__arrow:hover{background-color:#fff;border-color:#fff}.block-teaser-boxes--colored .splide__arrow:hover svg path{stroke:#003460}.block-teaser-boxes__slider-wrapper{position:relative}.block-teaser-boxes__wrapper{display:grid;grid-gap:var(--grid-gap);gap:var(--grid-gap)}@media only screen and (min-width:768px){.block-teaser-boxes__wrapper{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1024px){.block-teaser-boxes__wrapper{grid-template-columns:repeat(3,1fr)}}.block-teaser-boxes__item{min-width:13.8888888889rem;max-width:15.8333333333rem;width:35%}.teaser-box{height:100%}.teaser-box__link{border-radius:8px;background-color:#f3f3f3;padding:2.5rem 1.1111111111rem 1.3888888889rem;height:100%;display:flex;justify-content:space-between;flex-flow:column;text-decoration:none}.teaser-box__link--blue01,.teaser-box__link--blue01:hover,.teaser-box__link--blue02,.teaser-box__link--blue02:hover,.teaser-box__link--blue03,.teaser-box__link--blue03:hover{color:#fff}.teaser-box__link--blue01{background-color:#1179bf}.teaser-box__link--blue02{background-color:#49a4d9}.teaser-box__link--blue03{background-color:#001e46}.teaser-box__link--white,.teaser-box__link--white:hover{color:#003460}.teaser-box__link:hover .button:not(.button--white){background-color:#003460;color:#fff}.teaser-box__link:hover .button--white{background-color:#fff;color:#003460}@media print,screen and (min-width:0px){.teaser-box__title{font-size:1.1111111111rem}}@media print,screen and (min-width:768px){.teaser-box__title{font-size:1.2222222222rem}}.teaser-box__button{margin-top:2.7777777778rem}.block-team{margin-bottom:5rem}.block-team__members{grid-template-columns:repeat(1,1fr);display:grid;grid-gap:var(--grid-gap)}@media only screen and (min-width:768px){.block-team__members{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1024px){.block-team__members{grid-template-columns:repeat(3,1fr)}}.block-team__member-image{padding-top:60%;position:relative;overflow:hidden}.block-team__member-image img{position:absolute;width:100%;height:100%;object-fit:cover;top:0;left:0}.block-team__member-content{margin:.6666666667rem 0 0;display:flex;justify-content:space-between}.block-team__member-title{margin:0}.block-team__member-mail svg path{stroke:#1179bf;stroke-width:2;transition:stroke .25s ease-out}.block-team__member-mail:hover svg path{stroke:#003460}.block-video{margin-bottom:3.3333333333rem;position:relative}.block-video__iframe{aspect-ratio:16/9;line-height:0}.block-video__iframe iframe{width:100%;height:100%}.block-video-teaser{margin-bottom:3.3333333333rem;color:#fff}.block-video-teaser .video-teaser{display:grid;grid-gap:0;gap:0}@media only screen and (min-width:768px){.block-video-teaser .video-teaser{grid-template-columns:repeat(2,1fr)}}.block-video-teaser .video-teaser__image-wrapper{background-color:#003460}.block-direct-accordion-links{margin-bottom:3.3333333333rem}.block-direct-accordion-links .grid{grid-row-gap:0}.block-direct-accordion-links__list{margin-top:0}.block-direct-accordion-links__link{text-decoration:none}.block-newsletter-signup{margin-bottom:3.3333333333rem}.block-newsletter-signup .button{max-width:-moz-fit-content;max-width:fit-content;margin-top:1.6666666667rem}.download-item{display:flex;flex-direction:column}.download-item:not(:last-child){margin-bottom:2.2222222222rem}@media only screen and (min-width:768px){.download-item{flex-direction:row;column-gap:calc(var(--grid-gap)/2)}}.download-item:not(:first-child){border-top:2px solid #f3f3f3;padding-top:2.2222222222rem}.download-item__image{text-align:center}@media only screen and (min-width:768px){.download-item__image{width:20%;max-width:8.3333333333rem;min-width:5.5555555556rem}}.download-item__image img{max-width:50%;object-fit:contain}@media only screen and (min-width:768px){.download-item__image img{max-width:100%;max-height:170px}}.download-item__description{text-align:center}@media only screen and (min-width:768px){.download-item__description{margin:.7rem 0;text-align:left;flex:1 1}}.download-item__title{font-size:1.5rem}@media only screen and (max-width:calc(768px - 1px)){.download-item__title{margin-top:.4444444444rem}}@media only screen and (min-width:768px){.download-item__items{width:50%}}.download-item__item{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;margin:.7rem 0}.download-item__item-lang{width:50%;margin-bottom:0;font-size:1rem}.download-item__item-link{font-size:.833rem;display:flex;flex-direction:row;justify-content:center}.download-item__item-link:hover svg{color:#003460}.download-item__item-arrow{display:flex}.download-item__item-arrow svg{transform:rotate(-90deg);width:.85rem;color:#1179bf;transition:color .2s ease-in-out}.news-teaser{height:100%;width:100%;background-color:#f3f3f3;border-radius:8px}.news-teaser__link{padding:1.3333333333rem;display:flex;flex-flow:column;justify-content:space-between;text-decoration:none;height:100%}.news-teaser__link:hover .button{background-color:#003460;color:#fff}.news-teaser__image{margin-bottom:1.3333333333rem;padding-top:66.67%;position:relative;overflow:hidden}.news-teaser__image img{position:absolute;width:100%;height:100%;object-fit:cover;top:0;left:0}.news-teaser__date{font-size:.7777777778rem;color:#003460}.news-teaser__date--shortened{margin-left:1rem}.news-teaser__title{line-height:1.5;margin:1.1111111111rem 0 .4444444444rem;color:#003460}@media print,screen and (min-width:0px){.news-teaser__title{font-size:1.1111111111rem}}@media print,screen and (min-width:768px){.news-teaser__title{font-size:1.2222222222rem}}.news-teaser__teaser{color:#000}.news-teaser__button-wrapper{margin-top:1.3888888889rem}.search-teaser{height:100%;width:100%;background-color:#f3f3f3;border-radius:8px}.search-teaser__link{padding:1.3333333333rem;display:flex;flex-flow:column;justify-content:space-between;text-decoration:none;height:100%}.search-teaser__link:hover .button{background-color:#003460;color:#fff}.search-teaser__label{color:#000;font-size:.7777777778rem;min-height:1rem;display:block}.search-teaser__title{line-height:1.5;margin:1.1111111111rem 0 .4444444444rem;color:#003460}@media print,screen and (min-width:0px){.search-teaser__title{font-size:1.1111111111rem}}@media print,screen and (min-width:768px){.search-teaser__title{font-size:1.2222222222rem}}.search-teaser__text{color:#000}.search-teaser__text-highlight{color:#003460}.search-teaser__button-wrapper{margin-top:1.3888888889rem}.hide-mobile{display:none}@media only screen and (min-width:768px){.hide-mobile{display:block}}.only-mobile{display:block}@media only screen and (min-width:768px){.only-mobile{display:none}}