* {
	margin: 0;
	padding: 0;
	
}
html {
	overflow: auto;
	background-image: url('../img/wallpaper2.jpg');
	background-color: rgba(0,0,0,0.7);
	background-blend-mode: multiply;
	background-repeat: repeat;
	background-size: 100%;
}
a {
	text-decoration: none;
	color: white;
}
a:hover {
	background-color: none;
	color: blue;
}
ul {
	font-size: 150%;
}
body {
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;;
	font-family: Arial;
	font-size: calc(12px + 1vw);
	font-weight: normal;
	overflow: hidden;
	background-color: rgba(0,0,0,0.5);
}
ul.list {
	padding-left: 10%;
	font-size: 100%;
	background-color: none;
	text-align: left;
}
p {
	padding-top: 10px;
}
.justleft {
	text-align: left;
}
h1 {
	font-family: Arial;
	text-align: center;
	font-weight: bold;
}
h3 {
	padding-top:20px;
	font-family: Arial;
}
.float {
	float: left;
	margin-right: 10px;
}
.selected {
	background-color: white;
	border: 4px solid black;
	border-bottom: 0;
	border-radius: 20px 20px 0 0;
}
section {
	padding: 10px;
	text-align: center;
	color: white;
}
img {
	max-width:100%;
	max-height:100%;
}
.tumme {
	max-width: 30%;
}
.center {
	text-align: center;
}
.flex {
	display:flex;
	align-items: flex-start;
}
.flex div {
	padding-left: 10px;
}
header {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
header img {
	background-color: none;
}
header h1 {
	background-color: yellow;
}
aside {
	padding: 20px;
	border: 3px solid black;
}
.apparent_link {
	text-decoration: underline;
	color: blue;
}
.number {
	width: 2em;
}
a.link {
	text-decoration: underline;
	color: blue;
}
a.link:hover {
	color:red;
}
.left {
	float: left;
}
.container {
	display: inline;
}
hr {
	clear: both;
}

.container .photo {
	float: left;
	margin: 10px;
	padding: 0px;
	max-width: 20%;
	border: 5px;
	border-style: solid;
	border-color: white;
}
.container.text {
}
.small {
	font-size:80%;
}