@import url('https://fonts.googleapis.com/css?family=Playfair+Display');
	@import url('https://fonts.googleapis.com/css?family=Roboto');

	body {
		font-family: 'Roboto', sans-serif;
		padding: 70px;
		color: #100A24;
	}

	h1 {
		font-size: 40px;
		line-height: 55px;
	}

	h2 {
		font-family: 'Playfair Display', serif;
		font-weight: bold;
		font-size: 100px;
		color: #0066ff;
		margin-top: 0px;
	}

	p {
		font-size: 24px;
		margin-bottom: 70px;
	}

	a.primary {
		color: #0066ff;
		text-decoration: none;
		font-size: 24px;
	}

	a.secondary {
		text-decoration: underline;
		font-size: 16px;
		color: #100A24;
	}

	.logo {
		text-align: right;
	}

	.logo img {
		width: 150px;
	}

	.welcome {
		position: relative;
		z-index: 1;
	}

	.footer {
		position: relative;
		margin-top: 60px;
		height: 80px;
		z-index: 1;
	}

	.footer p {
		margin-bottom: 0px;
	}

	.legal {
		position: absolute;
		right: 0;
		bottom: 0;
	}

	.links {
		position: absolute;
		left: 0;
	}

	.links a {
		padding: 10px;
		text-decoration: none;
	}

	.social {
		display: inline;
	}

	.preise {
		display: inline;
	}

	.bg {
		position: absolute;
		z-index: 0;
	    margin: 0 auto;
	    padding: 0;
	    left: 0;
	}

	.bg img {
		width: 100%;
		margin-top: -20%;
	}

	img.social {
		width: 40px;
	}

	img.preis.reddot {
		width: 97px;
	}

	img.preis.zukunft {
		width: 110px;
	}

	@media (max-width: 1190px) {
		.legal {
			position: relative;
			float: left;
    		margin-top: 100px;
		}

		.bg img {
			margin-top: -13%;
		}
	}

	@media (max-width: 680px) {
		body {
			padding: 20px;
		}

		.logo img {
			width: 100px;
		}

		.bg img {
			margin-top: -8%;
		}
	}

	@media (max-width: 610px) {
		h1 {
			font-size: 24px;
			line-height: 34px;
		}

		h2 {
			font-size: 65px;
		}

		p {
			font-size: 18px;
			line-height: 24px;
			margin-bottom: 50px;
		}

		.logo {
			margin: 15px;
		}
	}

	@media (max-width: 500px) {
		.social {
		    display: inherit;
		    padding-bottom: 10px;
		}

		.legal {
			margin-top: 170px;
		}

		.bg img {
			margin-top: 25%;
		}
	}