.subtitle {
    font-size: 1.7rem;
    font-weight: 200;
    line-height:1.2;
    text-align: center;
    margin-bottom: 40px;
    margin-right: 5px;
    margin-left: 5px;
}

.dashboard_box_title {
    font-size: 1.7rem;
    font-weight: 200;
    line-height:1.2;
    text-align: center;
}

.subtitle2 {
    font-size: 1.2rem;
    font-weight: 180;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 5px;
    margin-left: 5px;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Die volle Höhe des Viewports nutzen */
    margin: 0; /* Körperrand entfernen */
}

footer {
    margin-top: auto; /* Der Footer bleibt am unteren Rand */
}

.error {
    color: red;
}

.success {
    color: green;
}

#info_container {
    /* height: 40px;  */
    position: relative;
}

#info_div { 
    text-align: center;
    /* margin-top: 2rem; */
    opacity: 1;
    transition: opacity 1.5s ease;
}

.maintitle {
    display: flex;
    align-items: baseline;
    justify-content: center; /* Center content horizontally */
    text-align: center;
    font-size: 2.3rem;
    font-weight: 200;
    line-height:1.2;
    margin-bottom: 30px;
    margin-right: 5px;
    margin-left: 5px;
    flex-wrap: wrap;
}

.welcome {
    display: flex;
    align-items: baseline;
    justify-content: center; /* Center content horizontally */
    text-align: center;
    font-size: 4rem;
    font-weight: 200;
    line-height:1.2;
    margin-top: 80px;
    margin-bottom: 30px;
    margin-right: 5px;
    margin-left: 5px;
    flex-wrap: wrap;
}

.welcome .logo {
    margin-top: 0.3em;
    margin-left: 0.17em;
    margin-right: 0.17em;
    height: 1.27em; /* Match the height of the text */
    vertical-align: baseline; /* Align logo to the baseline */
}

h2.rowheader {
    margin-bottom: 1rem;
    margin-top: 1rem;
    text-align: center;
}

.hidden {
  display: none;
}

.form_label {
    color: rgba(var(--bs-body-color-rgb), .65);
    font-size: 0.85em;
}

.big_ass_floating_label {
    max-width: 100%; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    white-space: nowrap;
}

/* jumaberguen related */

body {
    background-image: url('https://upload.wikimedia.org/wikipedia/commons/c/ce/Berguen_von_Crap_Sol_igl_Munts.jpg'); /* Replace 'path/to/your/image.jpg' with the actual path to your image */
    background-size: cover; /* This ensures that the background image covers the entire viewport */
    background-repeat: no-repeat; /* Prevents the background image from repeating */
    /* You can also set other background properties like background-color, background-position, etc. */
}

.container-main {
    background-color: #FFFFFFD0;

    /* padding: 10rem; */
    padding-top: 5rem;
    margin-top: 3rem;
    margin-bottom:0;
    padding-bottom:5rem;
}
