body {
    font-family: Arial, sans-serif;
    background-color: #e6eff5;

}

h1 {
	font-size: 45px;
	line-height: 50px;
	font-style: italic;

}

h3 {
	font-size: 25px;
	text-align: center;
}

/* unvisited link */
a:link {
  color: #005d72;
}

/* visited link */
a:visited {
  color: #5ab88f;
}

/* mouse over link */
a:hover {
  color: #5ab88f;
}

/* selected link */
a:active {
  color: #5ab88f;
}


.container {
    width: 80%;
	max-width: 1024px;
    margin: 0 auto; /* Zentriert die Container */
    /* padding-left: 20px; */
    margin-bottom: 10px;
    border: 0px solid #000;
    box-sizing: border-box; /* Stellt sicher, dass padding und border in der Breite enthalten sind */
}

#header {
	padding: 20px;
    display: flex;
	aline: top;
	background-color: #e6252c;
	box-shadow: 5px 5px 20px #d1dce3;
	margin-top: -10px;
    box-sizing: border-box; 

}

#container1 {
    display: flex;
	padding-left: 20px;

}

#container1 .logo {
    margin-right: 20px;
	width: 40%;
}

#container1 p {
    width: 80%; 
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
}

#container2 {
	padding-left: 20px;
	padding-top: 10px;
    display: flex;
    justify-content: space-between;
	align-items: center;

}


#container2 h1 {

	flex: 1;
	margin: 0;
}


#box1 {
  margin-top: -50px;
  width: 120px;
  height: 227px;
}

#box2 {
  margin-top: -50px;
  width: 120px;
  height: 227px;
}

#box3 {
  margin-top: -50px;
  width: 120px;
  height: 227px;
}

#box4 {  
  margin: 0;
  width: 227px;
  height: auto;
  text-align: right;
}



#container3 {
    /* Hier können zusätzliche Stile für den dritten Container eingefügt werden */
	.box-container {

    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
	


.box {
    flex: 1;
    min-width: 20%;
    max-width: 24%;
    background-color: #fff;
	box-shadow: 5px 5px 20px #d1dce3;
    padding-left: 25px;
	padding-right: 25px;
	margin-top: -5px;
    box-sizing: border-box;
	text-align: center;
}
	
#archiv {
    margin-top: 30px;
	padding-left: 20px;
	font-size: 35px;
	line-height: 35px;	
	display: flex;
  	align-items: center;
  	justify-content: center;
	
}
	


ul {
    list-style-type: none;
    padding: 0;
}

li {
    padding: 5px 0;
	font-size: 16px;
	line-height: 18px;
}


 

