li.level_1 a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
    line-height: 1;
    padding: 13px;
    background-color: var(--bg-white);
    border-radius: var(--br);
    font-weight: var(--fw-medium);
    text-decoration: none;
    transition: color 0.3s ease;
}

li.level_1 a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left:0px;
    right: 0px;
    height: 2px;
    background-color: #1FA64A;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
    border-radius: 1px;
}

li.level_1 a:hover::after {
    transform: scaleX(1);
}

li.level_1 a:hover,
li.level_1 a:hover svg {
    fill: #1FA64A;
}

li.level_1 a.active_tree,
li.level_1 a.active_tree svg {
    fill: #1FA64A;
}

li.level_1 a.active_tree::after {
    transform: scaleX(1);
}



.kc_back_button .back_button:before {
  display: none !important;
}


#logo img {
  max-width: 200px !important;
  height: 100%  !important;
  object-fit: contain;
  padding: 0rem !important;
  filter: var(--fb);
  width: 200px !important;
  padding-bottom: 3rem !important;
  padding-top: 3rem !important;
}


/* === SCHULUNGEN BANNER LIST VIEW === */
.collection_list.schulungen_banner {
  width: 100%!important;
  margin-top: 10px;
}

.collection_list.schulungen_banner .collection_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  height: 250px;
  background: var(--ac-2);
  color: var(--w-8);
  border-radius: var(--br);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  overflow: hidden;
  transition: 300ms;
}

/* .collection_list.schulungen_banner .collection_container:hover {
  transform: translateY(-3px);
} */

.collection_list.schulungen_banner .collection_content.schulungen-banner_img {
  flex: 1 1 30%;
  height: 100%;
  /* clip-path: polygon(100% 0%, 100% 100%, 10% 100%, 0% 50%, 10% 0%); */
}

.collection_list.schulungen_banner h3.collection_content.schulungen_banner__title.title.custom {
  color: var(--w-8);
  font-weight: lighter;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.collection_list.schulungen_banner .collection_content.schulungen-banner_text {
  flex: 1 1 70%;
  padding: 2rem;
}

/* h3.collection_content.schulungen_banner__title.title.custom::before {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background: var(--ac);
  margin-bottom: 12px;
} */

.collection_list.schulungen_banner .collection_container .collection_link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

/* === HEADINGS & GENERAL === */
h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* h2::before {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background: var(--ac);
  margin-bottom: 12px;
} */

/* .collection_content.schulungen-banner_text svg {
  fill: #FDDF66!important;
  margin-top: 2rem;
} */

/* === SCHULUNGEN FULL VIEW === */
.collection_full.schulungen_banner .title.custom {
  font-size: calc(var(--fs-900) * 1.5);
  padding-top: 2rem;
  line-height: 1.2;
}

.collection_full.schulungen_banner .title.custom:after {
  content: '—';
  display: block;
  color: var(--ac);
}

.collection_full.schulungen_banner .title.custom:before {
  display: none;
}

.collection_full.schulungen_banner .collection_content.schulungen-banner_img img {
  height: 500px !important;
  border-radius: var(--br);
}

.collection_full.schulungen_banner .collection_content {
  max-width: 1000px;
  margin: 0 auto;
  padding-block-end: 2rem;
}

.collection_full.schulungen_banner ol li,
.collection_full.schulungen_banner ul li {
  list-style: inherit;
}

.collection_full.schulungen_banner .collection_content.schulungen-banner_text {
  padding-block: 3rem;
  font-size: var(--fs-650);
}

span.small_title {
  font-size: var(--fs-300);
}

.collection_full.schulungen_banner .collection_content.schulungen-banner_teaser {
  font-size: var(--fs-650);
  color: var(--fc-hc);
}

/* === SERVICE VARIANT === */
.collection_list.schulungen_banner.service .collection_container {
  background: var(--bg-white);
  color: var(--fc-primary);
  box-shadow: none;
  border: 1px solid var(--b);
  border-radius: var(--br);
}

/* === NEWS SCHULUNGEN BLOCK === */
.collection_list.news_schulungen {
  position: relative;
  height: 370px;
  overflow: hidden;
  border-radius: var(--br);
}

.collection_list.news_schulungen .collection_container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: 300ms ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* Background image */
.collection_list.news_schulungen .collection_content.schulungen_vorschaubild {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.collection_list.news_schulungen .collection_content.schulungen_vorschaubild img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Gradient overlay */
.collection_list.news_schulungen .collection_content.schulungen_vorschaubild::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.55) 20%,
    rgba(0, 0, 0, 0.25) 45%,
    rgba(0, 0, 0, 0.08) 70%,
    rgba(0, 0, 0, 0.01) 100%
  );
  z-index: 2;
}




/* Texts (title + date) */
.collection_list.news_schulungen h3,
.collection_list.news_schulungen .col-schulungen__date {
  position: relative;
  z-index: 3;
  color: white;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
  padding: 0;
  margin: 0;
}

.collection_list.news_schulungen h3 {
  text-transform: uppercase;
}


