* {
	margin: 0;
	padding: 0;
}

body {
	max-width: 3000px;

	background-color: #ffffff;
	background-image: url(siegel-uibk.jpeg);
	background-repeat: no-repeat;
	background-position: center -300px;

	font-family: sans-serif;

	text-align: center;

	font-size: 15px;
	color: #878787;
}

a {
	color: #1b599c;
	text-decoration: none;
}

a:hover, a:visited, a:active, a:focus {
	color: #1b599c;
	background: #eee;
	text-decoration: none;
}

img {
	margin-top: 2%;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	margin-top: 2%;
	margin-bottom: 0.5rem;

	font-weight: 500;
	font-size: 2.5rem;
}

h2 {
	font-size: 1.5rem;
}

div.buttons {
	margin-top: 2%;
}

div.button {
	display: inline-block;
	color: #212529;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	border-radius: 0;
	text-align: center;
	margin-top: .1rem;
	margin-bottom: .1rem;
	color: #ffffff;
	background-color: #1b599c;
	border-color: #1b599c;
	width: 20%;
}
div.button:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #15467b;
	border-color: #134071;
}
div.button:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(27,89,156,0.25);
	color: #ffffff;
	background-color: #15467b;
	border-color: #134071;
	box-shadow: 0 0 0 .2rem rgba(61,114,171,0.5);
}

div.info {
	margin-top: 2%;
	margin-left: auto;
	margin-right: auto;

	width: 50%;

	font-size: 20px;
}

div.footer {
	margin-top: 17%;
}
