#Karriere {
  padding: 100px 0;
  background-color: var(--secondary-color);
  margin-top: 20%;
  overflow: auto;
}

#Karriere h2 {
  color: #fff;
  margin: 3rem;
  text-align: center;
}

.career-table {
  width: 100%;
  border-collapse: collapse;
}

.career-table th,
.career-table td {
  padding: 10px;
  border: 1px solid #ccc;
}

.career-table th {
  background-color: #f2f2f2;
  font-weight: bold;
  color: black;
}

@media (max-width: 768px) {
  #Karriere h2 {
    padding-left: 5%;
  }

  .career-table th,
  .career-table td {
    padding: 5px;
  }
}
