

body {
    font-family: Arial, sans-serif;
    text-align: center; /* Überschrift zentrieren */
    background-color: rgba(7, 205, 132, 0.2); 
}


    
.quellen {
    margin-top: auto; /* Schiebt die Quellen ans Ende */
}


.Germanflag img{
    all: unset;;
  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;
}










.Einleitung {
    margin-top: 30px; /* Mehr Abstand nach unten */
    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 */

}



.Einleitung p:nth-of-type(2) {
    background-color: #f8e5c1;  /* Heller Orangeton für das Kästchen */
    text-align: left;
    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 */
}

.Einleitung p:nth-of-type(3) {
    background-color: #f8e5c1;  /* Heller Orangeton für das Kästchen */
    text-align: left;
    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 */
}






.moeglich {

    margin-top: 40px; /* 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 */


}


.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;


}
