body{
    background: linear-gradient( #e9b600, #af8600);
    font-family: sans-serif;
    text-align: center;
    height: auto;
}

h1{
    font-style: normal;
    color: #4b6584;
}

table {
    border-collapse: collapse;
    text-align: center;
}

#Satz {
    padding: 50px;
    border-radius: 5px;
}

#Auswahl {
    width: 325px;
    text-align: center;
    padding: 5px;
    background: linear-gradient(#fed330, #fcac00);
    box-shadow: 2px 2px 5px #3d3d3d;
    border-radius: 7.5px;
}

#NeuInput {
    text-decoration: none;
}

#padding10 {
    padding-top: 10px;
    padding-bottom: 5px;
}

#dateout{
    border-radius: 5px;
    border-color: #9b9b9b00;
    color: #000000;
    background-color: #00000000;
    text-align: center;
    font-family: sans-serif;
}

.BtnInput {
    border: none;
    border-radius: 0px 7.5px 7.5px 0px;
    margin: 5px 8px 5px 0px;
    padding: 5px 10px 5px 10px;
    color: aliceblue;
    background: linear-gradient(#31475ebe, #1e2831be);
    box-shadow: 0px 1px 5px #2c3e50be;
    font-size: 14px;
    transition-duration: 1s;
}

.BtnInput:hover {
    box-shadow: 0px 1px 20px #2c3e50;
}

.BtnOutput {
    border: none;
    border-radius: 7.5px 0px 0px 7.5px;
    min-width: 200px;
    margin: 5px 0px 5px 8px;
    padding: 5px 10px 5px 10px;
    color: aliceblue;
    background: linear-gradient(#31475e, #1e2831);
    box-shadow: 0px 1px 5px #2c3e50;
    font-size: 14px;
    transition-duration: 0.5s;
}

.BtnOutput:hover {
    box-shadow: 0px 1px 20px #2c3e50;
}

.BtnIndex {
    border: none;
    border-radius: 7.5px;
    min-width: 150px;
    margin: 5px 0px 5px 8px;
    padding: 5px 10px 5px 10px;
    color: aliceblue;
    background: linear-gradient(#31475e, #1e2831);
    box-shadow: 0px 1px 5px #2c3e50;
    font-size: 14px;
    transition-duration: 1s;
}