body {
	font-family: 'Nunito';
	font-size: 22px;
	color: #212121;
	background-color: #ededed;
}

a {
	text-decoration: none;
	color: #f5501d;
}

p {
	position: relative;
	padding: 100px;
	line-height: 1.2;
}

.text {
	background-color: #fafafa;
	position: fixed;
	display: block;
	float: left;
	margin-left: 50px;
	margin-top: 50px;
	width: calc(50vw - 100px);
	height: calc(100vh - 100px);
	border-radius: 15px;
	overflow: auto;
}

span {
	color: #f5501d;
}

span:hover:after {
	content: "";
	background-image: url(maurice.jpg);
	background-size: cover;
	background-position: center;
	position: absolute;
	margin-top: 25px;
	margin-left: -175px;
	width: 300px;
	height: 450px;
	overflow: hidden;
	border-radius: 15px;
}

.rechts {
	box-sizing: border-box;
	position: absolute;
	right: 50px;
	width: calc(50vw - 100px);
	height: fit-content;
	padding-bottom: 50px;
}

h1 {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	color: #f5501d;
	font-size: 100px;
	line-height: 1;
	z-index: 1;
}

.songs {
	position: relative;
	margin-top: 100px;
	width: 100%;
}

h5 {
	position: relative;
	line-height: 1.4;
	font-size: 25px;
}

iframe {
	position: relative;
	width: 100%;
	border-radius: 15px;
}

h3 {
	margin-top: 0px;
	line-height: 1;
	font-size: calc(20px + 1.8vw);
}

.contact {
	position: relative;
	width: 100%;
	margin-top: 100px;
}

.contact > a {
	width: 100%;
	line-height: 1.8;
	font-size: calc(10px + 1.5vw);
}

.interesse {
	background-color: #fafafa;
	box-sizing: border-box;
	border-radius: 15px;
	color: #212121;
	position: relative;
	margin-top: 100px;
	width: 100%;
	padding: 20px;
}

h4 {
	padding-right: 30px;
	padding-left: 30px;
}

.iconen {
	position: relative;
	height: 40px;
	width: 100%;
}

.iconen > a {
	position: relative;
	height: 100%;
	width: 33%;
	float: left;
}

.iconen > a > img {
	position: absolute;
	height: 100%;
	top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

.divider {
	background-color: #212121;
	position: relative;
	margin-top: 100px;
	width: 90%;
	height: 10px;
	border-radius: 15px;
}