/* Wrap for both */
.collection_list.news_schulungen .collection_container {
  padding: 1.5rem 2rem;
  box-sizing: border-box;
}

/* Title */
.collection_list.news_schulungen h3 {
  font-size: 18px;
  margin-bottom: 0.5rem;
  font-weight: normal;
}

/* Date — max 2 lines */
.schulungen .collection_list.news_schulungen .col-schulungen__date {
display: none;
}

/* Full block clickable */
.collection_list.news_schulungen .collection_link {
  position: absolute;
  inset: 0;
  z-index: 4;
}

.collection_list.news_schulungen .collection_link a {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: auto;
}


/* === SCROLL TO TOP ICON === */
.scrollToTop__icon img.custom-arrow-icon {
  width: 35px !important;
  height: 35px !important;
  margin-top: 20px;
  display: block;
  transition: transform 0.3s ease;
}
.scrollToTop__icon:hover img.custom-arrow-icon {
  transform: translateX(12px);
}

/* === FAQ SECTION === */
.faq_question_box h3 {
  font-size: var(--fs-600);
  font-weight: unset;
}
.faq_answer_box {
  font-size: var(--fs-500);
}

/* === SCHULUNG PREVIEW FULL VIEW STRUCTURE === */
.schulung.full_preview .collection_full.news_schulungen .collection_container {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}

.schulung.full_preview .collection_full.news_schulungen .col__block-left,
.schulung.full_preview .collection_full.news_schulungen .col__block-right {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  padding: 15px;
}

/* === PERSON BLOCK === */
.schulung.full_preview .collection_content.col-schulungen__pers {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  margin-bottom: 40px;
  /* background: #C5BFAF;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1); */
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .2);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  border-radius: var(--br);
}

.schulung.full_preview .col__block-person > * {
  min-width: 0;
  overflow-wrap: break-word;
}

.schulung.full_preview .collection_list.ansprechpartner {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0;
}

.schulung.full_preview .collection_list.ansprechpartner .collection_container {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background: var(--clr-primary-white);
  border-radius: var(--br);
  border: 2px solid var(--clr-primary-grey);
}

.schulung.full_preview .col__block-person {
  display: flex;
  gap: 15px;
  align-items: center;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  /* padding-left: 1rem;
  padding-right: 1rem; */
}

.schulung.full_preview .col__block-person .ansprechpartner_img {
  /* flex: 0 0 20%;
  max-width: 20%; */
  flex: 0 0 17%;
  max-width: 20%;
  min-width: 100px;
}

.schulung.full_preview .col__block-person .ansprechpartner_img img {
  width: 100px !important;
  height: 100px !important;
  object-position: top;
  object-fit: cover;
  border-radius: var(--br);
  border: 1px solid var(--clr-primary-grey);
}

.schulung.full_preview .col__block-person .ansprechpartner__right {
  flex: 0 0 20%;
  max-width: 20%;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
  min-width: 120px;
}

.schulung.full_preview .col__block-person .col-schulungen__date {
  flex: 0 0 60%;
  max-width: 60%;
  flex-direction: column;
  display: flex;
  color: #000000;
}

.schulung.full_preview .collection_content.tags:empty,
.schulung.full_preview .collection_content.ansprechpartner_position:empty {
  display: none;
}

.schulung.full_preview .ansprechpartner__title.title.custom {
  font-weight: 400!important;
  font-size: inherit;
  color: #000000;
}

.schulung.full_preview .schulungen_teaser {
  margin: 0 0 30px;
  position: relative;
  font-size: 15px;
  color: #000000;
}

.schulung.full_preview .collection_full.news_schulungen .ansprechpartner__title::before {
  font-weight: var(--fw-regular);
  content: "Sprecher:";
  display: block;
  margin-bottom: 6px;
  color: #505050;
}

.schulung.full_preview .news_schulungen__title {
  font-size: 30px;
  margin: 0 0 16px;
  font-weight: 400;
}

.schulung.full_preview .col__block-person .col-schulungen__date::before {
  content: "Datum:";
  display: block;
  margin-bottom: 6px;
  font-weight: var(--fw-regular);
  color: #505050;
}

.schulung.full_preview .collection_content.ansprechpartner_mail,
.schulung.full_preview .collection_content.ansprechpartner_num {
  display: none;
}

.schulung.full_preview .ansprechpartner_num,
.schulung.full_preview .ansprechpartner_mail,
.schulung.full_preview .collection_content.ansprechpartner_position {
  font-size: 0.9rem;
  color: #000000;
}

.schulung.full_preview .schulungen_teaser::after {
  display: none;
}

.schulung.full_preview .col-schulungen-full__text-l ol li,
.schulung.full_preview .col-schulungen-full__text-l ul li {
  list-style: inherit;
}

/* === VIDEO SECTION === */
.schulung.full_preview .schulungen_vorschaubild img {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: var(--br);
}

