    body {
        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        color: #333;
        font-size: calc(16px + (12) * ((100vw - 300px) / (1600 - 300)));
        line-height: calc(2.0em + (0.3) * ((100vw - 300px)/(1600 - 300)));
    }

    a {
        color: #008000;
        text-decoration: none;
    }
    a:hover {
        color: #7F7F7F;
        text-decoration: underline;
    }
    a:active {
        color: #008000;
        background : #FFFFFF;
    }

.color2023 {
    color: #008000;
}

.sprite{ background: url(/images/sprite-images.png) no-repeat top left;}
.sprite-cool{ background-position: 0 0; width: 38px; height: 14px; } 
.sprite-fr{ background-position: 0 -64px; width: 21px; height: 14px; } 
.sprite-ger1{ background-position: 0 -128px; width: 21px; height: 14px; } 
.sprite-it{ background-position: 0 -192px; width: 21px; height: 14px; } 
.sprite-new4{ background-position: 0 -256px; width: 30px; height: 14px; } 
.sprite-question_mark_over{ background-position: 0 -320px; width: 13px; height: 14px; } 
.sprite-sp{ background-position: 0 -384px; width: 21px; height: 14px; } 
.sprite-us{ background-position: 0 -448px; width: 21px; height: 14px; } 
.sprite-vote0{ background-position: 0 -512px; width: 72px; height: 14px; } 
.sprite-vote1{ background-position: 0 -576px; width: 72px; height: 14px; } 
.sprite-vote2{ background-position: 0 -704px; width: 72px; height: 14px; } 
.sprite-vote3{ background-position: 0 -768px; width: 72px; height: 14px; } 
.sprite-vote4{ background-position: 0 -832px; width: 72px; height: 14px; } 
.sprite-vote5{ background-position: 0 -896px; width: 72px; height: 14px; } 
.sprite-vote6{ background-position: 0 -960px; width: 72px; height: 14px; } 
.sprite-vote7{ background-position: 0 -1024px; width: 72px; height: 14px; } 
.sprite-vote8{ background-position: 0 -1088px; width: 72px; height: 14px; } 
.sprite-vote9{ background-position: 0 -1152px; width: 72px; height: 14px; } 
.sprite-vote10{ background-position: 0 -640px; width: 72px; height: 14px; } 

.tabella2023 {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    padding-top: 0;
    padding-right: 2px;
    padding-bottom: 0;
    padding-left: 2px;
}

.floating-box-left {
    float: left;
    display: inline;
    margin-top: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    margin-left: 0px;
}

.floating-box-right {
    float: right;
    display: inline;
    margin-top: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    margin-left: 4px;
}

.submit {
    font-size: 15px;
    background: #008000;
    border: 1px solid #afc4d5;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
}

.new     {
	font-size: 8px;
	color: red;
	font-weight: bold;
}

.border4sides {
	margin-left: 1px;
	margin-top: 5px;
	margin-bottom: 10px;
	background: #EEEEEE;
	box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.5);
	clear: both;
}

.borderbottom {
	padding-bottom: 15px;
	border-bottom: 1px solid #CCCCCC;
}

.catlist {
    font-size: 13px;
}

.foot2023 {
font-family: Oswald, sans-serif;
}


a.button {
border-top: 1px solid #96d1f8;
background: #008000;
padding: 6px 6px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
box-shadow: rgba(0,0,0,1) 0 1px 0;
text-shadow: rgba(0,0,0,.1) 0 1px 0;
font-size: 17px;
color : #FFFFFF;
text-decoration: none;
font-family: Oswald, sans-serif;
        text-transform:uppercase;
vertical-align: middle;
}


.clear {
clear:both;
}

div.banner_336x280 {
width: 336px;
height:280px;
float:left;
display:inline;
padding-bottom:10px;
padding-right:10px;
} 


