body {
	margin: 0px;
	padding: 10px;
	
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #555555;
	background-color: #f2f1f0;
}
#container {
	width: inherit;
	max-width: 1300px;
	margin: 0 auto 0 auto;
}
a {
	color: darkred;
	font-family: inherit;
	text-decoration: none;
}
#kopfleiste {
	width: inherit;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 15px;
	overflow: hidden;
	border-style: solid;
    border-width: 2px;
    border-color: darkgray;
    border-radius: 10px;
	background-color: gainsboro;
    background-color: #FAF9F8;
	-moz-box-shadow: 2px 2px 2px 0px #515151;
	-webkit-box-shadow: 2px 2px 2px 0px #515151;
	box-shadow: 2px 2px 2px 0px #515151;
}
#kopfleiste img {
    max-width: 400px;
    margin-top: 15px;
    margin-bottom: 15px;   
}
#kopfleiste h1 {
    font-size: 4em;
    color: darkred;
    float:right;
    margin-right: 15px;
}
#menu {
    width: inherit;
	padding: 10px;
    background-color: gainsboro;
    border-style: solid;
    border-width: 2px;
    border-color: darkgray;
    border-radius: 10px;
    background-color: #FAF9F8;
	-moz-box-shadow: 2px 2px 2px 0px #515151;
	-webkit-box-shadow: 2px 2px 2px 0px #515151;
	box-shadow: 2px 2px 2px 0px #515151;
}
#menu a {
    font-size: 2em;   
}
#menu a:hover {
	background-color: lightcoral;
}
#menu ul {
	padding: 0px;
	list-style-type: none;   
}
#menu li {
    display: inline;
	padding: 0px 10px 0px 10px;
	font-size: 100%;
}
#menu li.current {
	color: #FAF9F8;
	background-color: darkred;
    font-size: 2em;   
}
section {
	width: auto;
	height: auto;
	overflow: hidden; /*Damit das Layout mit float funktioniert*/
	padding: 20px 0px 20px 0px;	
}
section h1 {
    font-size: 4em;
    color: darkred;
    margin-left: 15px;
}
section h2 {
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    margin-left: 15px;
}
section p {
    font-size: 20px;
    margin-left: 15px;
}

section img {
    width: 360px;
    float: right;
    margin-right: 25px;
    
}
details {
	border: 2px solid darkgray;
    border-radius: 10px;
    background-color: #FAF9F8;
	-moz-box-shadow: 2px 2px 2px 0px #515151;
	-webkit-box-shadow: 2px 2px 2px 0px #515151;
	box-shadow: 2px 2px 2px 0px #515151;
	grid-column: 2 / 3;
	height: min-content;
	transition: all .5s;
}

summary {
	position: relative;
	line-height: 300%;
	padding-left: 5.7em;
    font-size: 20px;
    color: darkred;
}

summary::marker {
	color: transparent;
}

summary::after {
	width: 1rem;
	height: 1em;
	position: absolute;
	top: 0;
	left: 15px;
	color: gray;
	content: '▶';
	font-size: 2em;
	font-weight: bold;
	text-align: right;
	transition: transform .2s;
}

details[open] summary::after {
	transform: translate(5px, 0) rotate(90deg);
	color: gray;
}

details[open] summary {
	background: rgb(255, 235, 230);
    border-radius: 10px;
}

details p {
	padding: .5em;
}

section {
	width: auto;
	height: auto;
	overflow: hidden; /*Damit das Layout mit float funktioniert*/
	padding: 20px 0px 20px 0px;	
}
section1 h1 {
    font-size: 4em;
    color: darkred;
    margin-left: 15px;
}
section1 h2 {
    font-size: 30px;
    line-height: 10px;
    margin-left: 15px;
}
section1 h3 {
    font-size: 40px;
    line-height: 40px;
    margin-left: 15px;
    color: darkred;
}
section1 p {
    font-size: 20px;
    margin-left: 15px;
}

section1 img {
    width: 360px;
    float: right;
    margin-right: 25px;
}
section2 h1 {
    font-size: 4em;
    color: darkred;
    margin-left: 15px;
}
section2 h3 {
    font-size: 30px;
    margin-left: 15px;
}
section2 p {
    color: #555555;
}
section2 img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.box10 {
    width: 400px;
    height: 100px;  
}
.box10 img {
    float: left;
    margin-left: 15px;
    width: 180px;
}
.box10 p {
    margin-left: 210px;
}
.box11 {
    width: 400px;
    height: 130px;    
}
.box11 img {
    float: left;
    margin-left: 15px;
    width: 180px;
}
.box11 p {
    margin-left: 210px;
}
.box12 {
    width: 400px;
    height: 180px;    
}
.box12 img {
    float: left;
    margin-left: 15px;
    width: 180px;
}
.box12 p {
    margin-left: 210px;
}
.box13 {
    width: 400px;
    height: 100px;   
}
.box13 img {
    float: left;
    margin-left: 15px;
    width: 180px;
}
.box13 p {
    margin-left: 210px;
}
footer {
    width: inherit;	
	padding: 0px 15px 0px 15px;
	overflow: hidden;
    display: flex;
    justify-content: space-between;
    background-color: gainsboro;
    border-style: solid;
    border-width: 2px;
    border-color: darkgray;
    border-radius: 10px;
    background-color: #FAF9F8;
	-moz-box-shadow: 2px 2px 2px 0px #515151;
	-webkit-box-shadow: 2px 2px 2px 0px #515151;
	box-shadow: 2px 2px 2px 0px #515151;
}

.box97 {    
    padding: 15px 0px 0px 0px;
    width: 200px;
    height: 80px;
    font-size: 20px;
    color: dimgray;
    clear: left;
}

.box98 {   
    padding: 15px 0px 0px 0px;
    width: 200px;
    height: 80px;
    font-size: 20px;
    color: dimgray;
}
.box98 a {
    color: darkred;
    font-size: 23px;
}

.box99 {    
    width: 200px;
    height: 80px;
    font-size: 20px;
}
.box99 a {
    color: darkred;
    font-size: 23px;
}
.box99 a:hover {
    color: lightcoral;
}




















