body{
font-family: "Nunito"; 
display:grid; 
grid-gap: 0.5em 0.5em; 
grid-template-rows: auto; 
grid-template-columns: auto repeat(5, 1fr); 
grid-template-areas: 
"logo header header header header header"
"logo nav nav nav nav nav "
"main main main main main main"
"main main main main main main"
"footer footer footer footer footer footer";
}

h1, h2, h3 {
	font-family: "Fredoka", "Nunito", sans-serif; 
	font-weight: 600; 
	margin: 0;
}

.logo{
	grid-area:logo; 
	background-color: #E0F7E9;  
	font-style:arial;
	place-self: center;
}
.header{
	grid-area: header; 
	background-color:#E0F7E9; 
	font-style:arial;
	display: flex; 
	justify-content: center; 
	align-items: center; 
}

.nav{
	grid-area:nav; 
	height:50px;
	background-color:#F8BBD0;
}
.main{
	grid-area: main; 
	background-color: #E6F4FA; 
	padding:2em; 
	font-style:arial;
	padding-left: 140px;
	padding-right: 140px;
}


/* Der Block für das Bild (rechts) */
.main-image {
    float: right;
    width: 45%; /* Nimmt etwas weniger als die Hälfte ein */
	position: relative;
}

/* Stellt sicher, dass das Bild in seinen Container passt */
.main-image img {
    width: 100%;
    height: auto;
}

.koerper-silhouette {
	width: 100%;
}

.organ-bild  {
	position: absolute;
	display: none; 
	z-index: 10; 
}

#gehirn-bild {
	top: -60px; 
	left: 130px;
	width: 270px;
}

#lunge-bild {
	top: 200px; 
	left: 130px;
	width: 260px;
	z-index: 3;
}

#herz-bild {
	top: 265px; 
	left: 200px;
	width: 140px;
	z-index: 6;
}

#leber-bild {
	top: 340px; 
	left: 130px;
	width: 200px;
	z-index: 4; 
}

#magen-bild {
	top: 330px; 
	left: 170px;
	width: 220px;
	z-index: 2;
}

#nieren-bild {
	top: 420px; 
	left: 175px;
	width: 170px;
	z-index: 5; 
}

#darm-bild {
	top: 440px; 
	left: 147px;
	width: 228px;
	z-index: 1; 
}

/* Räumt das Layout nach den Spalten wieder auf */
.clear-float {
    clear: both;
}

.infokasten {
	display: none; 
	position: absolute; 
	background-color: white; 
	border: 3px solid #F8BBD0; 
	border-radius: 10px; 
	padding: 5px; 
	width: 200px; 
	z-index: 8; 
}	

.infokasten h4,
.infokasten p {
    margin: 0; 
    margin-bottom: 5px; 
    padding: 0; 
}

#gehirn-info {
	top: 180px;
	left: 1100px;
}

#lunge-info {
	top: 337px;
	left: 1080px;
}

#herz-info {
	top: 450px;
	left: 1120px;
}

#leber-info {
	top: 450px;
	left: 730px;
}

#magen-info {
	top: 400px;
	left: 1120px;
}

#nieren-info {
	top: 400px;
	left: 1120px;
}

#darm-info {
	top: 400px;
	left: 1120px;
}

.info-link  {
	display: block;
	text-align: center;  
	font-weight: bold;
	color: #F8BBD0
}

.footer{
	grid-area: footer; 
	background-color:#E0F7E9; 
	color:black; 
	padding: 25px 0;
    display: flex; 
    align-items: center;
    justify-content: flex-start;
    padding-left: 140px;
}

.footer-links {
    display: flex;
    align-items: center; 
    justify-content: flex-start; 
    padding-left: 140px;
	list-style: none; 
	gap: 40px; 
}

.footer-links a {
    color: #333; 
    text-decoration: none;
    font-weight: bold;
    font-family: "Fredoka", sans-serif;
    font-size: 16px;
    transition: color 0.2s; 
}

.copyright {
    margin: 0;
    font-size: 14px;
    color: #777;
	margin-right: 120px;
}

.button1{background-color: #F8BBD0;
	width:200px;
	height:50px;
	display:inline-block;
	text-align:center;
	line-height:50px;
	font-family:"Fredoka", sans-serif;
	font-weight:bold;
	font-size:17px;
	color:black;
	border-bottom-left-radius:18px;
	border-bottom-right-radius:18px;
	border-top-left-radius:18px;
	border-top-right-radius:18px;
	text-decoration:none;
	vertical-align: middle; 
}	
	
.button2{background-color: #F8BBD0;
	width:250px;
	height:50px;
	display:inline-block;
	text-align:center;
	line-height:50px;
	font-family:"Fredoka", sans-serif;
	font-weight:bold;
	font-size:17px;
	color:black;
	border-bottom-left-radius:18px;
	border-bottom-right-radius:18px;
	border-top-left-radius:18px;
	border-top-right-radius:18px;
	text-decoration:none;
	vertical-align: middle; 
}

.dropdown{
	position: relative;
	display: inline-block;
	vertical-align: top; 
}

.dropdown-content{
	display: none; 
	position: absolute; 
	background-color: #F8BBD0; 
	min-width: 250px; 
	z-index: 1; 
	border-radius: 18px;
}

.dropdown-content a {
	color: black; 
	font-family: "Fredoka", sans-serif; 
	padding: 12px 16px; 
	text-decoration: none; 
	display: block; 
	text-align: left; 
	height: auto; 
	line-height: normal; 
	border-radius: 18px;
}
	
/* Der Hauptcontainer für alle Button-Reihen */
.organ-button-container {
    text-align: center; /* Zentriert die Überschrift und die Button-Reihen */
    width: 100%;
}

/* Styling für eine einzelne Button-Reihe */
.button-reihe {
    display: flex;             /* Macht die Buttons zu einer Reihe */
    justify-content: center;   /* Zentriert die Buttons als Gruppe */
    margin-bottom: 15px;       /* Abstand zwischen den Reihen */
    gap: 15px;                 /* Abstand zwischen den Buttons */
}

.button3{background-color: #FFEEDA;
	border: 10px #FFEEDA solid;
	width:200px;
	height:50px;
	display:inline-block;
	text-align:center;
	line-height:30px;
	font-family:"Fredoka", sans-serif;
	font-weight:bold;
	font-size:17px;
	color:black;
	border-bottom-left-radius:18px;
	border-bottom-right-radius:18px;
	border-top-left-radius:18px;
	border-top-right-radius:18px;
	text-decoration:none;
}	
.text-section {
    background-color: #ffffff;  
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 30px;        

    
    overflow: auto; 
	
	

