.table_component {
  overflow: auto;
  width: 100%;
}

.table_component table {
  border: 1px solid #dededf;
  height: 100%;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 1px;
  text-align: left;
}

.table_component caption {
  caption-side: top;
  text-align: left;
}

.table_component th {
  border: 1px solid #dededf;
  background-color: #eceff1;
  color: #000000;
  padding: 5px;
}

.table_component td {
  border: 1px solid #dededf;
  background-color: #ffffff;
  color: #000000;
  padding: 5px;
}

.kontaktbody {
  max-width: 1220px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 20px;
  padding: 14px;
  width: calc(100% - 28px);
  margin-top: 50px;
}
.kontaktbody .part1 {
  margin-bottom: 20px;
}
.kontaktbody .part1 h3 {
  margin-bottom: 20px;
}
.kontaktbody .part1 p {
  margin: 0px;
  font-size: 20px;
}
.kontaktbody .part2 h3 {
  margin-bottom: 20px;
}
.kontaktbody .part2 .table_component {
  margin-bottom: 20px;
}

@media screen and (min-width: 1150px) {
  .kontaktbody {
    flex-direction: unset;
    justify-content: space-between;
    width: 100%;
    padding: 30px;
  }
  .kontaktbody .part2 {
    width: 50%;
  }
}/*# sourceMappingURL=kontakt.css.map */