.cards > ul {
    list-style: none;
	padding-left:0px; 
}

.card + .card {
    margin-top: 1.5rem;
}


@supports (display: grid) {
    
	.cards > ul {
        display: grid;
		grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
        grid-column-gap: 0.7rem;
        grid-row-gap:0.7rem;
    }
	
	.cards_col_1 > ul {
        display: grid;
		grid-template-columns: 1fr;
        grid-column-gap: 0.7rem;
        grid-row-gap:0.7rem;
    }
	
	.cards_col_2 > ul {
        display: grid;
		grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
        grid-column-gap: 0.7rem;
        grid-row-gap:0.7rem;
    }
	
	.cards_col_3 > ul {
        display: grid;
		grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
        grid-column-gap: 0.7rem;
        grid-row-gap:0.7rem;
    }
	
	.cards_col_4 > ul {
        display: grid;
		grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
        grid-column-gap: 0.7rem;
        grid-row-gap:0.7rem;
    }
	

    .card + .card {
        margin-top: 0;
    }

}


/*CARD VERTICALI*/
.card { display: flex; flex-direction: column; position: relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; background-color: var(--white); border-radius: 5px 5px 5px 5px; overflow: hidden;}
.card h2 {margin-left:5px;}

.card_Notizie{border:5px solid var(--green);}
.card_Notizie .tipo{ background-color:var(--green); color:var(--white); font-size:1.6em; padding-left:0.5rem; order: -1;}
.card_Notizie h3{color:var(--green); padding: 0;}
.card_Notizie .data {color:var(--white); box-sizing:border-box; float: right; font-size: 0.6em; line-height: 2em; padding-right: 0.5em; font-weight: bold;}
.card_Notizie .desc {color:var(--blue); box-sizing:border-box; font-weight:bold; }

.card_Notizie_page{border:5px solid var(--green); }
.card_Notizie_page .tipo{ background-color:var(--green); color:var(--white); font-size:1.6em; padding-left:0.5rem; order: -1;}
.card_Notizie_page h3{color:var(--green); padding: 0; font-size: 1em;}
.card_Notizie_page .data {color:var(--white); box-sizing:border-box; float: right; font-size: 0.6em; line-height: 2em; padding-right: 0.5em; font-weight: bold;}
.card_Notizie_page .desc {color:var(--blue); box-sizing:border-box; font-weight:bold;display: contents; font-size: 1em;}
.card_Notizie_page .card_img {width:100%; text-align: center; height:100%; display: contents;  }
.card_Notizie_page .card_img img {height:160px;}

.card_Documento{border:5px solid var(--green);}
.card_Documento .tipo{ background-color:var(--green); color:var(--white); font-size:1.6em; padding-left:0.5rem; order: -1;}
.card_Documento h3{color:var(--green); padding: 0;}
.card_Documento .data {color:var(--white); box-sizing:border-box; float: right; font-size: 0.6em; line-height: 2em; padding-right: 0.5em; font-weight: bold;}
.card_Documento .desc {color:var(--blue); box-sizing:border-box; font-weight:bold; }

.card_Documento_page{border:5px solid var(--green); }
.card_Documento_page .tipo{ background-color:var(--green); color:var(--white); font-size:1.6em; padding-left:0.5rem; order: -1;}
.card_Documento_page h3{color:var(--green); padding: 0; font-size: 1em;}
.card_Documento_page .data {color:var(--white); box-sizing:border-box; float: right; font-size: 0.6em; line-height: 2em; padding-right: 0.5em; font-weight: bold;}
.card_Documento_page .desc {color:var(--blue); box-sizing:border-box; font-weight:bold;display: contents; font-size: 1em;}
.card_Documento_page .card_img {width:100%; text-align: center; height:100%; display: contents;  }
.card_Documento_page .card_img img {height:160px;}


