@charset "utf-8";
/* CSS Document */

/* Main properties */
body {
    background-color: #b0b0b0;
	margin: 0;
    padding: 0;
	background: url(../img/NoiseBG.jpg) repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	overflow: scroll;
}

/* Text properties */
h1, .payoff {
	font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	outline-color:#CCC;
	text-shadow: 0 1px 0 #555;
	margin: 0;
}

hr {
    border: 0;
    height: 1px;
	margin: 0;
    padding: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}


/* Page containers */
div.container {
	background-color: white;
	/* max-width: 900px; */
	max-width: 80%;
	height: 100%;
	margin: 25px auto;
	padding: 0px;
	box-shadow: 0px 0px 15px #777;
	overflow: hidden;
}

div.header{
    background-repeat: no-repeat;
    background-position: center center;
	background-size: 100%;
}

div.title{
	min-height: 150px;
	height: 100%;
	padding: 20px;
	font-size: 1.3vmax;
}

div.content{
	margin: 0px;
    padding: 16px;	
	border: 0px;
	text-align: justify;
}

div.footer{
	margin: 0;
    padding: 0;	
	overflow: hidden;
}

div.address p {
	text-align: center;
	font-size: 0.75em;
	padding: 0px;
	margin: 2px;
}

div.gdpr p {
	text-align: center;
	font-size: 0.75em;
	padding: 0px;
	margin: 25px auto;
	max-width: 80%;
	overflow: hidden;
	color: #808080;
}

/* Navigation menu style */
div.lang {
	width: 100%; 
	text-align: right;
	padding-top: 10px;
}

img.langlabel {
	height: 19px;
	width: 27px;
}

.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0px;
    background-color:#EEE;
}

.menu li {
    float: left;
	padding-bottom: 0pt;
}

.menu li a {
    display: block;
    color: #666;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.menu li a:hover:not(.active) {
    background-color: #ddd;
}

.menu li a.active {
    color: white;
    background-color: #0c1117;
}
