:root 
{
	--red: #E30718;
	--darkred: #AD000D;
	--green: #009039;
	--black: #000000;
	--darkgrey: #1C1B1C;
}

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

body 
{
	font-size: 1em;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-weight: 300;
	overflow-x: hidden;
	line-height: 1.7;
	background-color: var(--darkgrey);
}

::selection 
{
  background-color: var(--red); 
  color: #fff;
}

::-moz-selection 
{
  background-color: var(--red); 
  color: #fff;
}

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

h2
{
	font-family: 'Six Caps', sans-serif;
	line-height: 1.1;
	font-size: 3.8em;
	font-weight: 400;
	text-transform: uppercase;
}

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

.textImg h2 + p
{
	margin-top: 2em;
}

h2 + h3
{
	margin-top: 1em;
}

h3
{
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	font-size: 1.5em;
	line-height: 1.3;
}

.textFlex h3
{
	font-size: 1.3em;
	text-align: center;
}

h3 + p, h3 + table
{
	margin-top: 1em;
}

#header
{
	position: sticky;
	position: -webkit-sticky;
	width: 100%;
	left: 0;
	top: -98px;
	padding: 30px 0px 0px;
	background-image: url(schiefer.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1000000;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}

#navFlex
{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-left: -40px;
	min-height: 200px;
}

#logo
{
	width: 200px;
	margin-bottom: -7px;
	position: relative;
	transition: all 0.2s;
}

#header.scrolled #logo
{
	width: 100px;
}

#navFlex .navFlexItem:nth-child(2) a
{
	width: 200px;
}

.navFlexItem
{
	display: flex;
	justify-content: space-between;
	margin-left: 40px;
}

#navFlex .navFlexItem:nth-child(1), #navFlex .navFlexItem:nth-child(3)
{
	width: 50%;
}

#navFlex .navFlexItem:nth-child(2)
{
	width: 200px;
	justify-content: center;
}

.navFlexItem a
{
	text-align: center;
	color: #fff;
	width: 100px;
	text-decoration: none;
	font-weight: 500;
	letter-spacing: 0.02em;
}

.navIcon
{
	width: 60px;
	height: 60px;
	background-color: #fff;
	border-radius: 1000px;
	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	margin: auto;
	margin-bottom: 8px;
	transition: all 0.2s;
}

.navFlexItem a:hover .navIcon
{
	transform: scale(1.1);
}

#header .button
{
	position: absolute;
	right: 40px;
	top: 0;
}

#navigation
{
	background-color: #fff;
	padding: 18px 0px;
	margin-top: 30px;
}

#navigation ul
{
	display: flex;
	justify-content: space-around;
}

#navigation ul li a
{
	color: var(--darkgrey);
	font-weight: 500;
	letter-spacing: 0.02em;
	text-decoration: none;
	transition: all 0.2s;
}

#navigation ul li:hover a, #navigation ul li.active a
{
	color: var(--red);
}

#orderPhone
{
	position: absolute;
	left: 40px;
	color: #fff;
	line-height: 1.5;
}

#orderPhone strong
{
	font-size: 1.5em;
	font-weight: 600;
}

.button, .text.withButton p a
{
	display: inline-block;
	color: #fff!important;
	background-color: var(--red);
	transition: all 0.2s;
	text-decoration: none;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	font-weight: 500;
	padding: 0.75em 1.2em 0.62em;
	border-radius: 0.5em;
}

.button:hover, .text.withButton p a:hover
{
	background-color: var(--darkred);
}

.inline
{
	width: 100%;
	border-radius: 10px;
	margin-bottom: -7px;
}

.text
{
	margin: 80px 0px;
}

.textImg
{
	display: flex;
	margin-left: -40px;
}

.textImgItem
{
	width: 50%;
	margin-left: 40px;
}

.textImg h2
{
	background-color: #fff;
	color: var(--darkgrey);
	margin-left: -100px;
	margin-top: 40px;
	display: inline-block;
	padding: 0.3em 0.5em;
	border-radius: 10px;
}

p + .button
{
	margin-top: 40px;
}

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

.dividerImg
{
	padding: 160px 0px;
	background-size: cover;
	background-position: center;
	position: relative;
	line-height: 1.3;
}

.dividerImg:after
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.58);
	z-index: 10;
	left: 0;
	top: 0;
}

.dividerImg .wrap
{
	position: relative;
	z-index: 100;
	font-size: 4em;
	letter-spacing: 0.02em;
	font-weight: 600;
}

.text.white
{
	padding: 80px 0px;
	background-color: #fff;
	color: var(--darkgrey);
}

