/* Folgendes gehört allgemein zu allem: */
body {
    margin: 0;
    background-color: #A2D3ED;
    font-family: "acumin-variable", sans-serif;
    font-variation-settings: "slnt" 0, "wdth" 100, "wght" 350;
}

b {
    font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
}

p {
    padding: 0;
}

a {
    color: black;
}

button {
    border: none;
    background-color: #A2D3ED;
}

#startlogo {
    width: 90%;
    padding-bottom: 40vw;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: center;
}

/* Folgendes gehört zur Home Seite: */
.starttext {
    font-family: "acumin-variable", sans-serif;
    font-variation-settings: "slnt" 0, "wdth" 100, "wght" 350;
    font-size: 90%;
}

#starttext {
    padding-top: 120%;
    padding-bottom: 10%;
    width: 100%;
}

video {
    width: 100%;
    z-index: -1;
}

#logo {
    width: 100%;
    padding-bottom: 40vw;
    position: absolute;
    top: 130%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#infos {
    margin-top: 130%; /* Abstand zu Logo */
    margin-left: 5%;
    margin-right: 5%;
    font-size: 6vw;
    padding-bottom: 5%;
    line-height: 0.5;
}

#buttons {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 10%;
    display: flex;
    justify-content: space-between;
    gap: 2vw;
}

.button {
    flex-grow: 1; 
    min-width: 120px; /* Mindestbreite der Buttons */
    font-family: "acumin-variable", sans-serif;
    font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
    font-size: 3.5vw; /* Schriftgröße passt sich dem Bildschirm an */
    padding-top: 10px;
    padding-bottom: 10px;
    border: 2px solid black;
    background-color: white;
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
    color: black;
    white-space: nowrap; /* Verhindert Zeilenumbrüche im Button */
}

.button:hover {
    background-color: #A2D3ED;
}

/* Folgendes gehört allgemein zu den Seiten: */
.car {
    padding-top: 2vw;
    padding-left: 2vw;
    width: 30%
}

/* Folgendes gehört zur Infos Seite: */
.einleitunginfos {
    margin-left: 5%;
    margin-right: 5%;
    font-family: "acumin-variable", sans-serif;
    font-variation-settings: "slnt" 0, "wdth" 100, "wght" 350;
    font-size: 5vw;
    line-height: 0.4;
}

#bodyinfos {
    background-color: #FFBCA8;
}

#liste {
    padding-top: 10%;
    margin-left: 10%;
    margin-right: 5%;
    margin-bottom: 30%; /*Abstand zu Kontakt*/
    font-size: 4vw;
    line-height: 1.4;
}

.kontakt {
    margin-left: 5%;
    margin-right: 5%;
    font-family: "acumin-variable", sans-serif;
    font-variation-settings: "slnt" 0, "wdth" 100, "wght" 350;
    font-size: 4vw;
    line-height: 0.4;
    text-align: right;
    padding-bottom: 5%;
}

li {
    padding-bottom: 5%;
}

iframe {
    width: 95%;
    height: 50%;
    border: none;
    padding-bottom: 10%;
}

/* Folgendes gehört zur Zu- /Absage Seite: */
#bodyzusage {
    background-color: #FFD5E5;
}

.einleitungzusage {
    margin-left: 5%;
    margin-right: 5%;
    font-family: "acumin-variable", sans-serif;
    font-variation-settings: "slnt" 0, "wdth" 100, "wght" 350;
    font-size: 4vw;
    line-height: 1.1;
    padding-bottom: 20%;
}

.party-response {
    margin-top: 20%;
}

.nameangabe {
    width: 90%;
    margin-bottom: 5%;
}

#abstimmungen {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    display: flex;
    justify-content: space-between;
    gap: 2vw;
}

.abstimmung {
    flex-grow: 1; 
    min-width: 120px; /* Mindestbreite der Buttons */
    font-family: "acumin-variable", sans-serif;
    font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
    font-size: 3.5vw; /* Schriftgröße passt sich dem Bildschirm an */
    padding-top: 10px;
    padding-bottom: 10px;
    border: 2px solid black;
    background-color: white;
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
    color: black;
    white-space: nowrap; /* Verhindert Zeilenumbrüche im Button */
}

.abstimmung:hover {
    background-color: #FFD5E5;
}
button {
    border: none;
}
/* #save-container {
    padding-top: 20%;
} */

#save-button {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 1.3%;
    padding-top: 1%;

    display: flex;
    justify-content: center;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 10%;

    font-family: "acumin-variable", sans-serif;
    font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
    font-size: 5vw; /* Schriftgröße passt sich dem Bildschirm an */

    border: 2px solid black;
    background-color:#fbb7d1;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    color: black;
    white-space: nowrap;
}
.save-button:hover {
    background-color: white;
}

#nummer {
    text-align: left;
    padding-left: 5%;
}

#freumich {
    padding-top: 30%;
    margin-left: 5%;
    margin-right: 5%;
    font-family: "acumin-variable", sans-serif;
    font-variation-settings: "slnt" 0, "wdth" 100, "wght" 500;
    font-size: 5vw;
    line-height: 0.5;
    text-align: right;
}

/* Folgendes gehört zur Merch Seite: */
#bodymerch {
    background-color: #E4EDA2;
}

.einleitungmerch {
    margin-left: 5%;
    margin-right: 5%;
    font-family: "acumin-variable", sans-serif;
    font-variation-settings: "slnt" 0, "wdth" 100, "wght" 350;
    font-size: 4.4vw;
    line-height: 1.1;
}

#holdir {
    padding-top: 5%;
    margin-left: 5%;
    margin-right: 5%;
    font-family: "acumin-variable", sans-serif;
    font-variation-settings: "slnt" 0, "wdth" 100, "wght" 500;
    font-size: 4.4vw;
    line-height: 0.5;
    text-align: right;
}

.shirt-container {
    position: relative;
    display: inline-block;
}

#shirt {
    opacity: 50%;
}

.fragezeichen {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 70vw; /* passt die Größe an */
    color: black; /* oder white, je nach Hintergrund */
    font-family: "acumin-variable", sans-serif;
    font-variation-settings: "slnt" 0, "wdth" 100, "wght" 500;
    pointer-events: none; /* wichtig: Klicks gehen durch das Fragezeichen durch */
}

.kleingedruckt {
    padding-top: 10%;
    padding-bottom: 5%;
    margin-left: 5%;
    margin-right: 5%;
    font-family: "acumin-variable", sans-serif;
    font-variation-settings: "slnt" 0, "wdth" 100, "wght" 350;
    font-size: 4vw;
    line-height: 0.5;
    text-align: right;
}
#zusatz {
    padding-top: 5%;
    line-height: 1.2;
    text-align: left;
}