.category_header {
  display: inline-block;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 30px;
  width: 100%;
}

.category_header h1 {
  font-family: 'GT-Walsheim-bold', 'Open Sans', sans-serif;
    font-weight: normal !important;
    font-size: clamp(50px, 4vw, 60px);
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 30px;
}

.category_header.solo {
  border-bottom: none !important;
}

.green.category_header h1 {
  color: #add400;
}

.green .category_header_arrows {
  background-image: url(../../naturpapiere/headline-dash.svg);
}

.orange.category_header h1 {
  color: #fc9100;
}

.orange .category_header_arrows {
  background-image: url(../../naturpapiere/headline-dash-orange.svg);
}

.blue.category_header h1 {
  color: #0066cc;
}

.blue .category_header_arrows {
  background-image: url(../../naturpapiere/headline-dash-blue.svg);
}

.teal.category_header h1 {
  color: #00ae7c;
}

.teal .category_header_arrows {
  background-image: url(../../naturpapiere/headline-dash-teal.svg);
}

.pink.category_header h1 {
  color: #f30560;
}

.pink .category_header_arrows {
  background-image: url(../../naturpapiere/headline-dash-pink.svg);
}

.black.category_header h1 {
  color: #333;
}

.black .category_header_arrows {
  background-image: url(../../naturpapiere/headline-dash-black.svg);
}

.category_header_headline {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 30px;
}

.category_header_arrows {
    width: 100%;
    height: 22px;
    top: 9px;
    background-size: 22px;
}

.category_header p {
  font-size: 16px;
  line-height: 25px;
  color: #333;
  width: 44%;
  position: relative;
  left: 54.5%;
  margin-top: 30px;
}

.category_footer {
  padding: 60px 0 30px;
}

.category_footer {
  position: relative;
}

.category_footer:after {
  content: '';
  height: 22px;
  width: 100%;
  height: 22px;
  background-size: 22px;
  position: absolute;
  top: 0;
}

.green.category_footer:after {
  background-image: url(../../naturpapiere/headline-dash.svg);
}

.teal.category_footer:after {
  background-image: url(../../naturpapiere/headline-dash-teal.svg);
}

.orange.category_footer:after {
  background-image: url(../../naturpapiere/headline-dash-orange.svg);
}

.blue.category_footer:after {
  background-image: url(../../naturpapiere/headline-dash-blue.svg);
}

.pink.category_footer:after {
  background-image: url(../../naturpapiere/headline-dash-pink.svg);
}

.black.category_footer:after {
  background-image: url(../../naturpapiere/headline-dash-black.svg);
}

.category_footer_flex {
  display: flex;
  flex-direction: row;
  gap: 140px;
}

.category_footer_flex_content {
  with: 90%;
  margin-right: 10%;
}

.category_footer_flex h2 {
  font-family: 'GT-Walsheim-bold', 'Open Sans', sans-serif;
  font-weight: normal !important;
  font-size: clamp(50px, 4vw, 60px);
}

.green .category_footer_flex h2 {
  color: #add400;
}

.orange .category_footer_flex h2 {
  color: #fc9100;
}

.blue .category_footer_flex h2 {
  color: #0066cc;
}

.teal .category_footer_flex h2 {
  color: #00ae7c;
}

.pink .category_footer_flex h2 {
  color: #f30560;
}

.black .category_footer_flex h2 {
  color: #333;
}

.category_footer_flex_content {
  font-size: 16px;
}


.category_footer_flex_content b {
  margin-bottom: 10px;
  display: inline-block;
}

@media (max-width: 840px) {
  .category_footer_flex {
    gap: 100px;
  }
  .category_header {
    margin-top: 207px;
  }
}

@media (max-width: 720px) {
  .category_footer_flex {
    gap: 20px;
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .category_header p {
    left: 0;
    width: 100%;
  }
}