

.bg-main{
    background: rgb(0,10,17);
    background: linear-gradient(180deg, rgba(0,10,17,1) 0%, rgba(0,21,40,1) 25%, rgba(0,10,17,1) 100%);
    background-attachment: fixed;
}

.hh-box{
    color: white;
    background-color: rgba(0, 77, 131, 0.1);
    border-style: solid;
    border-width: 1px;
    border-color: #004d83;
}

.hh-border{
    border-style: solid;
    border-width: 1px;
    border-color: #004d83;
}

.hh-header{
    color: white;
    background-color: rgba(0, 77, 131, 0.3);
    border-color: rgba(0, 77, 131, 0.6);
    border-width: 1px;
    border-style: solid;

}

.hh-footer{
    color: white;
    background-color: rgba(0, 77, 131, 0.3);
    border-color: rgba(0, 77, 131, 0.6);
    border-width: 1px;
    border-style: solid;

}

.vh-100{
    height: 100vh;
}

body{
    color:white;
}

.navbar{
    padding-top: 28px;
    padding-bottom: 15px;
    min-height: 75px;
    border-style: solid;
    border-color: #004d83;
    border-width: 1px 1px 1px 1px;
    background-color: rgba(0, 77, 131, 0.1);
}

.btn-primary{
    background-color: #006ec2;
    border-color: #006ec2;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus{
    background-color: #007bda;
    border-color: #007bda;
}

.btn-success{
    background-color: #009651;
    border-color: #009651;
}

.btn-success:hover, .btn-success:active, .btn-success:focus{
    background-color: #00ba65;
    border-color: #00ba65;
}


.wm-table{
    color: white;
    background-color: rgba(0, 77, 131, 0.1);
    border-color: rgba(0, 77, 131, 0.3);

}


.wm-table th{
    color: white;
    height: 50px;
    vertical-align: middle;
    background-color: rgba(0, 77, 131, 0.3);
    border-color: rgba(0, 77, 131, 0.6);
    border-top-width: 1px;

}
.wm-table td{
    color: white;
    background-color: rgba(0, 77, 131, 0.1);
    border-color: rgba(0, 77, 131, 0.3);
}

.wm-table tr{
    vertical-align: middle;
}

.wm-table-hover:hover{
    color: white;
    background-color: rgba(0, 77, 131, 0.2);
}

.bg-forms{
    padding-top: 35px!important;
    padding-bottom: 35px!important;
    color: white;
    background-color: rgba(0, 77, 131, 0.1);
    border-style: solid;
    border-width: 1px;
    border-color: #004d83;
}

.form-control::placeholder{
    color: slategray!important;
}


.bg-forms .form-control{
    background-color: rgba(0, 77, 131, 0.2);
    color: white;
    border-color: rgba(0, 77, 131, 1);
}

select option{
    background-color: #001c32;
    color: white;
}
select option:hover, select option:active, select option:focus{
    background-color: rgba(0, 77, 131, 0.3)!important;
    color: white;
}

.form-floating{
    vert-align: middle!important;

}
.form-floating:hover, .form-floating:active, .form-floating:focus{
    vert-align: middle!important;

}

.text-profil{
    color: white;
    font-size: 1.2em;
    font-weight: bolder;
    line-height: 35px;

}

td a{
    color: white;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
}
td a:hover, td a:active, td a:focus{
    color: #acdbff;
    text-decoration: none;
    transition: all 0.3s ease
}

.table-cell-50{
    max-width: 50px!important;
    width: 50px!important;
}

.table-cell-half{
    width: 50% !important;
}




.bg-lightblue {
    background-color: #d4f4ff;
}
.bg-lightgreen {
    background-color: #d2ffd2;
}
.bg-lightred {
    background-color: #ffdfe4;
}
.bg-lightyellow {
    background-color: #FFFFE0;
}
.bg-lightorange {
    background-color: #ffc3ab;
}
.bg-lightpurple {
    background-color: #E6E6FA;
}
.bg-lightpink {
    background-color: #FFC0CB;
}
.bg-darkblue {
    background-color: #000a11;
}



