
.wrapper{
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 20px;
    display: block;
    justify-content: center;
    text-align: center;
}
.wrapper h2{
    text-align: center;
    font-style:oblique;
    font-weight: bold;
}
.betont{
    color: chocolate;
    font-weight: bolder;
}

.kurs_datum{
    font-size: medium;
    font-style: oblique;
    font-style: italic;
    font-weight: bolder;
    text-decoration: underline;
}
.Container{
    margin-top: 50px;
}
.zoom-container-isa-img-homepage{
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    height: 100%;
}

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

ul {
  list-style-position: inside;
}

em{
    font-weight: bold;
    font-size: larger;
}

span{
    font-size: medium;
}

footer{
  font-size: small;
  display: flex;
  -ms-text-combine-horizontal: all;
  position: relative;
  bottom:0;
  z-index: 10;
}