:root {
  --secondary-page__content-padding-inline: 3.5rem;
}

h1 {
  padding-left: 0;
  margin-bottom: 4.25rem;
}

h1::before {
  left: calc(var(--secondary-page__content-padding-inline) * -1);
}

.secondary-page__content {
  padding-inline: var(--secondary-page__content-padding-inline);
  padding-top: 1.563rem;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.75rem;
  color: #1f1f1f;
}

.secondary-page__content a {
  color: #009bbe;
}

.secondary-page__content a:hover {
  text-decoration: underline;
}

.secondary-page__content > p {
  margin-block: 2.375rem;
}

.secondary-page__content ul {
  list-style-type: disc;
  list-style-position: inside;
  display: flex;
  flex-direction: column;
  row-gap: 1.875rem;
  margin-inline: 0.813rem;
  margin: 2.563rem 0.813rem;
}

.secondary-page__content li::marker {
  color: #35acc7;
}

.secondary-page__content strong {
  font-weight: 500;
  font-size: 2.25rem;
}

.secondary-page__content img {
  max-width:100%;
}

.path {
  font-weight: 300;
  font-size: 1.5rem;
  column-gap: 0.75rem;
  margin-bottom: 3.063rem;
  word-break: break-all;
}

.path > a {
  color: #4e4e4e;
}

.path > a:hover {
  text-decoration: underline;
}

.path > svg {
  height: 0.313rem;
  width: 0.625rem;
  transform: rotate(-90deg);
  fill: #35acc7;
  stroke: #35acc7;
  flex-shrink: 0;
}

.table__container {
  width: 100%;
  overflow-x: auto;
  overflow-y: clip;
  margin-block: 1.938rem 3.25rem;
}

.table__container::-webkit-scrollbar {
  height: 0.938rem;
}

.table__container::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 30px;
}

.table__content {
  font-size: 2rem;
  margin-bottom: 1.438rem;
  border-collapse: collapse;
  line-height: 2.375rem;
}

.table__content tr:nth-child(2n) {
  background-color: #fff;
}

.table__content td {
  padding-block: 0.375rem;
  padding-right: 1.875rem;
}

.table__content td:last-child {
  text-align: end;
}

ul.archiv {
margin-left: 0;}

.archiv li {
list-style: none;
margin-right: 1rem;}

.archiv a {
color: white;
padding: 0.8rem 1.6rem;
background: #009bbe;}

.archiv a:hover {
background: #0484a1;
text-decoration: none;
transition: all 1s;}


@media screen and (max-width: 767px) {
  :root {
    --secondary-page__content-padding-inline: 1.188rem;
  }

  h1 {
    margin-bottom: 2.625rem;
  }

  .secondary-page__content {
    font-size: 1.25rem;
    line-height: 1.438rem;
    padding-top: 0.438rem;
  }

  .path {
    font-size: 0.813rem;
    column-gap: 0.563rem;
    margin-bottom: 1.25rem;
  }

  .secondary-page__content strong {
    font-size: 1.5rem;
  }

  .secondary-page__content ul {
    margin: 1.25rem 1.125rem;
    row-gap: 1.313rem;
  }
}
