@font-face {
font-family: "Roboto";
src: url('fonts/Roboto-Regular.ttf') format('truetype');
font-style: normal;
}

@media screen and (min-width: 40em) {
    .menu {
        margin-top: 50px;
    }

    .iubenda_legal_document  h2 {
    font-size: 1.4rem; }
    .iubenda_legal_document h3 {
    font-size: 1.2rem; }
    .iubenda_legal_document h4 {
    font-size: 1.125rem; }
}

body {
    font-family: 'Roboto', sans-serif;
    color: #4b4b4d;
}

h4 {
    margin-bottom:35px;
}
h4 span.title {
    padding: 10px 0;
    line-height: 40px;
    border-bottom:1px solid #4b4b4d;
}
h4 span.title-red {
    font-weight: bold;
    color: #d4202c;
}

#front-slide {
    margin-top: 20px;
}
#front-slide img {
    width: 100%;
}

.top-bar, ul.menu{
    background: none;
    text-transform: uppercase;
}

.title-bar {
  background: #666666;
}
.menu li a, .menu  li.is-active a {
    color: #4b4b4d;
    padding: 0.5rem 0.5rem;
    background: none;
}
.menu  li {
    margin: 0 0.5rem;
}
.menu  li.is-active, .menu li:hover {
    background: none;
    border-bottom: 1px solid #4b4b4d;
}

#languages-container {
    background: #eeeeee;
    padding-bottom: 30px;
}
#languages-container img{
    padding-top: 40px;
    padding-bottom: 15px;
}
.language_name a, .language_name a:hover {
    color: #4b4b4d;
}
.language_name.is-active {
    border-bottom: 1px solid #4b4b4d;
}

#content {
    padding: 40px 0;
}

.accordion-title {
    line-height: 150%;
    font-size: 16px;
    background: #eeeeee;
    color: #d4202c;
}
.accordion-title::before {
    top: 70%;
    }

#footer-container {
    padding-bottom: 20px;
    background: #38353b;
    text-align: center;
    color: #ffffff;
    font-size: .9em;
}
#footer-container a {
    color: #ffffff;
}
#footer-container a:hover,#footer-container a:focus {
    text-decoration: underline;
}
#footer-container  .social a{
    color: #767179;
    font-size: 3em;
}
#footer-container  .social a:hover,#footer-container  .social a:focus{
    color: #ffffff;
}

.iubenda_legal_document h1
 {display:none;}