.gallery
{
	display: flex;
	margin-left: -40px;
}

.galleryItem
{
	width: calc(100% / 3);
	margin-left: 40px;
}

#map
{
	width: 100%;
	height: 70vh;
	min-height: 250px;
}

.textFlex
{
	display: flex;
	margin-left: -40px;
	justify-content: center;
}

.textFlexItem
{
	width: calc(100% / 3);
	margin-left: 40px;
	padding: 40px;
	border-radius: 10px;
	background-image: url(schiefer.jpg);
	background-size: cover;
	background-position: center;
	box-shadow: 0px 5px 20px rgba(0,0,0,0.3);
}

p + p
{
	margin-top: 1em;
}

strong
{
	font-weight: 600;
}

table
{
	border-collapse: collapse;
  	width: 100%;
}

table tr td:nth-child(2)
{
	white-space: nowrap;
	text-align: right;
	padding-left: 20px;
}

table tr td
{
	padding-bottom: 10px;
	vertical-align: top;
}

table tr:last-child td
{
	padding-bottom: 0;
}

#footer
{
	padding: 40px 0px;
	background-color: #fff;
	color: var(--darkgrey);
}

#copy
{
	position: absolute;
	font-weight: 500;
}

#footerList 
{
	text-align: right;
}

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

#footerList li a
{
	color: var(--darkgrey);
	text-decoration: none;
}

#footerList li a:hover
{
	border-bottom: 1px solid var(--darkgrey);
}

#map + .text
{
	margin-top: 0px;
}

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

.white + .withButton
{
	background-color: #fff;
	margin-top: -120px;
	padding-bottom: 80px;
}

#mobileHeader
{
	display: none;
}

#mobileNav
{
	display: none;
}

.pageSection
{
	padding-top: 220px;
	margin-top: -220px;
}

#oeffnungszeiten
{
	margin-top: -300px;
}

#flyouts
{
	display: none;
}

#cookieNotice
{
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 10050;
	padding: 20px 0px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	color: var(--darkgrey);
}

#cookieSpace
{
	height: 40px;
	position: absolute;
	z-index: -10;
}

