:root {
  --ac: #D51130;
  --ac-2: #00456F;

  --ff-primary: 'Klavika', sans-serif;
  --ff-accent: 'Red Hat Display', sans-serif;

  --ff-body: var(--ff-primary);
  --ff-heading: var(--ff-primary);

  --fw-regular: 500;
  --fw-medium: 600;
  --fw-bold: 700;

  --fs-300: 0.8125em;
  --fs-400: 0.875em;
  --fs-500: 0.9375em;
  --fs-600: 1em;
  --fs-650: 1.2em;
  --fs-700: 1.3em;
  --fs-800: 1.5em;
  --fs-900: 2em;

  --br: 0px;

  --margin_offset: -80px;


}

html[data-theme='light'] {

  --clr-primary-dark: #222222;

  --bg-white: #fff;
  --bg-light: #F6F7F8;

  --bg-grey: #DADADA;

  --w-8: #fff;

  --fc-primary: #2C2C2C;
  --fc-hc: #000;
  --fc-heading: #000000;

  /* Filter die Bilder im Darkmode weiß machen können */
  --fb: brightness(unset);
  --fi: invert(0);

  /* Es soll die Farbe weiß nur im Darkmode geben */
  --obw: inherit;

  /* Farbe der Scrollbar */
  --scrollbar: #d5d5d5;

  /* Im Light Mode dunkle Akzentfarbe im Darkmode weiß */
  --ac-w: #000000;

  /* Border Color */
  --b: #e3e3e3;

}

html[data-theme='dark'] {

  --clr-primary-dark: #222222;

  --bg-white: #2B2B2B;
  --bg-light: #202020;

  --bg-grey: #2b2b2b;

  --w-8: #fff;
  --clr-primary-grey: #EEEEEE;

  --fc-primary: #B7B7B7;
  --fc-hc: #fff;
  --fc-heading: #fff;
  

  /* Filter die Bilder im Darkmode weiß machen können */
  --fb: brightness(10);
  --fi: invert(1);

  /* Es soll die Farbe weiß nur im Darkmode geben */
  --obw: #fff;

  /* Farbe der Scrollbar */
  --scrollbar: #434343;

  /* Im Light Mode dunkle Akzentfarbe im Darkmode weiß */
  --ac-w: #fff;

  /* Border Color */
  --b: #444444;

}


/* Reset */

/* Box sizing rules */
*,
*::before,
*::after {
box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
margin: 0;
}



/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
list-style: none;
}

/* Set core root defaults */
html:focus-within {
scroll-behavior: smooth;
}

/* Set core body defaults */
body {
min-height: 100vh;
text-rendering: optimizeSpeed;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
max-width: 100%;
display: block;
}

/* Inherit fonts for inputs and buttons */
input, button, textarea, select {
  font: inherit;
  color: var(--fc-hc);
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
html:focus-within {
 scroll-behavior: auto;
}

*,
*::before,
*::after {
  animation-duration: 0.01ms !important;
  animation-iteration-count: 1 !important;
  transition-duration: 0.01ms !important;
  scroll-behavior: auto !important;
}
}

/* Reset */



