:root {
  --_colors---primary: #2c71fe;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

a {
  color: #000;
  text-decoration: none;
}

.heading {
  text-align: center;
  font-size: 72px;
  font-weight: 300;
  line-height: 72px;
}

.body {
  background-color: #fff;
  flex-flow: column;
  padding-top: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 13px;
  display: flex;
  overflow: visible;
}

.div-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 16px;
  font-size: 13px;
}

/* Override Webflow column system for CSS Grid */
.div-block .w-col,
.collection-list-3 .w-col {
  float: none !important;
  width: auto !important;
  position: static !important;
  padding: 0 !important;
}

@media screen and (max-width: 991px) {
  .div-block {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .collection-list-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.tile_titel {
  color: #000;
  margin-top: 2px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.guideline {
  cursor: auto;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  padding: 16px 20px 20px 16px;
  display: flex;
  flex-direction: column;
  align-items: center; /* Bilder horizontal zentrieren */
  height: 100%; /* Für CSS Grid: Fülle die komplette Grid-Cell-Höhe */
}

.guideline:hover {
  border-color: var(--_colors---primary);
  background-color: #eaf1ff;
}

.tile_bild {
  max-width: 174px;
  padding-bottom: 10px;
  text-decoration: none;
}

.tile_kategorie {
  color: var(--_colors---primary);
  font-size: 12px;
}

.subtitle {
  color: #5f5f5f;
  text-align: center;
  max-width: 800px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

.container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 960px;
  display: flex;
}

.container.schmal {
  max-width: 800px;
}

.tile_text {
  color: #525252;
  text-overflow: clip;
  white-space: normal;
  font-family: "Source Sans 3", sans-serif;
  font-size: 15px !important;
  font-weight: 400;
  line-height: 21px;
  overflow: visible;
}

/* Ensure tile text in detail pages stays 15px */
.tile_text.w-richtext,
.tile_text.w-richtext p {
  font-size: 15px !important;
  font-weight: 400 !important;
}

/* Truncate-multi CSS entfernt - verwenden jetzt optimierte 120-Zeichen-Zusammenfassungen */

.tile_beschreibung {
  font-family: "Source Sans 3", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  color: #525252;
}

.tile_link {
  color: #dc006d;
  font-size: 12px;
}

.toggle-button {
  border-radius: 20px;
  flex-flow: row;
  display: flex;
}

.toggle-button-actuve {
  text-transform: uppercase;
  background-color: #000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  height: 44px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.toggle-button-actuve.notselected {
  background-color: #fff;
  border: 1px solid #000;
}

.toggle-button_inactive {
  color: #000;
  text-transform: uppercase;
  border: 1px solid #000;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  justify-content: center;
  align-items: center;
  min-width: 230px;
  height: 44px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.toggle-button_inactive:hover {
  background-color: var(--_colors---primary);
}

.toggle-button_inactive.selected {
  background-color: #000;
}

.toggle-button_left-text {
  color: #fff;
}

.toggle-button_left-text.selected {
  color: #fff;
}

.toggle-button_left-text.unselected {
  color: #000;
}

.toggle-button_right-text.selected {
  color: #fff;
}

.toggle-button_right-text.unselected {
  color: #000;
}

.filters {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  margin-bottom: 10px;
  padding: 30px 28px 40px;
  display: flex;
}

.filter {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.search {
  border: 1px solid #e0dcdc;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 280px;
  height: 40px;
  padding-left: 12px;
  padding-right: 8px;
  font-size: 15px;
  display: flex;
}

.detail_header {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: sticky;
  top: 0;
}

.text-block {
  color: #9b9b9b;
  flex: 1;
}

.image {
  width: 24px;
  height: 24px;
}

.text-block-2 {
  flex: 1;
}

.page {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  font-family: Roboto;
  display: flex;
}

.dialog {
  border-radius: 16px;
  flex-flow: column;
  flex: 1;
  max-width: 640px;
  max-height: 80vh;
  padding: 24px 35px 35px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 13px #0003;
}

.h4 {
  font-weight: 400;
}

/* Override h4 element font weight to regular */
h4 {
  font-weight: normal !important;
}

/* Make h4 inside detail sections same size as body text */
.detail_description h4 {
  font-size: 18px !important;
  line-height: 23px !important;
  font-weight: 400 !important;
  margin-top: 24px;
  margin-bottom: 10px;
}

/* H4 als erstes Element (direkt nach H2) hat keinen oberen Abstand */
.detail_description h4:first-child {
  margin-top: 0 !important;
}

.div-block-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dialog_guideline {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: clip;
}

.dialog_image {
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 200px;
  display: flex;
}

.prinzip {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  cursor: auto;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center; /* Bilder horizontal zentrieren */
  padding: 16px 20px 20px 16px;
  display: flex;
  height: 100%; /* Für CSS Grid: Fülle die komplette Grid-Cell-Höhe */
}

.prinzip:hover {
  border-color: var(--_colors---primary);
  background-color: #eaf1ff;
}

.div-block-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-top: 8px;
  display: flex;
}

.div-block-7 {
  display: flex;
}

.div-block-8 {
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 16px;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.reference {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 12px;
  margin-bottom: 20px;
  padding: 16px;
  display: flex;
}

.reference:hover {
  box-shadow: 0 2px 5px #00000012;
}

.div-block-9 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px solid #dfdfdf;
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  margin-top: 8px;
  padding: 10px 8px;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.div-block-12 {
  padding-left: 24px;
}

.body-detail {
  padding-top: 0;
  padding-right: 0;
  font-family: "Source Sans 3", sans-serif;
}

.collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: block;
}

.collection-item {
  flex-flow: column;
  display: flex;
}

.div-block-13 {
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: flex;
}

.guidelines {
  width: 100%;
}

.collection-item-2 {
  flex-flow: column;
  display: flex;
  position: relative;
}

.collection-item-2 .link-block-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.guideline-collection-list {
  flex-flow: wrap;
  display: flex;
}

.spacer {
  flex: 1;
  height: 2px;
}

.button_primary {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 44px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  display: flex;
}

.button_primary:hover {
  background-color: var(--_colors---primary);
}

.button_primary.secundary {
  color: #333;
  background-color: #e4e4e4;
}

.button_primary.white {
  color: #000;
  -webkit-text-stroke-color: #000;
  background-color: #fff;
}

.button_primary.white:hover {
  background-color: var(--_colors---primary);
  color: #fff;
}

.collection_container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.detail_description {
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}

.detail_description.evidenz {
  font-size: 18px;
  line-height: 23px;
}

.detail_description.training {
  padding-top: 90px;
}

.detail_header2 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.detail_header1 {
  z-index: 100;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 300;
  line-height: 46px;
  position: static;
}

.overlay_wrapper {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  transition: transform .2s;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
  box-shadow: 0 2px 7px #0003;
}

.overlay_image-wrapper {
  justify-content: center;
  align-items: flex-start;
  padding: 0 32px 23px 0;
  display: flex;
}

.backlink {
  font-size: 15px;
  text-decoration: none;
}

.vertical-spacer {
  flex: 1;
  width: 5px;
}

.tile-kategorie {
  color: var(--_colors---primary);
  text-transform: uppercase;
  padding-right: 8px;
  position: sticky;
}

.collection-list-3 {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 24px !important;
}

/* Override Webflow's w-row styling that conflicts with CSS Grid */
.collection-list-3.w-row {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 24px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.collection-list-3.w-row:before,
.collection-list-3.w-row:after {
  display: none !important;
  content: none !important;
}

.collection-item-3 {
  flex-flow: column;
  display: flex;
}

.overlay_content-wrapper {
  max-height: 660px;
  margin-top: 0;
  padding-bottom: 18px;
  overflow: auto;
}

.guideline-item_content-wrapper {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.detail_body {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
  overflow: hidden;
}

.overlay_header {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.overlay_close_wrapper {
  cursor: pointer;
  margin-right: -21px;
  padding: 12px;
}

.detail_image {
  max-width: 370px;
  display: block;
}

.overlay {
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  max-width: 820px;
  padding: 0 24px 24px;
  display: flex;
  box-shadow: 0 2px 9px #0003;
}

.overlay_center {
  z-index: 100;
  cursor: auto;
  background-color: #00000036;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.image-3 {
  position: fixed;
}

.collection-list-4 {
  flex-flow: column;
  display: flex;
}

.div-block-14 {
  display: flex;
}

.overlay_body_right {
  flex: 1;
  padding-left: 32px;
}

.overlay_body_left {
  flex: 1;
  padding-right: 32px;
}

.detail_category {
  color: var(--_colors---primary);
  margin-top: 6px;
  font-size: 16px;
  text-transform: uppercase;
}

.empty-state {
  display: none;
}

.logo-gross {
  margin-left: -8px;
}

.detail {
  max-width: 680px;
  padding-top: 150px;
  padding-bottom: 40px;
}

.back-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #333;
  cursor: pointer;
  background-color: #dadada;
  border-radius: 8px;
  padding: 6px 16px 6px 4px;
  display: flex;
}

.back-button:hover {
  background-color: #c9c6c6;
}

.back-button_wrapper {
  padding-bottom: 16px;
  display: flex;
}

.collection-list-wrapper-2 {
  flex-flow: column;
  margin-top: 0;
  display: flex;
}

.div-block-15 {
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 2px;
  display: flex;
}

.detail_footer {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.button_sendary {
  cursor: pointer;
  background-color: #f0f0f0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 44px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.button_sendary:hover {
  background-color: #dbdbdb;
}

.div-block-16 {
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding-top: 10px;
  display: flex;
}

.div-block-17 {
  display: flex;
}

.div-block-18 {
  flex: 1;
}

.bild_gross {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.div-block-20 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.content {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 39px;
  display: flex;
}

.seminar {
  color: #dd006d;
  text-align: center;
  margin-top: 20px;
  margin-bottom: -10px;
  font-size: 22px;
  font-weight: 300;
}

.div-block-21 {
  padding-top: 16px;
}

.text-block-3 {
  font-weight: 600;
}

.text-block-4 {
  font-size: 18px;
  font-weight: 300;
}

.div-block-22 {
  border: 1px solid #000;
  border-radius: 0;
  flex-flow: column;
  width: 560px;
  margin-top: 28px;
  padding: 0 16px 16px;
  display: flex;
}

.div-block-23 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  max-width: 480px;
  padding-top: 28px;
  display: flex;
}

.div-block-24 {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-4 {
  width: 200px;
}

.div-block-25 {
  width: 560px;
}

.list-item {
  padding-bottom: 5px;
}

.field-label {
  font-weight: 300;
}

.submit-button {
  border-radius: 5px;
}

.input {
  border-radius: 8px;
}

.input.area {
  min-height: 100px;
}

.tags {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.tag {
  cursor: pointer;
  background-color: #f0f0f0;
  border-radius: 0;
  padding: 8px 16px;
  font-size: 15px;
}

.tag:hover {
  background-color: var(--_colors---primary);
  color: #fff;
}

.tag.selected {
  color: #fff;
  background-color: #000;
}

.tag.selected:hover {
  background-color: var(--_colors---primary);
}

.evidenz-wrapper {
  background-color: #f1f1f1;
  border-radius: 16px;
  margin-top: 20px;
  padding: 10px 20px 20px;
}

.div-block-26 {
  flex-flow: row;
  display: flex;
}

.link-block {
  display: flex;
}

.link-block.w--current {
  height: 50px;
}

.form-block {
  display: flex;
}

.form {
  margin-left: 43px;
  display: flex;
}

.text-field {
  border: 1px solid #dc006d;
  border-radius: 20px;
  height: 50px;
}

.submit-button-2 {
  background-color: #cfcfcf;
  height: 50px;
}

.header {
  background-color: #000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 86px;
  display: flex;
}

.header_wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 960px;
  height: 100%;
  display: flex;
  position: sticky;
}

.image-5 {
  width: 145px;
  min-width: 145px;
  height: 62px;
}

.page_header-wrapper {
  padding-top: 38px;
}

.page-header {
  max-width: 800px;
}

.button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 44px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  display: flex;
}

.button:hover {
  background-color: var(--_colors---primary);
}

.button.secundary {
  color: #333;
  background-color: #e4e4e4;
}

.button.white {
  color: #000;
  -webkit-text-stroke-color: #000;
  background-color: #fff;
}

.button.white:hover {
  background-color: var(--_colors---primary);
  color: #fff;
}

.button.secundary {
  border: 1px solid var(--_colors---primary);
  background-color: #fff;
}

.headerwrapper {
  height: 150px;
  display: block;
  position: relative;
}

.headerbackground {
  background-color: #000;
  height: 340px;
  transition: opacity .2s;
  position: absolute;
  inset: -50% 0% 0%;
  transform: skew(0deg, -2deg);
}

.headerbackground.training {
  height: 440px;
}

.heading-2 {
  color: #fff;
  position: sticky;
}

.header-logo {
  max-width: 960px;
  height: 86px;
}

.header-title {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  flex-flow: column;
  max-width: 680px;
  padding-top: 10px;
  display: flex;
  position: sticky;
}

.button_primary_white {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 44px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  display: flex;
}

.button_primary_white:hover {
  background-color: var(--_colors---primary);
}

.button_primary_white.secundary {
  color: #333;
  background-color: #e4e4e4;
}

.button_primary_white.white {
  color: #000;
  -webkit-text-stroke-color: #000;
  background-color: #fff;
}

.button_primary_white.white:hover {
  background-color: var(--_colors---primary);
  color: #fff;
}

.breadcrumb {
  color: #fff;
  padding-bottom: 60px;
  font-size: 16px;
}

.breadcrumb.w--current {
  font-size: 16px;
}

.breadcrumb.training {
  padding-bottom: 0;
}

.link-block-2 {
  display: block;
  position: absolute;
  inset: 0%;
  z-index: 1;
}

.footerwrapper {
  height: 180px;
  position: relative;
  overflow: hidden;
}

.footerbackground {
  background-color: #000;
  height: 200px;
  transition: opacity .2s;
  position: absolute;
  top: 18%;
  left: 0%;
  right: 0%;
  transform: skew(0deg, -2deg);
}

.footercontainer {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 960px;
  margin-top: 99px;
  display: flex;
  position: sticky;
}

.text-block-5 {
  position: sticky;
}

.paragraph, .paragraph-2, .paragraph-3 {
  font-weight: 300;
}

.subheader {
  color: #b1bfe0;
  margin-top: 40px;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
}

.suche {
  border: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  width: 240px;
  height: 44px;
  padding: 8px 12px;
  display: flex;
}

.suchlabel {
  color: #b1b1b1;
  font-size: 15px;
}

.blurr-zone-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ffffffe6;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 200px;
  min-height: 20000px;
  padding-top: 58px;
  display: flex;
  position: absolute;
  inset: 101% 0% auto;
}

.text-block-6 {
  font-size: 16px;
  position: absolute;
}

.blurr-zone {
  filter: blur(14px);
  background-color: #ffffffe6;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 200px;
  min-height: 20000px;
  padding-top: 58px;
  display: flex;
  position: absolute;
  inset: 95% 0% auto;
}

.div-block-27 {
  margin-top: 41px;
}

.footer_wrapper {
  width: 100%;
  max-width: 960px;
}

.div-block-28 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link {
  color: #fff;
}

.div-block-29 {
  width: 100%;
}

.rich-text-block {
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
}

.image-7 {
  flex: 0 auto;
  display: none;
}

.image-7:hover {
  display: inline-flex;
}

.image-8 {
  display: block;
}

.image-8:hover {
  display: none;
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 60px;
    line-height: 70px;
  }

  .container {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header_wrapper {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 850px) {
  .filters {
    padding: 20px 15px;
    gap: 15px;
    flex-wrap: wrap;
  }
  
  .toggle-button-actuve {
    min-width: 120px;
  }
  
  .toggle-button_inactive {
    min-width: 120px;
  }
  
  .w-layout-blockcontainer.container,
  .w-layout-blockcontainer.container\.schmal,
  .w-layout-blockcontainer.detail {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .detail_description.training {
    padding-top: 200px;
  }

  .detail_header1 {
    font-size: 36px;
  }

  .detail {
    padding: 70px 20px 20px;
  }

  .collection-list-wrapper-2 {
    margin-top: 0;
  }

  .bild_gross {
    margin-top: 85px;
  }

  .div-block-22 {
    width: 100%;
  }

  .headerbackground {
    height: 350px;
  }

  .headerbackground.training {
    height: 480px;
  }

  .header-title {
    padding: 20px;
  }

  .footercontainer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block {
    grid-template-columns: 1fr;
  }

  .collection-list-wrapper {
    grid-template-columns: 1fr;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
  }

  .body {
    padding-top: 0;
  }

  .subtitle {
    text-align: left;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }

  .container {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    max-width: none;
  }

  .toggle-button-actuve {
    min-width: 100px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .toggle-button_inactive {
    min-width: 100px;
    padding: 6px;
  }

  .toggle-button_left-text {
    font-size: 12px;
  }

  .toggle-button_right-text {
    font-size: 12px;
    line-height: 16px;
  }

  .filters {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 10px;
    display: flex;
  }

  .detail_header {
    padding-left: 0;
  }

  .collection-item-2 {
    padding-left: 0;
    padding-right: 0;
  }

  /* .button_primary { */
  /* display: none; */
  /* } */

  .detail_description {
    font-weight: 300;
  }

  .detail_description.training {
    margin-top: 170px;
    padding-top: 0;
    font-size: 16px;
  }

  .detail_header2 {
    font-size: 18px;
  }

  .detail_header1 {
    font-size: 30px;
    line-height: 40px;
  }

  .overlay_image-wrapper {
    display: none;
  }

  .detail_body {
    flex-flow: column;
  }

  .overlay_center {
    display: none;
  }

  .logo-gross {
    width: 100px;
  }

  .detail_footer {
    padding-left: 0;
  }

  .text-block-4 {
    font-size: 16px;
    line-height: 22px;
  }

  .tags {
    display: none;
    overflow: visible;
  }

  .div-block {
    grid-template-columns: 1fr;
  }

  .collection-list-wrapper {
    grid-template-columns: 1fr;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .header {
    padding-left: 0;
    padding-right: 0;
  }

  .header_wrapper {
    height: 80%;
  }

  .page_header-wrapper {
    margin-top: 0;
    padding-top: 0;
  }

  .button {
    display: none;
  }

  .headerbackground.training {
    height: 450px;
  }

  .header-title {
    padding-top: 0;
  }

  .button_primary_white {
    display: none;
  }

  .paragraph-4 {
    line-height: 22px;
  }
}



/* Fix for missing prinzipien class */
.prinzipien {
  width: 100%;
}

/* Grid height is now handled by height: 100% in main .prinzip rule */

/* Fix for principle tiles in guidelines - make entire tile clickable */
/* Ensure the full-coverage link works like in overview */
.reference .link-block-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

/* Ensure reference div has relative positioning for absolute link */
.reference {
  position: relative !important;
  cursor: pointer !important;
}

/* Add hover effect to containers when their covering links are hovered */
.collection-item-2:hover .guideline {
  border-color: #2c71fe !important;
  background-color: #eaf1ff !important;
}

/* Apply hover to reference tiles in guidelines only (where they have links) */
.guidelines .reference:hover,
.collection-list-wrapper-2 .reference:hover {
  border-color: #2c71fe !important;
  background-color: #eaf1ff !important;
}

/* Explicitly exclude evidenz reference boxes from hover effects */
section[aria-labelledby="evidenz-heading"] .reference:hover {
  border-color: initial !important;
  background-color: transparent !important;
}

/* Exclude evidenz boxes from hover effects */
.evidenz-wrapper:hover,
.detail_description.evidenz:hover {
  border-color: initial !important;
  background-color: #f1f1f1 !important;
}

/* Ensure content is above the link but allows clicking through */
.reference > div {
  position: relative;
  z-index: 0;
}

/* Fix responsive centering for filters and search */
@media screen and (max-width: 767px) {
  .filters {
    flex-direction: column !important;
    align-items: center !important;
    gap: 16px !important;
  }
}

/* Fix evidenz text hover effect - remove gray background */
.detail_description.evidenz:hover,
.detail_description.evidenz.w-richtext:hover {
  background-color: transparent !important;
}

.evidenz-wrapper .w-richtext:hover {
  background-color: transparent !important;
}

/* Also target any hover effects on paragraphs within evidenz */
.detail_description.evidenz p:hover {
  background-color: transparent !important;
}


/* Custom dropdown padding */
.w-dropdown-toggle {
  padding-right: 35px !important;
}
.w-dropdown-btn {
  padding-right: 35px !important;
}


/* Dropdown arrow spacing fix */
select.filter-dropdown {
  padding-right: 35px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Hover state */
select.filter-dropdown:hover {
  border-color: #2c71fe;
}

/* Focus state */
select.filter-dropdown:focus {
  border-color: #2c71fe;
  outline: 2px solid #2c71fe;
  outline-offset: 2px;
}