.schulung.full_preview .col-schulungen-video .youtubecontent {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.schulung.full_preview .col-schulungen-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.schulung.full_preview .collection_content.schulungen_vorschaubild,
.collection_content.col-schulungen-video {
  display: none;
}

/* === FORM SUBMIT BUTTON === */
.schulung.full_preview #submit_button .button {
  background-color: #3d3a36; 
  color: #ffffff;
  border: none;
  border-radius: 0; 
  font-size: 18px;
  font-weight: 400;
  padding: 12px 18px;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
  text-transform: uppercase; 
}

.schulung.full_preview #submit_button .button:hover {
  background-color: #707070; 
  color: #ffffff;
}




.contactformular input[type="text"],
.contactformular input[type="email"],
.contactformular select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #999;
  border-radius: 4px;
  background-color: #fff;
  font-size: 1rem;
  box-sizing: border-box;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  color: #444
}

input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 2px solid var(--ac);
  outline-offset: 0px!important;
}
.contactformular {
padding-top: 0px!important;
}






/* === FAQ BLOCK CLEAN AND COMPLETE === */

.faq_group_container {
    width: 100% !important;
    float: left !important;
    background: var(--bg-white) !important;
    padding: 2rem !important;
    border-radius: var(--br) !important;
}

.faq_headline {
    margin-bottom: 1.5rem !important;
}

.faq_group_container .faq_question_box {
    position: relative !important;
    padding: 1.2rem 3rem 1.2rem 1rem !important;
    border-top: 1px solid #d0d0d0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    background: #fff !important;
    cursor: pointer !important;
    font-weight: normal !important;
    font-size: 18px !important;
    line-height: 1.4 !important;
    color: #565655 !important;
    margin-bottom: 0px !important;
    transition: all 0.3s ease-in-out;
}

.faq_group_container .faq_question_box:nth-child(even) {
    background: #f7f7f7 !important;
}

.faq_question_box h3 {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #565655 !important;
    margin: 0 !important;
    transition: all 0.2s ease-in-out;
}

.faq_question_box:hover h3 {
    font-weight: bold !important;
    color: #666 !important;
}

.faq_question_box.active h3 {
    font-weight: 400 !important;
    color: #565655 !important;
}

.faq_question_box.active {
    border-radius: 0 !important;
    background: #f7f7f7 !important;
}

.faq_question_box.active::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 4px !important;
    height: 100% !important;
    background: #00b140 !important;
}

.faq_question_box::after {
    content: "+" !important;
    position: absolute !important;
    right: 1rem !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    font-size: 24px !important;
    font-weight: 300 !important;
    color: #333 !important;
    line-height: 1 !important;
    transition: transform 0.3s ease-in-out;
}

.faq_question_box.active::after {
    content: "−" !important;
    font-size: 28px !important;
}

.faq_group_container .faq_answer_box {
    overflow: hidden !important;
    max-height: 0 !important;
    padding: 0 1rem !important;
    background: #fff !important;
    transition: max-height 0.4s ease, padding 0.4s ease !important;
    font-weight: normal !important;
    line-height: 1.5 !important;
    color: #000 !important;
    border-radius: 0 0 var(--br) var(--br) !important;
    position: relative;
    margin-bottom: 0px !important;
    
}

.faq_question_box.active + .faq_answer_box {
    max-height: 1000px !important;
    padding: 1rem !important;
    background: #f7f7f7 !important;
    border-radius: 0 0 var(--br) var(--br) !important;
}

.faq_question_box.active + .faq_answer_box::before {
    content: "" !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #00b140 !important;
    border-radius: 0px !important;
}











/* === NEWS SERVICES BLOCK  === */
.collection_list.news.services {
  position: relative !important;
  height: 370px !important;
  overflow: hidden !important;
  border-radius: var(--br) !important;
}

.collection_list.news.services .collection_container {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
  transition: 300ms ease !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  padding: 1.5rem 2rem !important;
  box-sizing: border-box !important;
}

/* Background image */
.collection_list.news.services .collection_content.vorschaubild {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 1 !important;
}

.collection_list.news.services .collection_content.vorschaubild img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.collection_list.news.services .collection_content.vorschaubild::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.55) 20%,
    rgba(0, 0, 0, 0.25) 45%,
    rgba(0, 0, 0, 0.08) 70%,
    rgba(0, 0, 0, 0.01) 100%
  ) !important;
  z-index: 2 !important;
}

/* Texts (title + date) */
.collection_list.news.services h3,
.collection_list.news.services .collection_content.date {
  position: relative !important;
  z-index: 3 !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Title */
.collection_list.news.services h3 {
  font-size: 18px !important;
  margin-bottom: 1rem !important;
  font-weight: normal !important;
  text-transform: uppercase !important;
  color: white !important;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6) !important;
}

.collection_list.news.services .collection_content.date {
  position: absolute !important;
  top: 10px !important;
  left: 10px !important;
  background: white !important;
  color: black !important;
  font-size: 12px !important;
  font-weight: bold !important;
  padding: 5px 10px !important;
  z-index: 5 !important;
}

/* Full block clickable */
.collection_list.news.services .collection_link {
  position: absolute !important;
  inset: 0 !important;
  z-index: 4 !important;
}

