:root 
{
	--dark: #151515;
	--wood: #ffcf00;
	--yellow: #ffcf00;
}

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

html
{
	overflow-x: hidden;
}

body 
{
	font-size: 1.05em;
	color: var(--dark);
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 1.7;
	overflow-x: hidden;
}

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

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

h1, h2, h3
{
	font-family: 'Jost', serif;
	line-height: 1.3;
	font-size: 3.5em;
	letter-spacing: 0.05em;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--wood);
}

.wood h2, .wood h3
{
	color: var(--yellow);
}

h2
{
	font-size: 2.3em;
	color: var(--dark);
}

h3
{
	font-size: 1.6em;
	color: var(--wood);
}

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

p + ul
{
	margin-top: 0.5em;
}

h3 + p
{
	margin-top: 0.5em;
}

#header .wrap
{
	max-width: 1200px;
}

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

#header
{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000000;
	background-color: transparent;
	transition: all 0.2s;
}

#header.scrolled
{
	background-color: #fff;
	box-shadow: 0px 0px 40px rgba(0,0,0,0.1);
}

.logo
{
	position: absolute;
	height: 180%;
	padding: 15px 0px;
	background-size: cover;
	background-position: center;
	transition: all 0.2s;
}

#header.scrolled .logo
{
	height: 100%;
}

.colored
{
	opacity: 0;
}

#header.scrolled .white
{
	opacity: 0;
}

#header.scrolled .colored
{
	opacity: 1;
}

#navigation ul
{
	text-align: right;
}

#navigation ul li
{
	display: inline-block;
	margin-left: 30px;
	padding: 50px 0px;
	text-transform: uppercase;
}

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

#navigation ul li a
{
	color: #fff;
	text-decoration: none;
	font-family: 'Jost', serif;
	letter-spacing: 0.02em;
	transition: all 0.2s;
}

#header.scrolled #navigation ul li a
{
	color: var(--dark)
}

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

#opener
{
	width: 100%;
	padding: 240px 0px 75px;
	background-image: url(wood.jpg);
	background-size: auto 100%;
	position: relative;
	overflow: hidden;
}

#opener:after
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.3);
	z-index: 5;
}

#opener .wrap
{
	z-index: 10;
}

#servus
{
	width: 100%;
}

.text
{
	margin: 80px 0px;
	position: relative;
}

.intro
{
	margin-bottom: -40px;
}

.big p, .bewertung p
{
	font-size: 1.4em;
}

.woodSlice
{
	position: absolute;
	top: 40px;
	left: 0px;
	width: 90vh;
	z-index: -10;
	opacity: 0.1;
}

.inline
{
	width: 100%;
	margin-bottom: -7px!important;
}

.wood
{
	padding: 80px 0px;
	background-image: url(wood.jpg);
	background-size: cover;
	background-position: center;
	color: var(--yellow);
}

.wood:after, #footer:after
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.3);
	z-index: 5;
}

.wood .wrap, #footer .wrap
{
	z-index: 20;
}

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

.text.wood p a
{
	display: inline-block;
	font-weight: 400;
	font-family: 'Jost', serif;
	line-height: 1.3;
	letter-spacing: 0.05em;
	color: var(--yellow);
	text-decoration: none;
	transition: all 0.2s;
	border: 2px solid var(--yellow);
	padding: 0.8em 1.5em 0.85em;
	margin-top: 40px;
	border-radius: 0.7em;
	text-align: center;
	text-transform: uppercase;
}

.text.wood p a:hover
{
	background-color: var(--yellow);
	color: #fff;
	border: 2px solid var(--yellow);
	opacity: 1;
}

#footer
{
	background-image: url(wood.jpg);
	background-size: cover;
	background-position: center;
	padding: 40px 0px;
	font-family: 'Jost', serif;
	letter-spacing: 0.02em;
	color: var(--yellow);
	position: relative;
}

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

#footerList
{
	text-align: right;
}

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

#footerList li a
{
	color: var(--yellow);
	text-decoration: none;
	transition: all 0.2s;
	border-bottom: 1px solid transparent;
}

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

#footerSlice
{
	position: absolute;
	width: 85vh;
	right: 0;
	bottom: 0;
	z-index: -100;
	opacity: 0.08;
}

#commentSlider
{
	margin-top: -40px;
}

.headline
{
	font-family: 'Jost', serif;
	letter-spacing: 0.02em;
	font-size: 1.4em;
	line-height: 1.35;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 0.5em;
}

.customer
{
	font-size: 1em;
	margin-top: -0.7rem;
	color: var(--wood);
}

