@charset "UTF-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;

}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
	color: white;
	text-decoration: underline;
}

a:active{
	background-color: white;
	color: black;
}

a:hover{
	cursor: pointer;
	text-decoration: underline;
}

h1{
	font-size: 2.8em;
}

h2{
	font-size: 2.5em;

}

h3{
	font-size: 2.2em;

}

h4{
	font-size: 1.9em;

}

h5{
	font-size: 1.6em;

}

h6{
	font-size: 1.3em;
}

p{
	font-size: 1em;
}

body{
	background-image: url(../bilder/background.jpg);
	background-size: 2436px 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	font-family: 'Roboto', sans-serif;
	color: white;
	height: 100vh;
	font-size: 17px;
}

@media(min-resolution: 325dpi){
	body{
		font-size: 50px;
		background-image: url(../bilder/background-300dpi.jpg);
		background-size: 2436px 100%;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: center;
	}
	.menu-item{
		padding: 50px 25px;
	}
}


.wrapper{
	width: 100%;
}

.header-logo{
	height: auto;
	width: 35vw;
	margin: 15px;
	margin-bottom: 10vh;
}

#menu{
	width: 7vw;
	height: auto;
	float: right;
	margin: 25px;
}

#wrapper-nav{
	display: none;
	position: fixed;
	top:0;
	right:0;
	height: 100vh;
	width: 100vw;
	background-image: url(../bilder/background.jpg);
	background-size: 2436px 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	overflow: scroll;
}

#navigation{
	text-align: right;
	width: 100vw;
}

.menu-item{
	display: inline-block;
	border: 2px solid white;
	border-radius: 7px;
	font-size: 1.2em;
	width: 70vw;
	padding: 10px 10px;
	margin: 25px 10px;
}

.menu-item:active{
	background-color: white;
	color: black;
}

.close{
	width: 7vw;
	height: auto;
	float: right;
	margin: 25px;
}

#wrapper-nav{
    -webkit-animation-name: fly;
    -webkit-animation-duration: 0.6s;
    animation-name: fly;
    animation-duration: 0.6s;
}

@keyframes fly {
    0% {top:-100vh; left:0px;}
    30% {top: 0px; left: 0px;}
    70% {top: -20px; left: 0px;}
    100% {top: 0px; left: 0px;}
}

@media(max-width: 500px){
	.nav-item{
		font-size: 1em;
	}
}

@media(min-width: 500px) and (max-width: 800px){
	.nav-item{
		font-size: 1.5em;
	}
}

@media(min-width: 800px) and (max-width: 1100px){
	.nav-item{
		font-size: 2em;
	}
}

@media(min-width: 1100px){
	.nav-item{
		font-size: 3em;
	}
}

#active{
	text-decoration: underline;
}



main{
	width: 75vw;
	padding-left: 20vw;
	margin-bottom: 100px;
}

#mobil-icons{
	width: 100%;
	height: auto;
	padding-bottom: 20px;
}

footer{
	width: 100vw;
	height: 50px;
	position: fixed;
	bottom: 0;
	background-color: black;
	box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.8);
}

.nav-liste{
	float: right;
	line-height: 50px;
	margin-right: 10px;
}

.direct-contact{
	width: 10vw;
	position: fixed;
	background-color: black;
	left: 0;
	top: 30vh;
	text-align: center;
}

#telefon{
	width: 6vw !important;
	height: auto;
}

.contact{
	height: auto;
	width: 8vw;
	padding: 5px 0;
}

#border-top{
	border-top: 2px solid white;
	padding-top: 10px;
}

.bold{
	font-weight: bold;
}

#email, #betreff, #inhalt, #name{
	width: 90%;
	margin: 15px 0 15px 0;
	padding-left: 15px;
	height: 40px;
	background-color: white;
	-moz-box-shadow:    inset 0 0 5px #000000;
	-webkit-box-shadow: inset 0 0 5px #000000;
	box-shadow:         inset 0 0 5px #000000;
}

#email:placeholder, #betreff:placeholder, #inhalt:placeholder #name:placeholder{
	color: #8C8C8C;
}

#email:hover, #betreff:hover, #inhalt:hover, #email:focus, #betreff:focus, #inhalt:focus, #name:focus{
	-moz-box-shadow:    inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow:         inset 0 0 10px #000000;
}

#inhalt{
	height: 250px;
	padding-top: 15px;
	resize: vertical;
}

#senden{
	background-color: white;
	padding: 5px 15px;
	border-radius: 10px;
	-moz-box-shadow: inset 0 0 5px #000000;
	-webkit-box-shadow: inset 0 0 5px #000000;
	box-shadow: inset 0 0 5px #000000;
	float: right;
	margin: 0 8% 0 0;
	color: #8C8C8C;
}

#senden:hover{
	-moz-box-shadow:    inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow:         inset 0 0 10px #000000;
}

#senden:active{
	color: black;
}

.garamond{
	font-family: 'EB Garamond', serif;
}

.standort-bild{
	padding-bottom: 15px;
	width: 100%;
	height: auto;
	max-width: 800px;
}

#padding-top{
	padding-top: 50px;
}

.subline-underline{
	border: solid 2px white;
	border-width: 0 0 2px 0;
	padding-bottom: 5px;
	display: inline-block;
	margin: 25px 0;
}

.no-margin-top{
	margin-top: 0;
}

.bullet-liste{
	width: 100%;
	list-style: disc;
}

.bullet-liste>li{
	width: 100%;
	list-style-position: inside;

}

.bullet-liste>li>p{
	width: 100%;
	display: inline;

}

.small-picture{
	float: left;
	width: 32vw;
	height: auto;
	margin: 1vw;
}