/* Basis Reset */
/* Grundlegende Basic Styles für die deHei Seite */

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

body {
	background: url("../02_Medien_basis/BG-1b.png")	
    no-repeat 
    center 
	navy; 
	color:  #a04;
	background-size: cover;
}

.kopfzeile {
    display: flex;
    align-items: center;
}

.kopfzeilen-bild {
    max-width: 400px; 
    height: auto;
}

.kopfzeilen-text {
    flex-grow: 1;
    text-align: center;
	font-size: 300%;
	font-family: "Times new Roman", serif;
	font-weight: bolder;
	font-color: black;
}

h1, h2, h3, h4, h5 {
	font-size: 125%;
	font-weight: bolder;
	display: block;
	text-align: center;
	margin: 10px 0;
	padding: 5px;
	border-style: groove;
	border-width: 2pt;
	border-radius: 5px;
}
h1,h2 {
	background: teal;
	color: Khaki;
}

a {
	color: white;
	background: #6C0610;
	text-decoration: none;
	display: inline-block;
	min-width: 85px;
	height: 20px;
	text-align: center;
	margin: 5px;
	padding: 5px;
	border-style: groove;
	border-width: 1pt;
	border-radius: 5px;
	box-shadow: 5px 2px 3px #888;
}

img {
	width: 60%;
	height: auto;
	max-width: 80%;
}

/* Allgemeine Klasse um Elemente in der Mitte zu zentrieren */
.Mitte{
	align-items: center;
	align-content: center;
	align-Text: center;
	margin-left: 20%;
	margin-right: auto;
}