 /*######################################################################
# LOGIN_WAM.CSS 
# ----------------------------------------------------------------------
# WEBASMEDIA | Andreas Schoene
# 
# KONFIGURATION
# -----------------------------------
# * Login-Form | Stylesheet
# 
# AENDERUNGEN
# -----------------------------------
# * 27.01.2023 - Erstellung
#
#######################################################################*/

/***********************************************************************
 ***                     Form | Stylesheet                           ***
 ***********************************************************************/

/** Hintergrund **/
*{
    padding: 0;
    margin: 0;
}
body {
    position: relative;
    display: grid;
    text-align: center;
    justify-content: center;
    background: #e6d8c1;
    height: 100%;
    /*background-image: url('../images/WEBASMEDIA_Wartungsseite_1920_1080.jpg');*/
    /*background-image: linear-gradient(to right, #265366 0%, #17323e 60%);*/
    /*background-image: linear-gradient(to right, hsla(198, 46%, 17%, 1) 5%, #265366 50%, hsla(198, 46%, 17%, 1) 95%);  WAM*/
}

/** Logo **/
h1 a {
    background-image: url('../images/wam_logo_quer_ohne_250_105.png') !important;
    background-size: contain !important;    
    /*background-size: 250px 105px;*/
    background-repeat: no-repeat;
    width: 250px; 
    height: 105px; 
}
  
#wam-page {
    height: 100%;
    margin-top: 78px;
} 

#wam-box {
    background-color: rgba(255,255,255,0.5);
    border: 0px solid;
    max-width: 100%;
}  
 
#wam-text {
    font-family: Open Sans !important;
    font-size: 18px;
    padding: 53px 98px;
     /*border auf 3px*/
    text-align: center;
    /*border-top: 1px solid #fff;*/
}

hr {
    width: 100%;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    border: 0 none;
}

/* Footer */
footer ul {
  display: flex;
  justify-content: space-evenly;
}
footer {
  margin-top: 50px;
  list-style: none;
}
footer ul li a {
  color: #fff;
}
footer ul li {
  list-style: none;
}
footer ul li a {
  text-decoration: none;
  color: #fff;
}
footer ul li a:hover{
  color: #fff;
  text-decoration: none;
}
