body {
    padding-top: 20px;
    padding-bottom: 20px;
}

textarea {
    color: white;
    text-align: left;
    padding: 2%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 95%;
    height: 30%;
    border: 1px solid #246685;
    background-color: transparent;
    font-size: 20px;
    resize: none;
    text-transform: uppercase;
}

textarea:hover {
    box-shadow: 0 0 0.25em gray;
}

.btn {
    width: 90%;
}

.column {
    float: left;
    width: 50%;
}

.column-btn {
    flex-basis: 12em;
    flex-grow: 1;
    max-width: 24em;
    margin-left: auto;
    margin-right: auto;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

#eingabefeld {
    width: 100%;
    height: 500px;
    color: white;
}

.link {
    color: rgb(27, 69, 146);
    font-weight: bold;
}

.link:hover {
    color: rgb(24, 123, 153);
    font-weight: bold;
    cursor: pointer;
}

.buttons {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-top: 1em;
}

p {
    color: white;
    font-family: "open_sans", monospace;
    font-size: 22px;
    text-align: center;
    margin-top: 1.5%;
}

#schluesselFeld {
    min-width: 17em;
    width: 47%;
}

h2 {
    color: white;
    font-family: "open_sans", monospace;
    font-size: 50px;
    text-align: center;
}

/* Druck-Ansicht */
@media print {
    button {
        display: none;
    }

    #Speichern {
        display: none;
    }
}
