/*
	SCHWARZ: #201e1f;
	ROT:     #bf1e2e;
*/

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

body 
{
	font-size: 100%;
	color: #201e1f;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
	overflow-x: hidden;
}

::selection 
{
  background-color: #bf1e2e; 
  color: #fff;
}

::-moz-selection 
{
  background-color: #bf1e2e; 
  color: #fff;
}

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

#header
{
	position: fixed;
	width: 100%;
	background-color: #fff;
	top: 0;
	left: 0;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
	z-index: 100;
}

#logo
{
	position: absolute;
	height: 100%;
	top: 0;
	left: 30px;
	padding: 26px 0px;
}

#navigation ul li
{
	display: inline-block;
	margin-left: 40px;
	text-transform: uppercase;
	position: relative;
}

#navigation ul
{
	text-align: right;
}

#navigation ul li a
{
	color: #201e1f;
	text-decoration: none;
	display: block;
	padding: 38px 0px;
}

#navigation ul li a.shop
{
	background-image: url(shop_black.svg);
	background-size: 1.1em;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 1.8em;
}

#navigation ul li a.shop:hover
{
	background-image: url(shop_red.svg);
}

#navigation ul li.active a
{
	color: #bf1e2e;
	font-weight: 600;
}

#navigation ul li:hover a
{
	color: #bf1e2e;
}

#navigation ul li.active:after, #navigation ul li:hover:after
{
	content: "";
	position: absolute;
	width: 100%;
	height: 4px;
	left: 0px;
	bottom: 25px;
	background-color: #bf1e2e;
}

#opener
{
	width: 100%;
	height: 540px;
	background-size: cover;
	background-position: center;
	margin-top: 100px;
}

.text
{
	margin: 80px 0px;
}

h1
{
	font-size: 2.55em;
	color: #bf1e2e;
	margin-bottom: -40px;
	text-transform: uppercase;
}

h2
{
	font-size: 1.65em;
}

h1, h2
{
	line-height: 1.3;
}

h2 + p
{
	margin-top: 0.8em;
}

.flex
{
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 30px);
	margin-left: -30px;
	margin-bottom: -80px;
}

.flexItem
{
	width: calc(33.3% - 30px);
	margin-left: 30px;
	margin-bottom: 80px;
	text-decoration: none;
	color: #201e1f;
}

.flexItemImg
{
	width: 100%;
	padding-bottom: 30%;
	background-size: auto 90%;
	background-position: center;
	background-repeat: no-repeat;
}

.flexTitle
{
	text-align: center;
	display: block;
	margin-top: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
}

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

.withButton
{
	margin-top: -40px;
}

.withGrid + .withButton
{
	text-align: center;
}

.button
{
	display: inline-block;
	background-color: #bf1e2e;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 1em 1.6em;
	transition: all 0.2s;
	font-weight: 600;
	background-image: url(pattern.svg);
	background-size: 100% auto;
	background-position: center;
	text-align: center;
}

.button:hover
{
	background-color: #9e111f;
}

.colored
{
	padding: 80px 0px;
	background-color: #bf1e2e;
	color: #fff;
	background-image: url(pattern2.svg);
	background-size: cover;
	background-position: center;
}

.colored .text:first-child
{
	margin-top: 0;
}

.colored .text:last-child
{
	margin-bottom: 0;
}

.text p, h2
{
	max-width: 900px;
}

.text-center p, .text-center h2
{
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.colored .button
{
	border: 3px solid #fff;
}

.mapFlex
{
	display: flex;
}

.mapFlexItem
{
	width: 50%;
	padding: 80px 40px;
	background-size: cover;
	background-position: center;
}

.mapFlexItem.image
{
	color: #fff;
	position: relative;
}

.mapFlexItem.image:after
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.45);
	top: 0;
	left: 0;
}

.mapFlexItemContent
{
	position: relative;
	z-index: 10;
}

strong, b
{
	font-weight: 600;
}

.mapFlexItem a
{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dashed #fff;
}

.mapFlexItem a:hover
{
	border-bottom: 1px solid #fff;
}

.small
{
	font-size: 0.8em;
}

.mapFlexItem .button
{
	color: #fff!important;
	margin-top: 2em;
	font-size: 0.9em;
	border: 2px solid #fff!important;
}

#footer
{
	color: #fff;
	background-color: #201e1f;
	padding: 35px 0px;
	font-size: 0.9em;
}

#footer strong
{
	text-transform: uppercase;
	position: absolute;
}

.footerList li
{
	display: inline-block;
	margin-left: 40px;
}

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

.footerList a:hover
{
	border-bottom: 1px solid #fff;
}

.footerList a.facebook:hover
{
	border-bottom: none;
}

.footerList
{
	text-align: right;
	text-transform: uppercase;
}

.facebook img
{
	height: 1.2em;
	position: relative;
	top: 0.2em;
}

.text p a
{
	color: #bf1e2e;
	text-decoration: none;
	border-bottom: 1px solid #bf1e2e;
}

.text ul
{
	margin: 1em 0em 1em 1em;
}

.text p a:hover
{
	color: #9e111f;
	border-bottom: 1px solid #9e111f;
}

.imgFlex
{
	display: flex;
}

.imgFlex.small
{
	font-size: 1em!important;
}

.imgFlex img
{
	width: 100%;
	margin-top: 5px;
}