.collection_list.news.services .collection_link a {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  pointer-events: auto !important;
}

.services .collection_content.teaser {
  display: none !important;
}

.collection_list.news .collection_content.date:after {
  display: none !important;
}

.collection_list.news.services .collection_container {
  padding: 1.5rem 2rem;
  box-sizing: border-box;
}






.services.full_preview .collection_full.news.services .collection_container {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.owl-stage {
  width: 100% !important;
}

.collection_full.news .collection_content.vorschaubild img {
  height: 100% !important;
  border-radius: var(--br);
}

.services.full_preview .collection_full.news.services .collection_content.news.services__title.title.custom {
  font-size: 2.5rem;
  font-weight: 400;
  padding: 1rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px!important;
}

.services.full_preview .collection_full.news.services .articel_details {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 20px !important;
  padding: 0 1rem !important;
  font-size: 0.95rem !important;
  color: #666 !important;
}

.services.full_preview .collection_full.news.services .collection_content.author,
.services.full_preview .collection_full.news.services .collection_content.reading_time,
.services.full_preview .collection_full.news.services .collection_content.date {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  white-space: nowrap !important;
}



.services.full_preview .collection_full.news .collection_content {
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto !important;
  background: var(--bg-white) !important;
}

.services.full_preview .collection_full.news.services .collection_content.vorschaubild {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.services.full_preview .collection_full.news.services .collection_content.vorschaubild img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  border-radius: var(--br);
}

.services.full_preview .collection_full.news.services .content-columns {
  display: flex;
  gap: 20px;
  padding: 0 1rem;
}

.services.full_preview .collection_full.news.services .content-left {
  flex: 0 0 80%;
  display: flex;
  flex-direction: column;
}

.services.full_preview .collection_full.news.services .content-right {
  flex: 0 0 20%;
  display: flex;
  flex-direction: column;
}

.services.full_preview .collection_full.news.services .collection_content.artikeltext {
  font-size: 1rem;
  line-height: 1.6;
}

.services.full_preview .collection_full.news.services .collection_content.gallery {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.services.full_preview .collection_full.news.services .collection_content.gallery .owl-carousel {
  display: flex !important;
  flex-direction: column;
  gap: 10px;
}

.services.full_preview .collection_full.news.services .collection_content.gallery .owl-item {
  width: 105% !important;
  margin: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: var(--br);
  max-height: 195px;
}

.services.full_preview .collection_full.news.services .collection_content.gallery .owl-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--br);
}

.services.full_preview .owl-carousel.gallery-style .owl-nav,
.services.full_preview .owl-carousel.gallery-style .owl-dots {
  display: none !important;
}

.services.full_preview .collection_full.news.services .youtube_video {
  width: 100%;
}

.services.full_preview .collection_full.news.services .youtube_video iframe {
  width: 100%;
  border-radius: var(--br);
}

.services.full_preview .collection_full.news .date_time {
  display: none!important;

}

.owl-carousel .owl-item {
  aspect-ratio: 1 / 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px !important;
  box-sizing: border-box;
}


.owl-carousel .owl-item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important; 
  object-position: center !important;
  border-radius: 8px;
}



/* === NEWS BLOCK  === */
.newspage .collection_list.news {
  position: relative !important;
  height: 370px !important;
  overflow: hidden !important;
  border-radius: var(--br) !important;
}

.newspage .collection_list.news .collection_container {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
  transition: 300ms ease !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  padding: 1.5rem 2rem !important;
  box-sizing: border-box !important;
}

/* Background image */
.newspage .collection_list.news .collection_content.vorschaubild {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 1 !important;
}

.newspage .collection_list.news .collection_content.vorschaubild img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.newspage .collection_list.news .collection_content.vorschaubild::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.55) 20%,
    rgba(0, 0, 0, 0.25) 45%,
    rgba(0, 0, 0, 0.08) 70%,
    rgba(0, 0, 0, 0.01) 100%
  ) !important;
  z-index: 2 !important;
}

/* Texts (title + date) */
.newspage .collection_list.news h3,
.newspage .collection_list.news .collection_content.date {
  position: relative !important;
  z-index: 3 !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Title */
.newspage .collection_list.news h3 {
  font-size: 18px !important;
  margin-bottom: 1rem !important;
  font-weight: normal !important;
  text-transform: uppercase !important;
  color: white !important;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6) !important;
}

/* Date label */
.newspage .collection_list.news .collection_content.date {
  position: absolute !important;
  top: 10px !important;
  left: 10px !important;
  background: white !important;
  color: black !important;
  font-size: 12px !important;
  font-weight: bold !important;
  padding: 5px 10px !important;
  z-index: 5 !important;
}

/* Full block clickable */
.newspage .collection_list.news .collection_link {
  position: absolute !important;
  inset: 0 !important;
  z-index: 4 !important;
}

.newspage .collection_list.news .collection_link a {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  pointer-events: auto !important;
}

/* Hide teaser text */
.newspage .collection_list.news .collection_content.teaser {
  display: none !important;
}

