﻿/*.pagefooter {
    bottom: 0;
    height:80px;
    width: 100%;
    position: absolute;
}
.antragsliste {
    height: calc(100vh - 90px);
    overflow-x: hidden;
    background: #fafafa;
    z-index: 100;
    box-shadow: -5px 7px 16px 8px rgb(0 0 0 / 25%);

}
.listAddress {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
    color: #212529;
    border: #343a40;
    border-width: 1px;
    border-radius: 8px;
    border-style: solid;
    padding: 3px;
    margin-bottom: 2px;
    cursor: pointer;
}
::-webkit-scrollbar {
    width: 0;*/ /* Remove scrollbar space */
    /*background: transparent;*/ /* Optional: just make scrollbar invisible */
/*}

.mediumtext {
    font-size: medium;
}

.a {
    text-decoration: none;
}
.rightAlign{
    float:right;
}
    */ 
.imageBackground {
    background: url("/assets/olav-desktop-background.jpg") no-repeat top center;
    background-size: cover;
    display: block;
    align-items: flex-start;
    justify-content: center;
    height:100vh;
}

.logincontainer{
    padding-top:30vh;
}

.smallErrorMessage {
    color: red;
    font-size: medium;
}