.card_Video_home{border-radius:5px; border: 2px solid var(--green);flex-direction: column; background-color:var(--green);  }
.card_Video_home iframe{width:100%; height: 370px}
.card_Video_home h3{box-sizing: border-box; color: var(--white) !important; text-align: center; float: left; font-weight: bold; order: -2; margin-top:15px; margin-bottom:15px; height:70px; overflow: hidden; max-height: 70px; width: 100%;}
.card_Video_home p { color: var(--white) !important; font-weight:bold !important; line-height: 1.3em; padding: 10px; box-sizing: border-box; margin-bottom: 15px; max-height: 70px;  max-height: 70px;overflow: hidden; height: 70px; }
.card_Video_img {position: relative; width: 100%; height:262px;clear: both;  overflow: hidden;}
.card_Video_img img{position: absolute; left: 50%; top: 50%;  min-width: 100%; min-height: 100%;  width: 100%; -webkit-transform: translate(-50%,-50%);  -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}


.card_Video{border-radius:5px; border: 2px solid var(--light_gray);flex-direction: column; }
.card_Video iframe{width:100%; height: 350px}
.card_Video h3{background-color: var(--light_gray); box-sizing: border-box; line-height: 2em; color: var(--green);  padding-left: 5px; float: left; font-weight: bold; order: -2;  width: 100%;}
.card_Video span {font-weight:bold !important;}

.card_Video_page{border:2px solid var(--green);}
.card_Video_page .tipo{ background-color:var(--green); color:var(--white); font-size:1.6em; order: -1}
.card_Video_page h3{color:var(--green);}
.card_Video_page .data {color:var(--white); box-sizing:border-box; float: right; font-size: 0.6em; line-height: 2em; padding-right: 0.5em; font-weight: bold;}
.card_Video_page .desc {color:var(--blue); padding: 0em 0.5em 0em 0.5em ; box-sizing:border-box; font-weight:bold; display:none;  }
.card_Video_page .card_img {height: auto; text-align: center; margin-bottom:5px; }
.card_Video_page .card_img img {padding: 0px; width:50%; border:1px solid var(--green); box-sizing:border-box; }
.card_Video_page .doc_icona{width: 24px; float: right; padding: 0px;}

.card_Confronti{border:1px solid var(--white); border-radius:5px; }
.card_Confronti div{border:2px solid var(--green); float: left; width:48%; margin-right:1.2%; margin-bottom: 1%; border-radius: 5px; text-align: center; height: 218px}
.card_Confronti div img {padding-top:50px; }
.card_Confronti div h3{color:var(--dark_gray) !important; text-align: center; font-size: 1.1em; margin-top: 15px; text-transform: uppercase; height:40px;  background:url(/images/titolo_confronti.png); background-repeat:no-repeat; background-position: bottom center; background-size: 80%}

.card_Confronti_dx{margin-right:0px !important; float: right !important;}

.card_Eventi{border:5px solid var(--green);}
.card_Eventi .tipo{ background-color:var(--green); color:var(--white); font-size:1.6em; padding-left:0.5rem; order: -1;}
.card_Eventi h3{color:var(--green); padding: 0;}
.card_Eventi .data {color:var(--white); box-sizing:border-box; float: right; font-size: 0.6em; line-height: 2em; padding-right: 0.5em; font-weight: bold;}
.card_Eventi .desc {color:var(--blue); box-sizing:border-box; font-weight:bold; }

.card_Eventi_page{border:5px solid var(--green); }
.card_Eventi_page .tipo{ background-color:var(--green); color:var(--white); font-size:1.6em; padding-left:0.5rem; order: -1;}
.card_Eventi_page h3{color:var(--green); padding: 0; font-size: 1em;}
.card_Eventi_page .data {color:var(--white); box-sizing:border-box; float: right; font-size: 0.6em; line-height: 2em; padding-right: 0.5em; font-weight: bold;}
.card_Eventi_page .desc {color:var(--blue); box-sizing:border-box; font-weight:bold;display: contents; font-size: 1em;}
.card_Eventi_page .card_img {width:100%; text-align: center; height:100%; display: contents;  }
.card_Eventi_page .card_img img {height:160px;}