/* Disable date after */
.newspage .collection_list.news .collection_content.date:after {
  display: none !important;
}

/* Additional safety for container padding */
.newspage .collection_list.news .collection_container {
  padding: 1.5rem 2rem;
  box-sizing: border-box;
}



/* .newspage.full_preview   */


.newspage.full_preview .collection_full.news .collection_container {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.newspage.full_preview .collection_full.news .collection_content.news__title.title.custom {
  font-size: 2.5rem;
  font-weight: 400;
  padding: 1rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px !important;
}

.newspage.full_preview .collection_full.news .articel_details {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 20px !important;
  padding: 0 1rem !important;
  font-size: 0.95rem !important;
  color: #666 !important;
}

.newspage.full_preview .collection_full.news .collection_content.author,
.newspage.full_preview .collection_full.news .collection_content.reading_time,
.newspage.full_preview .collection_full.news .collection_content.date {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  white-space: nowrap !important;
}

.newspage.full_preview .collection_full.news .collection_content {
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto !important;
  background: var(--bg-white) !important;
  font-size: 15px;
}

.newspage.full_preview .collection_full.news .collection_content.vorschaubild {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.newspage.full_preview .collection_full.news .collection_content.vorschaubild img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  border-radius: var(--br);
}

.newspage.full_preview .collection_full.news .content-columns {
  display: flex;
  gap: 20px;
  padding: 0 1rem;
}

.newspage.full_preview .collection_full.news .content-left {
  flex: 0 0 80%;
  display: flex;
  flex-direction: column;
}

.newspage.full_preview .collection_full.news .content-right {
  flex: 0 0 20%;
  display: flex;
  flex-direction: column;
}

.newspage.full_preview .collection_full.news .collection_content.artikeltext {
  font-size: 1rem;
  line-height: 1.6;
}

.newspage.full_preview .collection_full.news .collection_content.gallery {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.newspage.full_preview .collection_full.news .collection_content.gallery .owl-carousel {
  display: flex !important;
  flex-direction: column;
  gap: 10px;
}

.newspage.full_preview .collection_full.news .collection_content.gallery .owl-item {
  width: 105% !important;
  margin: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: var(--br);
  max-height: 195px;
}

.newspage.full_preview .collection_full.news .collection_content.gallery .owl-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--br);
}

.newspage.full_preview .owl-carousel.gallery-style .owl-nav,
.newspage.full_preview .owl-carousel.gallery-style .owl-dots {
  display: none !important;
}

.newspage.full_preview .collection_full.news .youtube_video {
  width: 100%;
}

.newspage.full_preview .collection_full.news .youtube_video iframe {
  width: 100%;
  border-radius: var(--br);
}

.newspage.full_preview .collection_full.news .date_time {
  display: none !important;
}

/* .home   */



/* .home .collection_list.news.announcements .collection_container:before {
  content: '';
  width: 1px;
  height: 85px;
  background: #707070;
  position: absolute;
  left: 10px;
  bottom: -31px;
}
h3.collection_content.announcements__title.title.custom {
  margin-top: 0;
  color: var(--ac-w);
  font-weight: var(--fw-medium);
  text-transform: uppercase;
} */

.collection_content.icon {
  height: 1px;
}

/* === NEWS BLOCK  === */
.home .col-sm-12.col-md-12.col-lg-8 {
  display: flex !important;
  flex-wrap: wrap !important;
  padding: 0 !important;
  position: relative !important;
}

.home .col-sm-12.col-md-12.col-lg-8 .collection_list.news {
  background: white !important;
  overflow: hidden !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
  transition: transform 0.3s ease !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 0 !important;
  position: relative !important;
  width: calc(33.333% - 20px) !important;
  margin-right: 30px !important;
  margin-bottom: 30px !important;
  border-radius: 0 !important;
  cursor: pointer !important;
}

.home .col-sm-12.col-md-12.col-lg-8 .collection_list.news:nth-child(3n) {
  margin-right: 0 !important;
}

.home .col-sm-12.col-md-12.col-lg-8 .collection_list.news .collection_content.vorschaubild {
  width: 100% !important;
  height: 160px !important;
  flex-shrink: 0 !important;
  overflow: hidden !important;
  position: relative !important;
  border-radius: 0 !important;
}

.home .col-sm-12.col-md-12.col-lg-8 .collection_list.news .collection_content.vorschaubild img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 0 !important;
}

.home .col-sm-12.col-md-12.col-lg-8 .collection_list.news .collection_content.date {
  position: absolute !important;
  top: 10px !important;
  left: 10px !important;
  background: white !important;
  color: black !important;
  font-size: 12px !important;
  font-weight: bold !important;
  padding: 5px 10px !important;
  z-index: 2 !important;
  border-radius: 3px !important;
}

.home .col-sm-12.col-md-12.col-lg-8 .collection_list.news .collection_container {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  padding: 0 !important;
  border-radius: 0px !important;
  overflow: hidden !important;
  min-height: 320px !important;
  position: relative !important;
}

