body, html{
    margin: 0;
    height: 100%;
    font-family: "Calibri", "Helvetica Neue", "sans-serif";
    background-color: #15304b;
}


/****ALLGEMEIN*****/
.height-100{
    height: 100%;
}

.vertical-align-area{
    display: table;
}

.vertical-align-area2{
    display: table-cell;
    vertical-align: middle;
}


/*******LANDING PAGE******/

.background{
    background-image: url("/plattformwasser/javax.faces.resource/images/home.jpg.xhtml?ln=iww-layout");
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    opacity: 0.9;
}

.seethrough{
    background-color: rgba(255, 255, 255, 0.35);
    border-top: 2px solid rgba(255,255,255, 0.7);
    border-bottom: 2px solid rgba(255,255,255, 0.7);
    margin-top: 8rem;
    padding: 60px;
    text-align: center;
}

.logo-box{
    border-radius: 0px;
    background-color: #005982;
    padding: 24px 10px;
    max-width: 38rem;
    min-width: 25rem;
    min-height: 15rem;
    margin: auto;
}

.logo-box-text{
    font-family: "Bahnschrift","Calibri", "Helvetica Neue", "sans-serif" !important;
    font-size: 65px !important;
    color: #ffffff;
}

.logo{
    max-width: 90%;
    height: auto;
}

.trade-mark{
    color: #ffffff;
    font-size: 18px!important;
}

.text-box{
    background-color: rgba(255, 255, 255, 0.85);
    border-left: 2px solid #ff8400;
    text-align: left;
    padding: 1rem;
}



.text{
    font-size: 1.4rem !important;
    color: gray;
}

.button_blue{
    background-color: #005982 !important;
    border-radius: 0.3rem !important;
    font-size: 1.3rem !important;
    align-items: center!important;
}


#footer{
    color: #ffffff;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    width: 98%;
    text-align: left;
    padding: 15px;
}

#footer ul{
    display: inline-table;
    margin: 0;
}

#footer li{
    list-style: none;
}

#footer a{
    color: #ffffff;
}


@media (min-width: 0) and (max-width: 992px){
    .text-box{
        border-left: none;
        padding: 1rem;
    }

    .seethrough{
        padding: 10px;
    }
    
    #footer{
        position: unset;
        bottom: unset;
        width: unset;
    }
}

@media (min-height: 0) and (max-height: 680px){
    #footer{
        position: unset;
        bottom: unset;
        width: unset;
    }
}

@media (min-width: 993px ) and (max-width: 1270px) and (max-height: 800px) {
    #footer{
        position: unset;
        bottom: unset;
        width: unset;
    }
}