/* Hintergrundbild mit "Parallax"-Scrolling Effekt*/
body{
	background-image: url("island.jpg");
	background-color: rgba(255, 255, 255, 0.7);
	background-blend-mode: lighten;
	color: #000;

	background-size: cover;
	/* Die folgenden drei Zeilen entfernen, um ein "normales" Hintergrundbild zu verwenden. */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}

/* Menüsteuerung ganz nach vorne (Bug im Quark-Theme) */
nav:hover { z-index: 100; }
nav.dropmenu {
	display:none;
}

/* Angepasstes Farbschema */
h1, h2, h3, h4, h5, h6 {
	color: #274d17;
}

/* Angepasstes Farbschema */
body a, body a:visited {
	color: #CC0000;
}

/* Schwarzer Kopf und Fußzeile */
#header, #footer{
	background: #000 !important;
}

/* Zitate */
blockquote{
	border-left: .1rem solid #000;
}

/* Zentrierte Bilder mit Maximalgröße */
p img{
	float: none;
	margin-right: auto;
	margin-left: auto;
	display: block;
	max-width: 500px;
}

/* Klasse für Bilder im Text */
.rechts{
	float: right;
	max-width: 300px;
}
