<!doctype html>
<html lang="de">
	<head>
		<title>virtual-world.info</title>
		<meta name="robots" content="noindex,follow">
		<meta charset="utf-8">
		<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
		<meta name="revisit-after" content="1 days">
		<meta name="content-language" content="de">
		<meta name="language" content="deutsch, de">
		<style>

			html,body {
				min-height: 100%;
			}

			body {
				font-family:        sans-serif;
				font-size:          1rem;
				font-weight:        400;
				line-height:        1.5;
				color:              #545454;
				background-image:   -moz-linear-gradient(top, #ffffff, #e0e0e0);
				background-image:   -webkit-linear-gradient(top, #ffffff, #e0e0e0);
				background-image:   -o-linear-gradient(top, #ffffff, #e0e0e0);
				background-image:   linear-gradient(to top, #ffffff, #e0e0e0);
				background-color:   #e0e0e0;
				padding-top:        1rem;
				border-top:         5px solid #3f84dd;
				margin: 0;
			}

			.container {
				max-width: 1140px;
				margin: 0 auto;
			}

			h1, h2, h3 {
				margin-top:    0;
				margin-bottom: 0.5rem;
				font-weight:   700;
			}

			h1 {
				font-size: 2.5rem;
			}

			h2 {
				font-size: 2rem;
			}

			h3  {
				font-size: 1.25rem;
			}

			a {
				color:              #1f6ed7;
				text-decoration:    none;
			}

			section {
				padding-top: 1rem;
			}

			.small {
				font-size: small;
			}

			.large {
				font-size: large;
			}

			.bold {
				font-weight: bold;
			}

			.text-info,
			.text-info a {
				color: #4aafec !important;
			}

			.text-danger {
				color: #dc3545 !important;
			}

			.text-center {
				text-align: center !important;
			}

			.alert {
				position: relative;
				padding: .75rem 1.25rem;
				margin-bottom: 1rem;
				border: 1px solid transparent;
			}

			.alert-info {
				color: #0c5460;
				background-color: #d1ecf1;
				border-color: #bee5eb;
			}

			.alert-warning {
				color: #856404;
				background-color: #fff3cd;
				border-color: #ffeeba;
			}

			hr {
				display: block;
				height: 1px;
				border: 0;
				border-top: 1px solid #ccc;
				margin: 3rem 0 1.25rem 0;
			}

		</style>
	</head>
	<body>
		<div class="container"></div>

	</body>
</html>