.home .col-sm-12.col-md-12.col-lg-8 .collection_list.news h3 {
  font-size: 18px !important;
  font-weight: bold !important;
  color: #565655 !important;
  margin: 1rem 0 0.5rem 0 !important;
  text-transform: none !important;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  text-overflow: ellipsis !important;
  padding: 0 1rem !important;
}

.home .col-sm-12.col-md-12.col-lg-8 .collection_list.news .collection_content.teaser {
  font-size: 14px !important;
  color: #565655 !important;
  margin: 0 0 0.5rem 0 !important;
  padding: 0 1rem !important;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  text-overflow: ellipsis !important;
}

.home .col-sm-12.col-md-12.col-lg-8 .collection_list.news .collection_link {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 2 !important;
}

.home .col-sm-12.col-md-12.col-lg-8 .collection_list.news .collection_link a {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  text-indent: -9999px !important;
}

.home .col-sm-12.col-md-12.col-lg-8 .collection_list.news .collection_link::after {
  content: "MEHR" !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 40px !important;
  background: #00aa2f !important;
  color: white !important;
  font-weight: bold !important;
  font-size: 14px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  pointer-events: none !important;
  z-index: 3 !important;
}

.home .col-sm-12.col-md-12.col-lg-8 .text_link {
  display: none !important;
}

.home .col-sm-12.col-md-12.col-lg-8 .slick-arrow,
.home .col-sm-12.col-md-12.col-lg-8 .owl-nav,
.home .col-sm-12.col-md-12.col-lg-8 .carousel-control-next,
.home .col-sm-12.col-md-12.col-lg-8 .carousel-control-prev {
  display: none !important;
}

.collection_list.news .collection_container:hover {
  transform: unset !important;
}

/* === knowledgecenter === */

.knowledgecenter .kc_category_line_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.knowledgecenter .kc_category_link {
  position: relative;
  display: block;
  width: 100%;
  max-width: 360px;
  height: 370px;
  border-radius: var(--br);
  overflow: hidden;
  text-decoration: none;
  flex: 1 1 300px;
}

.knowledgecenter .kc_category {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem 2rem;
  box-sizing: border-box;
  z-index: 2;
}

.knowledgecenter .kc_category .kc_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.knowledgecenter .kc_category::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.55) 20%,
    rgba(0, 0, 0, 0.25) 45%,
    rgba(0, 0, 0, 0.08) 70%,
    rgba(0, 0, 0, 0.01) 100%
  );
}

.knowledgecenter .kc_category .kc_tags {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #fff;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px;
  z-index: 3;
  margin: 0;
}

.knowledgecenter .kc_category .kc_title {
  position: relative;
  z-index: 3;
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
}

.knowledgecenter .kc_category .pct_read {
  position: relative;
  z-index: 3;
  margin-top: 10px;
}

.knowledgecenter .kc_category .pct {
  margin: 0;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
}

.knowledgecenter .kc_category .pct_tag {
  margin: 0;
  font-size: 12px;
  color: #fff;
}





/* === knowledgecenter.full_preview === */

.collapse-content {
  border: 1px solid #000000;
  margin-top: 4px;
}

.kc_post_title {
  text-transform: uppercase;
  font-weight: 400;
}

a.kc_post_link {
  width: 100%;
  margin-top: 3px;
  border-bottom: 1px solid #000000;
}
.kc_post_title {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 5px;
}

.knowledgecenter.full_preview .col-xs-12 {
  margin-top: 70px;
}

.knowledgecenter.full_preview .collection_full.knowledgecenter-post .collection_container {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.knowledgecenter.full_preview .collection_full.knowledgecenter-post .knowledgecenter-post__title {
  font-size: 2.5rem;
  font-weight: 400;
  padding: 1rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.knowledgecenter.full_preview .collection_full.knowledgecenter-post .kc_teaser {
  text-align: center;
  margin-top: 10px;
  font-size: 1rem;
  color: #333;
  padding: 0 1rem;
}

.knowledgecenter.full_preview .collection_full.knowledgecenter-post .kc_image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.knowledgecenter.full_preview .collection_full.knowledgecenter-post .kc_image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  border-radius: var(--br);
}

.knowledgecenter.full_preview .collection_full.knowledgecenter-post .content-columns {
  display: flex;
  gap: 20px;
  padding: 0 1rem;
}

.knowledgecenter.full_preview .collection_full.knowledgecenter-post .content-left {
  flex: 0 0 80%;
  display: flex;
  flex-direction: column;
}

.knowledgecenter.full_preview .collection_full.knowledgecenter-post .content-right {
  flex: 0 0 20%;
  display: flex;
  flex-direction: column;
}

.knowledgecenter.full_preview .collection_full.knowledgecenter-post .kc_article .textcontent {
  font-size: 1rem;
  line-height: 1.6;
}

.knowledgecenter.full_preview .collection_full.knowledgecenter-post .kc_gallery {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.knowledgecenter.full_preview .collection_full.knowledgecenter-post .kc_gallery .owl-carousel {
  display: flex !important;
  flex-direction: column;
  gap: 10px;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}

.knowledgecenter.full_preview .collection_full.knowledgecenter-post .kc_gallery .owl-stage-outer,
.knowledgecenter.full_preview .collection_full.knowledgecenter-post .kc_gallery .owl-stage,
.knowledgecenter.full_preview .collection_full.knowledgecenter-post .kc_gallery .owl-item {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.knowledgecenter.full_preview .collection_full.knowledgecenter-post .kc_gallery .owl-item {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: var(--br);
  max-height: 195px;
}

.knowledgecenter.full_preview .collection_full.knowledgecenter-post .kc_gallery .owl-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--br);
}

.knowledgecenter.full_preview .owl-carousel.gallery-style .owl-nav,
.knowledgecenter.full_preview .owl-carousel.gallery-style .owl-dots {
  display: none !important;
}

.knowledgecenter.full_preview .collection_full.knowledgecenter-post .kc_video {
  width: 100%;
}

.knowledgecenter.full_preview .collection_full.knowledgecenter-post .kc_video iframe {
  width: 100%;
  height: 75vh;
  border-radius: var(--br);
}

.knowledgecenter.full_preview .collection_full.knowledgecenter-post .kc_img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: var(--br);
  margin-top: 20px;
}

