







body {
    font-family: Arial, sans-serif;
    text-align: center; /* Überschrift zentrieren */
    background-color: rgba(7, 205, 132, 0.2); 



}
.header {
  position: relative;
}





.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;
}





p:nth-of-type(1) {

    
    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 */


}


/* Liste */
ul {
    list-style-type: disc;
    padding: 0;
}

li {
    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 */
}


.Abschnitt1 {

 
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    margin-top: 5px;
}

.Abschnitt2 {


    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    margin-top: 5px;
}


.Abschnitt3 {

   
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    margin-top: 5px;
}


.links{

   margin-left: -300px;

}


.p {
    background-color:powderblue;
    
    max-width: 800px !important;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    margin-top: 5px;

}



@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;
}
}