.progress-bar{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}.progress-step{text-align:center;position:relative}.progress-step:after,.progress-step:before{background-color:#e9e7f4;content:"";height:3px;position:absolute;z-index:-1;top:20px}.progress-step:after{left:50%;width:100%}.progress-step:last-of-type.is-active:after{background-color:#e9e7f4}@media screen and (min-width:640px){.progress-step:first-of-type:before{right:50%;width:50%}}.progress-step:first-of-type:before,.progress-step:last-of-type:after{background-color:#fff!important}@media screen and (max-width:640px){.progress-step:first-of-type:before,.progress-step:last-of-type:after{background-color:#fff!important}}.progress-step:last-of-type:after{left:50%;width:50%}.progress-step .step-count{background-color:#e9e7f4;height:50px;width:50px;margin:0 auto;border-radius:50%;color:#525c75;line-height:30px;z-index:100;border:7px solid #fff;font-size:1.5rem}.progress-step .step-count,.step-description{display:flex;align-items:center;justify-content:center;font-weight:700}.step-description{font-size:.8rem;text-align:center}.step-description-inner{width:120px}.shapes-container{position:absolute;overflow:hidden;top:0;left:0;right:0;bottom:0}.shapes-container .shape{position:absolute}.shapes-container .shape:before{content:"";top:0;bottom:0;left:0;right:0;background-color:rgba(209,175,60,.05);transform:rotate(-35deg);position:absolute;border-radius:50px}.shapes-container .shape:first-child{top:2%;left:11%;width:400px;height:70px}.shapes-container .shape:nth-child(2){top:14%;left:18%;width:200px;height:15px}.shapes-container .shape:nth-child(3){top:80%;left:4%;width:300px;height:60px}.shapes-container .shape:nth-child(4){top:85%;left:15%;width:100px;height:10px}.shapes-container .shape:nth-child(5){top:5%;left:50%;width:300px;height:25px}.shapes-container .shape:nth-child(6){top:4%;left:52%;width:200px;height:5px}.shapes-container .shape:nth-child(7){top:80%;left:70%;width:200px;height:5px}.shapes-container .shape:nth-child(8){top:55%;left:95%;width:200px;height:5px}.shapes-container .shape:nth-child(9){top:50%;left:90%;width:300px;height:50px}.shapes-container .shape:nth-child(10){top:30%;left:60%;width:500px;height:55px}.shapes-container .shape:nth-child(11){top:60%;left:60%;width:200px;height:5px}.shapes-container .shape:nth-child(12){top:35%;left:75%;width:200px;height:5px}.shapes-container .shape:nth-child(13){top:90%;left:40%;width:300px;height:45px}.shapes-container .shape:nth-child(14){top:54%;left:75%;width:200px;height:5px}.shapes-container .shape:nth-child(15){top:50%;left:90%;width:200px;height:5px}.shapes-container .shape:nth-child(16){top:50%;left:81%;width:100px;height:5px}body{--background-color:#fafafa;--text-color:#52525b;--card-background-color:transparent;--card-border-color:rgba(24,24,27,.08);--card-box-shadow-1:rgba(24,24,27,.02);--card-box-shadow-1-y:3px;--card-box-shadow-1-blur:6px;--card-box-shadow-2:rgba(24,24,27,.04);--card-box-shadow-2-y:2px;--card-box-shadow-2-blur:7px;--card-label-color:#18181b;--card-icon-color:#18181b;--card-icon-background-color:rgba(24,24,27,.04);--card-icon-border-color:rgba(24,24,27,.1);--card-shine-opacity:.3;--card-shine-gradient:conic-gradient(from 225deg at 50% 50%,rgba(16,185,129,0) 0deg,#dcb63d 25deg,#edfaf6 285deg,#fff 345deg,rgba(16,185,129,0) 360deg);--card-line-color:#e9e9e7;--card-tile-color:rgba(219,182,61,.283);--card-hover-border-color:rgba(24,24,27,.15);--card-hover-box-shadow-1:rgba(24,24,27,.05);--card-hover-box-shadow-1-y:3px;--card-hover-box-shadow-1-blur:6px;--card-hover-box-shadow-2:rgba(24,24,27,.1);--card-hover-box-shadow-2-y:8px;--card-hover-box-shadow-2-blur:15px;--card-hover-icon-color:#18181b;--card-hover-icon-background-color:rgba(24,24,27,.04);--card-hover-icon-border-color:rgba(24,24,27,.34);--blur-opacity:.1}.card{background-color:var(--background-color);box-shadow:0 var(--card-box-shadow-1-y) var(--card-box-shadow-1-blur) var(--card-box-shadow-1),0 var(--card-box-shadow-2-y) var(--card-box-shadow-2-blur) var(--card-box-shadow-2),0 0 0 1px var(--card-border-color);padding:56px 16px 16px;border-radius:15px;cursor:pointer;position:relative;transition:box-shadow .25s}.card:before{content:"";position:absolute;inset:0;border-radius:15px;background-color:var(--card-background-color)}.card .icon{z-index:2;position:relative;display:table;padding:8px}.card .icon:after{content:"";position:absolute;inset:4.5px;border-radius:50%;background-color:var(--card-icon-background-color);border:.3px solid var(--card-icon-border-color);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transition:background-color .25s,border-color .25s}.card .icon .svg{position:relative;z-index:1;display:block;width:100px;height:100px;transform:translateZ(0);color:var(--card-icon-color);transition:color .25s}.card h4{margin:12px 0 4px;font-family:inherit;font-weight:600;line-height:2;color:var(--card-label-color)}.card h4,.card p{z-index:2;position:relative;font-size:14px}.card p{margin:0;line-height:1.7;color:var(--text-color)}.card .background{border-radius:inherit;position:absolute;inset:0;overflow:hidden;-webkit-mask-image:radial-gradient(circle at 60% 5%,#000 0,#000 15%,transparent 60%);mask-image:radial-gradient(circle at 60% 5%,#000 0,#000 15%,transparent 60%)}.card .background .tiles{opacity:0;transition:opacity .25s}.card .background .tiles .tile{position:absolute;background-color:var(--card-tile-color);animation-duration:8s;animation-iteration-count:infinite;opacity:0}.card .background .tiles .tile.tile-10,.card .background .tiles .tile.tile-4,.card .background .tiles .tile.tile-6{animation-delay:-2s}.card .background .tiles .tile.tile-3,.card .background .tiles .tile.tile-5,.card .background .tiles .tile.tile-8{animation-delay:-4s}.card .background .tiles .tile.tile-2,.card .background .tiles .tile.tile-9{animation-delay:-6s}.card .background .tiles .tile.tile-1{top:0;left:0;height:10%;width:22.5%}.card .background .tiles .tile.tile-2{top:0;left:22.5%;height:10%;width:27.5%}.card .background .tiles .tile.tile-3{top:0;left:50%;height:10%;width:27.5%}.card .background .tiles .tile.tile-4{top:0;left:77.5%;height:10%;width:22.5%}.card .background .tiles .tile.tile-5{top:10%;left:0;height:22.5%;width:22.5%}.card .background .tiles .tile.tile-6{top:10%;left:22.5%;height:22.5%;width:27.5%}.card .background .tiles .tile.tile-7{top:10%;left:50%;height:22.5%;width:27.5%}.card .background .tiles .tile.tile-8{top:10%;left:77.5%;height:22.5%;width:22.5%}.card .background .tiles .tile.tile-9{top:32.5%;left:50%;height:22.5%;width:27.5%}.card .background .tiles .tile.tile-10{top:32.5%;left:77.5%;height:22.5%;width:22.5%}@keyframes tile{0%,12.5%,to{opacity:1}25%,82.5%{opacity:0}}.card .background .line{position:absolute;inset:0;opacity:0;transition:opacity .35s}.card .background .line:after,.card .background .line:before{content:"";position:absolute;background-color:var(--card-line-color);transition:transform .35s}.card .background .line:before{left:0;right:0;height:1px;transform-origin:0 50%;transform:scaleX(0)}.card .background .line:after{top:0;bottom:0;width:1px;transform-origin:50% 0;transform:scaleY(0)}.card .background .line.line-1:before{top:10%}.card .background .line.line-1:after{left:22.5%}.card .background .line.line-1:after,.card .background .line.line-1:before{transition-delay:.3s}.card .background .line.line-2:before{top:32.5%}.card .background .line.line-2:after{left:50%}.card .background .line.line-2:after,.card .background .line.line-2:before{transition-delay:.15s}.card .background .line.line-3:before{top:55%}.card .background .line.line-3:after{right:22.5%}.card:hover{box-shadow:0 3px 6px var(--card-hover-box-shadow-1),0 var(--card-hover-box-shadow-2-y) var(--card-hover-box-shadow-2-blur) var(--card-hover-box-shadow-2),0 0 0 1px var(--card-hover-border-color)}.card:hover .icon:after{background-color:var(--card-hover-icon-background-color);border-color:var(--card-hover-icon-border-color)}.card:hover .icon svg{color:var(--card-hover-icon-color)}.card:hover .shine{opacity:1;transition-duration:.5s;transition-delay:0s}.card:hover .background .tiles{opacity:1;transition-delay:.25s}.card:hover .background .tiles .tile{animation-name:tile}.card:hover .background .line{opacity:1;transition-duration:.15s}.card:hover .background .line:before{transform:scaleX(1)}.card:hover .background .line:after{transform:scaleY(1)}.card:hover .background .line.line-1:after,.card:hover .background .line.line-1:before{transition-delay:0s}.card:hover .background .line.line-2:after,.card:hover .background .line.line-2:before{transition-delay:.15s}.card:hover .background .line.line-3:after,.card:hover .background .line.line-3:before{transition-delay:.3s}.device{display:flex;justify-content:center;align-items:center}.img{animation:float 4s ease-in-out infinite;flex:1 1;height:100%;min-height:300px;width:100%}@media only screen and (min-width:2000px){.device img{height:55vh;width:20vw}.device{position:absolute;top:30%;right:10%;z-index:1}}@keyframes float{0%{transform:translate(10%,14%)}50%{transform:translate(10%,6%)}to{transform:translate(10%,14%)}}@media (max-width:1100px){.img{height:100%;min-height:300px;width:100%}}@media (max-width:730px){.img{height:100%;min-height:500px;width:100%}}.nav-link{margin-left:1px;margin-right:1px;padding:.1em .4em;border-radius:.8em .3em;background:transparent;background-image:linear-gradient(90deg,hsla(0,0%,100%,0) 50%,#d1af3c 0);-webkit-box-decoration-break:clone;box-decoration-break:clone;background-position:0 0;background-size:200% auto;font-size:1.75em;line-height:1.15em;text-decoration:none;transition:background-position .1s ease-out}.nav-link:hover{background-position:-99.99% 0;color:#fff;font-weight:700}.component blockquote.DE{background:linear-gradient(90deg,#dcb63d 4px,transparent 0) 0 0,linear-gradient(180deg,#dcb63d 4px,transparent 0) 0 0,linear-gradient(270deg,#dcb63d 4px,transparent 0) 100% 100%,linear-gradient(0deg,#dcb63d 4px,transparent 0) 100% 100%;background-repeat:no-repeat;background-size:20px 20px}.component blockquote.quote:after,.component blockquote.quote:before{font-family:FontAwesome;position:absolute;color:#dcb63d}.component blockquote.EN:before{content:"\f10d";top:-12px;margin-right:-20px;right:100%}.component blockquote.EN:after{content:"\f10e";margin-left:-20px;left:100%;top:auto;bottom:-20px}.component blockquote.DE:before{content:"\f10e";margin-right:-20px;bottom:-20px;right:100%}.component blockquote.DE:after{content:"\f10d";margin-left:-20px;left:100%;top:-20px;bottom:auto}.zitat1{position:relative;font-family:Verdana,serif;line-height:1.5em}.zitat1 cite{font-family:Verdana,sans-serif;font-size:.6em;font-weight:700;color:#bdbec0;float:right}.zitat1 cite:before{content:"\2015" " "}.zitat1:after{content:"\201d";position:absolute;top:.28em;right:0;font-size:6em;font-style:italic;color:#bdbec0;z-index:-1}.sidekick{position:relative;padding-left:1em;border-left:.2em solid #dcb63d;font-family:Roboto,serif;font-size:1.4em;line-height:1.5em;font-weight:100}.sidekick:after,.sidekick:before{font-family:Calibri;color:#dcb63d;font-size:34px}.sidekick:before{content:"\201e"}.sidekick:after{content:"\201c"}.sidekick cite{font-size:50%;text-align:center;top:50%}.sidekick cite:before{content:" \2015 "}@font-face{font-family:DM Sans;font-style:normal;font-display:swap;font-weight:400;src:local("DM Sans Regular "),local("DM Sans-Regular"),url(/_next/static/media/dm-sans-latin-400.ee503a25.woff2) format("woff2"),url(/_next/static/media/dm-sans-latin-400.fd567c91.woff) format("woff")}@font-face{font-family:DM Sans;font-style:italic;font-display:swap;font-weight:400;src:local("DM Sans Regular italic"),local("DM Sans-Regularitalic"),url(/_next/static/media/dm-sans-latin-400italic.1d4566ae.woff2) format("woff2"),url(/_next/static/media/dm-sans-latin-400italic.83d18e5c.woff) format("woff")}@font-face{font-family:DM Sans;font-style:normal;font-display:swap;font-weight:500;src:local("DM Sans Medium "),local("DM Sans-Medium"),url(/_next/static/media/dm-sans-latin-500.a8c7072a.woff2) format("woff2"),url(/_next/static/media/dm-sans-latin-500.d2c6e036.woff) format("woff")}@font-face{font-family:DM Sans;font-style:italic;font-display:swap;font-weight:500;src:local("DM Sans Medium italic"),local("DM Sans-Mediumitalic"),url(/_next/static/media/dm-sans-latin-500italic.d0e42624.woff2) format("woff2"),url(/_next/static/media/dm-sans-latin-500italic.3b04da24.woff) format("woff")}@font-face{font-family:DM Sans;font-style:normal;font-display:swap;font-weight:700;src:local("DM Sans Bold "),local("DM Sans-Bold"),url(/_next/static/media/dm-sans-latin-700.82c794a5.woff2) format("woff2"),url(/_next/static/media/dm-sans-latin-700.f76b419a.woff) format("woff")}@font-face{font-family:DM Sans;font-style:italic;font-display:swap;font-weight:700;src:local("DM Sans Bold italic"),local("DM Sans-Bolditalic"),url(/_next/static/media/dm-sans-latin-700italic.1858da4f.woff2) format("woff2"),url(/_next/static/media/dm-sans-latin-700italic.a8abd0bc.woff) format("woff")}@keyframes modal-video{0%{opacity:0}to{opacity:1}}@keyframes modal-video-inner{0%{transform:translateY(100px)}to{transform:translate(0)}}.modal-video{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:1000000;cursor:pointer;opacity:1;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video;transition:opacity .3s ease-out}.modal-video-effect-exit{opacity:0}.modal-video-effect-exit .modal-video-movie-wrap{transform:translateY(100px)}.modal-video-body{max-width:960px;margin:0 auto;padding:0 10px;box-sizing:border-box}.modal-video-body,.modal-video-inner{width:100%;height:100%;display:flex;justify-content:center}.modal-video-inner{align-items:center}@media (orientation:landscape){.modal-video-inner{padding:10px 60px;box-sizing:border-box}}.modal-video-movie-wrap{width:100%;height:0;position:relative;padding-bottom:56.25%;background-color:#333;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video-inner;transform:translate(0);transition:transform .3s ease-out}.modal-video-movie-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}.modal-video-close-btn{position:absolute;z-index:2;top:-45px;right:0;display:inline-block;width:35px;height:35px;overflow:hidden;border:none;background:transparent}@media (orientation:landscape){.modal-video-close-btn{top:0;right:-45px}}.modal-video-close-btn:before{transform:rotate(45deg)}.modal-video-close-btn:after{transform:rotate(-45deg)}.modal-video-close-btn:after,.modal-video-close-btn:before{content:"";position:absolute;height:2px;width:100%;top:50%;left:0;background:#fff;border-radius:5px;margin-top:-6px}.rc-drawer{top:0;bottom:0;left:0;right:0;position:fixed;z-index:1050;pointer-events:none}.rc-drawer-inline{position:absolute}.rc-drawer-mask{top:0;bottom:0;left:0;right:0;position:absolute;z-index:1050;background:rgba(0,0,0,.5);pointer-events:auto}.rc-drawer-content-wrapper{position:absolute;z-index:1050;overflow:hidden;transition:transform .3s}.rc-drawer-content-wrapper-hidden{display:none}.rc-drawer-left .rc-drawer-content-wrapper{top:0;bottom:0;left:0}.rc-drawer-right .rc-drawer-content-wrapper{top:0;right:0;bottom:0}.rc-drawer-content{width:100%;height:100%;overflow:auto;background:#fff;pointer-events:auto}