h1 {
    color: #000000;
}

.title {
    margin-bottom: 20px;
}

.headertext {
    font-size: 30px;
    color: #FEDC00;
    margin: auto;
    padding-right: 10px;
    padding-top: 5px;
}
.dpDienst {
    padding: 10px;
    width: 235px;
    height: 25px;
    background-color: darkgrey;
    border: 3px solid grey;

    color: white;
    font-weight: bold;
    font-size: 14px;

    display: flex;
    align-items: center;
    justify-content: center;
}

@media print {
    body {
        -webkit-print-color-adjust: exact !important;
    }

    .dpDienst {
        padding: 5px;
        width: 235px;
        height: 20px;

        font-size: 11px;
        font-weight: normal;
    }

    .dienstplaninfo {
        font-size: 14px !important;
        margin-bottom: 10px;
        font-weight: bold;
        -webkit-print-color-adjust: exact !important;
    }
}

.dienstplaninfo {
    font-size: 36px;
    font-weight: bold;
}

.dpDienstDisabled {
    background-color: #000000;
    border: 3px solid #000000;
}

.dpItem {
    vertical-align: center;
}

.table-sonntag {
    background-color: #ffe37f !important;
}

#saveSchedule {
    margin-top: 10px;
    margin-bottom: 30px;
}

input[type="checkbox"]{
    width: 20px; /*Desired width*/
    height: 20px; /*Desired height*/
}

.otherroles {
    margin-top: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.dienstbtn {
    background-color: #555555 !important;
    color: white !important;
    border: 1px solid #555555;
}

.btn:hover {
    background-color: #FEDC00 !important;
    color: black !important;
    border: 1px solid #FEDC00 !important;
}

.btn:active {
    background-color: #FEDC00 !important;
    color: black !important;
    border: 1px solid #FEDC00 !important;
}

.dienstbtn-active {
    background-color: #FEDC00 !important;
    color: black !important;
    border: 1px solid #FEDC00;
}

.header img {
    float: left;
    background: #555;
}

.header h1 {
    position: relative;
    top: 50px;
    left: 10px;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}