body {
	margin: 0;
	background-image: url('/images/pts-logo.png'); /* Pfad zum Bild */
	background-color: rgba(0, 0, 0, 0.89);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-color: black; /* Fallback / Lücken schwarz */
	color: white; /* Optional, wenn Text hell sein soll */
}

.container-fluid {
	background-repeat: no-repeat;
	background-size: cover; 
	background-attachment: fixed;
	background-position: center;
	padding: 0rem;
	border-radius: 1rem;
	max-width: 90%;
	margin: 0rem auto;
}
.impressum {
	background-image: url('/images/diary-paper.png'); /* Pfad zum Bild */
	width: 400px;
	background-repeat: no-repeat;
	background-position: center;
	font-family: "Sofia", sans-serif;
	color: #1e0c36;
	padding: 5rem;
	border-radius: 1rem;
}

.text-wrapper {
	background-image: url('/images/diary-paper.png'); /* Pfad zum Bild */
	background-repeat: no-repeat;
	background-position: center;
	width: 400px;
	padding: 5rem;
	border-radius: 1rem;
	margin: 2rem auto;
	font-family: "Sofia", sans-serif;
	color: #1e0c36;
}
p {
	font-size: 18px;
	color: #1e0c36;
}

h3 {color:red}

@media only screen and (max-width: 600px) {
	.text-wrapper {	margin: 1rem auto;}
	.container-fluid {margin: 2rem auto; padding-top: 3rem;}
	p {color: blue}
}
