/* Custom styles */
body {
    background-color: #0B3250; /* Dark blue background for body */
    color: #ffffff; /* White text */
    margin: 10 auto; /* Center the body horizontally */
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.navbar {
    background-color: #f8f9fa !important; /* Light gray background for navbar */
}
.content-area {
    background-color: #1e416e; /* Dark blue background for content area */
    padding: 20px;
    border-radius: 5px;
    margin-top: 20px;
}

.abstand1{
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    .container {
        min-width: 99%;
        max-width: 99%;
    }
}

@media (min-width: 992px) {
    .container {
        min-width: 99%;
        max-width: 99%;
    }
}

@media (min-width: 1200px) {
    .container {
        min-width: 99%;
        max-width: 99%;
    }
}

.xcrud{
    color: #000000; /* White text */
    background-color: #f8f9fa;
    width: 99%;
}

.xcrud-container{
    margin: 10px;
}


.wochentag{
    color: lightblue;
    margin-bottom: 10px;
    font-size: 1.2em;
}

.tourenplan{
    margin-top: 10px;
    font-size: 2.0em;
}

.offeneposten{
    margin-top: 10px;
    font-size: 2.0em;
}

.username{
    font-size: 0.8em;
}

.ueb1{
    margin-top: 10px;
    font-size: 2.0em;
}

.ueb2{
    margin-top: 10px;
    font-size: 1.5em;
}

.ueb3{
    margin-top: 10px;
    font-size: 1.0em;
}

.benutzerdaten{
    color:black;    
}

.modal-content{
    color:black; 
}

.ueb{
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1.2em;
}

.vhtablefont{
    margin-left: 10px;
    color: #1e416e;
}
