
/* Header */
header {
    background: #111;              /* Dunkler Hintergrund */
    padding: 15px ;
    padding-left: 40px;
    padding-right: 29%;

    display: flex;
    align-items: center;
    gap: 118px;                             /**/

    border-bottom: 1px solid #222;

    position: sticky;
    top: 0;

    font-family: Arial, sans-serif;
}

header img {
    height: 60px;
    width: auto;

    margin-right: auto; /* Schiebt Links nach rechts */
}

header a {
    color: #f5f5f5;
    text-decoration: none;

    font-size: 16px;
    font-weight: 500;

    transition: 0.2s ease;
}

header a:hover {
    color: #999;
}

header a:active {
    transform: scale(0.97);
}





h1 {
    margin-top: 3%;
    margin-left: 3%;

    font-family: Verdana, Geneva, Tahoma, sans-serif;
}



.google-forms {
    margin-left: 32%;
}

button {
    background-color: #fe8700ef;
    color: aliceblue;
    border-radius: 5px;

    text-align: center;
    justify-content: center;
    margin-top: 5%;
    position: relative;
    margin-left: 33%;
    margin-bottom: 1%;

    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 230px;
    padding-right: 230px;
}


.antworten a {
    color: aliceblue;
    text-decoration: none;
    font-size: large;
}

.antworten a:hover {
    color: #999;
}



/*Seiteninhalt*/




    