.knowledgecenter.full_preview a.button.bookmark {
    background: #1fa64a;
    color: #ffffff;
    border: none;
    border-top-left-radius: 0.4em;
    border-top-right-radius: 0.4em;
    border-bottom-right-radius: 0.4em;
    border-bottom-left-radius: 0.4em;
    font-size: 18px;
    font-weight: 400;
    padding: 12px 18px;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    margin-bottom: 1rem;
    display: block;
}
.knowledgecenter.full_preview a.button.bookmark:hover {
  text-decoration: underline;
}

/* ===.marketingcenter === */


.marketingcenter .collection_list.mc_posts h3.collection_content.mc_posts__title.title.custom {
  padding-inline: 1rem;
  padding-block-end: 1rem;
  padding-top: 20px;
}

.marketingcenter.full_preview .mc_files__title {
  padding-top: 20px;
}



.marketingcenter.full_preview .container {
  margin-top: 80px;
}


.marketingcenter.full_preview .breadcrumb {
display: none;
}

.marketingcenter.full_preview .mc_posts__title {
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
}


h1.collection_content.mc_posts__title.title.custom::before {
display: none!important;
}





.marketingcenter .collection_list.mc_posts.show {
  position: relative;
  height: 270px;
  overflow: hidden;
  border-radius: var(--br);
}

.marketingcenter .collection_list.mc_posts.show .collection_container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: 300ms ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem 2rem;
  box-sizing: border-box;
}

.marketingcenter .collection_list.mc_posts.show .mc_post_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.marketingcenter .collection_list.mc_posts.show .mc_post_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.marketingcenter .collection_list.mc_posts.show .mc_post_img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.55) 20%,
    rgba(0, 0, 0, 0.25) 45%,
    rgba(0, 0, 0, 0.08) 70%,
    rgba(0, 0, 0, 0.01) 100%
  );
  z-index: 2;
}

.marketingcenter .collection_list.mc_posts.show h3 {
  position: relative;
  z-index: 3;
  margin: 0;
  font-size: 18px;
  margin-bottom: 1rem;
  font-weight: normal;
  text-transform: uppercase;
  color: white;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
}

.marketingcenter .collection_list.mc_posts.show .collection_link {
  position: absolute;
  inset: 0;
  z-index: 4;
}

.marketingcenter .collection_list.mc_posts.show .collection_link a {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: auto;
}

/* === Language === */


#languageButton {
  position: absolute;
  left: 30px;
  bottom: 60px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  line-height: 1;
  padding: 0;
  background: #e3e3e3;
  border-radius: 20px;
  cursor: pointer;
}