@font-face {
  font-family: 'Klavika';
  src: url('/mnt/data/klavika-medium-italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Klavika';
  src: url('/mnt/data/klavika-bold-italic.otf') format('opentype');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Klavika';
  src: url('/mnt/data/klavika-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Klavika';
  src: url('/mnt/data/klavika-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Klavika';
  src: url('/mnt/data/klavika-bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Klavika';
  src: url('/mnt/data/klavika-light-italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Klavika';
  src: url('/mnt/data/klavika-regular-italic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Klavika';
  src: url('/mnt/data/klavika-medium.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Klavika';
  src: url('/mnt/data/klavika-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Red Hat Display';
  src: url('/mnt/data/RedHatDisplay-VariableFont_wght.ttf') format('truetype');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: 'Red Hat Display';
  src: url('/mnt/data/RedHatDisplay-Italic-VariableFont_wght.ttf') format('truetype');
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
}


.collection_list.schulungen_banner {
  width: 100%;
}

.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);
}

.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: 140px;
  height: 2px;
  background: linear-gradient(to right, var(--ac), transparent);
  margin-bottom: 12px;



  /*     content: '——';
  float: left;
  width: 100%;
  color: var(--ac);
  letter-spacing: -2px; */
}


h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 500;
}

h2::before {
  content: "";
  width: 180px;
  height: 2px;
  background: linear-gradient(to right, var(--ac), transparent);
  margin-bottom: 12px;
}



.collection_content.schulungen-banner_text svg {
  fill: #FDDF66!important;
  margin-top: 2rem;
}

.collection_list.schulungen_banner .collection_container .collection_link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.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);
}

.collection_list.schulungen_banner.service .collection_container {
  background: var(--bg-white);
  color: var(--fc-primary);
  box-shadow: none;
  border: 1px solid var(--b);
}

.schulungen_vorschaubild {
  aspect-ratio: 5 / 3;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  margin-bottom: 16px;
}

.news_schulungen__title {
  font-size: 18px;
  margin: 0 0 16px;
}

.schulungen_teaser {
  margin: 0 0 12px;
  position: relative;
  font-size: 15px;

}

.collection_list.news_schulungen {
  height: 370px;
}



.news_schulungen .collection_link a {
  height: 114%!important;

}

.col-schulungen__date::after {
content: "Mehr dazu";
display: inline-block;
color: var(--ac);
font-weight: var(--fw-regular);
margin-top: 30px;
padding-left: 0;
padding-right: 24px;
font-family: var(--ff-accent);
background: url('/userdata/02_Kollektionen/06_Schulungen/Download.svg') no-repeat right center;
background-size: 16px 16px;
width: max-content;
position: absolute;
/* bottom: -35px;  */
left: 0;
}


.schulung.full_preview .col-schulungen__date::after {
display: none;
}

.faq_question_box h3 {
  font-size: var(--fs-600)!important;
}

.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 {
flex: 0 0 50%;
display: flex;
flex-direction: column;
padding: 15px;
}

.schulung.full_preview .collection_full.news_schulungen .col__block-right {
flex: 0 0 50%;
display: flex;
flex-direction: column;
padding: 15px;
}






.schulung.full_preview .collection_content.col-schulungen__pers {
display: flex;
gap: 40px;
align-items: center;
justify-content: center;
padding: 1rem;
margin-bottom: 40px;
background: #ffffff; 
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1); 
max-width: 1200px;
margin-left: auto;
margin-right: auto;
}



.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-primary);
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%;
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: 50%;
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;
}

.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: 300!important;
font-size: inherit;
}
.schulung.full_preview .schulungen_teaser {
margin: 0 0 30px;
position: relative;
font-size: 15px;
}

.schulung.full_preview .collection_full.news_schulungen .ansprechpartner__title::before {
font-weight: var(--fw-regular);
content: "Sprecher:";
display: block;
margin-bottom: 6px;
}

.schulung.full_preview .news_schulungen__title {
font-size: 30px;
margin: 0 0 16px;
font-weight: 500;
}

.schulung.full_preview .col__block-person .col-schulungen__date::before {
content: "Datum:";
display: block;
margin-bottom: 6px;
font-weight: var(--fw-regular);
}

.schulung.full_preview .collection_content.ansprechpartner_mail {
display: none;
}

.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: #333;
}

.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;
}

.schulung.full_preview .schulungen_vorschaubild img {
width: 100%;
max-width: 100%;
height: auto;
aspect-ratio: 16 / 9; 
object-fit: cover;
}
.schulung.full_preview .col-schulungen-video .youtubecontent {
position: relative;
width: 100%;
aspect-ratio: 16 / 9;
overflow: hidden;
}
.collection_list.news_schulungen .collection_container {
transition: 300ms;
}
.collection_list.news_schulungen .collection_container:hover {
transform: translateY(-3px);
}

.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 {
display: none;
}
.collection_content.col-schulungen-video {
display: none;
}
.schulung.full_preview #submit_button .button {
background-color: rgba(253, 223, 102, 1); 
border: none;
border-radius: 43px;
padding: 0.75rem 1.5rem;
cursor: pointer;
color: #00456F;
transition: background-color 0.2s ease;
}

.schulung.full_preview #submit_button .button:hover {
background-color:#00456F; 
color: #FFFFFF;
}

.faq_question_box h3 {
font-size: var(--fs-650);
font-weight: unset; 
}



