

a:link {
  color: #faf7f7;
  font-size: 18px;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: #faf7f7;
}

/* mouse over link */
a:hover {
  color: #faf7f7;
}

/* selected link */
a:active {
  color: #faf7f7;
}

.nav a:link {
  color: #592c11;
  font-size: 16px;
  text-decoration: none;
}

.nav a:visited {
  color: #592c11;
  font-size: 16px;
  text-decoration: none;
}
  
body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #a82915;
  }
  
  header {
    overflow: hidden;
    background-color: #faf7f7;
    padding: 20px 10px;
    margin: 0px 20px 0px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  nav {
    padding-left: 20px;
  }
  
  article {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #faf7f7;
  margin: 50px 20px 20px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  
  /* Responsive layout - makes the two columns/boxes stack on top of each other instead of next to each other, on small screens */
  @media (max-width: 320px) {
    nav, article {
      width: 100%;
      height: auto;
    }
  }

  p.groove {border-style: groove;}
  
  .flex-container {
    margin-top: 6px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
   
  }
  
  .flex-container > div {
    width: 400px;
    margin: 20px;
    text-align: center;
    line-height: 75px;
    font-size: 30px;
  }

  .flex-container2 {
    display: flex;
    flex-wrap: wrap;
    margin-left: 5px;
  }
  
  .flex-container2 > div {
    width: 320px;
    margin: 0px 10px -5px 0px;
    text-align: center;
    font-size: 10px;
  }

  .stundenplaene {
    margin-top: 6px;
    margin-bottom: 18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .stundenplaene > div {
    width: 40px;
    margin-top: 18px;
    margin-left: 25px;
    margin-bottom: 7px;
    margin-right: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 16px;
  }

  .stundenplaenelp {
    margin-top: 6px;
    margin-bottom: 18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .stundenplaenelp > div {
    width: 50px;
    margin-top: 28px;
    margin-left: 40px;
    margin-bottom: 17px;
    margin-right: 40px;
    text-align: center;
    line-height: 25px;
    font-size: 18px;
  }

  




  .login-form {
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
   
  }
  
  .login-form > div {
    width: 400px;
    margin: 20px;
    text-align: center;
    line-height: 75px;
    font-size: 30px;
  }
  
  /* aarberg.html */
  div.card {
    width: 300px;
    padding-top: 20px;;
    background-color: #faf7f7;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
  }


  /* footer */
  footer {
    background-color: #a82915;
    padding: 2px;
    text-align: center;
    color: white;
  }


.titel {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  text-align: center;
}

.jahreskalender {
  margin-top: 0px;
}