*, *::before, *::after {
    box-sizing: border-box;
}

html, body {
	font-size: 100%;
	/*height: 100%;*/
	overflow-x: hidden !important;
	max-width: 100%;
}

body {
	background-color: #000;
	color: #eee;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;
}

/*@media (min-width: 576px) {  }
@media (min-width: 768px) {  }*/


.wrapper {
	height: 100%;
	margin: auto;
	padding: 1rem;
}
img {
	border: 10px solid white;
	max-width: 100%;
}

@media (min-width: 992px) {
	.wrapper {
		margin: auto;
		width: 1000px;
	}
	.container {
		display: flex;
		flex-direction: column;
		height: 100%;
		justify-content: center;
		margin: auto;
		max-width: 1000px;
	}
	.container.impressum {
		height: 300px;
		width: 200px;
	}


	img {
		width: 1000px;
	}

	a.impressum,
	a.back {
		display: block;
		margin-top: 20px;
		text-align: right;
		width: 100%;
	}
}

a.impressum,
a.back {
	display: block;
	margin-top: 20px;
	text-align: right;
	width: 100%;
}
a {
	border:none;
	color: #eee;
	outline:0;
	-moz-outline-style: none;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}

/*.impressum {
	color: #FFF;
	float: right;
	position: relative;
	text-align: center;
	top: 355px;
	width: 240px;
}

.impressum a:visited,
.impressum a {
	color: #640000;
	text-decoration: none;
}

.impressum a:hover,
.impressum a:active {
	color: #FFF;
	text-decoration: underline;
}*/
