:root {
    font-size: 16px; /* Setzen Sie die Basis-Schriftgröße für den Root-Element */
    --base-font-size: 16px; 
  }
html{font-family: Helvetica, Arial, sans-serif;font-size:1.0rem;line-height:1.5;}
body{margin:0;font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1600 - 320))); }
header,main,section,footer,aside{display:block}
h1, h2, h3, h4, h5, h6 {margin: 0;padding:0;font-weight: 300;}
h1{font-size: calc(48px + (64 - 48) * ((100vw - 320px) / (1600 - 320)));}
h2{font-size: calc(32px + (48 - 32) * ((100vw - 320px) / (1600 - 320)));}
h3{font-size: calc(24px + (32 - 24) * ((100vw - 320px) / (1600 - 320)));}
h4{font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (1600 - 320)));}
h5{font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1600 - 320)));}
h6{font-size: calc(16px + (22 - 16) * ((100vw - 320px) / (1600 - 320)));}
.heading-3xlarge{font-size: calc(80px + (96 - 80) * ((100vw - 320px) / (1600 - 320)));}
.heading-2xlarge{font-size: calc(64px + (80 - 64) * ((100vw - 320px) / (1600 - 320)));}
.heading-xlarge{font-size:  calc(48px + (64 - 48) * ((100vw - 320px) / (1600 - 320)));}
.heading-large{font-size: calc(32px + (48 - 32) * ((100vw - 320px) / (1600 - 320)));}
.heading-medium{font-size: calc(24px + (32 - 24) * ((100vw - 320px) / (1600 - 320)));}
.heading-small{font-size:calc(20px + (24 - 20) * ((100vw - 320px) / (1600 - 320))); }
a, b, del, em, i, ins, q, span, strong, u {font-size: calc(16px + (22 - 16) * ((100vw - 320px) / (1600 - 320)));}
ul{margin:0;padding:0;list-style: none;}
p, ul li{margin:0 0 1.0rem 0;padding:0; }
hr{box-sizing:content-box;height:0;overflow:visible}
pre{font-family:monospace,monospace;font-size:1em}
a{background-color:transparent}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:bolder}
code,kbd,samp{font-family:monospace,monospace;font-size:1em}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}
img{border-style:none; max-width: 100%;height: auto;}
button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}
button,input{overflow:visible}
button,select{text-transform:none}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted #333}
fieldset{padding:0.35em 0.75em 0.625em}
legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}
progress{vertical-align:baseline}
textarea{overflow:auto}
[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}
[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
details{display:block}
summary{display:list-item}
template{display:none}
[hidden]{display:none}




.container{max-width: 1600px;margin: 0 auto;padding: 70px 0;}
.queryCity{margin: 0 0 40px 0}
#cityInput{padding:10px;border:1px solid #ccc;border-radius:5px;font-size:16px;margin-bottom:10px}
#submitBtn{padding:10px 20px;background-color:#007bff;color:#fff;border:none;border-radius:5px;font-size:16px;cursor:pointer;transition:background-color .3s ease}
#submitBtn:hover{background-color:#0056b3}
table{width:100%;border-collapse:collapse;font-family:Arial,sans-serif}
thead{background-color:#f2f2f2}
thead th{padding:12px;text-align:left;font-weight:700}
tbody tr:nth-child(even){background-color:#f9f9f9}
tbody td{padding:10px;border-bottom:1px solid #ddd}
tbody td:first-child{font-weight:700;text-align:left}
tbody td:last-child{text-align:center}
tbody tr:hover{background-color:#f2f2f2}

/* circular */
.circular-progress{display:flex;width:120px;height:120px;border-radius:50%;justify-content:center;align-items:center}
.inner-circle{position:absolute;width:110px;height:110px;border-radius:50%;background-color:transparent}
.percentage{position:relative;margin:0;font-size:1.5rem;color:#333}