
:root {
	--color-main: #2C944B;
	--color-main: #32A856;
}

:root {
	--font-main: 'Open Sans', sans-serif;
	--font-alternative: 'Open Sans', sans-serif;
	
	/** PURPLE */
	--color-main: #91346e;

	
	/** SHADOWS OF GREYS */
	--color-darkgrey: #555555;
	--color-grey: #BDBDBD;
	--color-lightgrey: #E4E4E4;
	--color-white: #FFFFFF;
	
	/** BLACKS */
	--color-black: #3A3134;
	--color-loudblack: #000000;

	/** RADIUS (?) */
	--radius: 5px;
}

†
h1 {
    text-transform: none;
}

header nav.nav-main.nav-desktop img.logo {
    height: 4rem;
}

#heroimage {
    height: calc(100vh - 7rem);
}

header nav.nav-main.nav-desktop, header nav.nav-main.nav-desktop ul.menu li.md-lev-1 > a {
    height: 7rem;
    line-height: 7rem;
}

header nav.nav-main.nav-desktop ul.menu-desktop.menu li > a {
    height: 7rem;
    line-height: 7rem;
}

header nav.nav-main.nav-desktop ul.nav-desktop-icons {
    height: 7rem;
    line-height: 7rem;
}	

header nav.nav-main ul.menu li a:link, header nav.nav-main ul.menu li a:visited {
    font-weight: 600;
}

header nav.nav-main ul.menu li a:link, header nav.nav-main ul.menu li a:visited {
    padding: 0 0.8rem;
}

#heroimage video#herovd {
    bottom: 2px;
}	

#heroimage div.hero-action-container {
	background: url('/assets/main/img/onda.svg') top left no-repeat;
	background-size: cover;
    bottom: -2px;
}


#heroimage div.hero-action-container .hero-action {
	padding: 0;
    background: transparent;
	padding-left: calc(calc(100vw - 75rem + 30px) / 2);
    display: inline-block;
    border-top-right-radius: 2em 2em;
    position: relative;
    max-width: 70%;
	
}

#heroimage div.hero-action-container .hero-action .hero-action-text {
	background:transparent;
}	
#heroimage div.hero-action-container .hero-action .hero-action-icon {
	background:transparent;
}

#heroimage div.hero-action-container .hero-action .hero-action-text {
    padding: 4rem 1rem 2rem 0;
}

#heroimage div.hero-action-container .hero-action .hero-action-text h1 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    font-size: 2.5rem;
}

#heroimage div.hero-action-container .hero-action .hero-action-text p {
    line-height: 1.5;
    width: 100%;
    font-size: 1.5rem;
    color: var(--color-main);
    font-weight: 600;
}

#heroimage div.hero-action-container .hero-action .hero-action-icon {
    /* float: right; */
    padding: 0;
    border-top-right-radius: 2em 2em;
    height: 100%;
    width: 150px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
	background: transparent;
    background-position: left center;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    transition: all 0.25s;
    cursor: pointer;
    margin-top: 1rem;
    display: none;
}

header nav.nav-main.nav-mobile .nav-desktop-alternative .nda-left .nda-logo img {
    height: 4.2rem;
}

nav.sidenav-mobile {
    display: none;
    background-color: var(--color-main);
    padding: 0rem 0rem 0.5rem 0rem;
}

nav.sidenav-mobile ul li a, nav.sidenav-mobile ul li {
    cursor: pointer;
    color: var(--color-white);
    font-family: var(--font-alternative);
    font-size: 1rem;
}

/*modulo ricerca mobile*/
nav.sidenav-mobile ul li .fa-magnifying-glass {
    padding: 1rem;
    font-size: 1.2rem;
    color: white;
}

/*tabelle*/
tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f9f9f9;
}

/*footer*/
body > footer {
    padding: 4rem 0;
    background: #E4E4E4;
    font-size: 1rem;
    color: #333;
}

body > footer a:link, body > footer a:visited {
    color:  #000;
    text-decoration: none;
}

body > footer h4 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color:#755067;
}
body > footer p.footer_title {
font-size: 1rem;
font-weight: 600;
margin-bottom: 1rem;
color: #755067;
} 

footer ul.nav-footer-icons li a {
    color: #333;
}   

