
.modular-scale{
  line-height:.2;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clear:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}


/* --------------------------------------- 
* {
    box-sizing: border-box;
}*/



.RIGA::after {
    content: "";
    clear: both;
    display: block;
}

[class*="col-"] {
    float: left;
} 

container
/* COMPONENTI BOOTSTRAP 4 */
.container { 
	
}

.row {
	display: flex;
	flex-wrap: wrap;
	/*margin-right: -15px;
	margin-left: -15px;*/
}
/* END COMPONENTI BOOTSTRAP 4 */

/* row e colonna funzionale wordpress

  col-md-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
 */
 
.header {
    background-color: blue;
    color: #ffffff;
    padding: 20px;
    text-indent:25px;
    text-align:center;
}
.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menu li {
    padding: 15px;
    margin-bottom: 7px;
    background-color: blue;
    color: #ffffff;
    text-indent:20px;
}
.menu li:hover {
    background-color: darkblue;
}
.side-bar {
    background-color: blue;
    padding: 15px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
}
.side-bar h2{
  font-size:22px;
  font-weight:400;
}
.side-bar-text{
  margin-top:-18px;
  padding-bottom:10px;
}
.footerGRID {
    background-color: blue;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    padding: 10px;
}
/* Column widths that will scale on mobile: */
/* COLONNE APPROCCIO IBRIDO margin: 0 auto;*/

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}


.ContainerTema {
 /*   background-color: #ddd;
 padding: 10px; */
  display:flex;
  flex-wrap:wrap;
  margin: 2% 5% 2% 5%; 	
}
.centra3 {
 text-align: center;
}
.text-right {
	text-align: right;
}
.centra2 {
  display: flex;
  justify-content: center;
}
.centra {
	margin: 0 auto;
}
.divRighht {
	float:right;
}
.pad10 {
	padding: 10px;
}
.bord4 {
	border-radius: 4px;
}

.col-pagina  {	width: 64%;  }
.col-sidebar {	width: 33%;  }
.col-0    {  width: 1%;   }   
.col-pagina50{	width: 50%;  }

.vista {    /* display: inline; */   }
.collapsed { display: none;   }


div .INCOLONNA {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


/* UTILIZZO CON ACCESSKEY NASCONDE ACCESSKEY */
.skiplinks {
  background-color: #000;#0bd9d2; 
  text-align: center; 
}
  .skiplinks a {
    display: inline-block;
    padding: 0.5rem 0.5rem;
    display: block;
    font-weight: 600;
    color: #5b6f82;
    text-decoration: underline; 
  }
.sr-only {
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}   

@media only screen and (max-width: 767px) {
   .heading {
      font-size: calc(0.70em + 3vmin);
   }
   .description {
      font-size: calc(.80em + 1.5vmin);
   }
}

@media only screen and (max-width: 415px) {
   .heading {
      font-size: calc(0.70em + 1.2vmin);
   }
   .description {
      font-size: calc(.60em + 1vmin);
   }
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="col-"] {
        width: 100%;
    }
	
	.ContainerTema{  margin: 0;	padding: 0;	}
	.spCatOPEN { width: 100%; }
	.spPagOPEN { width: 100%; }
}


