body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}INPUT:-webkit-autofill,INPUT:-webkit-autofill:active,INPUT:-webkit-autofill:focus,INPUT:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 30px #fff inset!important;-webkit-text-fill-color:#009746}#root,body,html{height:100%}@font-face{font-family:"Source Sans Pro";font-style:normal;font-display:swap;font-weight:400;src:url(/test2/static/media/source-sans-pro-v14-latin-regular.f35dbc53.eot);src:local(""),url(/test2/static/media/source-sans-pro-v14-latin-regular.f35dbc53.eot) format("embedded-opentype"),url(/test2/static/media/source-sans-pro-v14-latin-regular.f74389bd.woff2) format("woff2"),url(/test2/static/media/source-sans-pro-v14-latin-regular.33e6b01f.woff) format("woff"),url(/test2/static/media/source-sans-pro-v14-latin-regular.205045be.ttf) format("truetype"),url(/test2/static/media/source-sans-pro-v14-latin-regular.3bb9538c.svg) format("svg")}@font-face{font-family:"Source Sans Pro";font-style:normal;font-display:swap;font-weight:600;src:url(/test2/static/media/source-sans-pro-v14-latin-600.0bc09b3d.eot);src:local(""),url(/test2/static/media/source-sans-pro-v14-latin-600.0bc09b3d.eot) format("embedded-opentype"),url(/test2/static/media/source-sans-pro-v14-latin-600.17c0392c.woff2) format("woff2"),url(/test2/static/media/source-sans-pro-v14-latin-600.720fb921.woff) format("woff"),url(/test2/static/media/source-sans-pro-v14-latin-600.007a43ce.ttf) format("truetype"),url(/test2/static/media/source-sans-pro-v14-latin-600.cf2758ae.svg) format("svg")}@font-face{font-family:"Vorwerk";src:url(/test2/static/media/Vorwerk-Light.83df0dce.woff2) format("woff2"),url(/test2/static/media/Vorwerk-Light.51696d40.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:"Vorwerk";src:url(/test2/static/media/Vorwerk-LightItalic.34b20fed.woff2) format("woff2"),url(/test2/static/media/Vorwerk-LightItalic.1b67319c.woff) format("woff");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:"Vorwerk";src:url(/test2/static/media/Vorwerk-Regular.00d3e925.woff2) format("woff2"),url(/test2/static/media/Vorwerk-Regular.cba7ab7d.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Vorwerk";src:url(/test2/static/media/Vorwerk-RegularItalic.96a08607.woff2) format("woff2"),url(/test2/static/media/Vorwerk-RegularItalic.ec9cbfc7.woff) format("woff");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:"Vorwerk";src:url(/test2/static/media/Vorwerk-Medium.f6414e0e.woff2) format("woff2"),url(/test2/static/media/Vorwerk-Medium.57ae72f1.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"Vorwerk";src:url(/test2/static/media/Vorwerk-MediumItalic.df0a9247.woff2) format("woff2"),url(/test2/static/media/Vorwerk-MediumItalic.eba5b253.woff) format("woff");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:"Vorwerk";src:url(/test2/static/media/Vorwerk-Bold.56c4c412.woff2) format("woff2"),url(/test2/static/media/Vorwerk-Bold.736ca085.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Vorwerk";src:url(/test2/static/media/Vorwerk-BoldItalic.0f437841.woff2) format("woff2"),url(/test2/static/media/Vorwerk-BoldItalic.d1a997ff.woff) format("woff");font-weight:700;font-style:italic;font-display:swap}/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{padding:15px;display:inline-block;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger.is-active:hover,.hamburger:hover{opacity:1}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before{background-color:#00ac46}.hamburger-box{width:40px;height:24px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-2px}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{width:40px;height:4px;background-color:#00ac46;border-radius:0;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.hamburger-inner:after,.hamburger-inner:before{content:"";display:block}.hamburger-inner:before{top:-10px}.hamburger-inner:after{bottom:-10px}.hamburger--spin .hamburger-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spin .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin.is-active .hamburger-inner{transform:rotate(225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spin.is-active .hamburger-inner:before{top:0;opacity:0;transition:top .1s ease-out,opacity .1s ease-out .12s}.hamburger--spin.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg);transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s}.hamburger:focus{outline:none}.hamburger-inner:after{border-bottom-left-radius:4px}.themen-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:2rem;gap:2rem;padding:2rem;width:100%;max-width:1400px;margin:0 auto}@media(min-width:1200px){.themen-grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:768px)and (max-width:1199px){.themen-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem}}@media(max-width:767px){.themen-grid{grid-template-columns:1fr;grid-gap:1rem;gap:1rem;padding:1rem}}footer{color:#fff;bottom:0;flex:1 0 auto;display:flex;width:100%;outline:0;z-index:1100;overflow-y:auto;flex-direction:column;background-color:#23282a;padding-bottom:40px}.react-transform-component{margin:0 auto!important}@keyframes progressStripeLTR{to{background-position:30px 0}}@keyframes progressStripeRTL{to{background-position:-30px 0}}@keyframes shine{0%{margin-top:-150px}to{margin-top:1200px}}