body{
    display: row;
    flex-direction: row;
    border: solid black 1px;
    border-style: fixed;
    border width: 0 1px;
    justify-content: center;
    padding-left: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
}


.ueberschrift{
    text-decoration: underline;
    text-align: center;


}


.linkzeile{
    display: flex;
    text-align: center;
    flex-direction: row;

}

.row {
    margin: auto;
    height: auto !important;
    overflow: hidden !important;
    display:flex;
    width: 80%;
}



.column1 {

  float: left;
  height: 200px;
  width: 50%;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-right: 1px;
}

.column2 {
  float: right;
  margin-left: 100px;
  padding-right: 10%;
  width: 50%;
  text-align: center;

}

.zeile1{
    text-align: left;

}


.zeile2{
    text-align: center;
    color: yellow;
}


.zeile3{
    text-align: right;


}


