
.header_kursplan{
    display: flex;
    justify-content: center; 
    align-items: center;     
}

.body_content_kurse{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.liste_elemente_kurs{
    font-size: medium;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.list_ordnung{
    font-size: medium;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.header_listen_kurse{
    font-weight: bold;
    font-style: italic;
    font-size: medium;
}

.content_pilates{
    text-align: center;
}

html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color:rgb(245, 206, 210);
}

.body_content_kurse {
  flex: 1;
}

.background_kurse {
    flex: 1;       /* macht den Bereich flexibel */
    display: flex;
    flex-direction: column;
}

.buchungen_kurse{
    color: blue;
}

.header_link{
    font-weight: bold;
    font-size: larger;
}

a {
  font-size: medium;
  color:black;
}

h6{
    margin-top: 50px;
}

.footer_atag{
    color: blue;
    font-size: smaller;
}


footer {
  font-size: small;
  position: static;
  width: 100%;
  text-align: center;
  padding: 10px;
  z-index: 10; /* <-- WICHTIG */
} 