body {
    /* background-color: rgb(81, 124, 135); */
    background-color: rgb(107, 7, 7);
    background-size: cover;
    font-family: Avenir, sans-serif;
    text-align: center;
}

img {
    height: 20%;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    color: rgb(255, 255, 255);
    font-size: 40px;
    font-family: 'Christmas   Classica', sans-serif;
    border-bottom: 1px solid rgb(255, 255, 255);
    text-align: center;
}

input {
    outline-color: rgb(255, 255, 255);
    float: inline-start;
}

p {
    color: rgb(255, 255, 255);
    font-size: large;
    text-align: center;

}


optgroup {
    font-size: 12px;
    font-family: Avenir, sans-serif;
}

option {
    font-size: 12px;
    font-family: Avenir, sans-serif;
}

input {
    background-color: rgb(255, 255, 255);
    border: none;
    border-radius: 2px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: 5px;
    height: 23px;
    width: auto;
    font-family: Avenir, sans-serif;
    color: rgb(0, 0, 0);
}

select {
    background-color: white;
    border: none;
    border-radius: 2px;
    position: relative;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: 5px;
    height: 23px;
    width: max-content;
    font-family: Avenir, sans-serif;
}

button {
    background-color: whitesmoke;
    color: black;
    border: 1px;
    border-radius: 2px;
    position: relative;
    margin-top: auto;
    margin-bottom: 12px;
    font-size: 12px;
    height: 23px;
    width: max-content;
    font-family: Avenir, sans-serif;
}

/* .submit {
    position:fixed;
    right: 30%;
} */

/* table,
th,
td {

    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    border-color: white;
    border-bottom: 1px solid;
    border-collapse: collapse;
    border-radius: 5px;
    text-align: center;
} */

table {
    position: center;
    /* top: 40%;
    left: 65%; */
    width: 10%;
    border-style: none;
    /* border-color: whitesmoke;
    border-collapse: collapse; */
    color: whitesmoke;
    font-size: 20px;
    text-align: center;
	    font-family: Avenir, sans-serif;

}

td {
    height: 20px;
}

th {
    text-align: center;
    margin-inline: 2px;
    width: max-content;
	    font-family: Avenir, sans-serif;

}

a {
    font-size: 14px;
    color: white;
    position: relative;
    text-decoration-line: none;

}

.container {
    position: relative;
    margin-left: 30%;
    width: 40%;
    min-height: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    padding: 0;
    border-color: whitesmoke;
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;
    background-color: rgb(124, 87, 87);
    /* font-family: 'Christmas   Classica', sans-serif; */

}

.container.content {}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.bottomlink {
    position: relative;
    font-family: Avenir, sans-serif;
    margin-bottom: 100px;
    font-size: 12px;
    margin-top: 20%;
}

.home {
    font-size: small;
    text-align: left;
    margin-left: 0;
    /* height: max-content;
    width: 15%; */
}

/* .footer {
    position: relative;
    margin-bottom: 50px;
} */
.dropbtn {
    background-color: whitesmoke;
    color: black;
    font-size: 16px;
    border: none;
    min-height: 30px;
    min-width: 50px;
}

.dropdown {
    /* position: fixed; */
    display: inline-block;
    float: left;
    padding: none;
    text-align: center;
    min-height: 30px;
}

.dropdown-content {
    /*runtergeklappte Liste*/
    display: none;
    position: absolute;
    background-color: whitesmoke;
    min-width: max-content;
    text-align: center;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    /* margin-bottom: 6px; */
    /* z-index: 1; */
}

.dropdown-content a {
    /*runtergeklappte Liste*/
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #ddd
}

.dropdown:hover .submit {
    background-color: #ddd
}

.bottomlink:hover {
    text-decoration-line: underline;
}