footer ul.nav-footer-icons li a {
    border: solid 0.145rem #333;
}    

footer p.logo-footer img {
    width:60%;
    margin-left:-4rem;
    margin-top:-2rem;
}

.footer-colophon {
    background: #755067;
    background: var(--color-main);
    color: #eee;
    padding: 1rem 0rem;
}
.footer-colophon p {
    margin-bottom: 0;
}

.footer-colophon a:link, 
.footer-colophon a:visited {
   color:white;
   font-weight: 600;
}
.footer-colophon a:active, 
.footer-colophon a:hover {
   text-decoration: underline;
}


@media (max-width: 100rem) {
  #heroimage div.hero-action-container {
	background: url('/assets/main/img/onda3.svg') bottom left no-repeat;
	background-size: cover;
    bottom: -2px;
    }

    #heroimage div.hero-action-container .hero-action .hero-action-text {
        padding: 10rem 1rem 2rem 0;
    }
}


@media (max-width: 80rem) {
    #heroimage div.hero-action-container .hero-action {
      padding-left: 2rem;
       max-width: 80%;
  }
  #heroimage div.hero-action-container {
	background: url('/assets/main/img/onda3.svg') bottom left no-repeat;
	background-size: cover;
    bottom: -2px;
}
  }
  
  @media (max-width: 64rem) {
    #heroimage div.hero-action-container {
        background: url('/assets/main/img/onda_phone.svg') bottom left no-repeat;
        background-size: cover;
        bottom: -4px;
    }

    header nav.nav-main.nav-mobile .nav-desktop-alternative .nda-left .nda-logo img {
        height: 3.6rem;
    }
    
    #heroimage div.hero-action-container .hero-action {
        padding-left: 0rem;
        max-width: 100%;
    }
        #heroimage div.hero-action-container .hero-action .hero-action-text h1 {
          font-size: 1.75rem;
      }
        #heroimage div.hero-action-container .hero-action .hero-action-icon {
          height: 100%;
          width: 80px;
      }
      #heroimage div.hero-action-container .hero-action .hero-action-text {
        padding: 13rem 1rem 2rem 1rem;
        background: transparent;
        border-top-right-radius: 0em 0em;
        padding-right: 0px;
    }
    #heroimage div.hero-action-container .hero-action .hero-action-text p {
        line-height: 1.5;
        width: 100%;
        font-size: 1.35rem;
        color: var(--color-main);
        font-weight: 600;
    }

    nav.sidenav-mobile ul li.mav-search form input::placeholder {
        color: #fff;
        font-family: var(--font-main);
    }
    nav.sidenav-mobile ul li.mav-search form [type=text] {
        color:white;
    }

    nav.sidenav-mobile ul li.mav-search form::placeholder  {
        color:white;
    }
    

  }
  @media (max-width: 40rem) {

    #heroimage div.hero-action-container {
        background: url('/assets/main/img/onda_phone.svg') bottom left no-repeat;
        background-size: cover;
        bottom: -2px;
    }
    #heroimage div.hero-action-container .hero-action {
        padding-left: 0rem;
        max-width: 100%;
    }
        #heroimage div.hero-action-container .hero-action .hero-action-text h1 {
          font-size: 1.4rem;
      }
        #heroimage div.hero-action-container .hero-action .hero-action-icon {
          height: 100%;
          width: 80px;
      }

      nav.sidenav-mobile {
        /* margin-top: -3.75rem; */
        margin-bottom: 0rem;
    }

    footer p.logo-footer img {
        width:50%;
        margin-left: 0rem;
        margin-top:-2rem;
    }
    
  }




/**
 * TABLE DELIBERE
 * */

 table.delibere {
    font-size: 0.9rem;
 }

 table.delibere tr th {
    font-size: 0.8rem;
    text-transform: uppercase;
    line-height: 1.3;
 }

 table.delibere td.no {
    text-align: center;
    min-width: 100px;
 }

 table.delibere td.date {
    text-align: center;
    min-width: 160px;
 }

/**
 * CLASSE PER ELIMINARE EFFETTI LINK DAL LINE 
 * */

 main div.box.box-type-line.static-line article.box-withtext {
    cursor: default !important;
}
