@import "reset.css";
@import "font.css";

body{
  font-size: 16px;
  font-family: 'FaktPro medium', sans-serif;
}
a{
  text-decoration: none;
  color: inherit;
}
.clear{
  clear: both;
}

.logo{
	width:300px;
	margin:auto;
}

.wrp-logo{
	width: 100%;
	margin: auto;
	padding-top: calc(50vh - 150px);
	text-align: center;
}

.footer{
	width:100%;
	bottom:0px;
	background-color:rgba(255,255,255,0.8);
	margin:auto;
	text-align: center;
	position:absolute;
	padding:10px;
	box-sizing: border-box;
}
.privacy-footer{
	position:unset;
}
.footer p{
	font-size: 0.8em;
}

.privacy{
	margin:10%;
}
.privacy-logo{
	width:50px;
	margin:auto;
}

@media screen and (max-width: 500px) {

	#cookieChoiceInfo {
		padding:50px 35px;
		width:auto;
	}

	.logo{
		width:150px;
	}

	.wrp-logo{
		padding-top: calc(50vh - 100px);
	}
}

/* COOKIE */
#cookieChoiceInfo {
	padding:50px 35px;
	width:100%;
	max-width:400px;
	color:#FFFFFF;
	position:fixed;
	z-index:999;
	bottom:0;
	right:0;
	font-size:1em;
	line-height:1.2em;
	background-color:rgba(0, 0, 0, 0.75);

	display:none;
}

#cookieChoiceInfo p {
	color:#FFFFFF;
	margin-bottom:10px;
}

#cookieChoiceInfo a {
	color:#FFFFFF;
	margin:10px 0 0 0;
	display:block;
	cursor:pointer;
	text-decoration:underline;
}
#cookieChoiceInfo a:hover {
	opacity:0.8;
}

#cookieInfoLink {}
#cookieInfoLink:hover {}

#cookieChoiceDismiss {}
#cookieChoiceDismiss:hover {}


a.close-x {
	background-size: 11px 11px;
	background-repeat:no-repeat;
	background-position: center center;
	background-image:url("../img/ico-plus-fff.svg");
	width:11px;
	height: 11px;
	display:block;
	position:absolute;
	right:15px;
	top:10px;
	margin:10px 0 0 0;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	cursor:pointer;
}



@media screen and (max-width: 450px) {

	#cookieChoiceInfo {
		padding:50px 35px;
		width:auto;
	}

}


/* CREDITS */
.open-credits {cursor:pointer;}

.credits {
	position: fixed;
	bottom:0;
	right:0;
	width:100%;
	max-width:350px;
	padding: 40px;
	background:rgba(0,0,0,0.75);
	z-index: 99;
	display:none;
  box-sizing: border-box;
}

.credits p {color:#FFFFFF; line-height:1.2em; font-size:1em;}

