/*
Theme Name: gbs
*/

*
{
	padding: 0px;
	margin: 0px;
}


html, body
{
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #ccc;
	margin: 0px;
	padding: 0px;
	background: #f39c43;
}

#link {
	position: absolute;
	width: 1028px;
	bottom: 0;
	left: 50%;
	margin-left: -514px;
	padding: 0 0 20px 0;
	color: #fff;
	text-align: right;
}

#link a {
	color: #fff;
	text-decoration: none;
	}
	
#link a:hover {
	text-decoration: underline;
	}

#card {
	position: relative;
	width: 1028px;
	height: 673px;
	margin: -336px auto 0 auto;
	top: 47vh;
	border: 1px solid #f39c43;
	-webkit-box-shadow: 0px 20px 35px -18px rgba(74,41,0,1);
	-moz-box-shadow: 0px 20px 35px -18px rgba(74,41,0,1);
	box-shadow: 0px 20px 35px -18px rgba(74,41,0,1);
}

#impressum {
	position: relative;
	width: 1028px;
	margin: 0 auto;
	padding: 30vh 0;
	top: 150vh;
	color: #fff;
}

#impressum a {
	text-decoration: none;
	color: #fff;
	}
	
#impressum a:hover {
	text-decoration: underline;
	}