@charset "utf-8";
/* CSS Document */

@import 'https://fonts.googleapis.com/css?family=Open+Sans';

body {
	margin-top: 100px;
	background-color: #fff;
	font-family: Open Sans;
	color: #575756;
	font-size: 20px;
	font-weight: 500;
}

footer {
	background-color: #0069b4;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 5px 20px 5px 5px;
}

h1 {
	color: #878787;
	font-size: 43px;
	font-weight: 100;
	text-align: center;
}

a {
	color: #0069b4;
	font-size: 20px;
	text-decoration: none;
}

footer a {
	color: #fff;
}

a:hover, a:active, a:focus {
	color: #878787;
}

img {
	width: 30%;
	float: left;
}

.textabstand {
	padding: 2vw 4vw;
	text-align: left;
}

.textrechts {
	text-align: right;
	padding-top: 13px;
}

.rechteck {
	border-radius: 10px;
	box-shadow: 2px 8px 10px 0px rgba(218,218,218, 0.8);
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	border: 1px solid #dadada;
	background-image: url(../gfx/info-icon-500x500.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: rgba(218,218,218, 0.7);
	margin-bottom: 80px;
}

@media (max-width: 767px) {
	body {
		margin-top: 10px;
	}

	.rechteck {
		background-image: none;
		width: 90%;
	}

	p {
		font-size: 14px;
	}

	a {
		font-size: 14px;
	}

	h1 {
		font-size: 18px;
	}

	img {
		width: 170px;
		padding: 8px;
	}

	.textrechts {
		text-align: right;
		padding-top: 6px;
	}
}

@media (min-width: 768px) {
	p {
		font-size: 18px;
	}

	a {
		font-size: 18px;
	}

	h1 {
		font-size: 30px;
	}

	img {
		width: 300px;
	}

	.rechteck {
		width: 80%;
		background-size: 60%;
	}

	.textrechts {
		text-align: right;
		padding-top: 10px;
	}
}

@media (min-width: 1024px) {
	p {
		font-size: 20px;
	}

	a {
		font-size: 20px;
	}

	h1 {
		font-size: 43px;
	}

	.rechteck {
		background-size: 40%;
	}

	.textrechts {
		text-align: right;
		padding-top: 13px;
	}
}

@media (min-width: 1200px) {
	p {
		font-size: 20px;
	}

	a {
		font-size: 20px;
	}

	h1 {
		font-size: 43px;
	}

	.rechteck {
		background-size: auto;
		width: 70%;
	}

	.textrechts {
	text-align: right;
	padding-top: 13px;
	}
}
