.praktische-zaken nav:has(.breadcrumb) {
  position: fixed;
  left: 0;
  top: 80px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  background: #fff;
  padding: 25px 30px;
  line-height: 1;
  z-index: 10;
}

.praktische-zaken .breadcrumb li:first-child {
  display: none;
}

nav:has(.breadcrumb) ol {
  all: unset;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.pk-page .praktische-zaken .breadcrumb-item a {
  font-size: 15px;
  color: #039C54;
  text-decoration: none;
  font-weight: 400;
}

.praktische-zaken .breadcrumb-item a:hover {
  text-decoration: underline;
}

.praktische-zaken h2,
.praktische-zaken h3,
.praktische-zaken h4,
.praktische-zaken h5,
.praktische-zaken h6{
  text-transform: uppercase;
}

.pk-page .praktische-zaken .praktische-zaken__accordion-title{
  margin-bottom:0;
}

.praktische-zaken .breadcrumb-item.active {
  font-size: 15px;
  font-weight: 700;
  color: #039C54;
}

.site-id-1 .praktische-zaken {
  padding: 140px 0 120px 0px;
  background-color:#BEE6EF;
}

.site-id-14 .praktische-zaken {
  padding: 140px 0 120px 0px;
  background-color:#FBFE67;
}

.praktische-zaken__wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--pk-site-gutter, 20px);
}

.praktische-zaken__wysiwyg {
  margin-bottom: 40px;
}

.praktische-zaken__wysiwyg:last-child {
  margin-bottom: 0;
}

.praktische-zaken__wysiwyg h1,
.praktische-zaken__wysiwyg h2,
.praktische-zaken__wysiwyg h3,
.praktische-zaken__wysiwyg h4,
.praktische-zaken__wysiwyg h5,
.praktische-zaken__wysiwyg h6 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #039C54;
}

.praktische-zaken__wysiwyg p {
  margin-bottom: 0px;
  line-height: 1.6;
  color: #039C54;
}

.praktische-zaken__wysiwyg strong {
  color: #039C54;
}

.praktische-zaken__wysiwyg ul,
.praktische-zaken__wysiwyg ol {
  margin-bottom: 16px;
  padding-left: 16px;
  color: #039C54;
}

.praktische-zaken__wysiwyg li {
  margin-bottom: 8px;
  line-height: 1;
  color: #039C54;
}

.praktische-zaken__wysiwyg a {
  color: #039C54;
  text-decoration: underline;
}

.praktische-zaken__wysiwyg a:hover {
  text-decoration: none;
}

.praktische-zaken__accordion-item {
  margin-bottom: 30px;
}

.praktische-zaken .breadcrumb li::after{
  color:#039C54;
}

.praktische-zaken__accordion-item:last-of-type {
  margin-bottom: 0;
}

.praktische-zaken__accordion-header {
  width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  background-color: transparent;
  color: #039C54;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 22px;
  font-weight: 700;
  transition: opacity 0.3s ease;
}

.praktische-zaken__accordion-header:hover {
  opacity: 0.7;
}

.praktische-zaken__accordion-header:focus {
  outline: none;
}

.praktische-zaken__accordion-title {
  text-transform: uppercase;
  color: #039C54;
}

.praktische-zaken__accordion-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19.259px;
  height: 12.42px;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.praktische-zaken__accordion-icon svg {
  width: 19.259px;
  height: 12.42px;
}

.praktische-zaken__accordion-header[aria-expanded="true"] .praktische-zaken__accordion-icon {
  transform: rotate(180deg);
}

.praktische-zaken__accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.praktische-zaken__accordion-content[aria-hidden="false"] {
  max-height: 2000px;
}

.praktische-zaken__accordion-inner {
  padding: 24px 0;
  background-color: #BEE6EF;
}

.praktische-zaken__accordion-inner h2,
.praktische-zaken__accordion-inner h3 {
  margin-top: 0;
  margin-bottom: 16px;
  color: #039C54;
}

.praktische-zaken__accordion-inner p {
  margin-bottom: 16px;
  line-height: 1.6;
  color: #039C54;
}

.praktische-zaken__accordion-inner p:last-child {
  margin-bottom: 0;
}

.praktische-zaken__accordion-inner ul,
.praktische-zaken__accordion-inner ol {
  margin-bottom: 16px;
  padding-left: 24px;
}

.praktische-zaken__accordion-inner li {
  margin-bottom: 8px;
  line-height: 1.6;
  color: #039C54;
}

@media (max-width: 1330px) {
  .pk-page nav:has(.breadcrumb) {
    position: relative !important;
    width: 100%;
    height: fit-content;
    top: 0;
    left: 0;
    writing-mode: horizontal-tb !important;
    transform: none !important;
  }
}

@media (max-width: 1330px) {
  .praktische-zaken {
    padding: 80px 0;
  }

  .praktische-zaken__accordion-header {
    font-size: 18px;
  }

  .praktische-zaken__accordion-inner {
    padding: 20px 0;
  }

  .praktische-zaken__wysiwyg {
    margin-bottom: 30px;
    padding-top:40px;
  }
}