.services .teaser::after {
content: "Mehr dazu";
display: inline-block;
color: var(--ac);
font-weight: var(--fw-regular);
margin-top: 30px;
padding-left: 0;
padding-right: 24px;
font-family: var(--ff-accent);
background: url('/userdata/02_Kollektionen/06_Schulungen/Download.svg') no-repeat right center;
background-size: 16px 16px;
width: max-content;
position: absolute;
/* bottom: 34px;  */
left: 0;
}

.collection_list.news .collection_content.date {
padding-left: 0px !important;
}
h3.collection_content.news.services__title.title.custom {
padding-left: 0px !important;  
}
.collection_content.teaser {
padding-left: 0px !important;  
}

.services.full_preview .teaser::after {
display: none;
}


.collection_full.news .collection_content.gallery {
width: 28%!important;
}   


.services.full_preview .collection_full.news.services .collection_container {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}

.services.full_preview .collection_full.news.services .col__block-left {
  flex: 0 0 50% !important;
  display: flex;
  flex-direction: column;
  padding: 15px;
}

.services.full_preview .collection_full.news.services .col__block-right {
  flex: 0 0 50% !important;
  display: flex;
  flex-direction: column;
  padding: 15px;
}

.services.full_preview .owl-carousel.owl-loaded {
  display: grid !important;
}

.services.full_preview .collection_full.news .collection_content {
  margin: unset;
}

.services.full_preview .owl-carousel .owl-item {
  width: 100% !important;
  top: -10px;
}

.services.full_preview .owl-carousel .owl-item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 0px;
}

.services.full_preview .owl-stage {
  display: flex;
  align-items: center;
}

/* .services.full_preview .MagicZoom {
  padding: 5px !important;
} */

.services.full_preview .owl-nav button.owl-prev,
.services.full_preview .owl-nav button.owl-next {
  top: 40%;
  width: 30px;
  height: 30px;
}

.services.full_preview .owl-dots {
  display: none;
}

.services.full_preview .col__block-right_bild {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  height: 370px !important;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.services.full_preview .collection_content.vorschaubild {
  flex: 1;
  height: 100% !important;
  margin-right: 2px!important;
}

.services.full_preview .collection_content.vorschaubild img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
  border-radius: var(--br);
}