.login-container {
    min-height: 100vh;
}
.login-form {
    width: 100%;
    max-width: 400px;
    padding: 30px;
    margin: auto;
    border-style: solid;
    border-width: 1px;
    border-color: #004d83;
}

.text-muted2{
    color: #0067b0;
}

.rainbow-text {
    background: linear-gradient(90deg, red, white, orange, yellow, magenta, green, blue, violet, white, cyan, red, yellow);
    background-size: 400% 400%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: rainbow 10s ease infinite;
}

.text-copyright{
    font-family: sans-serif;
    font-size: 16px;
}

@keyframes rainbow {
    0%,100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.text-green{
    color: #63ffb7;
}
.text-red{
    color: #ff5a5a;
}

.container-staerken, .container-schwaechen{
    padding-top: 15px;
    color: white;
}

/* Tagesstimmung für Interaktionen */

.hh-tagesstimmung{
    display: inline;
    color: white;
    padding: 5px;
    background-color: #002949;
    border-color: rgba(0, 77, 131, 0.6);
    border-width: 1px;
    border-style: solid;
    border-radius: 5px
}

.hh-em



.personal_score{
    font-size: 1.2em;
    font-weight: normal;
    color: white;
}

.nav-tabs{
    border-color: rgba(0, 77, 131, 0.6);
}
.nav-tabs .nav-link{
    background-color: transparent;
    border-color: rgba(0, 77, 131, 0.6);
    font-weight: bolder;
    color: white !important;
}

.nav-tabs .nav-link.active{
    background-color: rgba(0, 77, 131, 0.3);
    border-color: rgba(0, 77, 131, 0.6);
    font-weight: bolder;
    color: white !important;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:active, .nav-tabs .nav-link:focus{
    color: white !important;
    border-color: rgba(0, 77, 131, 0.6);
    background-color: rgba(0, 77, 131, 0.3);
}

hr{
    border-color: rgba(0, 77, 131, 1);
    border-width: 2px;
}

.navbar-nav .nav-item .nav-link{
    color: white;
    font-size: 1.2em;
    transition: all 0.3s ease
}
.navbar-nav .nav-item .nav-link:hover, .navbar-nav .nav-item .nav-link:active, .navbar-nav .nav-item .nav-link:focus{
    color: #acdbff;
    font-size: 1.2em;
    transition: all 0.3s ease;
}

.navbar-brand{
    font-weight: bold;
    font-size: 1.6em;
    margin-left: 25px!important;
}

#footer{
    margin-top: 50px;
    height: 45px;
    vertical-align: middle!important;
    bottom: 0;
    padding-bottom: 25px;
    z-index: -1000;
}

@media screen and (max-width: 770px) {

    body{
        font-size: 0.9em;
    }
    .wm-table tr{
        vertical-align: top;
    }
}

@media screen and (max-width: 990px) {
    .container{
        max-width: 990px!important;
    }

}

@media screen and (max-width: 770px) {
    .navbar-brand{
        font-weight: bold;
        font-size: 1.6em;
        margin-left: 15px!important;
        padding-left: 0px!important;
    }
    .container{
        max-width: 770px;
    }

}

.test{
    color: #da532c
}


/* Blur Effekt */
.wm-blur.blurred {
    filter: blur(5px);  /* Stellt die Unschärfe ein */
    user-select: none; /* Verhindert das Auswählen des Textes */
    pointer-events: none; /* Verhindert, dass der Benutzer mit dem Inhalt interagieren kann */
    color: white!important;
}

.wm-logo{
    width: 55px;
    height: 55px;
    margin-right: 0px;
    padding-right: 0px;
    display: block;
}

.devmode{
    margin-top: -20px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    background-color: black;
    padding: 8px;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: red;
    color: lawngreen;
    font-size: 1em;
    font-weight: normal;
}

/* Special Effects */

.blitz {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #002949;
    display: none;
    z-index: 9999;
}

/* Scroll to Top Button */
.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.hh-inactive{
    opacity: 0.2;
    );