.card_document {border:2px solid var(--light_gray); flex-direction: column;}
.card_document h2{color:var(--green); margin: 0px;}
.card_document .data { background-color:var(--light_gray); color:var(--dark_gray); box-sizing:border-box; line-height: 2em; padding-left: 0.5em; float:left; font-weight: bold; order: -2; text-transform: uppercase;}
.card_document .sottotitolo {float:left; font-weight: bold; font-style:italic;  order: -1}
.card_document .fonte {color:var(--blue); box-sizing:border-box; float: right; text-align: right; font-style: italic; font-size: 0.9em; border-top: 1px solid var(--grey); line-height: 2em; padding-right: 0.5em; font-weight: bold; }
.card_document .doc_icona{width:100px; padding:10px; float:left;  float: left; border:1px solid var(--light_gray); margin-right: 10px;}

.card_document .card_content {padding: 0.3rem; box-sizing: border-box; flex: 1 0 auto; display: flex; flex-direction: row; margin: 0; }
.card_document .card_text { order:1; padding: 0rem !important; box-sizing: border-box; flex: 1 0 auto; display: flex; flex-direction: column; margin: 0; width:70%; }
.card_document .card_img {order:-1; display:flex;height: auto; text-align: center; margin: 0px; }
.card_document .card_img img {display: block; width: 120px; height:120px; border-radius:10px;}

.card_evidenza {border:2px solid var(--green);}
.card_evidenza .data{background:var(--green); color:var(--white); }
.card_evidenza h3{color:var(--white); background-color:var(--green);}
.card_evidenza .card_document {border:2px solid var(--green); flex-direction: column;}



.card_puls_content{overflow:hidden; display:block; border-bottom:5px solid var(--blue); border-radius: 5px 5px 2px 5px; -webkit-border-radius: 5px 5px 2px 5px; margin-bottom:20px; margin-top:20px; }

.card_puls_on {background-color: var(--blue) !important;color: var(--white) !important; float: left; height: 20px; width: max-content; padding: 10px; cursor: pointer; font-weight: bold; -webkit-border-radius: 5px 5px 0px 0px; border-radius: 5px 5px 0px 0px; margin-right: 1px;}
.card_puls_off {background-color: var(--light_gray) !important;color: var(--blue) !important;  float: left; height:20px; width: max-content; padding:10px 10px 10px 10px; cursor: none; font-weight: bold; -webkit-border-radius: 5px 5px 0px 0px; border-radius: 5px 5px 0px 0px; margin-right: 1px;}
/*.card_document .doc_icona{width:24px; padding: 0px; float: right;}*/

.card_Content h3{ font-weight: bold; color:var(--dark_gray); font-size: 1.6em;}
.card_Content .desc {color:var(--dark_gray); box-sizing:border-box; font-weight:bold; font-size:1.2rem; height:3rem; }
.card_Content:nth-child(odd) .desc { order:-1;  /* sposta testo in alto */} 

.card .card_text {padding: 0.3rem; box-sizing: border-box; flex: 1 0 auto; display: flex; flex-direction: column; margin: 0; text-align: center;  text-transform: uppercase; height:9rem;}
.card .card_text_list {padding: 0.3rem; box-sizing: border-box; flex: 1 0 auto; display: flex; flex-direction: column; margin: 0; text-align: left;/*  text-transform: uppercase;*/ width:80%; }
.card .card_text > * + * {margin-top: 0.75rem;}

.card_img {height:20rem;}
.card_img img {width: 100%; height: 100%; padding: 0.5rem; box-sizing: border-box; object-fit: cover; }

.card_img_box {height:2em;border: 0px; padding: 0px !important;}
/*.card:nth-child(odd) .card_img_box { order:-1;  /* sposta immagine in alto */}*/
.card_img_box img {width: 100%; height: 100%;box-sizing: border-box; object-fit: cover;}

.cards_home > ul{margin-top:20px; margin-bottom:20px; margin: 0px; padding: 0px; display: block; overflow: hidden; box-sizing: border-box; width: 100%; flex: 1 0 auto; display: flex;  } 
.cards_home > ul > li{width:33%; flex: 1 0 auto; display: flex; flex-direction: column; margin-right: 5px;} 