.services.full_preview .collection_content.gallery {
  width: 28% !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

/* VERTIKALER SCROLL (vorübergehend deaktiviert)
.services.full_preview .collection_content.gallery .owl-stage-outer {
  height: 370px !important;
  overflow-y: auto !important;
  scrollbar-width: thin;
}

.services.full_preview .collection_content.gallery .owl-stage-outer::-webkit-scrollbar {
  width: 6px;
}

.services.full_preview .collection_content.gallery .owl-stage-outer::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
*/

.services.full_preview .collection_content.gallery .owl-stage {
  display: flex;
  flex-direction: column;
  height: auto !important;
  transform: none !important;
  width: 100% !important;
}

.services.full_preview .collection_content.gallery .owl-item {
  width: 100% !important;
  height: 131px !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-shrink: 0;
}

.services.full_preview .collection_content.gallery .owl-item > * {
  height: 100% !important;
}

.services.full_preview .collection_content.gallery .owl-item img {
  height: 100% !important;
  width: 100% !important;
  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_content.bilduntertitel {
  padding-top: 15px !important;
  padding-bottom: 20px !important;
}

.collection_full.news .title.custom:after {
  display: none !important;
}

.collection_full.news .collection_content.artikeltext {
  padding-block: 0rem !important;
}





.newspage .teaser::after {
content: "Mehr dazu";
display: inline-block;
color: var(--ac);
font-weight: var(--fw-regular);
margin-top: 30px;
padding-left: 0;
padding-right: 24px;
font-family: var(--ff-accent);
background: url('/userdata/02_Kollektionen/06_Schulungen/Download.svg') no-repeat right center;
background-size: 16px 16px;
width: max-content;
position: absolute;
/* bottom: 34px;  */
left: 0;
}

.newspage.full_preview .teaser::after {
display: none;
}

.newspage.full_preview .collection_full.news .collection_container {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}

.newspage.full_preview .collection_full.news .col__block-left {
  flex: 0 0 50% !important;
  display: flex;
  flex-direction: column;
  padding: 15px;
}

.newspage.full_preview .collection_full.news .col__block-right {
  flex: 0 0 50% !important;
  display: flex;
  flex-direction: column;
  padding: 15px;
}

.newspage.full_preview .owl-carousel.owl-loaded {
  display: grid !important;
}

.newspage.full_preview .collection_full.news .collection_content {
  margin: unset;
}

.newspage.full_preview .owl-carousel .owl-item {
  width: 100% !important;
  top: -10px;
}

.newspage.full_preview .owl-carousel .owl-item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 0px;
}

.newspage.full_preview .owl-stage {
  display: flex;
  align-items: center;
}

.newspage.full_preview .owl-nav button.owl-prev,
.newspage.full_preview .owl-nav button.owl-next {
  top: 40%;
  width: 30px;
  height: 30px;
}

.newspage.full_preview .owl-dots {
  display: none;
}

.newspage.full_preview .col__block-right_bild {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  height: 370px !important;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.newspage.full_preview .collection_content.vorschaubild {
  flex: 1;
  height: 100% !important;
  margin-right: 2px!important;
}

.newspage.full_preview .collection_content.vorschaubild img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
  border-radius: var(--br);
}

.newspage.full_preview .collection_content.gallery {
  width: 28% !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.newspage.full_preview .collection_content.gallery .owl-stage-outer {
  height: 100% !important;
  overflow: hidden;
}

.newspage.full_preview .collection_content.gallery .owl-stage {
  display: flex;
  flex-direction: column;
  height: auto !important;
  transform: none !important;
  width: 100% !important;
}

.newspage.full_preview .collection_content.gallery .owl-item {
  width: 100% !important;
  height: 131px !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-shrink: 0;
}

.newspage.full_preview .collection_content.gallery .owl-item > * {
  height: 100% !important;
}

.newspage.full_preview .collection_content.gallery .owl-item img {
  height: 100% !important;
  width: 100% !important;
  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_content.bilduntertitel {
  padding-top: 15px !important;
  padding-bottom: 20px !important;
}

.collection_full.news .title.custom:after {
  display: none !important;
}

.collection_full.news .collection_content.artikeltext {
  padding-block: 0rem !important;
}

.collection_full.news .collection_content {
  background: unset !important;
}

.contactformular {
  padding: 0px !important;
}

.collection_content.no-gallery .vorschaubild {
  width: 100% !important;
}

.collection_list.news .collection_container h3.collection_content.news__title.title.custom {
  padding-inline: 0px !important;
}

button#backButton {
background: none;
color: #000000;
font-weight: 300;
}

button#backButton {
display: inline-flex !important;
align-items: center !important;
background: none !important;
color: #000000 !important;
opacity: 0.5 !important;
position: relative !important;
margin: 0 15px !important;
font-weight: 300 !important;
border: none !important;
padding: 0 !important;
cursor: pointer !important;
font-size: 16px !important; 
margin-bottom: 20px!important;
}

button#backButton:before {
content: '' !important;
display: inline-block !important;
width: 16px !important;
height: 16px !important;
background-image: url('/userdata/02_Kollektionen/06_Schulungen/Download.svg') !important;
background-size: contain !important;
background-repeat: no-repeat !important;
transform: rotate(180deg) !important;
margin-right: 10px !important;
transition: 0.5s !important;
}

button.back_button {
display: inline-flex !important;
align-items: center !important;
background: none !important;
color: #000000 !important;
opacity: 0.5 !important;
position: relative !important;
margin: 0 15px !important;
font-weight: 300 !important;
border: none !important;
padding: 0 !important;
cursor: pointer !important;
font-size: 16px !important; 
}
button.back_button:before {
content: '' !important;
display: inline-block !important;
width: 16px !important;
height: 16px !important;
background-image: url('/userdata/02_Kollektionen/06_Schulungen/Download.svg') !important;
background-size: contain !important;
background-repeat: no-repeat !important;
transform: rotate(180deg) !important;
margin-right: 10px !important;
transition: 0.5s !important;
}

.collection_list.knowledgecenter-post .collection_container h3.collection_content.knowledgecenter-post__title.title.custom:before {
display: none;
}

