body {
    font-family: Arial, sans-serif;
    text-align: center; /* Überschrift zentrieren */
    background-color: rgba(7, 205, 132, 0.2); 
}



.zurueck-button {
  all: unset;
  position:absolute; 
  top: 40px;
  left: 20px;
  z-index: 1000; /* liegt über anderen Elementen */

}
    
.Germanflag img{
  position: absolute;
  right: 80px;
  top: 10px;
  width: 25px;
  height: 18px ;
}

.Englandflag img{
  position: absolute;
  top: 10px;
  right: 50px;
  width: 25px;
  height: 18px;
}


.Russianflag img{
  position: absolute;
  top: 10px;
  right: 20px;
  width: 25px;
  height: 18px;
}



.Einstein {
    margin-top: 0px; /* Mehr Abstand nach unten */
    text-align: justify; /* Optional: schönerer Blocksatz */
    max-width: 600px; /* Begrenzte Breite für bessere Lesbarkeit */
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6; /* Erhöht die Zeilenhöhe für bessere Lesbarkeit */
    text-align: justify; /* Blocksatz für ein ordentliches Layout */
    margin-bottom: 0px; /* Abstand nach jedem Absatz */
    }


.Einstein p:nth-of-type(2) {
    background-color: #f8e5c1;  /* Heller Orangeton für das Kästchen */
    border-left: 5px solid #d48f00; /* Farbige linke Umrandung */
    padding: 15px;  /* Innenabstand für bessere Lesbarkeit */
    margin: 20px auto; /* Abstand zu anderen Elementen */
    max-width: 600px; /* Begrenzte Breite */
    font-style: italic; /* Kursiv für das Zitat */
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2); /* Weicher Schatten */

}

.Analyse {
    margin-top: 0px; /* Mehr Abstand nach unten */
    text-align: justify; /* Optional: schönerer Blocksatz */
    max-width: 600px; /* Begrenzte Breite für bessere Lesbarkeit */
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6; /* Erhöht die Zeilenhöhe für bessere Lesbarkeit */
    text-align: justify; /* Blocksatz für ein ordentliches Layout */
    margin-bottom: 0px; /* Abstand nach jedem Absatz */
    }

 .p1 {
    background-color: #f8e5c1;  /* Heller Orangeton für das Kästchen */
    border-left: 5px solid #d48f00; /* Farbige linke Umrandung */
    padding: 15px;  /* Innenabstand für bessere Lesbarkeit */
    margin: 20px auto; /* Abstand zu anderen Elementen */
    max-width: 600px; /* Begrenzte Breite */
    font-style: italic; /* Kursiv für das Zitat */
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2); /* Weicher Schatten */

}


ul {
  list-style: disc; /* entfernt die Punkte */
    padding-left: 10px;  /* entfernt die Einrückung */
    margin-left: 0;   /* entfernt evt. Standard-Margin */
}





    
  




.Quellen p:nth-of-type(1), .Quellen p:nth-of-type(2) {

    text-align: center; /* Optional: schönerer Blocksatz */
    max-width: 1000px; /* Begrenzte Breite für bessere Lesbarkeit */
    margin-left: auto;
    margin-right: auto;


}




@media (max-width: 768px) {

  

.zurueck-button {
  all: unset;
  position:absolute; 
  top: 10px;
  left: 20px;
  z-index: 1000; /* liegt über anderen Elementen */

}

h1 {

    margin-top: 50px;
}

img {
    max-width: 100%;
    height: auto;}
}





