
/**
 * Allgemeines & Resets
 */

	* {
		padding: 0;
		margin: 0;
		box-sizing: border-box;
		list-style-type: none;
		font-size: inherit;
		font-family: inherit;
	}

	html {
		color: #424242;
		font-size: 18px;
		font-family: 'Raleway', sans-serif;
	}

	body {
		background-size: cover;
		background-image: url('/project/riewemedia/scope/www/pub/img/bgr.png');
		background-position: center center;
	}

	img {
		max-width: 100%;
		height: auto;
	}

	section {
		position: relative;
	}

	.clear {
		clear: both;
		line-height: 0;
		height: 0;
		font-size: 0;
	}

	a {
		color: #3475B4;
		text-decoration: none;
	}

	a:hover {
		color: #3475B4;
		text-decoration: underline;
	}

	small {
		font-size: 12px;
	}

.center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.center img {
	max-width: 400px;
}

.center h2 {
	font-size: 23px;
	font-weight: 600;
	margin: 0;
	color: #5e6175;
	font-family: 'Open Sans', sans-serif;
	margin-top: 25px;
	margin-bottom: 10px;
}

.center p {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 27px;
	color: #797c8f;
	opacity: .85;
	margin-bottom: 0;
	margin-top: 30px;
}

.center .btn-color {
	background: #208497;
	padding: 13px 40px;
	border-radius: 35px;
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	margin-top: 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 500;
}