.collection_list.knowledgecenter-post .collection_container h3.collection_content.knowledgecenter-post__title.title.custom {
padding-inline: 0px!important;
padding-top: 20px!important;

}
.collection_list.collection_list.knowledgecenter-post .collection_container .collection_content.kc_teaser {
padding-inline: 0px!important;

}

.col-sm-12.col-md-12.col-lg-8 .knowledgecenter-post .kc_teaser::after {
content: "Mehr dazu";
display: inline-block;
color: var(--ac);
font-weight: var(--fw-regular);
margin-top: 30px;
padding-left: 0;
padding-right: 24px;
font-family: var(--ff-accent);
background: url('/userdata/02_Kollektionen/06_Schulungen/Download.svg') no-repeat right center;
background-size: 16px 16px;
width: max-content;
position: absolute;
/* bottom: 34px;  */
left: 0;
bottom: 0;
}
.col-sm-12.col-md-12.col-lg-8 .collection_list.news .teaser::after {
content: "Mehr dazu";
display: inline-block;
color: var(--ac);
font-weight: var(--fw-regular);
margin-top: 30px;
padding-left: 0;
padding-right: 24px;
font-family: var(--ff-accent);
background: url('/userdata/02_Kollektionen/06_Schulungen/Download.svg') no-repeat right center;
background-size: 16px 16px;
width: max-content;
position: absolute;
/* bottom: 34px;  */
left: 0;
bottom: 0;
}

.full_width {
padding-block-end: 2rem!important;
}
.home .collection_list.sales_banner {
padding-bottom: 40px!important;
}

.knowledgecenter a.kc_post_link {
margin-top: 10px;
}

.knowledgecenter h2.kc_current_category {
margin-bottom: 20px;
}

.knowledgecenter.full_preview .col-xs-12 {
margin-top: 70px;
}





.knowledgecenter.full_preview .collection_full.knowledgecenter-post .collection_container {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}

.knowledgecenter.full_preview .col__block-left {
  flex: 0 0 50% !important;
  display: flex;
  flex-direction: column;
  padding: 15px;
}

.knowledgecenter.full_preview .col__block-right {
  flex: 0 0 50% !important;
  display: flex;
  flex-direction: column;
  padding: 15px;
}

.knowledgecenter.full_preview .owl-carousel.owl-loaded {
  display: grid !important;
}

.knowledgecenter.full_preview .collection_content {
  margin: unset;
}

.knowledgecenter.full_preview .owl-carousel .owl-item {
  width: 100% !important;
  top: -10px;
}

.knowledgecenter.full_preview .owl-carousel .owl-item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 0px;
}

.knowledgecenter.full_preview .owl-stage {
  display: flex;
  align-items: center;
}

/* .knowledgecenter.full_preview .MagicZoom {
  padding: 5px !important;
} */

.knowledgecenter.full_preview .owl-nav button.owl-prev,
.knowledgecenter.full_preview .owl-nav button.owl-next {
  top: 40%;
  width: 30px;
  height: 30px;
}

.knowledgecenter.full_preview .owl-dots {
  display: none;
}

.knowledgecenter.full_preview .col__block-right_bild {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  height: 370px !important;
  margin-right: 0;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.knowledgecenter.full_preview .collection_content.kc_img {
  height: 100% !important;
  flex: 1;
  margin-right: 2px;
}

.knowledgecenter.full_preview .collection_content.kc_img img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
  border-radius: var(--br);
}