.card_home { display: flex; flex-direction: column; position: relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; background-color: var(--white); border-radius: 5px 5px 5px 5px; overflow: hidden;}

.card_home .card_text {padding: 0.3rem; box-sizing: border-box; text-align: center; text-transform: uppercase; height:9rem; font-weight: bold; font-size: 1.2em;}
.card_home .card_text_list {padding: 0.3rem; box-sizing: border-box; flex: 1 0 auto; display: flex; flex-direction: column; margin: 0; text-align: left;}
.card_home .card_text > * + * {margin-top: 0.75rem;}

.card_linkable {cursor:pointer;}


/*FOCUS*/
.card_text {background-color: var(--light_gray);  }
.card_text:focus-within {border:3px solid var(--focus);	box-sizing: border-box;}
.card:focus-within h3 a:focus { text-decoration: none; box-sizing: border-box;}
.card_text a:focus {border-color: var(--focus) !important; box-shadow: 0 0 0 0px var(--focus) !important; outline: none !important;	}

.card small {display: block;}
.card small a {position: relative; padding: 0.5rem 0.5rem 0.5rem 0;}
.card small a:hover,
.card small a:focus {font-weight: bold;}

/*CARD LATERALI*/
.card_Side {display: flex; border:2px solid var(--light_gray); box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; border-radius: 5px 5px 5px 5px; overflow: hidden; }
.card_Side h3{color:var(--blue);  display: block;}
.card_Side .card_text { order:1; padding: 0.3rem; box-sizing: border-box; flex: 1 0 auto; display: flex; flex-direction: column; margin: 0; width:70%}
.card_Side .card_img {order:2; display:contents;height: auto; text-align: center;  }
.card_Side .card_img img {width:200px!important; padding:10px; box-sizing: border-box;}
.card_Side .doc_icona{width: 24px; float: right; padding: 0px;}


.card_figlie{width: 100%; box-sizing: border-box; margin-top:10px;}
.card_figlie ul{width: 100%; list-style-type: none; margin:0px; padding: 0px;}
.card_figlie li{border: 2px solid var(--green); position: relative; margin-right: 1.2%; margin-bottom: 1%; border-radius: 5px; float: left; width: 100%;  box-sizing: border-box; height: 200px; background-size: 76px; background-position: center center; background-repeat: no-repeat;}
.card_figlie h3{color:var(--dark_gray) !important; text-align: center; font-size: 1.1em; margin-top: 15px; text-transform: uppercase; height:40px;  background:url(/images/titolo_confronti.png); background-repeat:no-repeat; background-position: bottom center; background-size: 80%; position: absolute; bottom: 20px; width: 100%;}
.card_figlie h3.selected{color:var(--green) !important; text-align: center; font-size: 1.1em; margin-top: 15px; text-transform: uppercase; height:40px; background:url(/images/titolo_confronti_selected.png); background-repeat:no-repeat; background-position: bottom center; background-size: 80%}

.menu_sorelle_selected_true h3{color: var(--green) !important; background:url(/images/titolo_confronti_selected.png); background-repeat:no-repeat; background-position: bottom center; background-size: 80%}

@media (max-width:768px) {

    .cards_col_2 > ul{
        grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
    }

    .card_Video .card_img img{    
        position: absolute;
        top: 0px !important;
        height: 100% !important;
    }

    .card_Confronti div{width:47.5%; height:120px;}
    .card_Confronti div img{padding-top:0px;}
    .card_Confronti div h3{font-size:0.8em; margin-top:5px; height:30px}

    .card_Video iframe{width:100%; height:160px}

    .card_figlie{width: 100%; box-sizing: border-box;}

    .card_figlie li{height:100px; background-size:50px; box-sizing: border-box; background-position:50% 20%;}
    .card_figlie h3{font-size:0.75em; height:30px; bottom:10px; line-height: 1em}

    .card_home .card_text {padding: 0.1rem; font-weight: bold; font-size:0.8em;}
    .card_home .card_text .desc{height:40px;}

    .card_Video_img{height: 200px;}
    .card .card_text_list {width:60%; }
    .card_Video_home p{height: 65px;}

}