/*
	ROT:      #870337;
	GRAU:     #3c3c3b;
	HELLGRAU: #dadada;
*/

* 
{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	line-height: 1.4;
}

body 
{
	font-size: 100%;
	color: #3c3c3b;
	font-family: 'Barlow', sans-serif;
	font-weight: 300;
	overflow-x: hidden;
}

.wrap
{
	max-width: 1100px;
	display: block;
	margin: auto;
	padding: 0px 30px;
}

#header
{
	text-align: center;
	padding: 30px 0px 20px;
	border-bottom: 14px solid #870337;
}

#logo
{
	max-width: 450px;
}

#sideCol
{
	position: fixed;
	width: 90px;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: #fff;
	background-image: url(pattern.svg);
	background-size: 30px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

#content
{
	padding-left: 90px;
}

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

.text
{
	margin: 80px 0px;
}

h1
{
	font-size: 3em;
	color: #870337;
	line-height: 1.25;
}

h1 + h2, h2 + p
{
	margin-top: 1em;
}

h2
{
	font-size: 2em;
	font-weight: 500;
	line-height: 1.2;
}

.text p
{
	font-size: 1.5em;
}

.text p a
{
	color: #870337;
}

#footer, #openingTimes
{
	background-color: #870337;
	color: #fff;
	text-align: center;
	padding: 30px 0px;
	font-size: 1.2em;
}

#openingTimes
{
	background-color: #dadada;
	color: #3c3c3b;
}

.footerList li, #openingTimes li
{
	display: inline-block;
	margin: 0 0.5em;
}

.footerList li:last-child:after, #openingTimes ul li:last-child:after
{
	display: none;
}

.footerList li:after, #openingTimes li:after
{
	content: "/";
	margin-left: 1em;
}

.footerList a, #copy a
{
	color: #fff;
	text-decoration: none;
}

.footerList.second
{
	margin-top: 0.1em;
}

#copy
{
	background-color: #3c3c3b;
	color: #fff;
	font-size: 1.2em;
	padding: 20px 0px;
	font-weight: 500;
}

#map
{
	width: 100%;
	padding-bottom: 30%;
}

@media all and (max-width: 800px){
	#sideCol
	{
		width: 40px;
		background-size: 20px;
	}

	#content
	{
		padding-left: 40px;
	}

	.text 
	{
		margin: 50px 0px;
	}

	h1
	{
		font-size: 1.8em;
	}

	h2
	{
		font-size: 1.3em;
	}

	p
	{
		font-size: 1.1em;
	}

	#footer, #openingTimes, #copy
	{
		font-size: 1em;
	}

	#map
	{
		padding-bottom: 56%;
	}
}