.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{min-height:100vh;background:var(--background);display:flex;flex-direction:column}.header{padding:.75rem 2.125rem;display:flex;justify-content:space-between;color:var(--text-color);gap:1rem;flex-direction:column;align-items:flex-start;background:var(--highlighted-background)}@media (min-width: 1025px){.header{flex-direction:row;gap:.5rem;padding:.75rem 3.125rem;align-items:center}}.header a{color:inherit}.header a:hover{text-decoration:none}.header .header-title .header-title-content{display:flex;gap:0;align-items:flex-start}@media (min-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{text-decoration:none;color:var(--primary)}.header .links{border-radius:3.75rem;box-shadow:0 8px 16px #00000029;padding:1rem 2rem;display:flex;gap:1.5rem;background:var(--background)}.header .links a{color:inherit}.header .links a:hover,.header .links a :focus{text-decoration-color:var(--primary);text-decoration-line:underline;text-decoration-thickness:2px}.language-dropdown{cursor:pointer}.language-dropdown:hover,.language-dropdown :focus{text-decoration-color:var(--primary);text-decoration-line:underline;text-decoration-thickness:2px}.language-dropdown .dropdown-body{position:absolute;background:var(--background);color:var(--text-color);cursor:pointer;margin-left:-1rem;margin-top:.5rem}.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{margin-left:.5rem;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:.3em solid var(--primary);display:inline-block;height:0;vertical-align:middle;width:0}.language-dropdown .dropdown-header.open .chevron{transform:rotate(180deg)}.footer-container{background-color:var(--highlighted-background);padding:2rem 1.5rem;text-align:center;color:var(--text-color)}.footer-container a{text-decoration:underline}.footer-links{margin:0 0 1rem;display:flex;justify-content:center;gap:1.5rem}.footer-links a{font-weight:700}.footer-note{font-size:.875rem}.footer-social-media-links{display:flex;align-items:center;justify-content:center;padding-top:1rem;gap:.5rem}.footer-social-media-links .codecentric-logo{margin-right:3rem}.footer-social-media-links .social-media-link{background:#f4f6f8;border-radius:1rem;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center}html,body{margin:0;padding:0;max-width:100vw}html{font-size:14px}@media (min-width: 1025px){html{font-size:16px}}body{font-family:Rubik,serif;color:var(--text-color);background-color:var(--text-color);margin:0;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;min-height:100vh}h1{font-size:1.75rem}@media (min-width: 1025px){h1{font-size:2rem}}h2{margin-top:3rem;font-size:1.5rem;scroll-margin-top:2rem}.report-area-title{margin-top:5rem;font-size:1.5rem;scroll-margin-top:2rem}@media (min-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);text-decoration:none;cursor:pointer}a:hover,a:focus{text-decoration:underline}ul{padding-left:1rem}@media (min-width: 1025px){ul{padding-left:2rem}}ul li{margin-bottom:.5rem}code{word-break:break-all}table{border-collapse:collapse}@media (max-width: 1024px){table{font-size:12px}}td{max-width:80%}th,td{text-align:left;padding:.5rem;font-size:1rem}@media (min-width: 1025px){th,td{padding:1rem}}th.number,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{padding:.75rem 1.5rem;flex-grow:1;background-color:var(--background);color:var(--text-color)}@media (min-width: 1025px){.app-content{padding:3.125rem 9.375rem}}#root{display:flex;flex-direction:column;min-height:100vh}input:hover,input:focus{border:1px solid var(--primary);outline:1px solid var(--primary)}.no-wrap{white-space:nowrap}
