 html, body {height: 100%;margin: 0;display: flex;flex-direction: column;}#logo {margin-left: 0.882em;}#menu {justify-content: space-between;position: absolute;left: 0;top: 100%;width: 100%;background-color: var(--bg_bgGreen);border-top: 0.0625em solid rgba(255, 255, 255, 0.2);border-bottom: 0.125em solid var(--border);padding-bottom: 0.882em;opacity: 0;visibility: hidden;margin-top: 6.1em;}#menu ul {width: 95%;margin: 0 auto;}#menu ul li{display: block;margin: 0;text-align: center;padding: 0.5em 0;}.sign-buttons {display: block;margin: 0;justify-content: space-between;position: absolute;left: 0;top: 100%;width: 100%;background-color: var(--bg_bgGreen);border-top: 0.0625em solid rgba(255, 255, 255, 0.2);opacity: 0;visibility: hidden;}.sign-buttons a {display: block;width: 95%;text-align: center;margin: 0.357em auto;}.sign-buttons div.current-link {display: block;width: 95%;text-align: center;margin: 0.357em auto;}#nav-check {display: inline;}.nav-toggler {display: flex;text-indent: -999em;margin-left: auto;}header #nav-check:checked~nav, header #nav-check:checked~.sign-buttons {opacity: 1;visibility: visible;}header #nav-check:focus~.nav-toggler {box-shadow: 0 0 0.9375em var(--border);}header #nav-check:checked~.nav-toggler span {background-color: transparent;}header #nav-check:checked~.nav-toggler span::before {top: 0;transform: rotate(45deg);}header #nav-check:checked~.nav-toggler span::after {top: 0;transform: rotate(-45deg);}.breadcrumb {padding-top: 0.726em;}main{padding-top: 1.25em;}#introductionParagraph {width: 60%;}form {width: 70%;}.form-short {width: 45%;}.double-column {display: flex;flex-direction: column;align-items: center;}.double-column > :first-child, .double-column > :last-child {width: 100%;}.footer-grid-container {display: grid;grid-template-columns: auto auto;justify-content: space-around;vertical-align: middle;row-gap: 0.882em;margin-bottom: 0.588em;text-decoration: none;font-size: 1.0625em;padding-left: 0.294em;padding-right: 0.294em;font-weight: 600;border-radius: 2em;color: var(--text_bgGreen);}.footer-grid-container a{color: var(--link_bgGreen);}.footer-grid-container ul{list-style: none;font-weight: 300;}thead{display: none;}tr, th, td{display: block;}table, tbody, tr{border: none;}tr:first-child{border-top: 0.0625em solid #000 }tr:last-child{border-bottom: 0.0625em solid #000 }tr{border-left: 0.0625em solid #000;border-right: 0.0625em solid #000;}td[data-title]:before{content: attr(data-title) ": ";font-weight: bold;}td:empty{display: none;}td[data-title="Descrizione"] {text-align: center;}.home-section {margin: 0.5em;}.home-section img {max-width: 100%;height: auto;}.img-list-container li {max-width: 30%;}.card {width: 95%;}.m-2 {margin: 2em 0;}.filter-container {margin: auto;display: grid;grid-template-columns: auto;}.filter {display: flex;flex-direction: column;}.push-right {margin: auto;margin-bottom: 0.5em;}.filter-container, .push-right, #filter-results-container, #reset-message {width: 50%;}.container-error img {width: 70%;}