body {
    font-family: 'Roboto' ,'Open Sans', sans-serif, sans-serif;
    margin: 0;
    background: rgb(22, 22, 22);
    height: auto;
}

html {
    font-size: 18px;
}
h1,
h2 {
    font-family: Arial, sans-serif;
}

#logo{
    margin-left: 20px;

}

#logo img{
    height: 70px;
    margin-top: 10px;
}
header {
    position: fixed;
    width: 100%;
    height: 80px;
    z-index: 1000;
    display: flex;
    top: 0%;
}

nav.head {
    right: 0;
    top: -7px;
    position: absolute;
    justify-content: space-around;
}

nav.head ul {
    list-style-type: none;
    text-align: right;
    margin: 0;
    margin-right: 50px;
    padding: 0;
}

nav.head ul li {
    display:inline-block;
    
}

nav.head ul li a {
    text-decoration: none;
    color: white;
    padding: 0 20px;
    font-size: 20px;
    line-height: 100px;
    display: block;
}


nav.head ul li:nth-of-type(3) a {
    color: rgb(214, 79, 255);
    border-bottom: solid rgb(214, 79, 255);
    height: 87px;
}


header nav.head ul li:hover a {
    background: rgba(224, 224, 224, 0.363);
    color: violet;
    height: 87px;
}

.container{
    text-align: center;
    color: white;
    font-size: 18px;
}

.container p{
    margin: 0 auto 0 auto;
    margin-top: 60px;
    text-align: justify;
    width: 77%;
}
.container h1{
    text-transform: uppercase;
    color: rgb(214, 79, 255);
    text-align: center;
    margin-top: 160px;
    letter-spacing: 2px;
    font-size: 50px;
}

h2{
    color: rgb(214, 79, 255);
}

label{
    font-weight: bold;
}

#formContainerOne{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 30px;
}

#formContainerOne label{
    margin-bottom: 4vh;
    text-align: center;
    display: block;
}

#formContainerOne select{
    margin-bottom: 4vh;
    text-align: center;
    background: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2.7px rgba(128, 128, 128, 0.74) solid;
    outline: none;
}

select:hover{
    border-bottom: 2.7px rgb(214, 79, 255) solid;
    cursor: pointer;
}

option{
    background: rgb(22, 22, 22);
    border: none !important;
}

option:hover{
    background:  rgb(22, 22, 22) !important;
    color: rgb(214, 79, 255);
}

#eigeneWahl{
    margin-bottom: 4vh;
    text-align: center;
    background: none;
    border-top: none;
    border-left: none;
    border-right: none;
    margin-left: 10px;
    outline: none;
}

#formContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 30px;

}

#formContainer input {
    margin-bottom: 4vh;
    width: 320px;
    text-align: center;
    border-right: none;
    border-top: none;
    border-left: none;
    background-color:transparent;
    outline: none;
    color: white;
    caret-color: white;  
}


#formContainer input:nth-of-type(6) {
    width: 120px;
}

#formContainer input:nth-of-type(4) {
    max-width: 120px;
}

#formContainer input:nth-of-type(9) {
    border: solid rgb(214, 79, 255);
    border-radius: 5px;
    width: 320px;
    padding: 5px;
    outline: none;
    transition: 0.25s;

}

#bestätigen:hover,
#bestätigen:focus {
  box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
  transform: translateY(-0.25em);
  background: rgb(214, 79, 255);


}



input[type=text]::placeholder {
    text-align: center;
    color: rgb(172, 172, 172);
    font-family: 'Roboto', sans-serif;
}

input:focus{
    border-color: rgb(214, 79, 255);
}

.low {
    border-top: 1px solid #bbb;
    margin-top: 200px;
}

.low ul {
    list-style-type: none;
    text-align: right;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 50px;
    padding: 0;
}

.low ul li {
    display:inline-block;
    
}

.low ul li a {
    text-decoration: none;
    color: white;
    padding: 0 20px;
    display: block;
}