.light-theme{--text-color:#242424;--background:#fff;--highlighted-background:#f4f6f8;--primary:#22f4ae;--link:#00798e;--table-row:#f4f6f8;--grey:#53575c;--light-grey:#ced4da;--disabled-button-background:#f2f2f2;--disabled-button-text:#4f5054;--disabled-button-border:#f2f2f2;--primary-button-background:#22f4ae;--primary-button-text-color:#242424;--primary-button-border:#1bc38b;--secondary-button-background:#c2c3c4;--secondary-button-text-color:#242424;--secondary-button-border:#899494;--button-chevron:#f4f6f8;--loading-spinner-background:#f3f3f3;--error:#ff6f61}.dark-theme{--text-color:#f2f2f2;--background:#1f1f1f;--highlighted-background:#303134;--primary:#22f4ae;--link:#00badb;--table-row:#191919;--grey:#a9aab1;--light-grey:#ced4da;--disabled-button-background:#f2f2f2;--disabled-button-text:#4f5054;--disabled-button-border:#f2f2f2;--primary-button-background:#22f4ae;--primary-button-text-color:#242424;--primary-button-border:#1bc38b;--secondary-button-background:#c2c3c4;--secondary-button-text-color:#242424;--secondary-button-border:#899494;--button-chevron:#f4f6f8;--loading-spinner-background:#f3f3f3;--error:#ff6f61}.dark-theme,.light-theme{background:var(--background);flex-direction:column;min-height:100vh;display:flex}.header{color:var(--text-color);background:var(--highlighted-background);flex-direction:column;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.75rem 2.125rem;display:flex}@media (width>=1025px){.header{flex-direction:row;align-items:center;gap:.5rem;padding:.75rem 3.125rem}}.header a{color:inherit}.header a:hover{text-decoration:none}.header .header-title .header-title-content{align-items:flex-start;gap:0;display:flex}@media (width>=1025px){.header .header-title .header-title-content{align-items:baseline}}.header .header-title .title{font-size:1.5rem;font-weight:700}.header .header-title:hover,.header .header-title:focus{color:var(--primary);text-decoration:none}.header .links{background:var(--background);border-radius:3.75rem;gap:1.5rem;padding:1rem 2rem;display:flex;box-shadow:0 8px 16px #00000029}.header .links a:hover,.header .links a :focus{-webkit-text-decoration-color:var(--primary);text-decoration-color:var(--primary);text-decoration-line:underline;text-decoration-thickness:2px}.header .links a{color:inherit}.language-dropdown{cursor:pointer}.language-dropdown:hover,.language-dropdown :focus{-webkit-text-decoration-color:var(--primary);text-decoration-color:var(--primary);text-decoration-line:underline;text-decoration-thickness:2px}.language-dropdown .dropdown-body{background:var(--background);color:var(--text-color);cursor:pointer;margin-top:.5rem;margin-left:-1rem;position:absolute}.language-dropdown .dropdown-body div{padding:.5rem 1rem}.language-dropdown .dropdown-body div:hover,.language-dropdown .dropdown-body div:focus{background:var(--highlighted-background)}.language-dropdown .chevron{border-left:.3em solid #0000;border-right:.3em solid #0000;border-top:.3em solid var(--primary);vertical-align:middle;width:0;height:0;margin-left:.5rem;display:inline-block}.language-dropdown .dropdown-header.open .chevron{transform:rotate(180deg)}.footer-container{background-color:var(--highlighted-background);text-align:center;color:var(--text-color);padding:2rem 1.5rem}.footer-container a{text-decoration:underline}.footer-links{justify-content:center;gap:1.5rem;margin:0 0 1rem;display:flex}.footer-links a{font-weight:700}.footer-note{font-size:.875rem}.footer-social-media-links{justify-content:center;align-items:center;gap:.5rem;padding-top:1rem;display:flex}.footer-social-media-links .codecentric-logo{margin-right:3rem}.footer-social-media-links .social-media-link{background:#f4f6f8;border-radius:1rem;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}html,body{max-width:100vw;margin:0;padding:0}html{font-size:14px}@media (width>=1025px){html{font-size:16px}}body{color:var(--text-color);background-color:var(--text-color);overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;min-height:100vh;margin:0;font-family:Rubik,serif}h1{font-size:1.75rem}@media (width>=1025px){h1{font-size:2rem}}h2{margin-top:3rem;scroll-margin-top:2rem;font-size:1.5rem}.report-area-title{margin-top:5rem;scroll-margin-top:2rem;font-size:1.5rem}@media (width>=1025px){.report-area-title{margin-top:8rem}}h3{margin-top:3rem;font-size:1.1rem}h4{margin-top:2rem}h1:before,h2:before,h3:before,h4:before{content:"//";color:var(--primary);margin-right:.5rem}p,ul{line-height:1.5}a{color:var(--link);cursor:pointer;text-decoration:none}a:hover,a:focus{text-decoration:underline}ul{padding-left:1rem}@media (width>=1025px){ul{padding-left:2rem}}ul li:not(:last-child){margin-bottom:.5rem}code{word-break:break-all}table{border-collapse:collapse}@media (width<=1024px){table{font-size:12px}}td{max-width:80%}th,td{text-align:left;padding:.5rem;font-size:1rem}@media (width>=1025px){th,td{padding:1rem}}:is(th,td).number{text-align:right}tr:not(:last-child){border-bottom:1px solid var(--grey)}th{word-break:initial;background-color:var(--table-row);border-bottom:1px solid var(--grey)}table tr:nth-child(2n){background-color:var(--table-row)}.app-content{background-color:var(--background);color:var(--text-color);flex-grow:1;padding:.75rem 1.5rem}@media (width>=1025px){.app-content{padding:3.125rem 9.375rem}}#root{flex-direction:column;min-height:100vh;display:flex}input:hover,input:focus{border:1px solid var(--primary);outline:1px solid var(--primary)}.no-wrap{white-space:nowrap}
