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

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

/* mouse over link */
a:hover {
  color: #b72c17;
}
  
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);
    }
  
    
    /* 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;
      }
    }


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


  div.card1 {
    width: 550px;
    padding-top: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    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.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;
}

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