#h2{
    font-family: 'Titillium Web';
    font-size:40px;
    margin:20px 0;
    padding: 0 0 0 0;
}

#logo-header{
    float:left;
}

.login {
  margin: 50px auto;
  width: 320px;
}

.elev-login #logo-image {
  margin: 0 auto 1rem;
  padding-top: 0.5rem;
  text-align: center;
}

.elev-login #logo-image img,
.elev-login-logo {
  margin: 0 auto;
  display: block;
  width: auto;
  max-width: min(200px, 85%);
  max-height: 140px;
  height: auto;
  object-fit: contain;
}

.login form {
  margin: auto;
  padding: 22px 22px 22px 22px;
  width: 100%;
  border-radius: 5px;
  background: #d2dbe6;

  /*background: #054c9b;*/
  /*border-top: 3px solid #434a52;
  border-bottom: 3px solid #434a52;
  border-left: 3px solid #434a52;*/
  border: 2px solid #434a52;
}
/*
.login form span {
  background-color: #red;
  border-radius: 3px 0px 0px 3px;
  border-right: 3px solid #434a52;
  color: #606468;
  display: block;
  float: left;
  line-height: 50px;
  text-align: center;
  width: 50px;
  height: 50px;
}
*/
.login form input[type="text"] {
  background-color: white;
  border-radius: 0px 3px 3px 0px;
  color: #a9a9a9;
  margin-bottom: 1em;
  padding: 0 16px;
  width: 100%;
  height: 40px;
}

.login form input[type="password"] {
  background-color: white;
  border-radius: 0px 3px 3px 0px;
  color: #a9a9a9;
  margin-bottom: 1em;
  padding: 0 16px;
  width: 100%;
  height: 40px;
}

 .login form input[type="submit"] {
  background: #d10728;
  border: 0;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  /*transition: background 0.3s ease-in-out;*/
}


body{
    background-color:snow;
}

#retWsKnap {
  visibility: visible;
}

#visWsUdfyldtKnap {
  visibility: hidden;
}

button{
  background-color: #f7d254;
  border: solid 0.5px black;
  color: black;
  padding: 5px 16px;
  text-decoration: none;
  cursor: pointer;
  font-size: 16px;
  border-radius: 6px;
  box-shadow: 2px 2px #888888;
}

#fravaerIndikator{
  float: right;
}
#groenFravaer{
  visibility:visible;;
  position:absolute;
  top:0px;
  right:0px;
  height:100px;
}
#gulFravaer{
  visibility:visible;
  position:absolute;
  top: 0px;
  right: 0px;
  height:100px;
}
#orangeFravaer{
  visibility:visible;
  position:absolute;
  top:0px;
  right:0px;
  height:100px;
}
#roedFravaer{
  visibility:visible;
  position:absolute;
  top:0px;
  right:0px;
  height:100px;

}
#sortFravaer{
  visibility:visible;
  position:absolute;
  top:0px;
  right:0px;
  height:100px;
}
#tjekBillede{
  position:absolute;
  top: 0px;
  right: 30px;
  height: 50px;
  visibility:hidden;
}
#cardx{
  margin:0% 0% 0% 0%;
  padding: 0% 0% 0% 0%;
}

/* Tabeller i kort skal fylde kortets bredde (især mobil/WebKit) */
body.app-shell .card,
body.app-shell #weekendseddel {
  box-sizing: border-box;
  min-width: 0;
  max-width: 100%;
}

body.app-shell .card table {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  table-layout: fixed;
  border-collapse: collapse;
}

body.app-shell .card table td,
body.app-shell .card table th {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

/*
 * style.css @600px sætter table { display: block } for horisontal scroll på brede
 * tabeller — det får simple kort-tabeller til at krympe. Genskab tabel-layout.
 */
@media screen and (max-width: 600px) {
  body.app-shell .card {
    overflow-x: hidden;
  }

  body.app-shell .card table {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    table-layout: fixed;
    display: table;
    box-sizing: border-box;
    white-space: normal;
  }

  body.app-shell .card table td,
  body.app-shell .card table th {
    max-width: 0;
    white-space: normal;
  }
}