.knowledgecenter.full_preview .collection_content.kc_gallery {
  width: 28% !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.knowledgecenter.full_preview .kc_gallery .owl-stage-outer {
  height: 100% !important;
  overflow: hidden;
}

.knowledgecenter.full_preview .kc_gallery .owl-stage {
  display: flex;
  flex-direction: column;
  height: auto !important;
  transform: none !important;
  width: 100% !important;
}

.knowledgecenter.full_preview .kc_gallery .owl-item {
  width: 100% !important;
  height: 131px !important; 
  margin: 0 !important;
  padding: 0 !important;
  flex-shrink: 0;
}

.knowledgecenter.full_preview .kc_gallery .owl-item > * {
  height: 100% !important;
}

.knowledgecenter.full_preview .kc_gallery .owl-item img {
  height: 100% !important;
  width: 100% !important;
  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_content.artikeltext {
  padding-block: 0rem !important;
}

.knowledgecenter.full_preview .collection_content {
  background: unset !important;
}

.contactformular {
  padding: 0px !important;
}

.knowledgecenter.full_preview .col__block-right_bild.no-gallery .kc_img {
  width: 100% !important;
}
.knowledgecenter.full_preview .col__block-right_bild.no-gallery .collection_content.kc_gallery{
  display: none !important;;
}

.knowledgecenter.full_preview .collection_full.knowledgecenter-post .collection_container h3.collection_content.knowledgecenter-post__title.title.custom {
  padding-inline: 0px !important;
}

.knowledgecenter.full_preview h1.collection_content.knowledgecenter-post__title.title.custom {
  margin-bottom: 30px;
}

.knowledgecenter.full_preview .kc_video .youtubecontent iframe {
  height: 361px!important;
}

.knowledgecenter.full_preview .col__block-right_bild.no-gallery .kc_img img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: var(--br);
}

.knowledgecenter.full_preview .col__block-right_bild.no-gallery .kc_img {
  flex: 1;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
}


.collection_content.salesbanner_card_text svg {
fill: #FDDF66!important;

}

.umfrage .col-sm-12.col-md-12.col-lg-8 {
background-color: #fff;
padding: 2rem;
}

input#button {
background-color: rgba(253, 223, 102, 1) !important;
border: none !important;
border-radius: 43px !important;
padding: 0.75rem 1.5rem !important;
cursor: pointer !important;
color: #00456F !important;
transition: background-color 0.2s ease, color 0.2s ease !important;
}

input#button:hover {
background-color: #00456F !important;
color: #FFFFFF !important;
}

.filter_display {
display: flex !important;
flex-wrap: wrap !important;
gap: 10px !important;
position: relative !important;
flex-direction: row !important;
padding-bottom: 0px!important;
}

.filter_display::after {
content: "" !important;
display: block !important;
width: 460px !important;
height: 2px !important;
background: linear-gradient(to right, var(--ac), transparent) !important;
order: 99 !important;
flex-basis: 100% !important;
margin-top: -12px;
margin-bottom: 20px;
margin-left: -10px;
}

a.button_filter.o-filter {
color: #000000!important;
}

a.button_filter.o-filter:hover {
background: var(--ac) !important;
color: var(--bg-white) !important;
padding: 10px 15px !important;
float: left !important;
border-radius: var(--br) !important;
}

button {
background-color: rgba(253, 223, 102, 1) !important;
border: none !important;
border-radius: 43px !important;
padding: 0.75rem 1.5rem !important;
cursor: pointer !important;
color: #00456F !important;
transition: background-color 0.2s ease, color 0.2s ease !important;
}

button:hover {
background-color: #00456F !important;
color: #FFFFFF !important;
}

.marketingcenter div#forwarding_area {
  margin-top: unset!important;
}

.collection_content_full {
  padding-top: 0!important;
}


div#example_filter .date_filter input {
  min-height: 45px!important;
}

#myTable_filter input[type="search"] {
  min-height: 45px!important;
}
.marketingcenter .breadcrumb {
  padding-inline: 2rem;
  color: var(--w-8);
  font-size: var(--fs-400);
  padding-block-end: 0.5rem;
  top: 0;
  margin-top: -25px;
}

#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;
}

/* #body.en .breadcrumb {
  display: none;
} */

.ueber-uns .owl-nav button {
  background: transparent !important;
  border: none;
  padding: 0;
  box-shadow: none;
}

.uber-bild {
  height: 370px; 
  overflow: hidden;
}

.uber-bild .imgcontent {
  width: 100%;
  height: 100%;
}

.uber-bild .imgcontent img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}






.ueber-uns .collection_list.historie {
  position: relative;
  width: 100%;
  padding: 0;
  display: flex;
  align-items: flex-end;
  z-index: 0;
}
.ueber-uns #area-3 .container {
  padding-right: 0;
  padding-left: 0;
}

