*{
	padding: 0;
	margin: 0;
}

#SideMenu, #DarkSide, #SideNavWrapper, #MenuUeberschrift{
	display: none;
}

#HeaderWrapper{
	height: 70px;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	color: #e6b655;
	background-color: #292929d1;
	font-family: 'Jura', sans-serif;
}

#HeaderWrapper:hover
{
	background-color: #272727eb;
	transition: 0.3s ease-in-out;
}

#HeaderTexts{
	display: flex;
	justify-content: space-between;
	align-content: center;
	padding: 0 0.5em;
}

#HeaderBild{
	height: 23vw;
	background-image: url("/img/header.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

#Logo{
	text-decoration: none;
	color: #e6b655;
	font-size: 3vw;
	font-weight: 600;
	text-transform: uppercase;
}

nav{
	position: fixed;
	right: 0;
	top: 0;
}

nav ul{
	list-style: none;
	white-space:nowrap;
}

nav li, nav a{
	display: inline-block;
	padding: 0.6em 1em;
	border: 3px solid transparent;
	border-radius: 15px;
	text-decoration: none;
	color: white;
	padding:  0.5em;
}

nav a:hover{
	padding: 0.5em;
	border-bottom: 3px solid #e6b655;
	color: #e6b655;
	transition: 0.5s ease-in-out;
}

.current{
	padding: 0.5em;
	border-bottom: 3px solid #e6b655;
	color: #e6b655;
}

#Main{
	margin: auto;
	padding-top: 2em;
	padding-bottom: 2em;
	width: 90%;
	font-family: 'Raleway', sans-serif;
	font-size: 1vw;
}

#Main p, #Main a{
	text-align: justify;
}

#Main a{
	color: #d69e2e;
}

#Main p{
	margin: 0.5em 1.3em 2em 1.3em;
}

#Footer{
	font-family: 'Raleway', sans-serif;
	margin: 2em 0 0 0;
	background-color: #5b5b5b;
}

#FooterContact{
	display: none;
	padding: 1em;
	background-color: ##5b5b5b;
	width: 55%;
	margin: 1em auto;
	border: 1px solid transparent;
	border-radius: 1em;
	text-align: center;
}

#FooterContact h4, #FooterContact p{
	color: white;
}

#FooterContact h4{
	font-size: 2.5em
}

#FooterContact input[type=text], textarea, Button{
	padding: 2em;
	margin: 1em;
}

#FooterContact input[type=text], textarea{
	color: #454545e6;
	border-bottom: 3px solid #e6b655;
	border-right: 3px solid #e6b655;
	border-top: 3px solid transparent;
	border-left: 3px solid transparent;
	border-radius: 10px 0;
}

#FooterContact button{
	color: #454545e6;
	border: 3px solid #e6b655;
	width: 18em;
	border-radius: 10px;
}

#FooterContact button:hover{
	background-color: #e6b655;
	border-radius: 10px;
	transition: 0.2s ease-in-out;
	cursor: pointer;
}

.Hidden{
	display: none;
}

#NameMail{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#NameMail input[type=text]{
	width: 34%;
}

#Al{
	width: 76% !important;
}

#SpamschutzInput{
	display: flex;
	justify-content: center;
}

#FooterTexts li{
	display: inline-block;
	padding: 1em 2em;
}

#FooterTexts a{
	text-decoration: none;
	color: white;
}

#FooterTexts{
	background-color: #404040;
	text-align: center;
	color: white;
	font-size: 0.8em;
}

#Impressum{
	margin: 0.8em;
}

@media only screen and (max-width: 1300px) {
	#Main{
		font-size: 2vw;
	}
}

@media only screen and (max-width: 1100px) {
	#HeaderWrapper{
		height: 12vw;
		display: flex;
		justify-content: space-evenly;
		align-content: center;
	}

	#Logo{
		margin-top: 0.3em;
		font-size: 6vw;
	}

	#HeaderWrapper, #HeaderTexts{
		height: 12vw;
		width: 100%;
		padding-left: 0;
	}

	#HeaderTexts{
		display: flex;
		justify-content: space-evenly;
		align-content: center;
		flex-wrap: nowrap;
	}

	#HeaderBild{
		height: 45vw;
	}

	nav{
		display: none;
	}

	#SideMenu{
		padding-top: 0.2em;
		display: block;
		height: 10vw;
	}

	#SideNav{
		display: block;
		position: fixed;
		left: 0;
		top: 15%;
		width: 70%;
	}

	#SideNav li{
		display: block;
		color: black;
		background-color: #313030;
		padding: 1em 0em 1em 1em;
		border-radius: 0;
		border-bottom: 2px solid #98989852;
	}

	#SideNavWrapper{
		position: fixed;
		height: 100%;
		background-color: #313030;
		width: 70%;
		font-family: 'Jura', sans-serif;
		display: none;
	}

	#SideNavWrapper h4{
		color: white;
		margin: 0.5em 1em;
		font-size: 6vw;
	}
	
	#CloseMenu{
		position: fixed;
		right: 33%;
		top: 0.2em;
		border: 5px solid transparent;
		background-color: transparent;
		border-radius: 5px;
		color: white;
		font-size: 8vw;
		padding: 0 0.2em;
	}

	#DarkSide{
		width: 30%;
		height: 100%;
		position: fixed;
		background-color: #000000b3;
		right: 0;
		display: none;
	}
	
	#Main h1, #Main h2, #Main h3{
		text-align: center;
	}
	
	#Main h2, #Main h3{
		margin-top: 2em;
	}

	#FooterContact{
		width: 90%;
	}
	
	#Al{
		width: 77% !important;
		margin: 1em;
	}

	#vn, #mail{
		width: 77% !important;
	}
	
	#Main p{
		margin: 1em auto;
	}
}	

@media only screen and (max-width: 800px) {
	#Main{
		font-size: 4vw;
	}
	
	#CloseMenu{
		position: fixed;
		right: 33%;
		top: 0.2em;
		border: 5px solid transparent;
		background-color: transparent;
		border-radius: 5px;
		color: white;
		font-size: 8vw;
		padding: 0 0.2em;
	}
}