body {
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 20px;

    background-color: cadetblue;
}


.fs-4 {
    color: black;
}

.border1 {
    border-bottom-style: solid;
    border-bottom-color: black;
    border-bottom-width: 1px;
    margin-bottom: 30px;
}

.border2 {
    border-top-style: solid;
    border-top-color: black;
    border-top-width: 1px;
    margin-top: 10px;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 25px;
}

.lesen {
    color: white;
    background-color: black;
}

table, th, td {
    border: 1px solid;
}

th, td {
    text-align: center;
    padding: 10px;
}

table {
    width: 100%;
}
.datum {
    width: 100px;
}

.farbe:hover {
    background-color: blanchedalmond;
    color: black;
    font-weight: bold;
}

.farbe {
    color: black;
    transition-duration: 0.15s;
    font-weight: bold;
}

.farbe2:hover {
    color: white;
    background-color: #000;
}

.farbe3:hover {
    color: white;
    background-color: black;
}

.farbe3 {
    color: black;
    background-color: white;
}

.dropbtn {
    color: black;
    transition-duration: 0.15s;
    font-weight: bold;
    background-color: cadetblue;
    border: none;
}

.dropbtn:hover {
    background-color: blanchedalmond;
    color: black;
    font-weight: bold;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;

}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    z-index: 1;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 5px;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
    font-weight: normal;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: oldlace;
    font-weight: normal;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown:hover .dropbtn {
    background-color: blanchedalmond;
}

.farbe4 {
    color: black;
    transition-duration: 0.15s;
}

.farbe4:hover {
    background-color: blanchedalmond;
    color: black;
}

.buttonx {
    background-color: #c7dbd2;
    color: black;
    border-color: #c7dbd2;
}

.buttonx:hover {
    background-color: black;
    color: white;
    border-color: black;
}

.buttonx:active {
    background-color: black!important;
    color: white!important;
    border-color: black!important;
}

.form-control:focus {
    border-color: #dee2e6;
    box-shadow: 0px 0px 0px cadetblue;

}
.logout {
    color: black;
    transition-duration: 0.15s;
    font-weight: bold;
}

.logout:hover {
    color: white;
    font-weight: bold;
    background-color: crimson;
}

.hallohallihallo {
    border-color: black;
    background-color: black;
    color: white;
}

.hallohallihallo:hover {
    background-color: #c7dbd2;
    color: black;
}

.github {
    background-color: white;
    color: black;
}

.github:hover {
    background-color: black;
    color: white;
}