.ueber-uns #area-3 .container .textcontent{
    padding-inline: 4rem;
    margin-bottom: 20px;
}
.ueber-uns .collection_container {
  position: relative;
  /* padding-right: 6rem; */
  /* margin-right: -6rem; */
  padding-bottom: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.ueber-uns .collection_content.historie_img {
  position: relative;
  z-index: 1;
}

.ueber-uns .collection_content.historie_img img {
  width: 100%;
  height: 360px !important;
  /* min-width: 471px !important; */
  object-fit: cover;
  display: block;
}

.ueber-uns h3.collection_content.historie__title {
  position: relative;
  background: transparent;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  max-width: 420px;
  z-index: 3;
  color: #fff;
  margin-bottom: 10px;
}

.ueber-uns .collection_content.historie_s-title {
  position: relative;
  background: transparent;
  box-shadow: none;
  color: #FFD700;
  font-weight: 500;
  font-size: 16px;
  padding: 0;
  max-width: unset;
  z-index: 3;
  margin-bottom: 8px;
}

.historie-content {
  background: #00456F;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  max-width: 380px !important;
  position: absolute;
  bottom: 0;
  right: 0;
  /* right: -55px; */
  margin-right: -3rem;
  z-index: 3;
  color: #fff;
  display: flex;
  flex-direction: column;
}

.ueber-uns .collection_content.historie_text {
  position: relative;
  padding: 0;
  background: transparent;
  border-radius: 0;
  transform: none;
  max-width: 100%;
  box-shadow: none;
  z-index: auto;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}

.ueber-uns .collection_content.historie_year {
  font-size: 70px;
  font-weight: 800;
  opacity: 0.08;
  position: absolute;
  bottom: -2rem;
  left: 0;
  padding: 1rem;
  z-index: 0;
  color: #000;
}

.ueber-uns .collection_list.historie::after {
  content: '';
  background: var(--ac);
  width: 1000%;
  height: 3px;
  position: absolute;
  top: 70%;
  left: 0;
  transform: translateY(-50%);
  z-index: 0;
}

.ueber-uns .collection_content.tags:empty {
  display: none;
}

.ueber-uns .owl-carousel .owl-item img {
  display: block;
  width: 100%;
}




.tickets div#forwarding_area .forwarding_container:nth-child(2) .forwarding_content_container {
    position: relative;
}

.tickets div#forwarding_area .forwarding_container:nth-child(2) svg {
    width: 21px;
    height: 21px;
    background: url('/userdata/02_Kollektionen/06_Schulungen/wrench1.svg') no-repeat center/contain;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
}

.tickets div#forwarding_area .forwarding_container:nth-child(2) svg path {
    display: none;
}


 .quill_editor button {
    padding: 0rem !important;
    background-color: unset !important;
} 

.overlay_section.send_message div#input_mail_content {
    min-height: 100px;
    margin-bottom: 20px;
}

.overlay_section.send_message.active {
    margin-top: 10px;
}

.External_x0020_Message, .External_x0020_File {
    background: var(--bg-light);
    padding: 1rem;
    border-radius: var(--br);
    border: 1px solid var(--b);
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 1rem;
    position: relative;
    width: 100%;
}

.External_x0020_File:after, .External_x0020_Message:after {
    content: '';
    background: var(--bg-light);
    border: 1px solid var(--b);
    border-right: none;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 20px;
    left: -8px;
    rotate: 45deg;
    border-top: none;
}


.login_buttons a {
  color: #00456F !important;
}

/* 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: 1350px) {
.ueber-uns .collection_content.historie_year {
    font-size:55px;
    font-weight: 800;
    opacity: unset;
    position: absolute;
    bottom: unset;
    left: 0;
    padding: 1rem;
    z-index: 8;
    color: #f0ce07;
    top: 0;
}
.historie-content {
    margin-right: -2rem;

}
}

@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;
  }
  
  .ueber-uns .col-xs-12.col-sm-12.col-md-12.col-lg-6 .textcontent {
    margin-top: 20px!important;
}
}


@media (max-width: 1100px) {
.ueber-uns .collection_content.historie_year {
    font-size:55px;
    font-weight: 800;
    opacity: unset;
    position: absolute;
    bottom: unset;
    left: 0;
    padding: 1rem;
    z-index: 8;
    color: #f0ce07;
    top: 0;
}
.historie-content {
    margin-right: -2rem;

}
}




@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;
  }
      .historie-content {
        margin-right: -10px;
    }
}

@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%;
  }
}

@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;
  }
}

