body { margin: 0px; }

/*NAVBAR*/
.nav {
	top: 20px;
	position: fixed;
	width: 100%;
	font-weight: bold;
	color: white;
	z-index: 2;
}

.nav li {
	display: inline-block;
	font-family: "Century Gothic";
	font-size: 18px;
	border-radius: 5px;
	padding: 2.5px 20px;
	margin: 5px 20px;
	cursor: pointer;
	transition: color 0.5s ease;
}

.nav a {
	color: white;
}

.active, .nav li:hover {
	color: #333;
	background-color: #fff;
}

/*HEAD*/

.head {
	overflow: hidden;
	width: 100%;
	height: 650px;
	object-fit: cover;
	border-bottom: 1px solid #fff;
}

.title {
	position: absolute;
	top: 190px;
	width: 100%;
	font-family: 'Pacifico', cursive;
	font-size: 112px;
	color: #fff;
}
.subtitle {
	position: absolute;
	left: 50%;
	top: 350px;
	padding: 2.5px 30px;
	font-family: 'Century Gothic';
	font-size: 16px;
	color: #333;
	background-color: #fff;
	border-radius: 5px;
	font-weight: bold;
}
/*HEAD IMG PREVIEW*/
.kreis {
	display: inline-block;
	position: absolute;
	top: 448px;
	left: 50%;
	margin-left: -205px;
	height: 400px;
	width: 400px;
	border-radius: 100%;
	border: 2px solid #fff;
}

.kreis img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	border-radius: 100%;
	object-fit: cover;
	width: 100%;
	height: 400px;
	background-color: #777
}

.prev {left: 50%; margin-left: -250px;}

.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 642px;
	width: 28px;
	padding: 16px 16px;
	margin-top: -22px;
	color: black;
	font-weight: bold;
	font-size: 24px;
	transition: 0.6s ease;
	border-radius: 3px;
	user-select: none;
	right: 50%;
	margin-right: -250px;
	font-size: 25px;
}

/*CONTENT*/
main {
	margin: 5px;
	margin-top: 205px;
	font-family: "Century Gothic";
}

main img {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 5px;
}

.email { cursor: pointer; }