@charset "UTF-8";
/* CSS Document */
html {
	height: 100%;
}
body {
	font-family: neuzeit-grotesk, sans-serif;
	background-image: url("img/paper-03_mobil.jpg");
	background-size: cover;
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 100%;
	margin: 0;
	color: #404040;
	font-size: 14px;
}
.content {
	position: absolute;
	bottom: 3vh;
	right: 10vh;
	text-align: right;
}
h1 {
	font-family: dashiell-bright, serif;
	color: #fff;
	font-size: 38px;
}
h1 small {
	font-size: 16px;
	font-family: neuzeit-grotesk, sans-serif;
	display: block;
}
h1 small a {
	text-decoration: none;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	transition: all 0.5s ease;
}
h1 small a:hover {
	color: #404040;
}

p {
	margin: 2px 0;
}

.vogel {
	display: block;
	width: 100px;
	height: 100px;
	background-image: url("img/vogel.png");
	background-size: cover;
	transform: scaleX(-1);
	position: absolute;
    top: 2vh;
    left: 5vh;
    opacity: 0.3;
}

@media only screen and (orientation: landscape) {
	body {
		background-image: url("img/paper-03_.jpg");
	}
}

@media only screen and (min-width: 768px) {
	body {
		font-size: 16px;
	}
	.content {
		bottom: 5vh;
	}
	h1 {
		font-size: 50px;
	}
}

@media only screen and (min-width: 1200px) {
	.vogel {
		top: 5vh;
    	left: 11vh;
	}
}


@media only screen and (min-width: 1600px)  {
	h1 {
		font-size: 70px;
	}
	h1 small {
		font-size: 20px;
	}
}