html {
    font-family: Verdana;
    font-size: 1rem;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    margin-top: 15px;
}

.startHeader {
    margin-top: 5px;
    margin-bottom: 5px;
}

formMessagText {
    color: red;
}

h1 {
    margin-bottom: 30px;
    color: #333333;
    font-size: 26px;
}

h4 {
    margin-top:20px;
    margin-bottom: 20px;
}

h5 {
    margin-top:15px;
    margin-bottom: 15px;
    color: #333333 !important;
}

.navigation {
    margin-left:15px;
    margin-right: 15px;
}

.navigationWarning {
    margin-left:15px;
    margin-right: 15px;
    color: red;
}

select {
    width: auto !important;
}

table {
    margin-top: 40px;
}

@media print {
    .btn, .navigation, .dataTables_length, .dataTables_filter, .pagination {
        display: none;
    }
}

.hidden{
    display: none !important;
}

.hiddenEdit{
    display: none !important;
}

.userForm{
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

.formItems{
    margin: 1rem 2rem;
}

#email_edit, #email {
    min-width: 250px;
}

.choices__list--multiple .choices__item.is-highlighted, .choices__list--multiple .choices__item {
    background-color: #007bff !important;
    border: 1px solid #007bff !important;
}

div.dataTables_wrapper div.dataTables_filter, .pagination {
    text-align: right;
    margin-right: 2em;
}
.dataTables_info, .dataTables_length{
    margin-left: 2em;
}

#navContainer {
    height: 50px;
    background-color: #f0f8ff;
    margin-bottom: 40px;
}

#navContainer a {
    font-size: 1.3rem;
    font-weight: 600;
}

body{
    overflow-x: hidden;
}

.containerProjectDetails {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.invalid-feedback{
    margin-left: 1em;
    font-size: 90%;
}

.projectDetails{
    margin: 1em;
}

.projectDetails p {
    padding: 1em;
}

.form-control-volume {
    border: none;
    border-bottom: 1px black solid;
}

.projectPrint{
    align-self: flex-end;
}

#importNotice {
    color: red;
    background-color: #f0f8ff;
    padding: 15px;
    border: 2px solid darkred;
}

#stage-stamp {
    position: fixed;
    right: 100px;
    top: 10px;
    width: 100px;
    z-index: 9999;
}

#stage-stamp img {
    width: 150px;
}

#importWindowHeadline {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}
#importLogWindow {
    width: 700px;
    height: 400px;
    overflow: auto;
    padding: 10px;
    margin: 20px auto; /* 50px Abstand nach oben, automatisch zentriert horizontal */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); /* sanfter Schatten */
    border-radius: 8px; /* optional: runde Ecken */
    background-color: #fbfbfb; /* damit der Schatten sichtbar ist */
    text-align: left;
    font-size: 12px;
    line-height: 8px;
}

a.hover {
    cursor: pointer !important;
}