body{
    margin: 0;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.dNone{
    display: none !important;
}
.hideDesktop{
    display: none !important;
}
.hideMobile{
    display: flex !important;
}
.dNone{
    display: none !important;
}
input{
    border: unset;
    font-size: 19px;
}
input:focus{
    outline: none;
}
textarea{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
textarea:focus{
    outline: none;
}
header{
    height: 97px;
    width: 100%;
    position: fixed;
    background-color: #4589ff;
    box-shadow: -2px 0px 6px 0px rgb(0, 0, 0, 0.4);
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 5;
}
nav{
    width: 232px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: fixed;
    top: 97px;
    box-shadow: 2px 0px 6px 0px rgb(0, 0, 0, 0.2);
    padding-top: 40px;
    z-index: 4;
}
nav a:last-child{
    margin-top: 400px;
    

}
a{
    text-decoration: none;
    color:black;
}
::-webkit-scrollbar {
    width: 7px;
}
::-webkit-scrollbar-track {
    border-radius: 3px;
}
::-webkit-scrollbar-thumb {
    background: #A8A8A8;
    border-radius: 3px;
}
.head-right{
    display: flex;
    align-items: center;
    color: white;
}
.head-right p{
    margin-right: 26px;
}
.head-right img{
    margin-right: 26px;
}
.head-logo{
    height: 57px;
    margin-left: 39px;
    cursor: pointer;
}
.logout{
    padding: 10px;
    gap: 10px;
    background-color: white;
    color: #005DFF;
    font-weight: 500;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 20px 0px 20px 20px;
    box-shadow: 1px 1px 5px 0px rgb(0, 0, 0, 0.2);
    position: absolute;
    top: 97px;
    right: 40px;
    z-index: 9999;
    
}
.initialHeader{
    color: white;
    height: 42px;
    width: 42px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    margin-right: 32px;
    border: 2px solid white;
    cursor: pointer;
}
.navLink{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #42526E;
    width: 186px;
    height: 46px;
    border-radius: 8px;
    margin: 10px 0;

}
.navLink img{
    margin-right: 20px;
    margin-left: 20%;
}
.activ{
    background-color: #d2e3ff !important;
    border-radius: 10px;
}
.m0{
    margin: 0 !important;
}
.impressumContent{
    position: fixed;
    top: 147px;
    left: 292px;
    bottom: 0;
    margin-right: 50px;
    margin-bottom: 50px;
    overflow: auto;
}
.f45Cblue{
    font-size: 45px;
    color: #4589ff;
}
.f25Cblue{
    font-size: 25px;
    color: #005DFF;
}
.notificationBubble{
    height: 80px;
    width: 400px;
    background-color: #005DFF;
    border-radius: 20px;
    box-shadow: 1px 1px 5px 0px rgb(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    margin: -40px -200px;
    bottom: -50px;
    left: 50%;
    animation-name: notificationBubble;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    z-index: 50;
}
.bubbleMessage{
    color: white;
    display: flex;
    align-items: center;
    font-size: 20px;
    gap: 20px;
}
.bubbleMessage img{
    height: 25px;
}
.succsess{
    border: 2px solid rgb(14, 163, 14);
}
.cursor{
    cursor: pointer;
}