#commentControl
{
	display: flex;
	justify-content: flex-end;
	margin-top: 40px;
}

#commentControl img
{
	width: 20px;
	cursor: pointer;
	margin-right: 20px;
	transition: all 0.2s;
}

#commentControl img:hover
{
	opacity: 0.8;
}

#contact
{
	margin-top: -40px;
}

.text p a, #cookieNotice a, form a, .text ul a
{
	color: var(--wood);
	border-bottom: 1px dashed var(--wood);
	transition: all 0.2s;
	text-decoration: none;
}

.text p a:hover, #cookieNotice a:hover, form a:hover, text ul a:hover
{
	border-bottom: 1px solid var(--wood);
	opacity: 0.8;
}

#contact a
{
	display: inline-block;
	padding-left: 1.7em;
	position: relative;
	line-height: 1.5;
}

#contact a:before
{
	content: "";
	position: absolute;
	width: 1em;
	height: 1em;
	left: 0;
	top: 0.23em;
	background-size: auto 100%;
	background-position: left;
	background-repeat: no-repeat;
}

.mail:before
{
	background-image: url(mail.svg);
}

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

.contactForm:before
{
	background-image: url(form.svg);
}

#cookieNotice
{
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 20px 0px;
	background-color: #fff;
	z-index: 400;
	font-size: 0.8em;
	box-shadow: 0px 0px 40px rgba(0,0,0,0.1);
}

#cookieSpace
{
	position: absolute;
	height: 40px;
}

#cookieCheckboxes strong
{
	text-transform: uppercase;
	font-family: 'Jost', serif;
	letter-spacing: 0.05em;
}

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

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

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

#accepted
{
	color: var(--yellow);
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Jost', serif;
	letter-spacing: 0.05em;
	float: right;
	cursor: pointer;
	transition: all 0.2s;
}

#accepted:hover
{
	opacity: 0.8;
}

#whatsapp
{
	display: none;
}


.slide
{
	height: 55vh;
	max-height: 450px;
	min-height: 160px;
	padding: 0px 5px!important;
}

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

.text.withButton p a
{
	display: inline-block;
	font-weight: 400;
	font-family: 'Jost', serif;
	line-height: 1.3;
	letter-spacing: 0.05em;
	color: var(--wood);
	text-decoration: none;
	transition: all 0.2s;
	border: 2px solid var(--wood);
	padding: 0.8em 1.5em 0.85em;
	border-radius: 0.7em;
	text-align: center;
	text-transform: uppercase;
}

.text.withButton p a:hover
{
	background-color: var(--wood);
	color: #fff;
	opacity: 1;
}

.divider
{
	width: 100%;
	height: 1px;
	background-color: var(--wood);
	opacity: 0.3;
}

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

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

.text ul li
{
	list-style: none;
	position: relative;
	padding-left: 1em;
}

.text ul li:before
{
	content: "";
	position: absolute;
	left: 0;
	top: 0.61em;
	width: 0.45em;
	height: 0.45em;
	background-color: var(--wood);
	border-radius: 100px;
}

#form
{
	max-width: 100%;
	position: relative;
	padding-top: 180px;
	margin-top: -180px;
}

form label
{
	font-family: 'Jost', serif;
	line-height: 1.3;
	letter-spacing: 0.05em;
	font-weight: 600;
	color: var(--wood);
	text-transform: uppercase;
	display: block;
	margin-bottom: 0.5em;
}

input[type = "text"], input[type = "email"], textarea, button
{
	-webkit-appearance: none;
   	-moz-appearance: none;
   	appearance: none;
   	border-radius: 0px;
   	font-size: 1em;
   	width: 100%;
   	border: none;
   	font-family: 'Roboto', sans-serif;
   	line-height: 1.5;
   	color: var(--dark);
   	font-weight: 300;
   	border-radius: 0.7em;
}

input[type = "text"], input[type = "email"], textarea
{
	border: 1px solid rgba(206, 149, 82, 0.3);
	padding: 0.8em;
}

input, textarea
{
	color: var(--dark);
	margin-bottom: 1.5em;
	transition: border-color 0.2s;
}

input:focus, textarea:focus
{
	border-color: var(--wood);
}

textarea
{
	height: 14em;
	resize: none;
}

.alert.alert-danger ul:before
{
	content: "Folgende Fehler sind aufgetreten. Bitte überprüfen Sie Ihre Eingaben.";
	font-weight: 600;
	font-family: 'Jost', serif;
	text-transform: uppercase;
	line-height: 1.3;
	letter-spacing: 0.05em;
	color: red;
	display: block;
	margin-bottom: 0.5em;
}

