.card_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.card_wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.svg_top {
    position: absolute;
    top: 0;
    left: 0;
}
.svg_bottom {
    position: absolute;
    bottom: 0;
    right: 0;
}
.logo_container {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 30px;
    padding-top:50px;
}
.daten_container {
    z-index:5;
    padding-top:20px;
    padding-left: 20%;
    padding-right: 20%;
}
.logo_container img {
    max-height: 200px;
}
.daten_container h1 {
    color: orange;    
}
.daten_container h1.green {
    color: green;    
}
.top_daten {
    padding-left: 10%;
}
li {
    font-size: 24px;
    color: green;
}
a {
    color: green !important;
    text-decoration: none !important;
}
@media only screen and (max-width: 600px) {
  h1 {
    font-size:24px;
    margin-bottom: 10px;
  }
  h2 {
    font-size:16px;
    margin-bottom: 10px;
  }
  li {
      font-size: 16px;
  }
  .daten_container {
    padding-top:10px;
    padding-left: 10%;
    padding-right: 10%;
}
.top_daten {
    padding-left: 5%;
}
}