body {
    font-family: Arial, sans-serif;
    text-align: center; /* Überschrift zentrieren */
    background-color: rgba(7, 205, 132, 0.2); 
}

img {
    width: 400px;
    border-radius: 200px;
    display: block; /* WICHTIG für Zentrierung */
    margin: 0 auto; /* Bild zentrieren */
}


.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;
}


.zurueck-button {
  all: unset;
  position:absolute; 
  top: 40px;
  left: 20px;
  z-index: 1000; /* liegt über anderen Elementen */

}


    
.quellen {
    margin-top: auto; /* Schiebt die Quellen ans Ende */
}




h1 {
    margin-bottom: 20px; /* Abstand unter der Überschrift */
}



.Einleitung p:nth-of-type(1) {
    margin-top: 80px; /* 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 */

}

.Einleitung 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 */
}

.Einleitung p:nth-of-type(3) {
    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 */
}





.Abschnitt1 p {
    margin-top: 0px; /* Mehr Abstand nach unten */
    text-align: justify; /* Optional: schönerer Blocksatz */
    max-width: 700px; /* 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 */
    }


.Abschnitt2 p{
    margin-top: 0px; /* Mehr Abstand nach unten */
    text-align: justify; /* Optional: schönerer Blocksatz */
    max-width: 700px; /* 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 */

}

.Abschnitt3 p{
    margin-top: 0px; /* Mehr Abstand nach unten */
    text-align: justify; /* Optional: schönerer Blocksatz */
    max-width: 700px; /* 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;


}




.container {
    width: 400px;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
}

.container h1 {
    text-align: center;
}

.form-input {
    margin-bottom: 11px;
}

.form-input label {
    display: block;
    margin-bottom: 5px;
}

.form-input input {
    width: 80%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.btn button {
    cursor: pointer;
    background-color: #007BFF;
    transition: background-color 0.4s ease;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 3px;
    font-size: 12px;
}

.guest-card {
    border: 1px solid #ccc;
    padding: 5px;
    margin: 5px 0;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.btn button:hover {
    background-color: #394b5e;
}

.guest-card h2 {
    margin: 0;
}

.guest-card p {
    margin: 5px 0;
}




@media (max-width: 768px) {


.zurueck-button {
    top: 10px;
}

img {

    margin-top: 50px;
}

.Germanflag img{
  position: absolute;
  right: 80px;
  margin-top: 10px;
  width: 25px;
  height: 18px ;
}

.Englandflag img{
  position: absolute;
  margin-top: 10px;
  right: 50px;
  width: 25px;
  height: 18px;
}


.Russianflag img{
  position: absolute;
  margin-top: 10px;
  right: 20px;
  width: 25px;
  height: 18px;
}

}



