body {
	background-image: linear-gradient(-45deg, #002faf, #02a0c4, #58009c, #58008f, #1400ac);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	height: auto;
	padding-top: 57px;

}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

.navbar {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	padding-bottom: 10px;
}

.text-container {
	margin-bottom: 15px;
}

.text-container label {
	display: block;
	margin-bottom: 5px;
	color: #fffcfc;
}

.text-container input,
.text-container textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #ffffff;
	border-radius: 5px;
	font-size: 16px;
	box-sizing: border-box;
}

.text-container input:focus,
.text-container textarea:focus {
	outline: none;
	border-color: #e426e8;
}

#pic {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 50%;
	height: auto;
	position: relative;
	margin: auto;
}

#pic img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
}

.vid {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 20px 0;
}

.vid iframe {
	max-width: 100%;
	height: auto;
	border: none;
	border-radius: 10px;
}

/* Medienanfragen für kleinere Bildschirme */
@media (max-width: 768px) {
	.hobby {
		padding: 10px;

	}

	.navbar-nav {
		float: none;
		margin: 0 auto;
	}
}

#Kontakt {
	text-align: center;
	color: #ffffff;
	font-size: 40px;
	margin-top: 100px;
}

.hobby {
	color: #ffffff;
	margin-top: 100px;
	font-size: 40px;
}

h1 {
	font-size: 90px;
	scroll-margin-top: 70px;
}

img {
	width: 100%;
}

label {
	font-size: 20px;
	margin-right: 10px;

}

.insta {
	color: #ffffff;
	text-align: center;
	height: 60px;
	width: 60px;
	position: relative;
}

.tiktok {
	color: #ffffff;
	text-align: center;
	height: 80px;
	width: 80px;
	margin-left: 100px;
	padding-bottom: 30px;	
	position: relative;
	bottom: 10px;
}

h2 {
	color: white;
	font-size: 15px;
}

@media only screen and (max-width: 500px) {
	.g-recaptcha {
		transform: scale(0.77);
		transform-origin: 0 0;
	}
}

.button2{
	width: 200px;
	height: 200px;
	position: relative;
	bottom: 1px;
	color: aqua;
	margin: auto;
}