@font-face {
    font-family: Akzidenz grotesk;
    src: url(Akzidenz-grotesk-roman.ttf);
}


body {
    background-color: rgb(240, 242, 218);
    color: black;
    font-family: Akzidenz grotesk, sans-serif;
    font-size: large;
    padding-left: 200px;
    padding-right: 200px; 
    
}

header {
    background-color: rgb(240, 242, 218);
    color: black;
    font-family: Akzidenz grotesk, sans-serif;
    font-size: large;
    font-weight: bolder;
}

.navbar {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-list {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.nav-list li {
    margin: 0 20px;
}

.nav-list li a {
    color: black;
    text-decoration: none;
    font-size: 18px;
}

.nav-list .logo {
    margin: 0 40px;
}

.nav-list .logo img {
    height: 120px; 
}


h1 {
    
    text-align: left;
    font-size: 6ch;
    font-weight: 800;
}

p {
    padding-left: 100px;
    text-align: left;
    padding-top: 10px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;   
}

form {
    width: 700px;
    padding-left: 100px;
}

form li + li {
    margin-top: 1em;
}

label {
    width: 200px;
    text-align: left;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 5px;
    margin-bottom: 1px;
    
}

.radiolabel {
    font-weight: 100;
}

input, select {
    font-family: Akzidenz grotesk, sans-serif;
    font-size: large;
    font-weight: 200;
    background-color: rgb(240, 242, 218);
    border: 1px solid black;
    margin-left: 5px;
    margin-bottom: 20px;
    padding: 10px;
}

fieldset{
    border: 1px solid black;
    color: black;
    margin-top: 20px;
}

legend {
    margin-bottom: 10px;
}

#Datum {
    font-family: Akzidenz grotesk, sans-serif;
    font-size: large;
}

.mybutton {
    width: 200px;
    padding: 10px;
    background: black;
    color: white;
    font-weight: bold;
}

.mybutton:hover {
    background-color: gray;
    color: white;
    border-color: gray;
}

.footer {
    font-family: Akzidenz grotesk, sans-serif;
    color: black;
    padding: 20 px 0;
    bottom: 0;
    width: 100%;
    margin-top: auto;  
}

.footer a {
    color: #000;
    text-decoration: none; 
}

.footer a:hover {
    text-decoration: underline; 
}