@font-face {
   font-family: 'Open Sans';
   src: url('https://altair.technology/fonts/OpenSans-Regular.ttf');
}
body {
    font-family: 'Open Sans', serif;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 75px;
    background-color: black;
    overflow: hidden;
}

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {
    padding-bottom: 60px;
    font-style: italic;
}

#header {
    font-family: 'Open Sans', serif;
    font-size: 30px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
}

#footer {
    position: relative;
    margin-top: -30px;
    clear:both;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    line-height: 11px;
    color: white;
}

a:link, a:visited {
    text-decoration: none;
    color: #c83035;
}
a:hover, a:active {
    text-decoration: underline;
    color: #c83035;
}

#content {
    width: 90%;
    margin: 0 auto 100px auto;
    font-style: normal;
}

/* cookie consent theme */
.termsfeed-com---palette-light.termsfeed-com---nb {
    background: rgba(0,0,0, 0.25) !important;
    color: #fff !important;
    backdrop-filter: blur(5px) !important;
}
.termsfeed-com---nb-simple {
    top: 0 !important;
    left: 0 !important;
    max-width: 100% !important;
    position: fixed !important;
}
.termsfeed-com---nb .cc-nb-main-container {
    background: #000 !important;
    padding: 2rem !important;
    top: auto !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    position: fixed !important;
}
.termsfeed-com---palette-light .cc-nb-title,
.termsfeed-com---palette-light .cc-nb-text {
    color: #fff !important;
}
.termsfeed-com---palette-light .cc-nb-title {
    visibility: hidden;
}
.termsfeed-com---palette-light .cc-nb-title:before {
    content: "Informativa";
    text-transform: uppercase;
    visibility: visible;
}
.termsfeed-com---palette-light .cc-nb-text {
    text-align: justify;
}
.termsfeed-com---nb .cc-nb-okagree,
.termsfeed-com---nb .cc-nb-reject,
.termsfeed-com---nb .cc-nb-changep {
    text-transform: uppercase; 
}
.termsfeed-com---palette-light .cc-nb-okagree {
    color: #fff !important;
    background-color: #0c5c73 !important;
    float: right;
}
.termsfeed-com---palette-light .cc-nb-reject {
    display: none;
    color: #fff !important;
    background-color: #0c5c73 !important;
    float: right;
}
.termsfeed-com---palette-light .cc-nb-changep {
    background-color: #e2e2e2 !important;
    color: #111 !important;
}
.termsfeed-com---palette-light .cc-nb-changep {
    font-size: 0px !important;
}
.termsfeed-com---palette-light .cc-nb-changep:after {
   content: "Scopri di più e personalizza";
   font-size: 14px;
}
