.taxonomy-tabs {
  padding-bottom: 3.125rem;
}
.taxonomy-tabs__layout {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .taxonomy-tabs__layout {
    grid-template-columns: 1fr 300px;
    align-items: start;
  }
}
@media (min-width: 1200px) {
  .taxonomy-tabs__layout {
    grid-template-columns: 1fr 339px;
    align-items: start;
  }
}
.taxonomy-tabs__nav {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  margin-bottom: 0.9375rem;
}
.taxonomy-tabs__tab {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  cursor: pointer;
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.45;
  color: #1F1F1F;
  padding: 0.5rem 0;
  margin-right: 1.5rem;
  transition: 0.3s ease-in-out;
}
.taxonomy-tabs__tab:hover:not([aria-disabled=true]) {
  color: #006875;
}
.taxonomy-tabs__tab[aria-selected=true] {
  border-bottom: 3px solid #006875;
}
.taxonomy-tabs__tab[aria-disabled=true] {
  color: #767676;
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}
.taxonomy-tabs__panel[hidden] {
  display: none;
}
.taxonomy-tabs__panel-inner .views-row {
  max-width: 885px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-block: 32px;
}
.taxonomy-tabs__panel-inner .views-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.taxonomy-tabs__sidebar {
  margin-top: 30px;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
@media (min-width: 992px) {
  .taxonomy-tabs__sidebar {
    margin-top: 43.8px;
    padding-left: 20px;
  }
}
.taxonomy-tabs__sidebar-title {
  font-family: "Tobias", serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.25;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .taxonomy-tabs__sidebar-title {
    font-size: 1.5rem;
  }
}
.taxonomy-tabs__sidebar-title a {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(#006875, #006875);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 0.3s, color 0.3s;
  padding-bottom: 1px;
}
.taxonomy-tabs__sidebar-title a:hover, .taxonomy-tabs__sidebar-title a:focus {
  background-size: 100% 1px;
  text-decoration: none;
  transition: background-size 0.3s, color 0.3s;
  color: #006875;
}
.taxonomy-tabs__sidebar-title {
  margin-bottom: 18px;
}
.taxonomy-tabs__related-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.taxonomy-tabs__related-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.taxonomy-tabs__related-item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.taxonomy-tabs__related-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #1F1F1F;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.45;
}
@media (min-width: 768px) {
  .taxonomy-tabs__related-link {
    font-size: 1.125rem;
  }
}
.taxonomy-tabs__related-link::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/themes/custom/kilden/build/assets/icons/arrow-link.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  flex-shrink: 0;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.taxonomy-tabs__related-link:hover, .taxonomy-tabs__related-link:focus {
  color: #006875;
  text-decoration: none !important;
}
.taxonomy-tabs__related-link:hover::before, .taxonomy-tabs__related-link:focus::before {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.taxonomy-tabs__related-link {
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.25;
  padding: 18px 0;
  width: 100%;
}

.view--taxonomy-term-tags.view-display-id-page_1 > .view-content,
.view--taxonomy-term-tags.view-display-id-page_1 > .view-footer,
.view--taxonomy-term-tags.view-display-id-page_1 > .attachment {
  display: none;
}
.view--taxonomy-term-tags.view-display-id-page_1 .feed-icons {
  display: none;
}

/*# sourceMappingURL=taxonomy-tabs.css.map*/