* {
	box-sizing: border-box;
}

body,html{
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-family: 'Giesinger Regular', Arial, Helvetica, sans-serif;
}

body {
	background-image: url(images/hintergrund.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

a,a:visited,a:focus,a:hover,a:active{
	color: #53b2d1;
	text-decoration: underline;
}

.cover-image{
	height: 30rem;
	background-image: url(images/titelbild.jpg);
	background-position: bottom right;
	background-size: cover;
}

.splitter-top{
	position: relative;
	height: 70px;
	background-image: url(images/lange-holzleiste-schatten.jpg);
	background-position: center;
	background-repeat: repeat-x;
	margin-bottom: 1rem;
}

.splitter-top>.logo{
	position: absolute;
	left: 20rem;
	width: 9rem;
	top: -4rem;
}

.container{
	width: 800px;
	margin: 0 auto;
	background-color: #fefefe;
}

.row{
	display: flex;
	margin-left: -1rem;
	margin-right: -1rem;
}

.row.space-between{
	justify-content: space-between;
}

.row>.col{
	margin-left: 1rem;
	margin-right: 1rem;
}

.row>.col.grow{
	flex-grow: 1;
}

.row>.col.align-center{
	align-self: center;
}

.portrait{
	height: 11rem;
	border: 2px solid #000000;
}

.margin-bottom-1{
	margin-bottom: 1rem;
}

.margin-bottom{
	margin-bottom: 2rem;
}

h2{
	font-size: 2rem;
	margin-top: 0;
	margin-bottom: 1rem;
}

h3{
	font-size: 1.5rem;
	margin-top: 0;
	margin-bottom: 1rem;
}

.map{
	background-color: #ffecc3;
	border: 2px solid #000000;
	width: 15rem;
	height: 11rem;
}

.bar{
	display: flex;
	align-items: center;
}

.bar>.fill{
	border: 1px solid #000000;
	color: #fefefe;
	background-color: #0071bc;
	height: 1.7rem;
}

.bar>.fill.munich{
	background-color: #f7931e;
}

.bar>.fill.giesinger{
	background-color: #00463f;
}

.bar>.fill>.title{
	padding: 0.3rem 0.8rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bar>.title{
	margin-left: 1rem;
}

.bottom-nav {
	margin-top: 2rem;
	margin-bottom: 1rem;
	text-align: center;
}

.splitter-bottom{
	position: relative;
	height: 70px;
	background-image: url(images/lange-holzleiste-schatten.jpg);
	background-position: center;
	background-repeat: repeat-x;
}

.box{
	color: #fefefe;
	background-color: #00463f;
	padding: 1rem;
	font-size: 2rem;
}

.arrow-right{
	border-top: 2rem solid transparent;
	border-bottom: 2rem solid transparent;
	border-left: 2rem solid #00463f;
}

@media(max-width: 800px){
	.container{
		width: auto;
		margin-left: 1rem;
		margin-right: 1rem;
	}
}

.seal {
  margin: 0 20px 0 auto;
}