.component.lang-stone .de:after {
  content: '';
  width: 18px;
  height: 18px;
  background: url('/userdata/02_Kollektionen/06_Schulungen/de.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  float: right;
  opacity: 0.8;
}

.component.lang-stone .en:before {
  content: '';
  width: 18px;
  height: 18px;
  background: url('/userdata/02_Kollektionen/06_Schulungen/en.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  float: left;
  opacity: 0.8;
}


.lang-stone:hover .en:before,
.lang-stone:hover .de:after {
  opacity: 1;
  transition: 200ms;
}

.lang-stone .textcontent {
  display: flex;
  align-items: center;
  gap: 5px;
}

.lang-stone .textcontent.en {
  margin-right: 12px;
}

.lang-stone .textcontent.de {
  margin-left: 12px;
}



.forwarding_knowledgecenter_content {
    background: unset !important;
    padding: 2rem;
    border-radius: var(--br);
}


h3.collection_content.announcements__title.title.custom {
    margin-top: 0;
    color: #00aa2f;
    font-weight: var(--fw-medium);
}

.home .collection_list.news.announcements .collection_content.icon svg {
    fill: #00aa2f;
}

.home .collection_list.news.announcements .collection_container:before {
    background: #00aa2f;
}



.tickets .forwarding_content_container svg {
    position: absolute;
    top: 1rem;
    right: 1rem;
    fill: #00aa2f;
}

.belegcenter .forwarding_content_container svg {
    position: absolute;
    top: 1rem;
    right: 1rem;
    fill: #00aa2f;
}

.forwarding_knowledgecenter .forwarding_content_container {
    background: #00aa2f;
} 
.forwarding_knowledgecenter .forwarding_content_container {

    background: #00aa2f;
    color: #ffffff;
} 

.forwarding_knowledgecenter .forwarding_image svg {
    fill: #ffffff;
}

.forwarding_knowledgecenter_content {
    background: unset !important;
    padding: 0rem !important;
    border-radius: var(--br);
}

/* Responsive kn */
@media (max-width: 1600px) {
  .schulung.full_preview .col__block-person {
    flex-wrap: wrap;
    gap: 15px;
    align-items: flex-start;
  }

  .schulung.full_preview .col__block-person .col-schulungen__date {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  .schulung.full_preview .col__block-person .col-schulungen__date span {
    display: block;
  }
}


@media (max-width: 1250px) {
  #logo img {
    max-width: 200px !important;
    height: 100% !important;
    object-fit: contain;
    filter: var(--fb);
    width: 200px !important;
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
    padding-left: 1rem!important;
}
}



@media (max-width: 1200px) {
  .highlight_ankündigung {
    margin-top: 40px;
  }
  .umfrage .faq_group_container {
    margin-top: 40px;
  }
  .umfrage   div#content {
    background: #fff;
  }
  .umfrage  .breadcrumb {
    padding-block-end: 0rem!important;
  }
}

@media (max-width: 990px) {
  .knowledgecenter.full_preview .collection_container,
  .newspage.full_preview .collection_full.news .collection_container,
  .services.full_preview .collection_full.news.services .collection_container,
  .schulung.full_preview .collection_full.news_schulungen .collection_container {
    display: flex;
    flex-direction: column !important;
  }

  .knowledgecenter.full_preview .col__block-left,
  .knowledgecenter.full_preview .col__block-right,
  .newspage.full_preview .collection_full.news .col__block-left,
  .newspage.full_preview .collection_full.news .col__block-right,
  .services.full_preview .collection_full.news.services .col__block-left,
  .services.full_preview .collection_full.news.services .col__block-right,
  .schulung.full_preview .collection_full.news_schulungen .col__block-left,
  .schulung.full_preview .collection_full.news_schulungen .col__block-right {
    flex: 0 0 100% !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 15px !important;
  }
}

@media (max-width: 769px) {
  div#forwarding_area {
    margin-top: -19px !important;
  }
}

@media (max-width: 600px) {
  .text_link {
    padding-block-start: 0 !important;
    margin-top: 0 !important;
    text-align: left !important;
    float: right !important;
    display: flex !important;
    justify-content: end !important;
  }
  .schulung.full_preview .col__block-person {
    flex-wrap: wrap;
    gap: 15px;
  }

  .schulung.full_preview .col__block-person .ansprechpartner_img,
  .schulung.full_preview .col__block-person .ansprechpartner__right {
    flex: 0 0 auto;
    max-width: unset;
  }

  .schulung.full_preview .col__block-person .col-schulungen__date {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .newspage.full_preview .collection_full.news .content-left {
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
}
.newspage.full_preview .collection_full.news .content-right {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
}
.newspage.full_preview .collection_full.news .content-columns {
  display: block;
}
}

@media (max-width: 517px) {
  .forwarding_knowledgecenter .forwarding-wrapper {
    display: block !important;
  }

  .forwarding_knowledgecenter .forwarding_container {
    margin-top: 20px;
  }
}

@media (max-width: 500px) {
  .knowledgecenter.full_preview .col__block-right_bild,
  .knowledgecenter.full_preview .kc_video .youtubecontent iframe {
    height: 220px !important;
  }
}

@media (max-width: 420px) {
  .knowledgecenter.full_preview .breadcrumb {
    padding-inline: 5px;
    margin-top: -20px;
}
  h3.collection_content.sales_banner__title.title.custom,
  h3.collection_content.schulungen_banner__title.title.custom {
    font-size: 18px;
  }

  .collection_content.salesbanner_teaser,
  .collection_content.schulungen-banner_teaser {
    font-size: 14px;
  }

  .collection_list.sales_banner .collection_container,
  .collection_list.schulungen_banner .collection_container {
    height: auto !important;
  }

  .collection_list.sales_banner .collection_content.salesbanner_card_text,
  .collection_list.schulungen_banner .collection_content.schulungen-banner_text {
    padding: 2rem 1rem !important;
  }

  .collection_content.salesbanner_img,
  .collection_content.schulungen-banner_img {
    display: none;
  }

  .collection_content.salesbanner_card_text svg,
  .collection_content.schulungen-banner_text svg {
    fill: var(--w-8) !important;
    margin-top: 10px !important;
  }
}

