.Titel{
    text-align: center;
    padding: 15px;
    color: black;
    font-weight: bold;
    font-family: 'roboto', sans-serif;
    font-size: 18px;
}

.container{
    display: flex;
    justify-content: center; 
    align-items: center; 
    margin-bottom: 30px;
}

.mybutton{
    text-align: center;
    width: 100%;
    color: white;
    background-color: black;
    font-family: 'roboto', sans-serif;
    font-weight: bold;
    font-size: 16px;
    padding: 5px;
    margin-top: 10px;
}

legend{
    color: black;
    font-weight: bold;
    font-size: 18px;
}

body{
    margin: 40px auto;
    font-family: 'roboto', sans-serif;
    font-variant: small-caps;
    font-size: large;
    width: 700px;
    background-color: #E1F4FC;
}

footer{
    text-align: center;
}

label{
    display: inline-block;
    width: 200px;  
    text-align: right;
    font-weight: bold;
    padding: 5px;

}

input[type=radio] {
    width: 15px;
    margin-left: 220px;
}

.radiotitel{
    display: block;
    width: 200px;
    text-align: right;
    font-weight: bold;
    padding: 5px;
}

.radiolabel{
    display: inline-block;
    text-align: left;
    font-weight: bold;
    padding: 5px;
}


li{
    margin: 1em;
}

input,
textarea,
select{
    font: 1em 'roboto', sans-serif; 
    width: 400px;
    box-sizing: border-box;
    padding: 5px;
}


fieldset{
    margin-bottom: 5px;
    margin-left: 15px;
    margin-right: 15px;
}

form{
    width: 700px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
}

label{
    display: inline-block; 
    text-align: right;
    margin-right: 10px; 
}

textarea{
    display: inline-block; 
    vertical-align: top; 
}