header {
	position: sticky;
	display: flex;
	min-height: 100px;
	height: 130px;
	width: auto;
	top: 0;
	left: 0;
	right: 0;
	justify-content: center;
	align-items: center;
	background-color: white;
	border-bottom: 1px solid black;
	z-index: 1;
}
	
div.hdleft {
	width: 20%;
	padding: 10px;
}

div.hdmiddle {
	background-image: url('../icons/Prop_Logo_25.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-attachment: inherit;
	object-fit: cover;
	width: 60%;
	height: 110px;
	padding: 5px;
}

div.hdright {
	width: 20%;
	padding: 30px;
	text-align: right;
}

img {
	user-select: none;
    overflow: hidden; 
	object-fit: cover; /* Alternative: contain */
    object-position: center; /* Bild zentrieren */
}

div.navup {
	position: fixed;
	left: 15px;
	bottom: 105px;
	width: 50px;
	height: 45px;
	border-radius: 10px;
	background-color: #CCA884;
	text-align: center;
	opacity: 0.9;
}

div.navdown {
	position: fixed;
	left: 15px;
	bottom: 55px;
	width: 50px;
	height: 45px;
	border-radius: 10px;
	background-color: #CCA884;
	text-align: center;
	opacity: 0.9;
}

footer {
	position: fixed;
	min-height: 35px;
	bottom: 0;
	left: 0;
	right: 0;
	background: #c82f04;
	text-align: center;
}

li {
    margin: 10px;
}

l1, l2, l3, l4, h1, h2, h3, h4 {
	font-family: Garamond;
}

h1 {
	font-size: 44px;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

h3 {
	font-size: 30px;
	font-weight: bold;
	text-align: left;
}

h4 {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}

l1 {
	font-size: 20px;
	font-color: #000000;
}

l2 {
	font-size: 18px;
	font-color: #000000;
}

l3 {
	font-size: 24px;
	font-weight: bold;
	font-color: #000000;
}

l4 {
	font-size: 18px;
	line-height: 1.3;
	font-color: #000000;
}
button {
	background-color: black;
	color: white;
	padding: 10px 10px 10px 10px;
}

button:hover {
	background-color: #913E2F;
}