@import url(https://fonts.googleapis.com/css?family=Roboto:300,500);

* {
	margin: 0;
	padding: 0;
}

html {
	background: url(../img/card.jpg) no-repeat center top fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 15px;
}

main {
	text-align: center;
}

.spacer {
	height: 24px;
}

a {
	color: #4E5D64;
	text-decoration: none;
}

footer a {
	color: #fff;
}

#visitenkarte {
	width: 50%;
	margin: 0 auto;
	padding-top: 174px;
}

#logo {
	width: 350px;
	margin: 0 auto;
}

#logo img {
	width: 100%;
}

p {
	font-size: 3.5vh;
}

p.info {
	font-size: 2.5vh;
	font-weight: 500;
	color: #4E5D64;
}

footer {
	width: 100%;
	height: 60px;
	line-height: 60px;
	position: fixed;
	bottom: 0;
	text-align: center;
	background-color: rgba(77, 93, 99, 0.7);
	color: #fff;
}

/**
 * Responsive styles
 */

@media screen and (min-width: 1550px) {
	#visitenkarte {
		padding-top: 15%;
	}
}

@media screen and (min-width: 860px) and (max-width: 1549px) {
	#visitenkarte {
		padding-top: 228px;
	}
}

@media screen and (max-width: 860px) {
	html {
		background: none;
	}

	body {
		background-color: #f4f4f4;
	}

	.spacer {
		height: 40px;
	}

	#visitenkarte {
		padding: 50px;
		margin-top: 80px;
		width: 50%;
		display: block;
		box-shadow: rgba(0, 0, 0, 0.25) 0 1px 200px;
		background-color: #fff;
	}

	#logo {
		width: 100%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 745px) {
	#visitenkarte {
		margin-top: 40px;
	}

	footer {
		box-sizing: border-box;
		height: 80px;
		line-height: 26px;
		padding: 10px;
	}
}

@media screen and (max-width: 405px) {
	footer {
		box-sizing: border-box;
		height: 110px;
		line-height: 26px;
		padding: 15px;
	}
}
