

#html {
	height: 100%;
}

#body {
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;	
}

#header {
	margin-top:5px;
	height: 100px;
	width: 100%;
	background-repeat: no-repeat;
	font-size:80px;
	text-align: center;

}

header:hover{
	background-color:#eeeeee;
	color: #bfbec0;
	font-size:80px;
	
}

#nav{
	width: 100%;
	height: 143px;
	background-color: #eeeeee;
	border: 3px black;
}

nav ul li{
	float: left;
	list-style: none;
	position: relative;
}

nav ul li a{
	font-family: Arial;
	color: black;
	font-size: 13px;
	text-decoration: none;
	padding: 28px;
	display: block;
}


nav ul li a:hover{
	background-color: darkgrey;
	font-size:13px;
}

nav ul li ul{
	display: none;
	position: absolute;
	background-color: grey;
	padding: 7px;
	border-radius: 0px 0px 12px 12px;
}

nav ul li ul li a{
	color:white;
	padding:16px 20px ;
	border-radius: 10px;
}

nav ul li ul li a:hover{
	background-color: white;
	border-radius: 3px;
	font-size:20px;
} 
	
	
nav ul li:hover ul{
	display: block;
}

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,600;1,300&family=Source+Serif+Pro:wght@300;600&display=swap');
.namen {
	font-size: 20px;
	font-family: arial,
}





#article {
	width: 100%;
	height: 1000px;
	background-color: #eeeeee;
	margin-top: 30px;
	border-radius: 12px;
	color:black;
	padding-top: 10px;
	padding-left: 5px;
	position:relative;
}

#footer{
	width:100%;
	background-color: #bfbec0;
	height: 80px;
	margin-top:10px;
	border-radius: 12px;
	text-align:center;
	font-size:13px;
	font-family:'Cormorant Garamond', serif;
}

.text{
	font-size:23px;
	font-family:Arial;
}
.starttext{
	font-family:Arial;
	font-size:30px;
	text-align:center;
}

.textimpressum{
	font-family:'Cormorant Garamond', serif;
	font-size:20px;
	text-align:center;
	margin-top:370px;
}

.textimpressum:hover {
	background-color:#eeeeee;
	color: black;
	font-size:50px;
	margin-top:340px;
}
	

.bilddesign{
	margin-top:50px;
	align-items:center;
}


.bildmontage{
	margin-top:50px;
	margin-left:5%;
}

.startvideo{
	margin-top:60px;
	margin-left:3%;
}

.designtext{
	font-size:16px;
	font-family:Arial;
}
	