.imgFlex.small .imgFlexItem:nth-child(1)
{
	width: 140px;
}

.imgFlex .imgFlexItem:nth-child(1)
{
	width: 300px;
}

.imgFlex .imgFlexItem:nth-child(2)
{
	padding-left: 60px;
}

#cookieNotice
{
	position: fixed;
	width: 100%;
	padding: 25px 0px;
	background-color: #201e1f;
	color: #fff;
	bottom: 0;
	left: 0;
	z-index: 100;
	font-size: 0.9em;
}

#cookieSpace
{
	position: absolute;
	z-index: -100;
	height: 50px;
}

#accepted
{
	font-weight: 600;
	display: inline-block;
	float: right;
	margin-top: 0.8em;
}

#cookieNotice a, #accepted
{
	color: #fff;
	border-bottom: 1px dashed #fff;
	text-decoration: none;
	cursor: pointer;
}

#cookieNotice a:hover, #accepted:hover
{
	border-bottom: 1px solid #fff;
}

.slide
{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center;
}

@media all and (max-width: 450px){
	.flexItem
	{
		width: calc(100% - 30px)!important;
	}

	.flexItemImg
	{
		padding-bottom: 28%;
	}
}

@media all and (max-width: 500px){
	#opener
	{
		height: 260px;
	}

	h1
	{
		font-size: 1.4em!important;
	}

	h2
	{
		font-size: 1.2em!important;
	}
}

@media all and (max-width: 580px){
	.imgFlex
	{
		flex-wrap: wrap!important;
	}

	.imgFlex.small .imgFlexItem:nth-child(1)
	{
		width: 100%!important;
	}

	.imgFlex.small img
	{
		display: block;
		margin: auto;
		width: 85px!important;
	}

	.imgFlex .imgFlexItem:nth-child(2)
	{
		padding-left: 0px!important;
	}

	.imgFlex .imgFlexItem:nth-child(1)
	{
		width: 100%;
		margin-bottom: 25px;
	}
}

@media all and (max-width: 650px){
	.flexItem
	{
		width: calc(50% - 30px);
	}

	.footerList
	{
		text-align: left;
	}

	.footerList li
	{
		display: block;
		margin-left: 0;
		margin-top: 15px;
		text-align: center;
	}

	#footer
	{
		text-align: center;
	}

	#footer strong
	{
		position: relative;
	}

	.mapFlex
	{
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	.mapFlexItem
	{
		width: 100%!important;
		text-align: center;
	}

	#map
	{
		height: 340px;
	}

	.imgFlex .imgFlexItem:nth-child(2)
	{
		padding-left: 40px;
	}
}

@media all and (min-width: 501px) and (max-width: 700px){
	#opener
	{
		height: 340px;
	}
}

@media all and (min-width: 701px) and (max-width: 950px){
	#opener
	{
		height: 440px;
	}
}

@media all and (max-width: 850px){
	.text
	{
		margin: 50px 0px;
	}

	h1
	{
		margin-bottom: -25px;
	}

	.colored
	{
		padding: 50px 0px;
	}

	.withButton
	{
		margin-top: -25px;
	}

	.mapFlexItem
	{
		padding: 50px 40px;
	}

	.flex
	{
		margin-bottom: -50px;
	}

	.flexItem
	{
		margin-bottom: 50px;
	}

	h1
	{
		font-size: 2em;
	}

	h2
	{
		font-size: 1.35em;
	}
}

@media all and (max-width: 950px){
	#navigation
	{
		background-color: #fff;
		position: absolute;
		width: 100%;
		left: 0;
		top: 70px;
		padding: 0px 30px;
		display: none;
	}

	#navigation ul li a.shop
	{
		background-position: center right 60px;
	}

	#navigation ul li.active:after, #navigation ul li:hover:after
	{
		bottom: 5px;
	}

	#navigation ul
	{
		padding: 20px 0px;
	}

	#navigation ul li a
	{
		padding: 15px 0px;
	}

	#navigation ul li
	{
		display: block;
		margin-left: 0;
	}

	#navOpener
	{
		width: 70px;
		height: 70px;
		background-color: #bf1e2e;
		position: absolute;
		right: 0;
		top: 0;
		cursor: pointer;
		transition: all 0.2s;
		z-index: 1000;
	}

	#navOpener:hover
	{
		background-color: #9e111f;
	}

	.line
	{
		width: 30px;
		height: 2px;
		background-color: #fff;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		transition: all 0.2s;
	}

	#navOpener .line:nth-child(1)
	{
		top: 25px;
	}

	#navOpener .line:nth-child(2)
	{
		top: 50%;
		transform: translate(-50%, -50%);
	}

	#navOpener .line:nth-child(3)
	{
		bottom: 25px;
	}

	#navOpener.active .line:nth-child(1)
	{
		top: 50%;
		transform: translate(-50%, -50%) rotate(45deg);
	}

	#navOpener.active .line:nth-child(2)
	{
		width: 0;
	}

	#navOpener.active .line:nth-child(3)
	{
		bottom: auto;
		top: 50%;
		transform: translate(-50%, -50%) rotate(-45deg);
	}

	#header .wrap
	{
		height: 70px;
	}

	#opener
	{
		margin-top: 70px;
	}

	#logo
	{
		padding: 18px 0px;
	}
}

@media all and (min-width: 951px){
	#navigation
	{
		display: block!important;
	}
}