#cookieNotice strong
{
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

#cookieNotice a
{
	color: var(--red);
	transition: all 0.2s;
	border-bottom: 1px dashed var(--red);
	text-decoration: none;
}

#cookieNotice a:hover
{
	color: var(--darkred);
	border-bottom: 1px solid var(--darkred);
}

#accepted
{
	font-weight: 600;
	letter-spacing: 0.02em;
	color: var(--red);
	text-transform: uppercase;
	cursor: pointer;
	float: right;
	transition: all 0.2s;
}

#accepted:hover
{
	color: var(--darkred);
}

#cookieCheckboxes
{
	display: flex;
	flex-wrap: wrap;
	margin-top: 1em;
	margin-bottom: 1em;
}

#cookieCheckboxes label
{
	position: relative;
	margin-right: 1.6em;
	padding-left: 1.3em;
	cursor: pointer;
}

#cookieCheckboxes input
{
	position: absolute;
	left: 0;
	top: 49%;
	transform: translateY(-50%);
}

#map
{
	display: none;
}

.text p a
{
	color: #fff;
}

.text.white p a
{
	color: var(--red);
}

.text.white p a:hover
{
	color: var(--darkred);
}

@media all and (max-width: 450px){
	.dividerImg .wrap
	{
		font-size: 1.8em!important;
	}

	table tr td
	{
		width: 100%;
		display: block;
		padding-bottom: 0;
	}

	table tr td:nth-child(2)
	{
		white-space: nowrap;
		text-align: left;
		padding-left: 0px;
		padding-top: 3px!important;
		padding-bottom: 20px!important;
	}

	table tr:last-child td
	{
		padding-bottom: 0px!important;
	}
}

@media all and (max-width: 500px){
	h2
	{
		font-size: 2.3em!important;
	}

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

	.textFlex h3
	{
		font-size: 1.15em!important;
	}
}

@media all and (max-width: 650px){
	.textImg
	{
		display: block;
		margin-left: 0;
	}

	.textImgItem
	{
		width: 100%;
		margin-left: 0;
		margin-bottom: 40px;
	}

	.textImg h2
	{
		margin-left: 0px;
		margin-top: 0px;
		padding: 0px;
		border-radius: 0px;
		background-color: var(--darkgrey);
		color: #fff;
	}

	.textImg h2 + p
	{
		margin-top: 1.2em;
	}

	p + .button
	{
		margin-top: 30px;
	}

	.text
	{
		margin: 60px 0px;
	}

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

	.gallery
	{
		display: block;
		margin-left: 0;
	}

	.galleryItem
	{
		width: 100%;
		margin-left: 0;
		margin-bottom: 40px;
	}

	.dividerImg
	{
		padding: 80px 0px;
	}

	.text.white
	{
		padding: 60px 0px;
	}

	.white + .withButton
	{
		background-color: #fff;
		margin-top: -90px;
		padding-bottom: 60px;
	}

	#map
	{
		height: 50vh;
		min-height: 130px;
	}

	#footer
	{
		padding: 30px 0px;
	}

	.dividerImg .wrap
	{
		font-size: 2.7em;
	}
}

@media all and (max-width: 700px){
	#mobileHeader .wrap
	{
		height: 80px!important;
	}

	#mobileSpace
	{
		height: 85px!important;
	}

	.pageSection
	{
		padding-top: 80px!important;
		margin-top: -80px!important;
	}

	#oeffnungszeiten
	{
		margin-top: -130px!important;
	}

	#navOpener
	{
		width: 28px!important;
		height: 20px!important;
	}

	.line
	{
		height: 2px!important;
	}

	#mobileNav
	{
		top: 80px!important;
		padding-bottom: 20px!important;
		max-height: calc(100% - 80px)!important;
	}

	#mobileNav strong
	{
		padding-top: 50px!important;
	}

	h2
	{
		font-size: 2.5em;
	}

	h3
	{
		font-size: 1.3em;
	}

	.textFlex h3
	{
		font-size: 1.2em;
	}
}

@media all and (max-width: 860px){
	#copy
	{
		position: relative;
		text-align: center;
		display: block;
	}

	#footerList 
	{
		text-align: center;
	}

	#footerList li
	{
		display: block;
		margin-top: 2px;
		margin-left: 0;
	}
}

@media all and (max-width: 930px){
	.textFlex
	{
		display: block;
		margin-left: 0;
	}

	.textFlexItem
	{
		width: 100%;
		margin-left: 0;
		margin-bottom: 40px;
	}
}

@media all and (max-width: 1150px){
	#header
	{
		display: none;
	}

	#mobileHeader
	{
		background-image: url(schiefer.jpg);
		background-size: cover;
		background-position: center;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10000;
		width: 100%;
		border-bottom: 3px solid #fff;
		display: block;
	}

	#mobileHeader .wrap
	{
		height: 100px;
	}

	#mobileSpace
	{
		height: 110px;
	}

	#mobileLogo
	{
		position: absolute;
		height: 150%;
		left: 50%;
		transform: translateX(-50%);
		padding: 10px;
		z-index: 100;
	}

	#navOpener
	{
		position: absolute;
		width: 32px;
		height: 24px;
		cursor: pointer;
		top: 50%;
		transform: translateY(-50%);
		right: 40px;
	}

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

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

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

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

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

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

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

	#mobileNav
	{
		display: none;
		position: fixed;
		width: 100%;
		top: 100px;
		background-color: #fff;
		left: 0;
		padding: 0px 40px 25px;
		color: var(--darkgrey);
		text-align: center;
		max-height: calc(100% - 100px);
		overflow: auto;
	}

	#mobileNav strong
	{
		display: block;
		padding-top: 60px;
		line-height: 1.3;
		font-weight: 600;
		text-transform: uppercase;
		font-size: 1.2em;
	}

	#mobileNav strong + ul
	{
		margin-top: 0.5em;
	}

	#mobileNav ul li
	{
		list-style: none;
		margin-top: 2px;
	}

	#mobileNav ul li a
	{
		color: var(--darkgrey);
		font-weight: 500;
		letter-spacing: 0.02em;
		text-decoration: none;
	}

	#mobileNav ul + ul
	{
		margin-top: 1em;
	}

	.pageSection
	{
		padding-top: 100px;
		margin-top: -100px;
	}

	#oeffnungszeiten
	{
		margin-top: -180px;
	}

	#flyouts
	{
		position: fixed;
		right: 20px;
		bottom: 80px;
		display: block;
		z-index: 10000;
	}

	.flyout
	{
		display: block;
		width: 48px;
		height: 48px;
		background-color: var(--red);
		border-radius: 100px;
		margin-top: 10px;
		background-size: 50%;
		background-position: center;
		background-repeat: no-repeat;
		transition: all 0.2s;
	}

	.flyout:hover
	{
		transform: scale(1.1);
		background-color: var(--darkred);
	}

	#phone
	{
		background-image: url(phone.svg);
	}

	#lieferando
	{
		background-image: url(lieferando.png);
	}
}