@font-face{font-family:Raleway;src:url(/assets/fonts/raleway-300-800.woff2)format("woff2");font-weight:300 800;font-style:normal;font-display:swap}@font-face{font-family:Rufina;src:url(/assets/fonts/rufina-400.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Rufina;src:url(/assets/fonts/rufina-700.woff2)format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Noto Serif SC;src:url(/assets/fonts/notoserifsc-400-600.woff2)format("woff2");font-weight:400 600;font-style:normal;font-display:swap}:root{-webkit-locale:"zh";box-sizing:border-box;--brand-blue:#233580;--brand-blue-rgb:35,53,128;--brand-blue-darker:#182458;--brand-blue-darker-rgb:24,36,88;--brand-blue-light-1:#2d3f8c;--brand-blue-light-1-rgb:45,63,140;--brand-blue-light-2:#4b5995;--brand-blue-light-2-rgb:75,89,149;--twitter-blue:#55acef;--twitter-blue-rgb:85,172,239;--facebook-blue:#3b5998;--facebook-blue-rgb:59,89,152;--navy-blue:#2d3f8c;--navy-blue-rgb:45,63,140;--blue:#3f74a1;--blue-rgb:63,116,161;--blue-grey:#5b7084;--blue-grey-rgb:91,112,132;--blue-grey-darker:#465666;--blue-grey-darker-rgb:70,86,102;--purple-blue:#4b5995;--purple-blue-rgb:75,89,149;--purple:#5d4375;--purple-rgb:93,67,117;--lavender:#8c91b6;--lavender-rgb:140,145,182;--lavender-grey:#edeef5;--lavender-grey-rgb:237,238,245;--red:#803444;--red-rgb:128,52,68;--red-darker:#5c2531;--red-darker-rgb:92,37,49;--gold:#9f8561;--gold-rgb:159,133,97;--green:#508a77;--green-rgb:80,138,119;--green-darker:#3d6a5b;--green-darker-rgb:61,106,91;--green-light:#dce8e4;--green-light-rgb:220,232,228;--black:#000;--grey-1:#161616;--grey-2:#2f2f2f;--grey-3:#494949;--grey-4:#555;--grey-5:#666;--grey-6:gray;--grey-7:#999;--grey-8:#b4b4b4;--grey-9:#ccc;--grey-10:#eaeaea;--grey-11:#f7f7f7;--white:#fff;--sans:"Raleway","Noto Sans SC","PingFang SC","Microsoft YaHei",Arial,sans-serif;--serif:"Rufina","Noto Serif SC",Georgia,Times,"Times New Roman",serif;--header-h:140px;--rail-w:70px;--ease-out:cubic-bezier(.23, 1, .32, 1);--ease-in-out:cubic-bezier(.77, 0, .175, 1);--dur-press:.12s;--dur-hover:.16s;--dur-panel:.2s;--dur-reveal:1.2s;direction:ltr}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--header-h)}body{font-family:var(--sans);color:#000;background:var(--white);-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:24px}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}h1,h2,h3,h4,p,ul,figure{margin:0;padding:0}ul{list-style:none}.watermark{pointer-events:none;z-index:0;justify-content:center;align-items:center;width:260px;display:flex;position:fixed;top:0;bottom:0;right:40px}.watermark img{opacity:.05;filter:grayscale();width:100%}.watermark--left{align-items:flex-end;width:200px;left:0;right:auto}.watermark--left img{opacity:.035;transform:translate(-30%,28%)}@media (width<=1279px){.watermark{display:none}}.rail{z-index:60;flex-direction:column;display:flex;position:fixed;top:50%;left:0;transform:translateY(-50%)}.rail a{width:var(--rail-w);height:var(--rail-w);background:var(--brand-blue);justify-content:center;align-items:center;transition:background .2s;display:flex}.rail a:hover{background:var(--brand-blue-darker)}.rail svg{width:30px;height:30px;fill:var(--white)}@media (width<=1279px){.rail{display:none}}.site-header{height:var(--header-h);z-index:80;background:#fffffff2;position:fixed;top:0;left:0;right:0;box-shadow:0 1px #00000014}.site-header__inner{height:100%;position:relative}.site-header__logo{align-items:center;gap:11px;display:flex;position:absolute;top:26px;left:48px}.site-header__logo img{width:62px;height:auto}.site-header__wordmark{line-height:1.1;display:block}.site-header__wordmark .cn{font-family:var(--serif);color:var(--brand-blue);letter-spacing:.5px;white-space:nowrap;font-size:14px;font-weight:600;display:block}.site-header__wordmark .de{color:var(--blue-grey);letter-spacing:.5px;text-transform:uppercase;white-space:nowrap;margin-top:4px;font-size:8.5px;font-weight:600;display:block}.site-header__top{justify-content:flex-end;align-items:center;gap:40px;height:62px;padding-right:48px;display:flex}.site-header__top a,.site-header__top button{color:var(--brand-blue);font-size:16px;font-family:var(--sans);cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;display:flex}.site-header__top a:hover,.site-header__top button:hover{text-decoration:underline}.site-header__nav{align-items:center;gap:52px;height:78px;padding-left:296px;padding-right:48px;display:flex}.site-header__nav a{color:var(--brand-blue);white-space:nowrap;border-bottom:3px solid #0000;padding-bottom:6px;font-size:16px}@media (hover:hover) and (pointer:fine){.site-header__nav a{transition:border-bottom-color var(--dur-hover) var(--ease-out)}}.site-header__nav a:hover{border-bottom-color:var(--brand-blue)}.nav-toggle{display:none}@media (width<=1279px){:root{--header-h:96px}.site-header{height:var(--header-h)}.site-header__logo{top:50%;left:24px;transform:translateY(-50%)}.site-header__top{display:none}.nav-toggle{border:1px solid var(--brand-blue);cursor:pointer;background:0 0;justify-content:center;align-items:center;width:56px;height:56px;display:flex;position:absolute;top:20px;right:16px}.nav-toggle span{background:var(--brand-blue);width:22px;height:2px;transition:background-color .1s linear;display:block;position:relative}.nav-toggle span:before,.nav-toggle span:after{content:"";background:var(--brand-blue);width:22px;height:2px;transition:transform var(--dur-panel) var(--ease-out);position:absolute;top:0;left:0}.nav-toggle span:before{transform:translateY(-7px)}.nav-toggle span:after{transform:translateY(7px)}.nav-toggle[aria-expanded=true] span{background:0 0}.nav-toggle[aria-expanded=true] span:before{transform:translateY(0)rotate(45deg)}.nav-toggle[aria-expanded=true] span:after{transform:translateY(0)rotate(-45deg)}.site-header__nav{background:var(--white);border-top:1px solid var(--grey-10);opacity:0;visibility:hidden;height:auto;transition:opacity var(--dur-panel) var(--ease-out), transform var(--dur-panel) var(--ease-out), visibility 0s linear var(--dur-panel);flex-direction:column;align-items:stretch;gap:0;padding:4px 24px 16px;display:flex;position:absolute;top:100%;left:0;right:0;transform:translateY(-8px);box-shadow:0 12px 24px #00000014}.site-header__nav.is-open{opacity:1;visibility:visible;transition:opacity var(--dur-panel) var(--ease-out), transform var(--dur-panel) var(--ease-out), visibility 0s;transform:translateY(0)}.site-header__nav a{border-bottom:1px solid var(--grey-10);border-left:3px solid #0000;padding:15px 0 13px}.site-header__nav a:hover{border-bottom-color:var(--grey-10);color:var(--brand-blue-darker)}}@media (width<=479px){.site-header__logo img{width:48px}.site-header__logo{gap:9px;left:16px}.site-header__wordmark .cn{font-size:12px}.site-header__wordmark .de{display:none}.nav-toggle{width:48px;height:48px;top:24px;right:12px}}main{z-index:1;padding-top:var(--header-h);position:relative}.vk-wrap{max-width:1376px;margin:0 auto;padding:0 48px}@media (width<=1023px){.vk-wrap{padding:0 24px}}.section{padding:36px 0 24px}.section__title{font-family:var(--sans);letter-spacing:.5px;color:var(--brand-blue);padding-bottom:8px;font-size:32px;font-weight:800;line-height:48px}.section__sub{color:var(--grey-4);padding-bottom:16px;font-size:16px;line-height:24px}@media (width<=767px){.section__title{font-size:24px;line-height:34px}}.grid-wrap{container-type:inline-size}.grid{grid-template-columns:repeat(5,1fr);grid-auto-rows:calc(20cqw - 4.8px);gap:6px;display:grid}.b4x2{grid-area:span 2/span 4}.b2x2{grid-area:span 2/span 2}.b2x1{grid-area:span 1/span 2}.b4x1{grid-area:span 1/span 4}@media (width<=1023px){.grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:calc(50cqw - 3px)}.b4x2{grid-area:span 1/span 2}.b2x2{grid-area:span 2/span 2}.b2x1,.b4x1{grid-area:span 1/span 2}}@media (width<=639px){.grid{grid-template-columns:1fr;grid-auto-rows:auto}.b4x2,.b2x2,.b2x1,.b4x1{grid-area:span 1/span 1;min-height:240px}}.tile{height:100%;color:var(--white);background:var(--brand-blue);flex-direction:column;justify-content:flex-end;padding:36px 40px;display:flex;position:relative;overflow:hidden}.tile--img{padding:0}.tile__media{position:absolute;inset:0}.tile__media img{object-fit:cover;width:100%;height:100%}.tile__scrim{background:linear-gradient(#0000 32%,#00000059 62%,#000000b8 100%);position:absolute;inset:0}.tile__body{z-index:2;position:relative}.tile--img .tile__body{padding:36px 40px}.tile__kicker{letter-spacing:4px;text-transform:uppercase;border-bottom:2px solid #ffffffd9;margin-bottom:20px;padding-bottom:12px;font-size:14px;font-weight:500;display:inline-block}.tile__title{font-family:var(--serif);letter-spacing:.5px;font-size:30px;font-weight:400;line-height:36px}.tile__title--lg{font-size:34px;line-height:42px}.b2x1 .tile__title{font-size:26px;line-height:32px}.b2x1 .tile__body{padding:0}.b2x1.tile{padding:28px 34px}.tile__text{color:#ffffffe0;margin-top:16px;font-size:15px;font-weight:300;line-height:26px}.tile__list{flex-direction:column;gap:9px;margin-top:18px;display:flex}.tile__list li{color:#ffffffe0;padding-left:16px;font-size:14px;font-weight:300;line-height:23px;position:relative}.tile__list li:before{content:"";background:#ffffffb3;width:6px;height:1px;position:absolute;top:10px;left:0}.tile__media img{transition:transform .5s var(--ease-out)}@media (hover:hover) and (pointer:fine){a.tile:hover .tile__media img{transform:scale(1.04)}}.tile.is-link,a.pr,.btn--secondary{transition:transform var(--dur-press) var(--ease-out), background-color var(--dur-panel) var(--ease-out), color var(--dur-panel) var(--ease-out)}a.tile.is-link:active,a.pr:active{transform:scale(.99)}.btn--secondary:active{transform:scale(.97)}.t-navy{background:var(--brand-blue)}.t-navy-d{background:var(--brand-blue-darker)}.t-purple{background:var(--purple)}.t-blue{background:var(--blue)}.t-bluegrey{background:var(--blue-grey)}.t-bluegrey-d{background:var(--blue-grey-darker)}.t-red{background:var(--red)}.t-red-d{background:var(--red-darker)}.t-gold{background:var(--gold)}.t-green{background:var(--green)}.t-green-d{background:var(--green-darker)}.t-lavender{background:var(--lavender)}.t-purpleblue{background:var(--purple-blue)}.t-light{background:var(--lavender-grey);color:var(--brand-blue)}.t-light .tile__kicker{border-bottom-color:#23358059}.t-light .tile__text,.t-light .tile__list li{color:var(--grey-3)}.t-light .tile__list li:before{background:#23358080}.t-greenlight{background:var(--green-light);color:var(--green-darker)}.t-greenlight .tile__kicker{border-bottom-color:#3d6a5b59}.t-greenlight .tile__text{color:var(--grey-3)}.tile--stat .tile__text{margin-top:10px}.pr{background:var(--blue-grey);color:var(--white);flex-direction:column;height:100%;padding:26px 30px 24px;display:flex;overflow:hidden}.pr__meta{letter-spacing:2px;text-transform:uppercase;justify-content:space-between;align-items:baseline;gap:16px;font-size:14px;font-weight:500;display:flex}.pr__meta .date{letter-spacing:1.5px;color:#ffffffd9;font-size:13px}.pr__title{font-family:var(--serif);margin-top:18px;font-size:28px;font-weight:400;line-height:38px}.pr__more{align-items:center;gap:10px;margin-top:auto;padding-top:18px;font-size:16px;display:flex}.pr__more svg{width:13px;height:13px;fill:var(--white);transition:transform var(--dur-hover) var(--ease-in-out)}a.pr:hover{background:var(--blue-grey-darker)}.logos-wrap{container-type:inline-size}.logos{grid-template-columns:repeat(5,1fr);gap:6px;width:calc(80cqw - 1.2px);display:grid}.logos figure{background:var(--white);border:1px solid var(--grey-10);aspect-ratio:3/2;justify-content:center;align-items:center;padding:7% 6%;display:flex;overflow:hidden}.logos figure:has(img[src*=bhs]),.logos figure:has(img[src*=fulda]),.logos figure:has(img[src*=duesseldorf]),.logos figure:has(img[src*=nrw]),.logos figure:has(img[src*=phoenixtv]){padding:3% 6%}.logos img{object-fit:contain;width:100%;height:100%}.logos figure.stacked{flex-direction:column;gap:4%;padding:5% 6%}.logos figure.stacked img{height:auto;max-height:calc(50% - 5px)}.logos img[src*=porsche]{padding:0 13%}.logos img[src*=fev]{padding:0 22%}.logos img[src*=roche]{padding:0 6%}.logos img[src*=phoenixcontact]{padding:0 4%}.logos img[src*=fft]{padding:14% 18%}.logos img[src*=mediana]{padding:0 10%}.logos img[src*=bhs]{padding:4% 18%}@media (width<=1023px){.logos{grid-template-columns:repeat(3,1fr);width:100%}}@media (width<=479px){.logos{grid-template-columns:repeat(2,1fr)}}.btn--secondary{border:1px solid var(--brand-blue);color:var(--brand-blue);background:0 0;align-items:center;gap:14px;padding:20px;font-size:16px;font-weight:600;line-height:24px;display:inline-flex}.btn--secondary svg{fill:currentColor;width:13px;height:13px;transition:transform var(--dur-hover) var(--ease-in-out)}.btn--secondary:hover{background:var(--brand-blue);color:var(--white)}@media (hover:hover) and (pointer:fine){a.pr:hover .pr__more svg,.btn--secondary:hover svg{transform:translate(4px)}}.site-footer{background:var(--lavender-grey);z-index:1;margin-top:64px;padding:56px 0 40px;position:relative}.site-footer__crest{justify-content:center;padding-bottom:36px;display:flex}.site-footer__crest img{width:86px}.site-footer__nav{flex-wrap:wrap;justify-content:center;gap:0 52px;padding-bottom:24px;display:flex}.site-footer__nav a{color:var(--brand-blue);font-size:16px;font-weight:500;line-height:28.8px}.site-footer__nav a:hover{text-decoration:underline}.site-footer__rule{border:0;border-top:1px solid var(--brand-blue);margin:0 0 30px}.site-footer__links{flex-wrap:wrap;justify-content:space-between;gap:16px 32px;padding-bottom:34px;display:flex}.site-footer__links a{color:var(--grey-2);font-size:16px}.site-footer__links a:hover{color:var(--brand-blue);text-decoration:underline}.site-footer__contact{border-top:1px solid #2335802e;grid-template-columns:repeat(3,1fr);gap:24px 40px;padding-top:32px;padding-bottom:34px;display:grid}.site-footer__contact dt{letter-spacing:2px;text-transform:uppercase;color:var(--blue-grey);margin-bottom:8px;font-size:13px;font-weight:600}.site-footer__contact dd{color:var(--grey-2);margin:0;font-size:16px;line-height:26px}.site-footer__copy{text-align:center;color:var(--brand-blue);font-size:16px}@media (width<=767px){.site-footer__contact{grid-template-columns:1fr}.site-footer__links{justify-content:flex-start}.site-footer__nav{gap:0 24px}}.js-reveal .grid>*,.js-reveal .logos figure{opacity:0}.js-reveal .grid>.is-instant,.js-reveal .logos figure.is-instant{opacity:1}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}a.tile.is-link:active,a.pr:active,.btn--secondary:active,a.tile:hover .tile__media img,a.pr:hover .pr__more svg,.btn--secondary:hover svg,.site-header__nav,.site-header__nav.is-open{transform:none}.nav-toggle span:before,.nav-toggle span:after{transition-duration:.01ms}}
