*{
    margin: 0;
    padding: 0;
}
body {
	font-family: 'Roboto', sans-serif;
	color:#fff;
	background-color: #196e9f;
	height:100%;
	min-height:100%;
	font-size: 1em;
	overflow: hidden;
}
.wrapper{
	margin:0 auto;
	width:100%;
	background-color: #000;
}
h1{
	color:#fff;
	font-family: 'Domine', serif;
	font-size: 1.3em;
	text-shadow: 1px 1px 2px black;
}
a{
	text-decoration: none;
	color:#196e9f;
	font-weight: 700;
	transition: all 2s ease-in-out;
}
a:hover{
	text-decoration: none;
	color:#fff;
	transition: all .2s ease-in-out;
}

/*-------------- FOOTER ---------------*/
.logo-footer{
	width:100%;
	height:160px;
	position:absolute;
	left:0px;
	bottom:0px;
	z-index:100;
	background: url('../img/gradient.png') right no-repeat #196e9f;
}
footer{
	text-align: right;
	width:100%;
	height:30px;
	position:absolute;
	left:0px;
	bottom:0px;
	z-index:101;
	background-color: #000;
}
footer .txt{
	float:right;
	font-family: 'Roboto', sans-serif;
	font-size: .8em;
	letter-spacing: 0px;
	color: #666;
	font-weight: 400;
	margin-top:4px;
	margin-right:5px;
	z-index: 220;
}
.flags{
	float:right;
	margin-top:5px;
	z-index: 220;
}
.flags img{
	float:right;
	margin-right:5px;
	z-index: 220;
}
.flags a img{
	border: 1px solid #196e9f;
	transition: all 2s ease-in-out;
}
.flags a img:hover{
	border: 1px solid #fff;
	transition: all .2s ease-in-out;
}
.flag-selected{
	opacity:.5;
	border: 1px solid #196e9f;
}
/*-------------- HEADER ---------------*/
/*--- compare solo su mobile ----------*/
header{
	position:absolute;
	left:0px;
	top:0px;
	visibility: hidden;
	height: 76px;
    width: 100%;
    text-align: center;
    padding-top: 12px;
    background-color: #196e9f;
    z-index: 250;
    border-bottom: 1px solid #fff;
}

/*-------- FOOTER ALTERNATIVO ---------*/
/*--- compare solo su mobile ----------*/
.smallfooter{
	visibility: hidden !important;
	display: none !important;
	width:90%;
	text-align: center;
	padding: 10px 5%;
	background-color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: .8em;
	letter-spacing: 0px;
	color: #666;
	font-weight: 400;
	margin-top:5px;
	margin-right:10px;
	z-index: 220;
}

/*---------------- CONTENT -------------*/
.overlay{
	position: absolute;
	left:0px;
	top:0px;
	z-index:200;
	width:100%;
	height:auto;
	text-align: center;
}
.paragraph1{
	background-color: rgba(0,0,0,.4);
	padding: 20px;
	width:50%;
	font-size: 1.2em;
	margin:7% auto 1% auto;
	text-align: left;
}
.paragraph2{
	background-color: rgba(0,0,0,.6);
	padding: 20px;
	width:50%;
	font-size: 1.2em;
	margin:0 auto 1% auto;
	text-align: left;
}
.paragraph3{ 
	background-color: rgba(16,81,119,.8);
	margin:0 auto;
	text-align: left;
	font-size: 1.2em;
	font-family: 'Domine', serif;padding: 20px;
	width:50%;
	margin:0 auto;
	text-align: left;
}
.paragraph3 span{
	color: #fcd200;	
}
ul{
	list-style: square outside none;
}
li{
	margin-left:50px;
}
p{
	margin-top:10px;
}
p span{
	color: #49a8cc;
	font-weight: 400;
}
.spacer{
	height:20px;
}
/*----------------LOGO--------------------------------*/
.logo_container{
	width:440px; 
	height:220px;
}
.logo_canvas{
	position: absolute; 
	display: block; 
}
.logo{
	pointer-events:none; 
	overflow:hidden; 
	width:440px; 
	height:220px; 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	display: block;
}

/*----------------ERROR--------------------------------*/
.error{
	visibility: hidden;
	position:absolute;
	left:0px;
	top:0px;
	width:90%;
	height:80%;
	padding: 15% 5% 5% 5%;
	z-index:500;
	background-color: #196e9f;
	color:#fff;
	text-align: center;
}

/*-------------- IMPRESSUM ---------------*/

.impressum{
	background: url('../img/impressum-bg.jpg') right top repeat #196e9f;
	overflow-x: hidden;
	overflow-y: auto;
	z-index:1;	
}
.impressum #animation_container{
	position: absolute;
	top: 30px;
	left: 30px;
}
.impressum .text{
	width: 70%;
	height: auto;
	margin: 0 auto;
	z-index:2;
	margin-top: 200px;	
}
.impressum h1{
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 2em;
	color:#fff;
	text-shadow: none;
}
.impressum h2{
	margin: 30px 0 10px 0;
	color:#fff;
	font-family: 'Domine', serif;
	font-size: 1.3em;
}
.impressum h3{
	margin: 40px 0 80px 0;
	color:#fff;
	font-family: 'Domine', serif;
	font-size: 0.8em;
	opacity: .3;
}
.close{
	position:absolute;
	top: 0px;
	right: 0px;
	opacity: .8;
	transition: all 2s ease-in-out;
}
.close:hover{
	position:absolute;
	top: 0px;
	right: 0px;
	opacity: 1;
	transition: all .2s ease-in-out;
}
.impressum a{
	color:#49a8cc;
	font-size: 1em;
	transition: all 2s ease-in-out;
}
.impressum a:hover{
	color:#fff;
	font-size: 1em;
	transition: all .2s ease-in-out;
}
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------- MEDIA QUERIES --------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */

@media screen and (max-height:600px) and (orientation:landscape){
	.error{
		visibility: visible;
	}
}
@media only screen and (max-height: 750px) {
	.paragraph1, .paragraph2, .paragraph3{
		width:90%;	
	}
	#wowslider-container1 .ws-title {
		visibility: hidden !important;
	}
}
@media only screen and (max-width: 800px){
	.paragraph1, .paragraph2, .paragraph3{
		width: 80%;
		padding:2%;
	}
}
@media only screen and (max-width: 650px){
	body{
		overflow: visible;
		overflow-x: hidden;
	}
	header{
		visibility: visible;
	}
	footer{
		visibility: hidden;
	}
	.logo-footer{
		visibility: hidden;
	}
	.overlay{
		top:150px	
	}
	.paragraph1{
		margin: -55px auto -20px auto;
		width: 90%;
		padding:5%;
		background: none;
		font-size: .9em;
	}
	.paragraph2{
		width: 90%;
		padding:5%;
		background: none;
		font-size: .9em;
	}
	.paragraph3{ 
		width: 90%;
		padding:5%;
		background: none;
		font-size: .9em;
	}
	.smallfooter{
		visibility: visible !important;
		display: block !important;
		position: fixed;
		bottom:0px;
		left:0px;
	}
	.flags a img{
		border: none;
		opacity:1;
	}
	.flags a img:hover{
		border: none;
		opacity:1;
	}
	.flag-selected{
		border: none;
		opacity:1;
	}
	#wowslider-container1{
		opacity: .5;
	}
}