/* Navbar container */
.navbar {
  font-family: Oswald, sans-serif;
  overflow: hidden;
  background-color: #008000;
  line-height: 21px;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 7px 7px;
  text-decoration: none;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px; 
  border: none;
  outline: none;
  color: white;
  padding: 7px 7px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #7F7F7F;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 140px;
  box-shadow: 0px 8px 13px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 7px 7px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

.cse {
    color: #707070;
    font-size: 17px;
    line-height: 20px;
    text-align: left;
}

.thumb-image {
    max-height: 280px;
    width: auto;
    max-width: 97%;
    border: 1px solid black;
}

@media (min-width: 200px) and (max-width: 609px) {
    body {
        width: 97%;
        margin: auto;
    }
    table, tr, td {
        font-size: 18px;
        line-height: 25px;
        font-weight: 200;
    }
    .bigger {
        font-size: clamp(100%, 1rem + 2vw, 23px);
        font-weight: 300;
    }
    .smaller {
        font-size: 15px;
        line-height: 24px;
        font-weight: 300;
    }
    .motto {
        font-family: Oswald, sans-serif;
        font-size: 16px;
        line-height: 22px;
        font-weight: 200;
        text-align: center;
    }
    h1.title2023 {
        font-family: Oswald, sans-serif;
        font-size: 26px;
        line-height: 31px;
        font-weight: 700;
        text-transform:uppercase;
    }
    h2.title2023 {
        display: block;
        margin-top: 3px;
        margin-right: 0px;
        margin-bottom: 3px;
        margin-left: 0px;
        font-family: Oswald, sans-serif;
        font-size: 19px;
        line-height: 24px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .desktoponly {
        display: none; /* nascondi l'immagine */
    }
    a.button {
        font-size: 15px;
    }
    .meteo-image {
        width: 90%;
        height: auto;
    }
}

@media (min-width: 610px) and (max-width: 1023px) {
    body {
        width: 600px;
        margin: auto;
    }
    table, tr, td {
        font-size: clamp(100%, 1rem + 2vw, 18px);
        font-weight: 200;
    }
    .bigger {
        font-size: clamp(100%, 1rem + 2vw, 23px);
        font-weight: 300;
    }
    .smaller {
        font-size: 17px;
        line-height: 25px;
        font-weight: 300;
    }
    .motto {
        font-family: Oswald, sans-serif;
        font-size: 17px;
        line-height: 23px;
        font-weight: 200;
        text-align: center;
    }
    h1.title2023 {
        font-family: Oswald, sans-serif;
        font-size: 26px;
        line-height: 30px;
        font-weight: 700;
        text-transform:uppercase;
    }
    h2.title2023 {
        display: block;
        margin-top: 3px;
        margin-right: 0px;
        margin-bottom: 3px;
        margin-left: 0px;
        font-family: Oswald, sans-serif;
        font-size: 22px;
        line-height: 27px;
        font-weight: 700;
        text-transform:uppercase;
    }
    .desktoponly {
        display: none; /* nascondi l'immagine */
    }
    .navbar a {
        font-size: 19px;
    }
    .dropdown .dropbtn {
        font-size: 19px;
    }
    .meteo-image {
        width: 80%;
        height: auto;
    }
}

@media (min-width: 1024px) {
    body {
        width: 1024px;
        margin: auto;
    }
    table, tr, td {
        font-size: 23px;
        line-height: 32px;
        font-weight: 200;
    }
    .bigger {
        font-size: clamp(100%, 1rem + 2vw, 23px);
        font-weight: 300;
    }
    .smaller {
        font-size: 19px;
        line-height: 28px;
        font-weight: 300;
    }
    .motto {
        font-family: Oswald, sans-serif;
        font-size: 19px;
        line-height: 25px;
        font-weight: 200;
        text-align: center;
    }
    h1.title2023 {
        font-family: Oswald, sans-serif;
        font-size: 33px;
        line-height: 40px;
        font-weight: 700;
        text-transform: uppercase;
    }
    h2.title2023 {
        display: block;
        margin-top: 3px;
        margin-right: 0px;
        margin-bottom: 3px;
        margin-left: 0px;
        font-family: Oswald, sans-serif;
        font-size: 26px;
        line-height: 32px;
        font-weight: 600;
        text-transform: uppercase;
    }
    .desktoponly {
        display: block; /* nascondi l'immagine */
    }
    .navbar a {
        font-size: 20px;
    }
    .dropdown .dropbtn {
        font-size: 20px;
    }
    .meteo-image {
        width: 60%;
        height: auto;
    }
}