.alert.alert-danger
{
	margin-bottom: 1.5em;
}

.alert.alert-danger ul li
{
	color: red;
}

.alert.alert-danger ul li:before
{
	background-color: red!important;
}

.checkbox
{
	position: relative;
	padding-left: 1.3em;
}

.checkbox label
{
	font-family: 'Roboto', sans-serif;
	color: var(--dark);
	line-height: 1.6;
	font-weight: 300;
	cursor: pointer;
	text-transform: none;
}

.checkbox input
{
	position: absolute;
	left: 0px;
	top: 0.61em;
	cursor: pointer;
}

button
{
	display: inline-block;
	font-weight: 400;
	font-family: 'Jost', serif;
	line-height: 1.3;
	letter-spacing: 0.05em;
	color: var(--wood);
	text-decoration: none;
	transition: all 0.2s;
	border: 2px solid var(--wood);
	padding: 0.8em 1.5em 0.85em;
	border-radius: 0.7em;
	text-align: center;
	cursor: pointer;
	width: auto;
	margin-top: 1em;
	background-color: transparent;
	text-transform: uppercase;
}

button:hover
{
	background-color: var(--wood);
	color: #fff;
	opacity: 1;
}

#myhammer
{
	text-align: center;
}

#myhammer a
{
	width: 100%!important;
}

.bewertung
{
	background-image: url(quote.svg);
	background-size: 25px;
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 40px;
}

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

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

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

	.headline
	{
		font-size: 1.15em;
	}

	.big p, .bewertung p
	{
		font-size: 1.1em!important;
	}

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

	.imgFlexItem
	{
		width: 100%;
		margin-bottom: 20px;
		margin-left: 0;
	}

	#myhammer
	{
		transform: scale(0.7);
	}

	#myhammer .wrap
	{
		padding: 0;
	}
}

@media all and (max-width: 600px){
	.woodSlice
	{
		top: 20px;
		width: 65vh;
	}

	#copy
	{
		position: relative;
	}

	#footerList
	{
		text-align: left;
		margin-top: 5px;
	}

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

	textarea
	{
		height: 10em;
	}
}

@media all and (max-width: 750px){
	#whatsapp
	{
		display: block;
		position: fixed;
		right: 20px;
		bottom: 50px;
		width: 55px;
		height: 55px;
		background-image: url(whatsapp.svg);
		background-color: #25D366;
		background-size: 50%;
		background-repeat: no-repeat;
		background-position: center;
		border-radius: 100px;
		z-index: 300;
		cursor: pointer;
		box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	}

	.slide
	{
		height: 35vh;
	}
}

@media all and (max-width: 850px){
	h1
	{
		font-size: 2.5em;
	}

	h2
	{
		font-size: 1.8em;
	}

	h3
	{
		font-size: 1.3em;
	}

	.text
	{
		margin: 40px 0px;
	}

	.text.withButton
	{
		margin-top: -20px;
	}

	.text.wood p a
	{
		margin-top: 20px;
	}

	#commentControl
	{
		margin-top: 20px;
	}

	.wood
	{
		padding: 40px 0px;
	}

	.intro
	{
		margin-bottom: -20px;
	}

	#commentSlider, #contact
	{
		margin-top: -20px;
	}

	.big p, .bewertung p
	{
		font-size: 1.2em;
	}

	#footer
	{
		padding: 30px 0px;
	}

	#opener
	{
		padding: 115px 0px 45px!important;
	}
}

@media all and (max-width: 1150px){
	#navigation
	{
		display: none;
		position: fixed;
		width: 100%;
		top: 90px;
		background-color: #fff;
		left: 0;
		padding: 0px 40px;
		max-height: calc(100% - 90px);
		overflow: auto;
	}

	#navigation ul
	{
		padding: 10px 0px 15px;
	}

	#navigation ul li
	{
		padding: 0!important;
		display: block;
		margin-top: 5px;
	}

	#navigation ul li a
	{
		color: var(--dark)!important;
		display: block;
	}

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

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

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

	#header.scrolled .line
	{
		background-color: var(--dark);
	}

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

	#navOpener .line:nth-child(2)
	{
		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: 0;
	}

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

	.logo
	{
		padding: 15px 0px;
	}

	.logo
	{
		height: 100%;
	}

	#opener
	{
		padding: 120px 0px 85px;
	}

	#form
	{
		padding-top: 125px;
		margin-top: -125px;
	}
}

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