.asterisco{color: #f00;}

.parsley-errors-list	{
   list-style-type: none;
   color: #900;
}

/*
#cookieChoiceInfo{
   font-size: 1.1em;
   text-shadow: none;
   padding: 0px 5px;
}
a.cookielink{
   border: 1px solid #333;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   margin-left: 24px;
   padding: 3px 6px;
   color: #000;
   text-decoration: none;
   background-color: #eee;
   white-space: nowrap;
   display: inline-block;
}
.cookielink:hover{
   text-decoration: none;
   color: #333;
}
.cookielink:visited{
   color: #333;
}
.cookie-text{font-size: 1.4em;}
*/

#ulnav{
   padding-bottom: 30px;
}

@media all and (min-width: 980px) {
  .navbar.navbar-transparent.nav-sticky .navbar-brand .logo  {
    top: -38px; 
  }
  
   #ulnav{
      padding-bottom: 30px;
   } 
}

span.more{display: none;}

#startgdprmodal {
   position:fixed;
   top: auto;
   bottom:0;
}  

.text-cookie-name{
   font-size: 1.2em;
}

.text-toogle[aria-expanded=false] .text-expanded {
  display: none;
}
.text-toogle[aria-expanded=true] .text-collapsed {
  display: none;
}
