
/*--------------------------------------------------------------
# Custom Blocks
--------------------------------------------------------------*/
@import url("blocks/lazyblock-che-button/style.css");
@import url("blocks/kd-info-box.css");

.wp-block-button__link {
  position: relative;
  border-color: var(--wp--custom--color--button-primary-text);
  border-radius: 10px;
  padding: 0px 15px;
  background-color: var(--wp--custom--color--button-primary-text);
}

.wp-block-button__link:hover {
/*  color: var(--wp--preset--color--theme-black) !important;
  border-color: var(--wp--preset--color--theme-black);*/
  transition: border-color .3s ease-in, color .3s ease-in;
}

.wp-block-button__link::after {
  font-family: "remixicon" !important;
  content: "\ea6c";
/*  color: var(--wp--custom--color--button-primary-text);*/
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
/*  vertical-align: -0.125em;*/
  margin-left: 0.25rem;
  transition: transform .3s ease-in, -webkit-transform .3s ease-in, color .3s ease-in;
  transition-property: transform,-webkit-transform;
}

.wp-block-button__link:hover::after {
/*  color: var(--wp--preset--color--theme-black);
  border-color: var(--wp--preset--color--theme-black);*/
  -webkit-transform: translate(25%,0);
  transform: translate(25%,0);
  transition: transform .3s ease-in, -webkit-transform .3s ease-in;
}


/*.che-headline{
  border-bottom: 1px solid var(--wp--custom--color--headings);
  padding-bottom: 15px;
  margin-bottom: 30px;
}*/

.che-headline:after{
  background-color: var(--wp--preset--color--theme-red);
  content: "";
  display: block;
  height: 2px;
  width: 80px;
  margin-top: 10px;
}

.kb-splide .splide__arrow--prev,
.kb-splide .splide__arrow--next {
  border-radius: 15px !important;
}


.che-post-carousel .kb-splide .splide__arrow{
  display: unset !important;
  position: relative !important;
}
.che-post-carousel .kb-splide .splide__arrow--prev {
  left: unset !important; 
  margin-right: 5px !important;
}
.che-post-carousel .kb-splide .splide__arrow--next {
  right: unset !important; 
}
.che-post-carousel .splide__arrows.splide__arrows--ltr{
  text-align: end !important;
  margin-bottom: -8px !important;
  margin-top: -40px;
}
.che-post-carousel .kb-splide .splide__arrow svg {
  margin-top: 6px !important;
}


.che-post-carousel .kt-blocks-post-grid-item-inner,
.che-post-carousel .kadence-post-content {
  border-left: 2px solid var(--wp--preset--color--theme-grey-4);
  border-right: 2px solid var(--wp--preset--color--theme-grey-4);
  border-bottom: 2px solid var(--wp--preset--color--theme-grey-4);
  border-radius: 0px 0px 15px 15px;
}
.che-post-carousel .kt-blocks-post-grid-item .entry-title {
  padding-bottom: 10px !important;
}


.che-handlungsfeld-list a {
  color: var(--wp--preset--color--theme-black);
}

.che-handlungsfeld-list a:hover {
  color: var(--wp--preset--color--theme-red);
}


.kadence-column34263_00623b-04 > .kt-inside-inner-col {
  background-image: url("https://che.che-concept.de/wp-content/uploads/2025/04/three-young-professionals-having-a-friendly-chat-while-sitting-on-outdoor-steps.-1438072-scaled.jpg");
  background-size: cover;
  background-position: center;

  /* die geschwungene rechte Seite */
  -webkit-clip-path: path(
    "M0,0 H90% Q100% 25% 90% 50% Q100% 75% 90% 100% H0 Z"
  );
  clip-path: path(
    "M0,0 H90% Q100% 25% 90% 50% Q100% 75% 90% 100% H0 Z"
  );
}
