@import url('https://fonts.googleapis.com/css?family=Raleway|League+Script');

html {
	scrollbar-width: none;
}

body {
    font-family: 'Raleway', sans-serif;
    /*font-family: 'League Script', cursive;*/
	font-size: 18px;
	line-height: 21px;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
  /*font-smoothing: antialiased;*/
	color: #999;
	background: #000;
}

.imprint {
	margin-bottom: 80px;
}

.imprint p, ul {
	font-size: 14px;
}

.imprint h1, h2, h3 {
	font-size: 23px;
	line-height: 70px;
	padding: 0;
	margin: 0;
	font-weight:400;
	color: #eee;
	/*text-transform: uppercase;*/
}

.imprint #bgcarousel {
	filter: alpha(opacity=20);
	opacity: 0.2;
}

h1 {
	font-size: 63px;
	line-height: 70px;
	padding: 0;
	margin: 0;
	font-weight:400;
	color: #eee;
	/*text-transform: uppercase;*/
}

#bgcarousel {
	position: fixed !important;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -999;
}

.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.gradient {
	left:0;
	height:100%;
	position:absolute;
	top:0;
	width:100%;
	z-index:999;
	
	/*filter: alpha(opacity=50);
	opacity: 0.5;*/
}