a:link {
  color: #faf7f7;
  font-size: 16px;
  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;
}

section {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #faf7f7;
  margin: 20px 20px 20px 20px;
  padding-top: 10px;
  padding-bottom: 34px;
  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);
  }

    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);
      }

  @media (max-width: 320px) {
    section {
      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;
  }

table {
  border: 1px solid #fff;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 95%;
  table-layout: fixed;
  font-size: 1em;
}

table caption {
  font-size: 1.5em;
  margin: .7em 0 .75em;
}

table tr {
  background-color: #ffffff;
  border: 1px solid #ddd;
  padding: .35em;
}

table th {
  font-size: 0.9em;
  letter-spacing: .05em;
  padding: .65em .65em;
  text-align: left;
}

table td {
  padding: .65em .65em;
  font-size: .9em;
}

@media screen and (max-width: 1024px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

table tbody {
  justify-content: center;
}
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
   
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}


div.card1 {
  width: 1000px;
  padding-top: 20px;
  margin-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;
}

div.card2 {
  width: 640px;
  padding-top: 22px;
  margin-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;
}

div.card3 {
  width: 740px;
  padding-top: 22px;
  margin-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;
}