.fupa-tabelle {
    width: 100%;

}

.fupa-tabelle th{
    border-bottom: #aaa solid 2px;
}

.fupa-tabelle td{
    padding: 12px 5px;
    border-bottom: #ccc solid 1px;
}

.cf7-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.cf7-col input,
.cf7-col select,
.cf7-col textarea {
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 680px) {
  .cf7-row {
    grid-template-columns: 1fr;
  }
}

.mitgliedsantrag h3 {
    margin-top: 50px;
}
.mitgliedsantrag .wpcf7-form-control-wrap {
width: 100%;
}
.mitgliedsantrag .wpcf7-list-item {
    width: 100%;
    margin: 5px 0;
}
.mitgliedsantrag input, .mitgliedsantrag select{
    background: white;
    padding: 8px;
    border: #aaa solid 1px;
    border-radius: 7px;
    
    
}
.mitgliedsantrag textarea {
width: 100%;
}
