:root {
  --krp-navy: #17324d;
  --krp-navy-deep: #0f263a;
  --krp-teal: #2e6f73;
  --krp-teal-dark: #24595c;
  --krp-mint: #dceceb;
  --krp-mint-light: #f2f7f6;
  --krp-sand: #f6f3ed;
  --krp-white: #fff;
  --krp-ink: #24333f;
  --krp-muted: #65737e;
  --krp-line: #d5dfdf;
  --krp-blue: #009fe3;
  --krp-yellow: #ffdd00;
  --krp-green: #95c11f;
  --krp-pink: #e6007e;
  --krp-radius-sm: .65rem;
  --krp-radius: 1.15rem;
  --krp-radius-lg: 2rem;
  --krp-shadow: 0 18px 50px rgba(23, 50, 77, .11);
  --krp-max: 84rem;
  --krp-font: Inter, Roboto, "Helvetica Neue", Arial, sans-serif;
  --krp-display: "Avenir Next", Avenir, Montserrat, Corbel, Arial, sans-serif;
  --krp-ease-out: cubic-bezier(.22, 1, .36, 1);
  --krp-ease-standard: cubic-bezier(.4, 0, .2, 1);
  --krp-motion-fast: 160ms;
  --krp-motion-medium: 420ms;
  --krp-motion-slow: 680ms;
}

/* Kachelkarten: obere farbige Register bewusst entfernt. */
.route-behandlungen .krp-concern::before,
.route-behandlungen #alle-behandlungen .krp-treatment-card::before,
.route-ihre-praxis-team .krp-original-team__dentists article::before,
.route-ihre-praxis-team .krp-original-team__grid article::before,
.route-kontakt .krp-grid > .krp-card::before {
  content: none !important;
  display: none !important;
}

/* Final authority for the two clean routes that render the original
   philosophy page. This follows the cross-page QA layer intentionally. */
@media (min-width: 61.25rem) {
  .route-ihre-praxis .krp-section-nav,
  .route-ihre-praxis-philosophie .krp-section-nav {
    height: 108px;
    min-height: 108px;
    border: 0;
  }
  .route-ihre-praxis .krp-section-nav__inner,
  .route-ihre-praxis-philosophie .krp-section-nav__inner {
    width: calc(100% - 60px);
    height: 108px;
    min-height: 108px;
    margin: 0 30px;
    padding: 30px 0 40px;
  }
  .route-ihre-praxis .krp-section-nav ul,
  .route-ihre-praxis-philosophie .krp-section-nav ul {
    gap: 20px;
    overflow: visible;
  }
  .route-ihre-praxis .krp-section-nav a,
  .route-ihre-praxis-philosophie .krp-section-nav a {
    height: 38px;
    padding: 8px 10px;
    border-radius: 10px;
    font-size: 18px;
    line-height: 22px;
  }
  .krp-site.route-ihre-praxis .krp-content,
  .krp-site.route-ihre-praxis-philosophie .krp-content {
    padding-top: 100px;
    padding-bottom: 0;
  }
  .route-ihre-praxis .krp-original-philosophy section h1,
  .route-ihre-praxis .krp-original-philosophy section h2,
  .route-ihre-praxis-philosophie .krp-original-philosophy section h1,
  .route-ihre-praxis-philosophie .krp-original-philosophy section h2 {
    font-size: 60px !important;
    line-height: 70px !important;
  }
}

/* Final quality-page tablet authority. */
@media (min-width: 38.8125rem) and (max-width: 61.1875rem) {
  .route-ihre-praxis-qualitaet .krp-page-hero,
  .route-ihre-praxis-qualitaet .krp-page-hero__grid,
  .route-ihre-praxis-qualitaet .krp-page-hero__visual,
  .route-ihre-praxis-qualitaet .krp-page-hero__visual img {
    width: 100%; height: calc((100vw - 15px) * .6507); min-height: 0; max-height: none;
  }
  .route-ihre-praxis-qualitaet .krp-section-nav { display: none; }
  .krp-site.route-ihre-praxis-qualitaet .krp-content {
    position: relative; width: 100% !important; max-width: none !important; margin: 0 !important; padding: 70px 0 0 !important;
  }
  .route-ihre-praxis-qualitaet .krp-generated-heading {
    position: absolute; z-index: 1; top: 70px; left: 25px; width: calc((100% - 75px) / 2); margin: 0;
  }
  .route-ihre-praxis-qualitaet .krp-generated-heading h1 {
    width: 100%; height: 80px; margin: 0; font-size: 32px !important; line-height: 40px !important;
  }
  .route-ihre-praxis-qualitaet .com-content-article,
  .route-ihre-praxis-qualitaet .com-content-article__body,
  .route-ihre-praxis-qualitaet .krp-quality-page {
    width: 100% !important; max-width: none !important; margin: 0 !important;
  }
  .route-ihre-praxis-qualitaet .krp-quality-page__content {
    width: calc((100% - 75px) / 2); height: 456px; display: block;
    margin: 0 0 120px calc((100% + 25px) / 2); padding: 0;
  }
  .route-ihre-praxis-qualitaet .krp-quality-page__content h2 {
    width: 100%; height: 102px; margin: 0 0 15px; font-size: 26px !important; line-height: 34px !important;
  }
  .route-ihre-praxis-qualitaet .krp-quality-page__content p {
    width: 100%; height: 144px; margin: 15px 0 70px; font-size: 18px !important; line-height: 24px !important;
  }
  .route-ihre-praxis-qualitaet .krp-quality-page__content img {
    display: block; width: 265px; height: 125px; margin: 0 0 0 auto; object-fit: contain;
  }
  .route-ihre-praxis-qualitaet .krp-quality-page__photo {
    width: 100%; height: calc((100vw - 15px) * .4166); margin: 0; object-fit: cover;
  }
}

/* Final quality-page phone cascade authority. */
@media (max-width: 38.75rem) {
  .route-ihre-praxis-qualitaet .krp-section-nav { display: none; }
  .krp-site.route-ihre-praxis-qualitaet .krp-content {
    position: relative; width: 100% !important; max-width: none !important; margin: 0 !important; padding: 179px 0 0 !important;
  }
  .route-ihre-praxis-qualitaet .krp-generated-heading {
    position: absolute; z-index: 1; top: 179px; left: 30px; width: 295px; max-width: calc(100% - 60px); margin: 0;
  }
  .route-ihre-praxis-qualitaet .krp-generated-heading h1 {
    width: 100%; height: 120px; margin: 0; font-size: 32px !important; line-height: 40px !important;
  }
  .route-ihre-praxis-qualitaet .com-content-article,
  .route-ihre-praxis-qualitaet .com-content-article__body,
  .route-ihre-praxis-qualitaet .krp-quality-page {
    width: 100% !important; max-width: none !important; margin: 0 !important;
  }
  .route-ihre-praxis-qualitaet .krp-quality-page__content {
    width: 295px; max-width: calc(100% - 60px); height: 598px; display: block;
    margin: 0 0 50px 30px; padding: 160px 0 0;
  }
  .route-ihre-praxis-qualitaet .krp-quality-page__content h2 {
    width: 100%; height: 96px; margin: 0 0 15px; font-size: 24px !important; line-height: 32px !important;
  }
  .route-ihre-praxis-qualitaet .krp-quality-page__content p {
    width: 100%; height: 132px; margin: 15px 0 70px; font-size: 16px !important; line-height: 22px !important;
  }
  .route-ihre-praxis-qualitaet .krp-quality-page__content img {
    display: block; width: 265px; height: 125px; margin: 0 0 0 auto; object-fit: contain;
  }
  .route-ihre-praxis-qualitaet .krp-quality-page__photo {
    width: 100%; height: 222px; margin: 0; object-fit: cover;
  }
}

/* Team page: final cascade after all shared container rules. */
.route-ihre-praxis-team .krp-team-hero-slide {
  animation: krp-team-hero-fade 14s ease-in-out infinite;
  will-change: opacity;
}
.route-ihre-praxis-team .krp-team-hero-slide--wieren { opacity: 1; }
.route-ihre-praxis-team .krp-team-hero-slide--luechow {
  opacity: 0;
  animation-delay: -7s;
}
@keyframes krp-team-hero-fade {
  0%, 42% { opacity: 1; }
  50%, 92% { opacity: 0; }
  100% { opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .route-ihre-praxis-team .krp-team-hero-slide { animation: none; }
  .route-ihre-praxis-team .krp-team-hero-slide--wieren { opacity: 1; }
  .route-ihre-praxis-team .krp-team-hero-slide--luechow { opacity: 0; }
}

@media (min-width: 61.25rem) {
  .krp-site.route-ihre-praxis-team .krp-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 100px 0 0 30px !important;
  }
  .route-ihre-praxis-team .com-content-article,
  .route-ihre-praxis-team .com-content-article__body,
  .route-ihre-praxis-team .krp-original-team {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }
  .route-ihre-praxis-team .krp-original-team__staff {
    width: calc(100vw - 15px) !important;
    margin: 0 0 0 -30px !important;
    transform: none !important;
  }
}

@media (min-width: 38.8125rem) and (max-width: 61.1875rem) {
  .krp-site.route-ihre-praxis-team .krp-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 70px 25px 0 !important;
  }
  .route-ihre-praxis-team .com-content-article,
  .route-ihre-praxis-team .com-content-article__body,
  .route-ihre-praxis-team .krp-original-team {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }
  .route-ihre-praxis-team .krp-original-team__staff {
    width: calc(100vw - 15px) !important;
    margin: 0 0 0 -25px !important;
    transform: none !important;
  }
}

@media (max-width: 38.75rem) {
  .krp-site.route-ihre-praxis-team .krp-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 179px 30px 0 !important;
  }
  .route-ihre-praxis-team .com-content-article,
  .route-ihre-praxis-team .com-content-article__body,
  .route-ihre-praxis-team .krp-original-team {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }
}

/* Final team-page authority: current original content with the approved KRP
   Kachelkarte presentation. */
.route-ihre-praxis-team .krp-original-team__dentists article:nth-of-type(4) {
  --krp-team-accent: #FBC300;
}
.route-ihre-praxis-team .krp-original-team__dentists article h3,
.route-ihre-praxis-team .krp-original-team__dentists article h4,
.route-ihre-praxis-team .krp-original-team__dentists article li,
.route-ihre-praxis-team .krp-original-team__grid article h4 {
  color: #FFFFFF !important;
}
.route-ihre-praxis-team .krp-original-team__dentists article h3 {
  margin: 0;
  padding: 0 24px 4px;
  font-size: 24px !important;
  line-height: 32px !important;
}
.route-ihre-praxis-team .krp-original-team__dentists article h4,
.route-ihre-praxis-team .krp-original-team__grid article h4 {
  margin: 0;
  padding: 0 24px 4px;
  font-size: 18px !important;
  line-height: 24px !important;
}
.route-ihre-praxis-team .krp-original-team__dentists article > p {
  flex: 0 0 auto;
  padding-bottom: 4px;
}
.route-ihre-praxis-team .krp-original-team__dentists article > p:last-child {
  flex: 1;
  padding-bottom: 24px;
}
.route-ihre-praxis-team .krp-original-team__dentists article ul {
  flex: 1;
  margin: 0;
  padding: 0 24px 24px 44px;
}
.route-ihre-praxis-team .krp-original-team__dentists article li {
  margin: 0 0 4px;
  font-size: 16px;
  line-height: 22px;
}
.route-ihre-praxis-team .krp-original-team__grid article h4 {
  padding-top: 0;
}

@media (min-width: 61.25rem) {
  .route-ihre-praxis-team .krp-page-hero,
  .route-ihre-praxis-team .krp-page-hero__grid,
  .route-ihre-praxis-team .krp-page-hero__visual,
  .route-ihre-praxis-team .krp-page-hero__visual img {
    width: 100%;
    height: calc((100vw - 15px) * .4688);
    min-height: 0;
    max-height: 668px;
  }
  .route-ihre-praxis-team .krp-page-hero__visual img {
    object-position: center center;
  }
  .route-ihre-praxis-team .krp-section-nav {
    height: 108px;
    min-height: 108px;
    border: 0;
  }
  .route-ihre-praxis-team .krp-section-nav__inner {
    width: calc(100% - 60px);
    height: 108px;
    min-height: 108px;
    margin: 0 30px;
    padding: 30px 0 40px;
  }
  .route-ihre-praxis-team .krp-section-nav ul {
    gap: 20px;
    overflow: visible;
  }
  .route-ihre-praxis-team .krp-section-nav a {
    height: 38px;
    padding: 8px 10px;
    border-radius: 10px;
    font-size: 18px;
    line-height: 22px;
  }
  .krp-site.route-ihre-praxis-team .krp-content {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 100px 30px 0;
  }
  .route-ihre-praxis-team .com-content-article,
  .route-ihre-praxis-team .com-content-article__body,
  .route-ihre-praxis-team .krp-original-team {
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .route-ihre-praxis-team .krp-original-team > h1 {
    margin: 0 0 70px;
  }
  .route-ihre-praxis-team .krp-original-team__dentists {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 50px 30px;
    margin-bottom: 100px;
  }
  .route-ihre-praxis-team .krp-original-team__staff {
    width: calc(100vw - 15px);
    gap: 30px;
    margin: 0 0 0 calc(50% - 50vw + 7.5px);
    padding: 100px 150px 120px;
    transform: none;
  }
  .route-ihre-praxis-team .krp-original-team__grid {
    gap: 45px 30px;
  }
}

@media (min-width: 38.8125rem) and (max-width: 61.1875rem) {
  .route-ihre-praxis-team .krp-page-hero,
  .route-ihre-praxis-team .krp-page-hero__grid,
  .route-ihre-praxis-team .krp-page-hero__visual,
  .route-ihre-praxis-team .krp-page-hero__visual img {
    width: 100%;
    height: calc((100vw - 15px) * .6507);
    min-height: 0;
  }
  .route-ihre-praxis-team .krp-section-nav { display: none; }
  .krp-site.route-ihre-praxis-team .krp-content {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 70px 25px 0;
  }
  .route-ihre-praxis-team .krp-original-team__dentists {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 25px;
  }
  .route-ihre-praxis-team .krp-original-team__staff {
    width: calc(100vw - 15px);
    gap: 25px;
    margin: 0 0 0 calc(50% - 50vw + 7.5px);
    padding: 70px 25px 90px;
    transform: none;
  }
}

@media (max-width: 38.75rem) {
  .route-ihre-praxis-team .krp-section-nav { display: none; }
  .krp-site.route-ihre-praxis-team .krp-content {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 179px 30px 0;
  }
  .route-ihre-praxis-team .krp-original-team > h1 {
    margin: 0 0 50px;
  }
  .route-ihre-praxis-team .krp-original-team__dentists {
    gap: 40px;
    margin-bottom: 70px;
  }
  .route-ihre-praxis-team .krp-original-team__staff {
    width: 100vw;
    gap: 60px;
    margin: 0 0 0 -30px;
    padding: 60px 30px 80px;
    transform: none;
  }
  .route-ihre-praxis-team .krp-original-team__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .route-ihre-praxis-team .krp-original-team__dentists article h3 {
    padding-inline: 20px;
    font-size: 22px !important;
    line-height: 28px !important;
  }
  .route-ihre-praxis-team .krp-original-team__dentists article h4,
  .route-ihre-praxis-team .krp-original-team__grid article h4 {
    padding-inline: 20px;
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .route-ihre-praxis-team .krp-original-team__dentists article ul {
    padding: 0 20px 20px 40px;
  }
}

/* Professional cleaning final desktop authority. */
@media (min-width: 980px) {
  .route-behandlungen-prophylaxe-professionelle-zahnreinigung .krp-content .krp-prophylaxis-intro {
    min-height: 804px !important;
    height: 804px !important;
    gap: 30px !important;
    padding: 50px 50px 125px 80px !important;
  }
  .route-behandlungen-prophylaxe-professionelle-zahnreinigung .krp-content .krp-prophylaxis-intro h1 { align-self: start; }
  .route-behandlungen-prophylaxe-professionelle-zahnreinigung .krp-content .krp-prophylaxis-band--green {
    min-height: 677px !important;
    height: 677px !important;
    gap: 0 !important;
    padding: 100px 150px !important;
  }
  .route-behandlungen-prophylaxe-professionelle-zahnreinigung .krp-content .krp-prophylaxis-band--green > * { width: 527.5px; }
  .route-behandlungen-prophylaxe-professionelle-zahnreinigung .krp-content .krp-prophylaxis-band--gray {
    min-height: 1037px !important;
    height: 1037px !important;
    gap: 30px !important;
    padding: 100px 150px !important;
  }
}

/* Fissurenversiegelung: clean reconstruction of the public reference page. */
.krp-fissure-page {
  font-family: Roboto, Arial, sans-serif;
}

.krp-fissure-slider {
  position: relative;
  min-width: 0;
}

[data-krp-classic-slider],
[data-krp-fissure-slider] {
  touch-action: pan-y;
  user-select: none;
  cursor: grab;
}

[data-krp-classic-slider].is-swiping,
[data-krp-fissure-slider].is-swiping {
  cursor: grabbing;
}

[data-krp-classic-slider] img,
[data-krp-fissure-slider] img {
  -webkit-user-drag: none;
  user-select: none;
}

.krp-fissure-slider > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 500ms ease;
}

.krp-fissure-slider > img.is-active {
  z-index: 1;
  opacity: 1;
}

.krp-fissure-dots {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 79px;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}

.krp-fissure-dots button {
  width: 15px;
  height: 15px;
  min-width: 15px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #adadae;
  cursor: pointer;
}

.krp-fissure-dots button.is-active {
  background: #0070b7;
}

@media (min-width: 980px) {
  .krp-site .krp-content .krp-fissure-intro {
    box-sizing: border-box;
    min-height: 790px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    padding: 0 0 150px 30px;
  }

  .krp-site .krp-content .krp-fissure-intro > * {
    min-width: 0;
  }

  .krp-site .krp-content .krp-fissure-intro h1,
  .krp-site .krp-content .krp-fissure-intro h2 {
    margin: 0;
    font-family: Roboto, Arial, sans-serif !important;
    font-size: 42px !important;
    font-weight: 700 !important;
    line-height: 55px !important;
  }

  .krp-site .krp-content .krp-fissure-intro h1 {
    color: #79b41d !important;
  }

  .krp-site .krp-content .krp-fissure-intro h2 {
    color: #999999 !important;
  }

  .krp-site .krp-content .krp-fissure-intro p {
    margin: 15px 0;
    color: #888888;
    font-family: Roboto, Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
  }

  .krp-site .krp-content .krp-fissure-intro .krp-intro {
    font-size: 28px !important;
    line-height: 36px !important;
  }

  .krp-site .krp-content .krp-fissure-process {
    box-sizing: border-box;
    min-height: 802px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    margin: 0;
    padding: 100px 150px;
    background: #79b41d;
  }

  .krp-site .krp-content .krp-fissure-process > * {
    min-width: 0;
  }

  .krp-site .krp-content .krp-fissure-process h2 {
    margin: 0 0 15px;
    color: #ffffff !important;
    font-family: Roboto, Arial, sans-serif !important;
    font-size: 42px !important;
    font-weight: 700 !important;
    line-height: 55px !important;
  }

  .krp-site .krp-content .krp-fissure-process p {
    margin: 15px 0;
    color: #ffffff !important;
    font-family: Roboto, Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
  }

  .krp-site .krp-content .krp-fissure-slider {
    height: 602px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .krp-fissure-slider > img {
    transition: none;
  }
}

.krp-site .krp-content .krp-topic-line {
  box-sizing: border-box;
  margin: 25px 0 0;
  padding: 50px max(30px, calc((100% - 1055px) / 2));
  color: #79b41d;
  background: #ffffff;
  font-family: Roboto, Arial, sans-serif;
}

.krp-site .krp-content .krp-topic-line p {
  margin: 0;
  color: #79b41d;
  font-family: Roboto, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

@media (min-width: 641px) and (max-width: 979px) {
  .krp-site .krp-content .krp-fissure-intro {
    box-sizing: border-box;
    min-height: 670px;
    display: block;
    padding: 0 25px 70px;
  }

  .krp-site .krp-content .krp-fissure-intro h1,
  .krp-site .krp-content .krp-fissure-intro h2 {
    margin: 0;
    font-family: Roboto, Arial, sans-serif !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 34px !important;
  }

  .krp-site .krp-content .krp-fissure-intro h1 {
    color: #79b41d !important;
  }

  .krp-site .krp-content .krp-fissure-intro h2 {
    color: #999999 !important;
  }

  .krp-site .krp-content .krp-fissure-intro p {
    margin: 15px 0;
    color: #888888;
    font-family: Roboto, Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
  }

  .krp-site .krp-content .krp-fissure-intro .krp-intro {
    font-size: 24px !important;
    line-height: 31px !important;
  }

  .krp-site .krp-content .krp-fissure-process {
    box-sizing: border-box;
    min-height: 1215px;
    display: block;
    margin: 0;
    padding: 50px 40px;
    background: #79b41d;
  }

  .krp-site .krp-content .krp-fissure-process h2 {
    margin: 0 0 15px;
    color: #ffffff !important;
    font-family: Roboto, Arial, sans-serif !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 34px !important;
  }

  .krp-site .krp-content .krp-fissure-process p {
    margin: 15px 0;
    color: #ffffff !important;
    font-family: Roboto, Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
  }

  .krp-site .krp-content .krp-fissure-slider {
    height: 685px;
  }

  .krp-site .krp-content .krp-fissure-dots {
    bottom: 15px;
  }

  .krp-site .krp-content .krp-topic-line {
    padding-right: 70px;
    padding-left: 70px;
  }
}

@media (max-width: 640px) {
  .krp-site .krp-content .krp-fissure-intro {
    box-sizing: border-box;
    min-height: 1280px;
    display: block;
    padding: 0 30px 50px;
  }

  .krp-site .krp-content .krp-fissure-intro h1,
  .krp-site .krp-content .krp-fissure-intro h2 {
    margin: 0;
    font-family: Roboto, Arial, sans-serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 32px !important;
  }

  .krp-site .krp-content .krp-fissure-intro h1 {
    color: #79b41d !important;
  }

  .krp-site .krp-content .krp-fissure-intro h2 {
    margin-top: 40px;
    color: #999999 !important;
  }

  .krp-site .krp-content .krp-fissure-intro p {
    margin: 15px 0;
    color: #888888;
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
  }

  .krp-site .krp-content .krp-fissure-intro .krp-intro {
    font-size: 24px !important;
    line-height: 31px !important;
  }

  .krp-site .krp-content .krp-fissure-process {
    box-sizing: border-box;
    min-height: 1122px;
    display: block;
    margin: 0;
    padding: 50px 30px;
    background: #79b41d;
  }

  .krp-site .krp-content .krp-fissure-process h2 {
    margin: 0 0 15px;
    color: #ffffff !important;
    font-family: Roboto, Arial, sans-serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 32px !important;
  }

  .krp-site .krp-content .krp-fissure-process p {
    margin: 15px 0;
    color: #ffffff !important;
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
  }

  .krp-site .krp-content .krp-fissure-slider {
    height: 348px;
  }

  .krp-site .krp-content .krp-fissure-dots {
    bottom: 15px;
  }

  .krp-site .krp-content .krp-topic-line {
    padding-right: 30px;
    padding-left: 30px;
  }

  .krp-site .krp-content .krp-topic-line p {
    font-size: 16px;
    line-height: 22px;
  }
}

/* Professionelle Zahnreinigung: desktop reconstruction of the reference. */
@media (min-width: 980px) {
  .route-behandlungen-prophylaxe-professionelle-zahnreinigung .krp-content .krp-prophylaxis-intro {
    min-height: 804px;
    height: 804px;
    gap: 30px;
    padding: 50px 50px 125px 80px;
  }

  .route-behandlungen-prophylaxe-professionelle-zahnreinigung .krp-content .krp-prophylaxis-intro h1 {
    align-self: start;
  }

  .route-behandlungen-prophylaxe-professionelle-zahnreinigung .krp-content .krp-prophylaxis-band--green {
    min-height: 677px;
    height: 677px;
    gap: 0;
    padding: 100px 150px;
  }

  .route-behandlungen-prophylaxe-professionelle-zahnreinigung .krp-content .krp-prophylaxis-band--green > * {
    width: 527.5px;
  }

  .route-behandlungen-prophylaxe-professionelle-zahnreinigung .krp-content .krp-prophylaxis-band--gray {
    min-height: 1037px;
    height: 1037px;
    gap: 30px;
    padding: 100px 150px;
  }

  .krp-site .krp-content .krp-prophylaxis-form__contact .krp-intro {
    margin: 15px 0 0;
    font-size: 28px !important;
    line-height: 36px !important;
  }
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--krp-ink);
  background: #fbfcfa;
  font-family: var(--krp-font);
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: var(--krp-teal-dark); text-underline-offset: .18em; }
a:hover { color: var(--krp-navy); }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 3px solid var(--krp-blue); outline-offset: 3px; }

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.skip-link {
  position: fixed;
  z-index: 9999;
  top: .75rem;
  left: .75rem;
  padding: .75rem 1rem;
  color: #fff;
  background: var(--krp-navy);
  border-radius: .4rem;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
.krp-container { width: min(calc(100% - 2rem), var(--krp-max)); margin-inline: auto; }

.krp-topbar { color: #fff; background: var(--krp-navy-deep); font-size: .86rem; }
.krp-topbar__inner { min-height: 2.55rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.krp-topbar__promise { opacity: .86; }
.krp-topbar__contacts { display: flex; gap: 1.4rem; }
.krp-topbar__contacts a { color: #fff; text-decoration: none; font-weight: 700; }
.krp-topbar__contacts span { color: #bcd7d6; font-weight: 500; margin-right: .25rem; }

.krp-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid rgba(213,223,223,.85);
  backdrop-filter: blur(12px);
  transition: box-shadow .25s ease;
}
.krp-header.is-scrolled { box-shadow: 0 10px 30px rgba(23,50,77,.09); }
.krp-header__inner { min-height: 6.6rem; display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2.4rem); }
.krp-brand { display: flex; flex: 0 0 auto; }
.krp-brand img { width: 12.4rem; height: auto; display: block; }
.krp-nav { margin-left: auto; }
.krp-nav ul { display: flex; align-items: center; gap: clamp(.65rem, 1.2vw, 1.35rem); margin: 0; padding: 0; list-style: none; }
.krp-nav li { position: relative; }
.krp-nav a { display: block; padding: 1rem .15rem; color: var(--krp-ink); font-weight: 650; font-size: .96rem; text-decoration: none; white-space: nowrap; }
.krp-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: .65rem; height: 2px; background: var(--krp-teal); transition: right .2s ease; }
.krp-nav a:hover::after, .krp-nav .current > a::after, .krp-nav .active > a::after { right: 0; }
.krp-nav .mod-menu__toggle-sub { position: absolute; top: 1.18rem; right: -.65rem; width: 1rem; height: 1rem; padding: 0; overflow: visible; color: var(--krp-muted); background: transparent; border: 0; cursor: pointer; }
.krp-nav .mod-menu__toggle-sub::after { content: "⌄"; position: absolute; inset: -.2rem 0 0; font-size: .85rem; line-height: 1; }
.krp-nav .mod-menu__toggle-sub > span { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.krp-nav ul ul { position: absolute; top: calc(100% - .2rem); left: -.75rem; min-width: 17rem; display: none; padding: .55rem; background: #fff; border: 1px solid var(--krp-line); border-radius: var(--krp-radius-sm); box-shadow: var(--krp-shadow); }
.krp-nav li:hover > ul, .krp-nav li:focus-within > ul, .krp-nav ul ul[aria-hidden="false"] { display: block; }
.krp-nav ul ul a { padding: .65rem .75rem; white-space: normal; border-radius: .4rem; }
.krp-nav ul ul a::after { display: none; }
.krp-nav ul ul a:hover { background: var(--krp-mint-light); }

.krp-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 3rem;
  padding: .7rem 1.15rem;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--krp-teal);
  font-weight: 750;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(46,111,115,.18);
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.krp-button:hover { color: #fff; background: var(--krp-teal-dark); transform: translateY(-1px); box-shadow: 0 12px 26px rgba(46,111,115,.24); }
.krp-button--header { flex: 0 0 auto; }
.krp-button--wide { width: 100%; }

.krp-menu-toggle { display: none; width: 2.8rem; height: 2.8rem; padding: .65rem; border: 1px solid var(--krp-line); border-radius: 50%; background: #fff; }
.krp-menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: .23rem 0; background: var(--krp-navy); transition: transform .2s ease, opacity .2s ease; }
.krp-menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(6px) rotate(45deg); }
.krp-menu-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
.krp-menu-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-6px) rotate(-45deg); }
.krp-mobile-menu { padding: .5rem 0 1.2rem; background: #fff; border-top: 1px solid var(--krp-line); box-shadow: var(--krp-shadow); }
.krp-mobile-menu ul { list-style: none; margin: 0 0 1rem; padding: 0; }
.krp-mobile-menu a { display: block; padding: .72rem 0; color: var(--krp-ink); font-weight: 700; text-decoration: none; border-bottom: 1px solid var(--krp-line); }
.krp-mobile-menu ul ul { margin: 0 0 0 1rem; }
.krp-mobile-menu ul ul a { color: var(--krp-muted); font-weight: 600; }
.krp-mobile-menu .krp-button { color: #fff; border: 0; }
.krp-mobile-menu__phones { display: flex; gap: 1rem; margin-top: .8rem; }
.krp-mobile-menu__phones a { flex: 1; font-size: .9rem; text-align: center; border: 0; }

.krp-hero { position: relative; overflow: hidden; padding: 1rem 0 0; background: var(--krp-navy-deep); }
.krp-hero > .moduletable, .krp-hero > div { margin: 0; }
.krp-hero-shell { position: relative; min-height: clamp(36rem, 63vw, 48rem); display: grid; align-items: center; overflow: hidden; isolation: isolate; border-radius: 0 0 4.5rem 4.5rem; }
.krp-hero-shell::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, var(--krp-navy-deep) 0%, rgba(15,38,58,.98) 39%, rgba(15,38,58,.5) 62%, rgba(15,38,58,.08) 100%); }
.krp-hero-shell::before { content: ""; position: absolute; z-index: 1; right: 6vw; bottom: -8rem; width: 20rem; height: 20rem; border: 2.7rem solid var(--krp-yellow); border-radius: 50%; opacity: .92; pointer-events: none; }
.krp-hero-shell > img { position: absolute; inset: 0 0 0 auto; z-index: -2; width: 68%; height: 100%; object-fit: cover; object-position: center; }
.krp-hero__content { width: min(calc(100% - 2rem), var(--krp-max)); margin-inline: auto; padding-block: clamp(5rem, 10vw, 9rem); color: #fff; }
.krp-hero__content > * { max-width: 42rem; }
.krp-hero h1 { margin: 0 0 1.15rem; color: #fff; font-family: var(--krp-display); font-size: clamp(2.35rem, 5.2vw, 4.8rem); line-height: 1.03; letter-spacing: -.035em; }
.krp-hero p { font-size: clamp(1.05rem, 1.7vw, 1.3rem); opacity: .95; }
.krp-hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.6rem; }
.krp-button--light { color: var(--krp-navy); background: #fff; }
.krp-button--light:hover { color: var(--krp-navy); background: var(--krp-mint); }
.krp-button--ghost { color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.65); box-shadow: none; }
.krp-button--ghost:hover { background: rgba(255,255,255,.12); }

.krp-page-hero { position: relative; overflow: hidden; padding: clamp(2rem,5vw,4rem) 0 clamp(3rem,6vw,5rem); background: linear-gradient(135deg,#eef4f2 0%,#fbfcfa 58%); }
.krp-page-hero::before { content: "KRP"; position: absolute; left: -.04em; bottom: -.35em; color: rgba(23,50,77,.035); font-family: var(--krp-display); font-size: clamp(10rem,28vw,28rem); font-weight: 800; line-height: .75; letter-spacing: -.08em; pointer-events: none; }
.krp-page-hero__grid { position: relative; display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(2rem,6vw,7rem); align-items: center; }
.krp-page-hero__copy { position: relative; z-index: 3; padding-left: clamp(0rem,2vw,2rem); }
.krp-page-hero__copy h1 { max-width: 10ch; margin: .35rem 0 1.6rem; color: var(--krp-navy); font-family: var(--krp-display); font-size: clamp(2.8rem,6.2vw,6.1rem); line-height: .96; letter-spacing: -.055em; }
.krp-page-hero__line { display: grid; grid-template-columns: repeat(4,1fr); width: 9.5rem; height: .42rem; overflow: hidden; border-radius: 999px; }
.krp-page-hero__line i:nth-child(1) { background: var(--krp-blue); }
.krp-page-hero__line i:nth-child(2) { background: var(--krp-yellow); }
.krp-page-hero__line i:nth-child(3) { background: var(--krp-green); }
.krp-page-hero__line i:nth-child(4) { background: var(--krp-pink); }
.krp-page-hero__visual { position: relative; min-height: clamp(21rem,42vw,35rem); }
.krp-page-hero__visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 1.5rem 5rem 1.5rem 5rem; box-shadow: 0 30px 80px rgba(23,50,77,.18); }
.krp-orbit { position: absolute; z-index: 2; width: 4.4rem; height: 4.4rem; border: .85rem solid; border-radius: 50%; background: transparent; pointer-events: none; }
.krp-orbit--blue { left: -1.7rem; top: 14%; color: var(--krp-blue); border-color: currentColor; border-right-color: transparent; transform: rotate(25deg); }
.krp-orbit--yellow { right: 8%; top: -1.3rem; width: 3.2rem; height: 3.2rem; color: var(--krp-yellow); border-color: currentColor; border-bottom-color: transparent; transform: rotate(-20deg); }
.krp-orbit--green { right: -2rem; bottom: 17%; width: 6.2rem; height: 6.2rem; color: var(--krp-green); border-color: currentColor; border-left-color: transparent; transform: rotate(15deg); }
.krp-orbit--pink { left: 14%; bottom: -1.6rem; width: 3.6rem; height: 3.6rem; color: var(--krp-pink); border-color: currentColor; border-top-color: transparent; transform: rotate(40deg); }

.krp-breadcrumbs { min-height: 2.8rem; display: flex; align-items: center; font-size: .88rem; color: var(--krp-muted); }
.krp-breadcrumbs ol, .krp-breadcrumbs ul { display: flex; flex-wrap: wrap; gap: .35rem; margin: 0; padding: 0; list-style: none; }
.krp-breadcrumbs li + li::before { content: "/"; margin-right: .35rem; color: #a1adb4; }
.krp-breadcrumbs a { color: inherit; text-decoration: none; }

.krp-main { min-height: 25rem; }
.krp-content { padding-block: clamp(3.8rem, 7vw, 7rem); }
.krp-content .com-content-article, .krp-content .com-content-category-blog, .krp-content > div { max-width: 68rem; margin-inline: auto; }
.krp-content .com-content-article > .page-header,
.krp-content .article-info,
.krp-content .pagenavigation,
.krp-content .icons { display: none; }
.itemid-101 .krp-breadcrumbs { display: none; }
.krp-content h1, .krp-content h2, .krp-content h3 { color: var(--krp-navy); font-family: var(--krp-display); line-height: 1.18; letter-spacing: -.02em; }
.krp-content h1 { margin: 0 0 1.35rem; font-size: clamp(2.1rem, 4vw, 3.65rem); }
.krp-content h2 { margin: 2.8rem 0 .9rem; font-size: clamp(1.55rem, 2.8vw, 2.45rem); }
.krp-content h3 { margin: 2rem 0 .65rem; font-size: clamp(1.18rem, 2vw, 1.55rem); }
.krp-content p, .krp-content li { max-width: 48rem; }
.krp-content p { margin: 0 0 1rem; }
.krp-content ul, .krp-content ol { padding-left: 1.25rem; }
.krp-content li { margin-bottom: .42rem; }
.krp-content blockquote { margin: 2rem 0; padding: 1.4rem 1.6rem; color: var(--krp-navy); background: var(--krp-mint-light); border-left: 4px solid var(--krp-teal); border-radius: 0 var(--krp-radius-sm) var(--krp-radius-sm) 0; font-size: 1.1rem; }
.krp-content table { width: 100%; border-collapse: collapse; }
.krp-content th, .krp-content td { padding: .8rem; text-align: left; border-bottom: 1px solid var(--krp-line); }

.krp-form-panel { margin-top: 3rem; padding: clamp(1.5rem, 4vw, 3rem); background: var(--krp-mint-light); border: 1px solid var(--krp-line); border-radius: var(--krp-radius-lg); }
.krp-form-panel h2 { margin-top: 0; }
.krp-form { display: grid; gap: 1.15rem; margin-top: 1.5rem; }
.krp-form__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem 1.25rem; }
.krp-form label { display: grid; gap: .38rem; color: var(--krp-navy); font-weight: 750; }
.krp-form input, .krp-form select, .krp-form textarea { width: 100%; min-height: 3rem; padding: .7rem .8rem; color: var(--krp-ink); background: #fff; border: 1px solid #bacbcc; border-radius: .55rem; font: inherit; font-weight: 450; }
.krp-form textarea { min-height: 8rem; resize: vertical; }
.krp-form input:focus, .krp-form select:focus, .krp-form textarea:focus { outline: 3px solid rgba(46,111,115,.22); border-color: var(--krp-teal); }
.krp-form small { color: var(--krp-muted); font-weight: 500; }
.krp-form__check { grid-template-columns: auto 1fr !important; align-items: start; font-weight: 500 !important; }
.krp-form__check input { width: 1.2rem; min-height: 1.2rem; margin-top: .15rem; }
.krp-form__trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.krp-form .krp-button { width: fit-content; min-width: 12rem; }

.krp-eyebrow { margin: 0 0 .7rem !important; color: var(--krp-teal) !important; font-size: .78rem !important; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.krp-section { padding-block: clamp(3.5rem, 7vw, 7rem); }
.krp-section--soft { background: var(--krp-mint-light); }
.krp-section--sand { background: var(--krp-sand); }
.krp-section__intro { max-width: 46rem; margin-bottom: 2rem; }
.krp-section__intro h2 { margin-top: 0; }
.krp-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1.25rem; }
.krp-card { position: relative; overflow: hidden; padding: 1.6rem; background: #fff; border: 1px solid rgba(213,223,223,.85); border-radius: 1.6rem; box-shadow: 0 16px 45px rgba(23,50,77,.07); transition: transform .25s ease, box-shadow .25s ease; }
.krp-card:hover { transform: translateY(-6px); box-shadow: 0 25px 60px rgba(23,50,77,.13); }
.krp-card img { width: calc(100% + 3rem); max-width: none; height: 14rem; margin: -1.5rem -1.5rem 1.25rem; object-fit: cover; }
.krp-grid > .krp-card:nth-child(2) { transform: translateY(2.5rem); }
.krp-grid > .krp-card:nth-child(2):hover { transform: translateY(calc(2.5rem - 6px)); }
.krp-card h3 { margin-top: 0; }
.krp-card a:last-child { font-weight: 750; text-decoration: none; }
.krp-card a:last-child::after { content: " →"; }
.krp-people-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; gap: 1.25rem; margin-block: 2.5rem 5rem; }
.krp-person { position: relative; min-height: 28rem; overflow: hidden; border-radius: 2rem; background: var(--krp-navy); }
.krp-person img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.krp-person:hover img { transform: scale(1.035); }
.krp-person__caption { position: absolute; inset: auto 1rem 1rem; padding: 1rem 1.1rem; color: #fff; background: rgba(15,38,58,.84); border: 1px solid rgba(255,255,255,.16); border-radius: 1.1rem; backdrop-filter: blur(12px); }
.krp-person__caption strong, .krp-person__caption span { display: block; }
.krp-person__caption strong { font-family: var(--krp-display); font-size: 1.2rem; }
.krp-person__caption span { color: #cfe1e1; font-size: .88rem; }
.krp-team-story { position: relative; margin: 3rem 0; overflow: hidden; border-radius: 2.5rem; }
.krp-team-story img { display: block; width: 100%; min-height: 28rem; object-fit: cover; }
.krp-team-story__label { position: absolute; left: clamp(1rem,4vw,3rem); bottom: clamp(1rem,4vw,3rem); max-width: 25rem; padding: 1.2rem 1.4rem; color: #fff; background: rgba(15,38,58,.88); border-radius: 1.2rem; backdrop-filter: blur(12px); }
.krp-team-story__label h2 { margin: 0 0 .35rem; color: #fff; }
.krp-team-story__label p { margin: 0; }

/* Editorial direction 1.2: typographic clarity with KRP colour signals */
.krp-topbar { color: var(--krp-ink); background: #f1f1ee; border-bottom: 1px solid #deded9; }
.krp-topbar__promise { color: var(--krp-muted); opacity: 1; }
.krp-topbar__contacts a { color: var(--krp-ink); }
.krp-topbar__contacts span { color: var(--krp-teal-dark); }
.krp-header { background: rgba(251,252,250,.96); }
.krp-header__inner { min-height: 5.8rem; }
.krp-nav a { font-size: .91rem; }

.krp-page-hero { padding: clamp(4rem,8vw,8rem) 0 clamp(3rem,7vw,6rem); background: #f3f3f0; }
.krp-page-hero::before { display: none; }
.krp-page-hero__grid { display: flex; flex-direction: column; gap: clamp(3rem,6vw,6rem); }
.krp-page-hero__copy { width: 100%; padding: 0; text-align: center; }
.krp-page-hero__copy .krp-eyebrow { color: var(--krp-muted) !important; letter-spacing: .08em; }
.krp-page-hero__copy h1 { max-width: 16ch; margin: .2rem auto 1.8rem; color: #1d2429; font-size: clamp(3.6rem,9.2vw,9.5rem); font-weight: 680; line-height: .88; letter-spacing: -.07em; text-wrap: balance; }
.krp-page-hero__line { width: min(28rem,62vw); height: .5rem; margin: 0 auto; border-radius: 0; }
.krp-page-hero__visual { width: min(100%,72rem); min-height: clamp(22rem,43vw,36rem); margin-inline: auto; }
.krp-page-hero__visual::before { content: ""; position: absolute; z-index: 3; inset: -.65rem 0 auto; height: .65rem; background: linear-gradient(90deg,var(--krp-blue) 0 25%,var(--krp-yellow) 25% 50%,var(--krp-green) 50% 75%,var(--krp-pink) 75%); }
.krp-page-hero__visual img { border-radius: 0; box-shadow: none; }
.krp-orbit { display: none; }

.krp-hero { padding: 0; background: #f3f3f0; }
.krp-hero-shell { min-height: clamp(53rem,82vw,68rem); display: block; padding-top: clamp(5rem,9vw,9rem); border-radius: 0; background: #f3f3f0; }
.krp-hero-shell::after { display: none; }
.krp-hero-shell::before { content: ""; position: absolute; z-index: 3; right: auto; bottom: clamp(20rem,34vw,29rem); left: 50%; width: min(32rem,70vw); height: .55rem; border: 0; border-radius: 0; background: linear-gradient(90deg,var(--krp-blue) 0 25%,var(--krp-yellow) 25% 50%,var(--krp-green) 50% 75%,var(--krp-pink) 75%); transform: translateX(-50%); }
.krp-hero-shell > img { inset: auto 0 0; z-index: 2; width: 100%; height: clamp(20rem,34vw,29rem); object-position: center; filter: saturate(.92) contrast(1.02); }
.krp-hero__content { position: relative; z-index: 4; width: min(calc(100% - 2rem),70rem); padding: 0 0 clamp(24rem,38vw,33rem); color: var(--krp-ink); text-align: center; }
.krp-hero__content > * { max-width: none; }
.krp-hero h1 { max-width: 16ch; margin: .35rem auto 1.5rem; color: #1d2429; font-size: clamp(3.8rem,7.5vw,7.5rem); font-weight: 680; line-height: .88; letter-spacing: -.07em; text-wrap: balance; }
.krp-hero p { max-width: 42rem; margin-inline: auto; color: var(--krp-ink); font-size: clamp(1.05rem,1.6vw,1.3rem); }
.krp-hero .krp-eyebrow { color: var(--krp-muted) !important; }
.krp-hero__actions { justify-content: center; }
.krp-hero .krp-button--light { color: #fff; background: var(--krp-navy); }
.krp-hero .krp-button--ghost { color: var(--krp-navy); border-color: #a6a9a7; }
.krp-hero .krp-button--ghost:hover { color: #fff; background: var(--krp-navy); }

.krp-card { border-radius: 0; box-shadow: none; border-color: #d8d8d3; }
.krp-card::before { content: ""; position: absolute; z-index: 2; inset: 0 0 auto; height: .42rem; background: var(--krp-blue); }
.krp-grid > .krp-card:nth-child(4n+2)::before { background: var(--krp-yellow); }
.krp-grid > .krp-card:nth-child(4n+3)::before { background: var(--krp-green); }
.krp-grid > .krp-card:nth-child(4n+4)::before { background: var(--krp-pink); }
.krp-card:hover { box-shadow: none; transform: translateY(-4px); }
.krp-grid > .krp-card:nth-child(2), .krp-grid > .krp-card:nth-child(2):hover { transform: none; }
.krp-section--soft { background: #f0f0ed; }
.krp-trust-grid { border-radius: 0; }
.krp-trust-item { padding-block: 1.8rem; }
.krp-content h2 { letter-spacing: -.035em; }
.krp-contact-band { background: #1d2429; }

/* KRP homepage system: six-card editorial grid */
.home .krp-content .com-content-article { max-width: var(--krp-max); }
.krp-services { position: relative; overflow: clip; isolation: isolate; }
.krp-services::before { content: ""; position: absolute; z-index: -1; inset: 7rem -10vw auto; height: 42rem; opacity: .42; background:
  radial-gradient(circle at 8% 30%,transparent 0 72px,rgba(0,159,227,.12) 73px 91px,transparent 92px),
  radial-gradient(circle at 30% 8%,transparent 0 58px,rgba(255,221,0,.14) 59px 76px,transparent 77px),
  radial-gradient(circle at 72% 28%,transparent 0 88px,rgba(149,193,31,.13) 89px 108px,transparent 109px),
  radial-gradient(circle at 94% 72%,transparent 0 68px,rgba(230,0,126,.1) 69px 87px,transparent 88px); }
.krp-services .krp-section__intro { max-width: 56rem; text-align: left; }
.krp-services .krp-section__intro h2 { max-width: 15ch; font-size: clamp(3rem,6.6vw,6.5rem); line-height: .93; letter-spacing: -.06em; }
.krp-service-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid #d7d7d2; border-left: 1px solid #d7d7d2; background: rgba(255,255,255,.68); }
.krp-service-card { position: relative; min-height: 25rem; display: flex; flex-direction: column; padding: 1.65rem; color: #1d2429; background: rgba(255,255,255,.92); border-right: 1px solid #d7d7d2; border-bottom: 1px solid #d7d7d2; text-decoration: none; transition: background .25s ease, transform .25s ease; }
.krp-service-card::before { content: ""; position: absolute; inset: 0 0 auto; height: .48rem; background: var(--krp-blue); }
.krp-service-card:nth-child(4n+2)::before { background: var(--krp-yellow); }
.krp-service-card:nth-child(4n+3)::before { background: var(--krp-green); }
.krp-service-card:nth-child(4n+4)::before { background: var(--krp-pink); }
.krp-service-card:nth-child(5)::before { background: var(--krp-blue); }
.krp-service-card:nth-child(6)::before { background: var(--krp-green); }
.krp-service-card:hover { color: #1d2429; background: #f3f3f0; transform: translateY(-3px); }
.krp-service-icon { width: 5.25rem; height: 5.25rem; display: grid; place-items: center; margin: 1.1rem 0 2rem; color: var(--krp-navy); }
.krp-service-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.krp-service-icon--badge { place-items: start; width: 7.3rem; }
.krp-service-icon--badge img { width: 100%; max-height: 5.25rem; object-fit: contain; object-position: left center; filter: grayscale(1); }
.krp-service-no { position: absolute; top: 1.25rem; right: 1.4rem; color: #858b8e; font-size: .78rem; }
.krp-service-card h3 { margin: auto 0 1.7rem; color: #1d2429; font-size: clamp(1.35rem,2vw,2rem); line-height: 1.08; letter-spacing: -.035em; }
.krp-service-link { color: var(--krp-muted); font-size: .86rem; font-weight: 700; }

.krp-philosophy { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem,8vw,9rem); align-items: center; padding-block: clamp(6rem,11vw,11rem); }
.krp-philosophy__copy h2 { max-width: 11ch; margin-top: .5rem; font-size: clamp(3rem,6vw,6rem); line-height: .93; letter-spacing: -.06em; }
.krp-philosophy__copy p { max-width: 35rem; }
.krp-philosophy__visual { margin: 0; padding: clamp(1.4rem,3.5vw,3.5rem); background: #fff; }
.krp-philosophy__visual img { display: block; width: 100%; min-height: 28rem; object-fit: cover; }
.krp-philosophy__visual figcaption { margin-top: .7rem; color: var(--krp-muted); font-size: .78rem; }

.krp-certification { display: grid; grid-template-columns: 1fr auto; gap: clamp(3rem,8vw,8rem); align-items: center; margin-bottom: clamp(4rem,8vw,8rem); padding: clamp(2.5rem,6vw,5.5rem); background: #f0f0ed; border-top: .55rem solid var(--krp-green); }
.krp-certification h2 { max-width: 16ch; margin-top: .3rem; font-size: clamp(2.4rem,4.8vw,4.6rem); line-height: .98; }
.krp-certification p { max-width: 40rem; }
.krp-certification > img { width: clamp(10rem,18vw,15rem); padding: 1.25rem; background: #fff; }

.krp-footer { position: relative; overflow: hidden; color: #fff; background: #9da1a3; }
.krp-footer__legal { position: relative; z-index: 2; }
.krp-footer__smile { position: absolute; right: 1.5rem; bottom: -3.5rem; width: clamp(11rem,20vw,20rem); opacity: .48; pointer-events: none; }
.krp-back-top { width: 3.1rem; height: 3.1rem; overflow: hidden; color: transparent; background: rgba(255,255,255,.72); border: 1px solid rgba(23,50,77,.14); box-shadow: none; font-size: 0; backdrop-filter: blur(9px); }
.krp-back-top::before { content: ""; width: 1.35rem; height: 1.35rem; border: .28rem solid var(--krp-pink); border-right-color: transparent; border-radius: 50%; transform: rotate(42deg); opacity: .76; }
.krp-trust-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1px; overflow: hidden; background: var(--krp-line); border: 1px solid var(--krp-line); border-radius: var(--krp-radius); }
.krp-trust-item { padding: 1.3rem; background: #fff; }
.krp-trust-item strong { display: block; color: var(--krp-navy); font-family: var(--krp-display); font-size: 1.05rem; }
.krp-trust-item span { color: var(--krp-muted); font-size: .9rem; }
.krp-accent-line { display: flex; height: .32rem; }
.krp-accent-line i { flex: 1; }
.krp-accent-line i:nth-child(1) { background: var(--krp-blue); }
.krp-accent-line i:nth-child(2) { background: var(--krp-yellow); }
.krp-accent-line i:nth-child(3) { background: var(--krp-green); }
.krp-accent-line i:nth-child(4) { background: var(--krp-pink); }

.krp-contact-band { padding-block: clamp(3rem, 6vw, 5.5rem); color: #fff; background: var(--krp-navy); }
.krp-contact-band__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 1.25rem; align-items: stretch; }
.krp-contact-band h2 { max-width: 33rem; margin: 0 0 .6rem; color: #fff; font-family: var(--krp-display); font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: 1.12; }
.krp-contact-band .krp-eyebrow { color: #a9d1d0 !important; }
.krp-contact-band p { margin: 0; color: #dce8ec; }
.krp-contact-card { display: flex; flex-direction: column; justify-content: center; padding: 1.4rem; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: var(--krp-radius); }
.krp-contact-card strong { font-family: var(--krp-display); font-size: 1.35rem; }
.krp-contact-card span { color: #cddce1; font-size: .92rem; }
.krp-contact-card a { margin-top: .6rem; color: #fff; font-size: 1.18rem; font-weight: 800; text-decoration: none; }

.krp-footer { padding-top: 3.5rem; color: #cbd8de; background: var(--krp-navy-deep); }
.krp-footer a { color: #fff; text-decoration: none; }
.krp-footer__grid { display: grid; grid-template-columns: 1.2fr 2fr .9fr; gap: 2rem; }
.krp-footer__brand img { width: 13rem; filter: brightness(0) invert(1); opacity: .95; }
.krp-footer__brand p { max-width: 18rem; }
.krp-footer .mod-menu { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .45rem 1.5rem; margin: 0; padding: 0; list-style: none; }
.krp-footer__contact { display: flex; flex-direction: column; gap: .55rem; }
.krp-footer__contact strong { color: #fff; }

/* KRP classic rebuild – visual reference: former preview site */
:root {
  --krp-classic-blue: #0784bd;
  --krp-classic-green: #76b80f;
  --krp-classic-yellow: #ffc20b;
  --krp-classic-pink: #e50067;
  --krp-classic-grey: #9b9d9f;
  --krp-max: 76rem;
}
body { color: #858789; background: #fff; font-family: Arial, Helvetica, sans-serif; line-height: 1.45; }
.krp-container { width: min(100%, 82rem); padding-inline: 1.5rem; }
.krp-topbar { height: 2.15rem; color: #fff; background: #fff; border: 0; }
.krp-topbar__inner { min-height: 2.15rem; justify-content: flex-end; align-items: flex-start; }
.krp-topbar__promise { display: none; }
.krp-topbar__contacts { gap: 1.25rem; }
.krp-topbar__contacts a { min-width: 9.5rem; padding: .52rem 1.1rem .48rem; color: #fff; background: var(--krp-classic-blue); border-radius: 0 0 .35rem .35rem; text-align: center; font-size: .86rem; font-weight: 700; }
.krp-topbar__contacts a:nth-child(2) { background: var(--krp-classic-green); }
.krp-topbar__contacts span { color: inherit; }
.krp-header { position: relative; top: auto; background: #fff; border: 0; backdrop-filter: none; }
.krp-header.is-scrolled { box-shadow: none; }
.krp-header__inner { min-height: 8.45rem; align-items: flex-end; padding-bottom: .1rem; }
.krp-brand { align-self: flex-start; margin-top: .6rem; }
.krp-brand img { width: 16rem; }
.krp-nav { margin-left: auto; }
.krp-nav ul { gap: .15rem; }
.krp-nav a { padding: .75rem .9rem; color: #77797b; font-size: .92rem; font-weight: 400; }
.krp-nav a::after { display: none; }
.krp-nav .current > a, .krp-nav .active > a, .krp-nav a:hover { color: #747678; background: #f1f1f1; border-radius: .7rem .7rem 0 0; }
.krp-nav .mod-menu__toggle-sub { display: none; }
.krp-nav ul ul { top: 100%; min-width: 15rem; padding: .35rem 0; background: #fff; border: 1px solid #e2e2e2; box-shadow: 0 10px 24px rgba(0,0,0,.1); }
.krp-nav ul ul a { padding: .65rem 1rem; border-radius: 0 !important; }
.krp-button--header { display: none; }
.krp-menu-toggle { margin-left: auto; }

.krp-hero { background: #fff; }
.krp-hero-shell.krp-hero-classic { position: relative; min-height: 0; width: 100%; max-width: 120rem; margin: 0 auto; padding: 0; overflow: hidden; background: #eee; }
.krp-hero-shell.krp-hero-classic::before, .krp-hero-shell.krp-hero-classic::after { display: none; }
.krp-hero-classic__slides { position: relative; width: 100%; height: auto; aspect-ratio: 64 / 30; }
.krp-hero-classic__slides > img, .krp-hero-classic__slides > picture { position: absolute; inset: 0; display: block; width: 100%; height: 100%; opacity: 0; filter: none; transition: opacity .7s ease; }
.krp-hero-classic__slides > picture img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.krp-hero-classic__slides > img { object-fit: cover; object-position: center; }
.krp-hero-classic__slides > .is-active { opacity: 1; }
.krp-hero-classic__dots { position: absolute; z-index: 2; bottom: 1.15rem; left: 50%; display: flex; gap: .65rem; transform: translateX(-50%); }
.krp-hero-classic__dots button { width: .95rem; height: .95rem; padding: 0; background: rgba(255,255,255,.82); border: 0; border-radius: 50%; cursor: pointer; }
.krp-hero-classic__dots .is-active { background: var(--krp-classic-blue); }
.krp-hero-classic__caption { position: absolute; z-index: 2; top: 11%; left: max(3.5rem, calc((100% - 83.125rem) / 2)); width: min(31rem, 38vw); color: #7f8183; opacity: 0; visibility: hidden; transition: opacity .35s ease; }
.krp-hero-classic__caption.is-visible { opacity: 1; visibility: visible; }
.krp-hero-classic__caption h2 { margin: 0 0 2rem; color: inherit; font-size: clamp(2.5rem, 4.1vw, 4rem); font-weight: 700; line-height: 1.08; letter-spacing: -.02em; }
.krp-hero-classic__caption a { color: #77797b; font-size: 1rem; }

.home .krp-main { min-height: 0; }
.home .krp-breadcrumbs, .home .krp-contact-band { display: none; }
.home .krp-content { width: 100%; max-width: none; padding: 0; }
.home .krp-content .com-content-article, .home .krp-content .com-content-article > div, .home .krp-content > div { max-width: none; margin: 0; }
.krp-home-classic { width: 100%; }
.krp-classic-intro { width: min(calc(100% - 4rem), 83.125rem); margin: 0 auto; padding: clamp(4rem, 7vw, 6.6rem) 0 clamp(4rem, 7vw, 6.5rem); }
.krp-classic-intro h1 { margin: 0 0 3rem; color: #8e9092; font-size: clamp(2.35rem, 4.2vw, 3.75rem); font-weight: 700; line-height: 1.12; letter-spacing: -.03em; }
.krp-classic-intro__grid { display: grid; grid-template-columns: 1.08fr .74fr 1.08fr; gap: clamp(2rem, 4vw, 4rem); align-items: start; }
.krp-classic-intro__grid p { max-width: 24rem; margin: 0 0 1.35rem; font-size: 1.08rem; line-height: 1.45; }
.krp-classic-intro__grid a { color: #858789; }
.krp-classic-job-column { display: flex; flex-direction: column; align-items: center; gap: 1.15rem; }
.krp-classic-job-column > a:not(.krp-classic-job) { align-self: stretch; color: #2a78a8; font-size: 1rem; text-decoration: none; }
.krp-classic-job { width: 16.25rem; height: 16.25rem; display: flex; flex-direction: column; align-items: center; justify-content: center; justify-self: center; color: #fff !important; background: #f7ba28; border-radius: 50%; text-align: center; text-decoration: none; transform: rotate(-7deg); }
.krp-classic-job strong { font-size: 2.75rem; line-height: 1; }
.krp-classic-job span { margin-top: .55rem; font-size: 1rem; line-height: 1.2; }
.krp-classic-cert img { display: block; width: min(100%, 27rem); margin-top: 1.15rem; }

.krp-classic-feature { width: 100%; display: grid; grid-template-columns: 1fr 1fr; color: #fff; }
.krp-classic-feature img { width: 100%; height: 100%; min-height: 27rem; object-fit: cover; }
.krp-classic-feature > div { min-height: 27rem; display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 7vw, 7rem); }
.krp-content .krp-classic-feature h2 { margin: 0 0 .8rem; color: #fff; font-size: clamp(2.25rem, 4vw, 4rem); font-weight: 700; line-height: 1.08; letter-spacing: -.025em; }
.krp-classic-feature a { width: fit-content; color: #fff; font-size: .9rem; }
.krp-classic-feature--blue > div { background: var(--krp-classic-blue); }
.krp-classic-feature--green > div { background: var(--krp-classic-green); }
.krp-classic-feature--yellow > div { background: var(--krp-classic-yellow); }
.krp-classic-feature--pink > div { background: var(--krp-classic-pink); }
.krp-classic-feature--reverse img { order: 2; }
.krp-classic-feature--reverse > div { order: 1; }

.krp-page-hero { padding: 0; background: #fff; }
.krp-page-hero__grid { width: 100%; max-width: 120rem; padding: 0; }
.krp-page-hero__copy { display: none; }
.krp-page-hero__visual { width: 100%; min-height: clamp(24rem, 47vw, 43rem); }
.krp-page-hero__visual::before { display: none; }
.krp-page-hero__visual img { border-radius: 0; }
.krp-breadcrumbs { display: none; }
.krp-content { padding-block: clamp(3.5rem, 5vw, 5rem); }
.krp-content h1, .krp-content h2, .krp-content h3 { color: #8d8f91; font-family: Arial, Helvetica, sans-serif; }
.krp-content h1 { font-size: clamp(2.5rem, 5vw, 4.5rem); }
.krp-content .krp-classic-intro h1 { margin-bottom: 3rem; color: #8e9092; font-family: Roboto, Arial, sans-serif; font-size: 60px; font-weight: 700; line-height: 70px; letter-spacing: normal; }
.krp-classic-feature > * { min-width: 0; }
.krp-classic-feature img { display: block; }
.krp-classic-feature > div { padding: clamp(4rem, 10.8vw, 9.5rem) clamp(4rem, 12.5vw, 11rem); }
.krp-content .krp-classic-feature h2 { color: #fff; font-size: 42px; line-height: 55px; }
.krp-content h2 { font-size: clamp(2rem, 3.2vw, 3.2rem); }

/* Inner pages use the restrained two-column rhythm of the former KRP site. */
.krp-article { width: min(100%, 69.5rem); margin-inline: auto; }
.krp-article > :first-child { margin-top: 0; }
.krp-article p { max-width: 44rem; }
.route-ihre-praxis-philosophie .krp-article {
  display: grid;
  grid-template-columns: minmax(17rem, .9fr) minmax(20rem, 1.1fr);
  column-gap: clamp(3rem, 7vw, 7.5rem);
  row-gap: 4.5rem;
  align-items: start;
}
.route-ihre-praxis-philosophie .krp-article h2,
.route-ihre-praxis-philosophie .krp-article p { margin: 0; }
.route-ihre-praxis-philosophie .krp-article h2 { font-size: clamp(2rem, 2.8vw, 2.8rem); line-height: 1.18; }
.route-ihre-praxis-philosophie .krp-article p { font-size: 1rem; line-height: 1.55; }
.route-ihre-praxis-philosophie .krp-article-cta { grid-column: 2; }
.route-ihre-praxis-qualitaet .krp-content { width: 100%; max-width: none; padding-bottom: 0; padding-inline: 0; }
.krp-quality-page__content { width: min(calc(100% - 4rem), 69.5rem); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 7vw, 7.5rem); margin: 0 auto clamp(5rem, 8vw, 8rem); }
.krp-quality-page__content h2 { margin: 0; font-size: clamp(2.2rem, 3vw, 3rem); line-height: 1.2; }
.krp-quality-page__content h3 { margin: 0 0 1rem; font-size: clamp(1.7rem, 2.4vw, 2.35rem); line-height: 1.2; }
.krp-quality-page__content p { font-size: 1.06rem; line-height: 1.55; }
.krp-quality-page__content img { width: min(100%, 28rem); margin-top: 2rem; }
.krp-quality-page__photo { display: block; width: 100%; height: auto; }

.krp-contact-band { color: #fff; background: var(--krp-classic-blue); }
.krp-contact-band__grid { grid-template-columns: 1.35fr 1fr 1fr; }
.krp-contact-card { background: rgba(255,255,255,.12); border-radius: 0; }
.krp-footer { padding-top: 4rem; color: #fff; background: var(--krp-classic-grey); }
.krp-footer__grid { grid-template-columns: 1fr 2fr 1.2fr; }
.krp-footer__brand img { filter: brightness(0) invert(1); }
.krp-footer .mod-menu { gap: .35rem 1.4rem; }
.krp-footer__legal { border-color: rgba(255,255,255,.35); }
.krp-footer__smile { opacity: .35; }
.krp-back-top { display: none; }

@media (max-width: 900px) {
  .krp-topbar { height: auto; }
  .krp-topbar__contacts { width: 100%; justify-content: flex-end; }
  .krp-header__inner { min-height: 6.5rem; align-items: center; }
  .krp-brand { align-self: center; margin-top: 0; }
  .krp-brand img { width: 12rem; }
  .krp-hero-classic__slides { height: auto; aspect-ratio: 1.58; }
  .krp-classic-intro__grid { grid-template-columns: 1fr 1fr; }
  .krp-classic-job { grid-row: 2; }
  .krp-classic-feature > div { padding: 3rem; }
}

@media (min-width: 61.25rem) and (max-width: 75.9375rem) {
  .krp-content .krp-classic-intro h1 { font-size: 32px; line-height: 40px; font-weight: 600; }
  .krp-classic-intro { width: min(calc(100% - 3.125rem), 83.125rem); padding-top: 6.25rem; }
  .krp-hero-classic__caption { top: 14%; left: 3.1rem; width: 22rem; }
  .krp-hero-classic__caption h2 { font-size: 2.5rem; line-height: 1.18; }
}

@media (max-width: 620px) {
  .krp-topbar__contacts { gap: .35rem; }
  .krp-topbar__contacts a { min-width: 0; flex: 1; padding-inline: .35rem; font-size: .74rem; }
  .krp-hero-classic__slides { height: auto; aspect-ratio: 1.45; }
  .krp-hero-classic__slides img { object-position: center; }
  .krp-hero-classic__caption { top: 2.4rem; left: 1.5rem; width: 15rem; }
  .krp-hero-classic__caption h2 { margin-bottom: 1rem; font-size: 2rem; }
  .krp-classic-intro { width: min(calc(100% - 2rem), 76rem); padding-block: 3.25rem; }
  .krp-classic-intro h1 { font-size: 2.15rem; }
  .krp-content .krp-classic-intro h1 { font-size: 2.15rem; line-height: 1.15; }
  .krp-classic-intro__grid { grid-template-columns: 1fr; }
  .krp-classic-job { grid-row: auto; justify-self: start; }
  .krp-classic-feature { grid-template-columns: 1fr; }
  .krp-classic-feature img, .krp-classic-feature > div { min-height: 20rem; }
  .krp-classic-feature--reverse img, .krp-classic-feature--reverse > div { order: initial; }
  .krp-classic-feature > div { padding: 2.5rem 1.5rem; }
  .krp-content .krp-classic-feature h2 { font-size: 2rem; line-height: 1.25; }
  .krp-footer__grid { grid-template-columns: 1fr; }
}
.krp-footer__legal { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2.5rem; padding-block: 1.2rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .86rem; }
.krp-footer__legal div { display: flex; gap: 1rem; }
.krp-back-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 50;
  display: grid;
  place-items: center;
  width: 2.8rem;
  height: 2.8rem;
  color: #fff;
  background: var(--krp-teal);
  border-radius: 50%;
  text-decoration: none;
  box-shadow: var(--krp-shadow);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(.65rem) scale(.94);
  transition:
    opacity var(--krp-motion-fast) ease,
    visibility var(--krp-motion-fast) ease,
    transform var(--krp-motion-medium) var(--krp-ease-out),
    background-color var(--krp-motion-fast) ease;
}
.krp-back-top.is-visible { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }

.krp-offline, .krp-error { min-height: 100vh; display: grid; place-items: center; padding: 1.5rem; background: var(--krp-mint-light); }
.krp-offline main, .krp-error main { width: min(100%, 42rem); padding: clamp(2rem,6vw,4rem); text-align: center; background: #fff; border-radius: var(--krp-radius-lg); box-shadow: var(--krp-shadow); }
.krp-offline img { width: 15rem; margin-bottom: 2rem; }
.krp-offline h1, .krp-error h1 { color: var(--krp-navy); font-family: var(--krp-display); font-size: clamp(2rem,5vw,3.4rem); line-height: 1.08; }
.krp-offline__phones { display: flex; justify-content: center; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem; }
.krp-offline__phones a { padding: .65rem 1rem; color: #fff; background: var(--krp-teal); border-radius: 999px; text-decoration: none; font-weight: 750; }

/* Natural interaction feedback. Elements are decorated by template.js so content
   remains fully visible when JavaScript is unavailable. */
.krp-motion-ready [data-krp-reveal] {
  opacity: 0;
  transform: translateY(1.15rem);
  transition:
    opacity var(--krp-motion-medium) ease var(--krp-reveal-delay, 0ms),
    transform var(--krp-motion-slow) var(--krp-ease-out) var(--krp-reveal-delay, 0ms);
  will-change: opacity, transform;
}
.krp-motion-ready [data-krp-reveal].is-visible { opacity: 1; transform: none; will-change: auto; }

.krp-brand img,
.krp-topbar__contacts a,
.krp-nav a,
.krp-classic-feature img,
.krp-classic-feature a,
.krp-classic-job,
.krp-classic-job-column > a:not(.krp-classic-job),
.krp-article a,
.krp-footer a,
.krp-contact-card,
.krp-form input,
.krp-form select,
.krp-form textarea,
.krp-hero-classic__dots button {
  transition-duration: var(--krp-motion-fast);
  transition-timing-function: var(--krp-ease-standard);
}

.krp-button {
  transition:
    color var(--krp-motion-fast) ease,
    background-color var(--krp-motion-fast) ease,
    border-color var(--krp-motion-fast) ease,
    box-shadow var(--krp-motion-fast) ease,
    transform var(--krp-motion-fast) var(--krp-ease-out);
}
.krp-button:active,
.krp-classic-job:active,
.krp-service-card:active,
.krp-back-top:active { transform: translateY(1px) scale(.975); }

.krp-form label { transition: color var(--krp-motion-fast) ease; }
.krp-form label:focus-within { color: var(--krp-classic-blue); }
.krp-form input,
.krp-form select,
.krp-form textarea { transition: border-color var(--krp-motion-fast) ease, box-shadow var(--krp-motion-fast) ease, background-color var(--krp-motion-fast) ease; }
.krp-form input:hover,
.krp-form select:hover,
.krp-form textarea:hover { border-color: #8da9ad; }
.krp-form input:focus,
.krp-form select:focus,
.krp-form textarea:focus { box-shadow: 0 0 0 4px rgba(0,159,227,.1); }
.krp-button.is-submitting { cursor: wait; opacity: .72; }

/* Dropdowns remain keyboard accessible while gaining a short, calm entrance. */
.krp-nav ul ul {
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-.4rem);
  transform-origin: top center;
  transition:
    opacity var(--krp-motion-fast) ease,
    visibility var(--krp-motion-fast) ease,
    transform 240ms var(--krp-ease-out);
}
.krp-nav li:hover > ul,
.krp-nav li:focus-within > ul,
.krp-nav ul ul[aria-hidden="false"] { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }

.krp-mobile-menu:not([hidden]) { animation: krp-menu-enter 260ms var(--krp-ease-out) both; }
@keyframes krp-menu-enter {
  from { opacity: 0; transform: translateY(-.5rem); }
  to { opacity: 1; transform: none; }
}

.krp-hero-classic__slides > img,
.krp-hero-classic__slides > picture {
  transform: scale(1.012);
  transition: opacity 820ms ease, transform 1600ms var(--krp-ease-out);
}
.krp-hero-classic__slides > .is-active { transform: scale(1); }
.krp-hero-classic__dots button { transition-property: background-color, transform, box-shadow; }
.krp-hero-classic__dots button:focus-visible { box-shadow: 0 0 0 4px rgba(255,255,255,.72); }

.krp-classic-feature { overflow: hidden; }
.krp-classic-feature img { transition: transform 900ms var(--krp-ease-out), filter 400ms ease; }
.krp-classic-feature a,
.krp-classic-job-column > a:not(.krp-classic-job),
.krp-article a:not(.krp-button) { text-decoration-thickness: 1px; transition-property: color, text-decoration-color, text-underline-offset; }

@media (hover: hover) and (pointer: fine) {
  .krp-brand:hover img { transform: translateY(-1px); }
  .krp-topbar__contacts a:hover { filter: brightness(1.06); transform: translateY(1px); }
  .krp-classic-job:hover { transform: rotate(-4deg) scale(1.025); box-shadow: 0 18px 34px rgba(247,186,40,.2); }
  .krp-classic-feature:hover img { transform: scale(1.025); }
  .krp-classic-feature a:hover,
  .krp-classic-job-column > a:not(.krp-classic-job):hover,
  .krp-article a:not(.krp-button):hover { text-underline-offset: .32em; }
  .krp-hero-classic__dots button:hover { transform: scale(1.18); }
  .krp-contact-card:hover { background: rgba(255,255,255,.17); }
  .krp-back-top:hover { background: var(--krp-classic-blue); transform: translateY(-2px); }
}

@media (max-width: 68rem) {
  .krp-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .krp-page-hero__grid { grid-template-columns: .8fr 1.2fr; gap: 2rem; }
  .krp-page-hero__copy h1 { font-size: clamp(2.6rem,7vw,4.7rem); }
  .krp-people-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .krp-people-grid > :first-child { grid-column: 1 / -1; }
  .krp-service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .krp-philosophy { grid-template-columns: 1fr; gap: 3rem; }
  .krp-philosophy__copy h2 { max-width: 14ch; }
  .krp-trust-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .krp-contact-band__grid { grid-template-columns: 1fr 1fr; }
  .krp-contact-band__grid > div:first-child { grid-column: 1 / -1; }
}

/* The original desktop navigation remains visible down to 980 px. */
@media (max-width: 61.1875rem) {
  .krp-topbar { display: none; }
  .krp-nav, .krp-button--header { display: none; }
  .krp-menu-toggle { display: block; margin-left: auto; border: 0; border-radius: 0; }
  .krp-header__inner { min-height: 7.9rem; align-items: center; }
  .krp-brand { align-self: center; margin-top: 0; }
  .krp-brand img { width: 14rem; }
  .krp-classic-intro { width: min(calc(100% - 3.125rem), 83.125rem); padding-top: 10.35rem; }
  .krp-content .krp-classic-intro h1 { font-size: 32px; line-height: 40px; font-weight: 600; }
  .krp-hero-classic__caption { top: 14%; width: 22rem; }
  .krp-hero-classic__caption h2 { font-size: 32px; line-height: 40px; font-weight: 600; }
}

/* UX rhythm and footer containment – visual QA 2026-08-12 */
@media (min-width: 61.25rem) and (max-width: 82.9375rem) {
  .krp-section-nav {
    height: auto;
    min-height: 76px;
  }
  .krp-section-nav__inner {
    width: calc(100% - 50px);
    height: auto;
    min-height: 76px;
    margin: 0 25px;
    padding: 19px 0;
    align-items: center;
    flex-direction: row;
  }
  .krp-section-nav ul {
    width: 100%;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: thin;
  }
  .krp-section-nav li { flex: 0 0 auto; }
  .krp-section-nav a {
    height: 38px;
    padding: 8px 10px;
    font-size: 15px;
    line-height: 22px;
  }
  .krp-site:not(.home) .krp-content { padding-top: 72px; }

  .krp-footer__grid--original {
    position: relative;
    padding-right: 190px;
  }
  .krp-footer__cert {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    width: 160px;
    grid-column: auto;
  }
  .krp-footer__cert img {
    display: block;
    width: 160px;
    max-width: 100%;
    height: auto;
  }
  .krp-footer__smile {
    z-index: 1;
    right: 25px;
    bottom: 36px;
    width: 210px;
  }
}

@media (max-width: 61.1875rem) {
  .krp-section-nav__inner {
    min-height: 64px;
    padding-block: 12px;
    gap: 6px;
  }
  .krp-content { padding-block: 56px 72px; }
  .krp-footer { padding-bottom: 28px; }
  .krp-footer__cert {
    position: static;
    grid-column: 1 / -1;
    width: min(180px, 48vw);
    margin-top: 4px;
  }
  .krp-footer__cert img {
    display: block;
    width: 100%;
    height: auto;
  }
  .krp-footer__smile {
    right: 18px;
    bottom: 62px;
    width: min(210px, 42vw);
  }
}

@media (max-width: 46rem) {
  .krp-section-nav__inner { min-height: 58px; }
  .krp-content { padding-block: 44px 60px; }
  .krp-footer__grid--original { row-gap: 26px; }
  .krp-footer__cert { width: 150px; margin-top: 2px; }
  .krp-footer__smile { bottom: 72px; width: 145px; opacity: .14; }
}

/* Final semantic heading authority: legacy page-specific reconstruction rules
   must not override the supplied typography and heading colour guide. */
.krp-site .krp-content h1,
.krp-site .krp-generated-heading h1 {
  color: #999999 !important;
  font-size: 60px !important;
  line-height: 70px !important;
}
.krp-site .krp-content h2 { color: #999999 !important; font-size: 42px !important; line-height: 55px !important; }
.krp-site .krp-content h3 { color: #999999 !important; font-size: 32px !important; line-height: 42px !important; }
.krp-site .krp-content h4 { color: #999999 !important; font-size: 24px !important; line-height: 32px !important; }

@media (min-width: 46.0625rem) and (max-width: 75.9375rem) {
  .krp-site .krp-content h1,
  .krp-site .krp-generated-heading h1 { font-size: 32px !important; line-height: 40px !important; }
  .krp-site .krp-content h2 { font-size: 26px !important; line-height: 34px !important; }
  .krp-site .krp-content h3 { font-size: 24px !important; line-height: 32px !important; }
  .krp-site .krp-content h4 { font-size: 20px !important; line-height: 26px !important; }
}

@media (max-width: 46rem) {
  .krp-site .krp-content h1,
  .krp-site .krp-generated-heading h1 { font-size: 32px !important; line-height: 36px !important; }
  .krp-site .krp-content h2 { font-size: 24px !important; line-height: 32px !important; }
  .krp-site .krp-content h3 { font-size: 22px !important; line-height: 28px !important; }
  .krp-site .krp-content h4 { font-size: 18px !important; line-height: 24px !important; }
  .krp-site .krp-classic-intro__copy p:first-child,
  .krp-site .krp-classic-cert p { font-size: 20px !important; line-height: 26px !important; }
}

/* Coloured-background contrast rule 2.7.3 - final cascade authority. */
.krp-site .krp-classic-feature > div :where(h1, h2, h3, h4, p, a, strong, span),
.krp-site .krp-original-location__band :where(h1, h2, h3, h4, p, a, strong, span, li),
.krp-site .krp-concern__link,
.krp-site .krp-treatment-card strong,
.krp-site .krp-consultation :where(h1, h2, h3, h4, p, strong, span),
.krp-site .krp-contact-band :where(h1, h2, h3, h4, p, a, strong, span),
.krp-site .krp-footer :where(h1, h2, h3, h4, p, a, strong, span, li),
.krp-site .krp-button:not(.krp-button--light):not(.krp-button--ghost) {
  color: #FFFFFF !important;
}
.krp-site .krp-consultation .krp-button--light { color: #0070B7 !important; }

.krp-mobile-location-phones { display:none; }
@media (max-width:640px) {
  .krp-site[class*="route-behandlungen-prophylaxe-"] .krp-section-nav { display:none; }
  .krp-site[class*="route-behandlungen-prophylaxe-"] .krp-content { padding:0!important; }
  .krp-mobile-location-phones {
    width:315px;
    max-width:calc(100% - 60px);
    display:grid;
    gap:10px;
    margin:15px 30px 0;
  }
  .krp-mobile-location-phones a {
    min-height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:8px;
    color:#fff!important;
    background:#0070B7;
    font-size:20.4px;
    line-height:22px;
    text-decoration:none;
  }
  .krp-mobile-location-phones a:last-child { background:#79B41D; }
  .krp-site[class*="route-behandlungen-prophylaxe-"] .krp-prophylaxis-nav {
    width:312.547px;
    max-width:calc(100% - 62px);
    min-height:86px;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px 15px;
    margin:0 0 0 28.727px;
    padding:0;
  }
  .krp-site[class*="route-behandlungen-prophylaxe-"] .krp-prophylaxis-nav a {
    min-height:38px;
    padding:8px 10px;
    font-size:17px;
    line-height:22px;
  }
  .krp-mouth-intro {
    min-height:935px;
    grid-template-columns:1fr;
    gap:0;
    padding:15px 35px 0 30px;
  }
  .krp-site .krp-content .krp-mouth-intro h1 { line-height:40px!important; }
  .krp-mouth-guide {
    grid-template-columns:1fr;
    gap:0;
    margin:0;
    padding:100px 30px 120.25px;
  }
  .krp-mouth-guide h2 br { display:none; }
  .krp-site .krp-content .krp-mouth-guide .krp-visual-h4 {
    margin:15px 0;
    font-size:18px!important;
    line-height:24px!important;
  }
}

@media (min-width:641px) and (max-width:979px) {
  .krp-site .krp-content .krp-mouth-guide .krp-visual-h4 {
    margin:15px 0;
    font-size:20px!important;
    line-height:26px!important;
  }
}

/* Mundhygiene – sauber rekonstruierter Originalaufbau. */
.krp-mouth-intro,.krp-mouth-guide{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px;padding:101px 50px 75px 80px;align-items:start}
.krp-mouth-intro{min-height:682px}
.krp-site .krp-content .krp-mouth-intro h1{margin:0;color:#79B41D!important}
.krp-mouth-intro h2,.krp-mouth-guide h2{margin-top:0}
.krp-mouth-intro p{line-height:24px}
.krp-mouth-guide{gap:0;padding:100px max(30px,calc((100% - 1055px)/2)) 120.25px;background:#f5f5f5}
.krp-site .krp-content .krp-mouth-guide h2{color:#79B41D!important}
.krp-mouth-guide .krp-visual-h4{font-size:24px!important;line-height:32px!important}
.krp-mouth-detail{border-bottom:1px solid #d8d8d8}
.krp-mouth-accordion{padding-top:9.75px}
.krp-mouth-detail summary{cursor:pointer;list-style:none;padding:5.25px 0;position:relative}
.krp-mouth-detail summary::-webkit-details-marker{display:none}
.krp-mouth-detail summary::after{content:'+';position:absolute;right:0;top:9px;color:#79B41D;font-size:28px;transition:transform .25s ease}
.krp-mouth-detail[open] summary::after{transform:rotate(45deg)}
.krp-site .krp-content .krp-mouth-detail h3{margin:0;padding-right:35px;font-size:22px!important;line-height:30px!important}
.krp-mouth-detail>div{padding:0 45px}
.krp-mouth-detail p{margin:15px 0;line-height:24px}
.krp-mouth-detail>div p:first-child{margin-top:0}
.krp-mouth-detail[open]>div::after{content:'';display:block;height:30px}
.krp-mouth-image{margin:0}.krp-mouth-image img{display:block;width:100%;height:auto}
.krp-site .krp-content .krp-prophylaxis-form{margin-top:30px;padding:100px max(30px,calc((100% - 1055px)/2))}
@media(max-width:979px){.krp-mouth-intro,.krp-mouth-guide{grid-template-columns:1fr;padding:55px 30px}.krp-mouth-intro{min-height:0}}
@media(max-width:979px){.krp-site .krp-content .krp-prophylaxis-form{margin-top:0;padding:55px 30px}}
@media(max-width:640px){.krp-mouth-intro,.krp-mouth-guide{padding:40px 20px}.krp-site .krp-content .krp-prophylaxis-form{padding:40px 20px}}

@media (min-width:641px) and (max-width:979px) {
  .krp-site[class*="route-behandlungen-prophylaxe-"] .krp-section-nav { display:none; }
  .krp-site[class*="route-behandlungen-prophylaxe-"] .krp-content { padding:12px 0 0 !important; }
  .krp-site[class*="route-behandlungen-prophylaxe-"] .krp-prophylaxis-nav {
    width:calc(100% - 198px);
    min-height:126px;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:9px 18px;
    margin:0 104px 0 94px;
    padding:17px 0 24px;
  }
  .krp-site[class*="route-behandlungen-prophylaxe-"] .krp-prophylaxis-nav a { padding:8px 12px; }
  .krp-mouth-intro {
    min-height:724px;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:17px;
    padding:0 18px 0 25px;
  }
  .krp-mouth-guide {
    grid-template-columns:1fr;
    gap:0;
    margin-top:20px;
    padding:100px 40px 120.25px;
  }
  .krp-mouth-guide h2 br { display:none; }
  .krp-mouth-guide .krp-visual-h4 { font-size:20px!important;line-height:26px!important; }
}

/* Professionelle Zahnreinigung: finaler Originalabgleich 2.7.26. */
.krp-site .krp-content .krp-prophylaxis-intro {
  min-height: 880px;
  align-items: start;
  padding: 101px 50px 75px 80px;
}
.krp-site .krp-content .krp-prophylaxis-intro h1 {
  align-self: start;
  color: #79B41D !important;
}
.krp-site .krp-content .krp-prophylaxis-detail :where(p, li) {
  line-height: 22px;
}
.krp-site .krp-content .krp-prophylaxis-intro .krp-intro {
  margin: 15px 0;
  font-size: 28px !important;
  line-height: 36px !important;
}
.krp-site .krp-content .krp-prophylaxis-intro > div > h2:nth-of-type(2) { margin-top: 30px; }
.krp-site .krp-content .krp-prophylaxis-intro > div > p:last-child { margin: 15px 0 0; line-height: 24px; }
.krp-site .krp-content .krp-prophylaxis-band {
  padding-inline: max(30px, calc((100% - 1055px) / 2));
  align-items: start;
}
.krp-site .krp-content .krp-prophylaxis-band--green { min-height: 677px; }
.krp-site .krp-content .krp-prophylaxis-band--green :where(h2, h3, p) {
  color: #FFFFFF !important;
}

@media (max-width: 979px) {
  .krp-site .krp-content .krp-prophylaxis-intro { min-height: 0; padding: 55px 30px; }
  .krp-site .krp-content .krp-prophylaxis-band--green { min-height: 0; }
  .krp-site .krp-content .krp-prophylaxis-band { padding-inline: 30px; }
}

@media (max-width: 640px) {
  .krp-site .krp-content .krp-prophylaxis-intro { padding: 40px 20px; }
  .krp-site .krp-content .krp-prophylaxis-band { padding-inline: 20px; }
}

/* Original Prophylaxe detail-page composition — final authority. */
.krp-site[class*="route-behandlungen-prophylaxe"] .krp-section-nav .is-active a {
  color: #FFFFFF !important;
  background: #79B41D !important;
}
.krp-site[class*="route-behandlungen-prophylaxe-"] .krp-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}
.krp-prophylaxis-nav {
  width: calc(50% - 45px);
  min-height: 68px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0 30px 0 calc(50% + 15px);
  padding: 10px 0 20px;
}
.krp-prophylaxis-nav a {
  padding: 7px 12px;
  color: #FFFFFF !important;
  background: #888888;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}
.krp-prophylaxis-nav a.is-active,
.krp-prophylaxis-nav a:hover { color: #FFFFFF !important; background: #79B41D; }
.krp-prophylaxis-detail { max-width: none; }
.krp-prophylaxis-intro,
.krp-prophylaxis-band,
.krp-prophylaxis-form {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  margin: 0;
  padding: 75px 30px;
}
.krp-prophylaxis-intro { min-height: 610px; }
.krp-site .krp-prophylaxis-intro h1 { margin: 0; color: #79B41D !important; }
.krp-prophylaxis-intro h2,
.krp-prophylaxis-band h2,
.krp-prophylaxis-form h2 { margin-top: 0; }
.krp-prophylaxis-band { padding-inline: max(30px, calc((100% - 1055px) / 2)); }
.krp-prophylaxis-band--green { color: #FFFFFF; background: #79B41D; }
.krp-site .krp-content .krp-prophylaxis-band--green h2,
.krp-site .krp-content .krp-prophylaxis-band--green h3,
.krp-site .krp-content .krp-prophylaxis-band--green p { color: #FFFFFF !important; }
.krp-prophylaxis-band--gray { background: #f6f6f6; }
.krp-prophylaxis-band p { margin-top: 0; }
.krp-site .krp-prophylaxis-band .krp-visual-h4 { font-size: 24px !important; line-height: 32px !important; }
.krp-prophylaxis-form { padding-top: 75px; padding-bottom: 75px; }
.krp-prophylaxis-form__contact .krp-intro { margin-top: 30px; font-size: 28px; line-height: 36px; }
.krp-prophylaxis-form__contact .krp-blue,
.krp-prophylaxis-form__contact .krp-blue a { color: #0070B7 !important; }
.krp-prophylaxis-form__contact .krp-green,
.krp-prophylaxis-form__contact .krp-green a { color: #79B41D !important; }

@media (max-width: 979px) {
  .krp-prophylaxis-nav { width: auto; margin: 0; padding: 12px 20px 20px; }
  .krp-prophylaxis-intro,
  .krp-prophylaxis-band,
  .krp-prophylaxis-form { grid-template-columns: 1fr; padding: 55px 30px; }
  .krp-prophylaxis-intro { min-height: 0; }
}

@media (max-width: 640px) {
  .krp-prophylaxis-nav { gap: 6px; padding: 8px 15px 15px; }
  .krp-prophylaxis-nav a { flex: 1 1 calc(50% - 6px); text-align: center; }
  .krp-prophylaxis-intro,
  .krp-prophylaxis-band,
  .krp-prophylaxis-form { padding: 40px 20px; }
}

/* Final circle-fill authority for every CTA and form button. */
.krp-site .krp-button,
.krp-site .krp-form button[type="submit"] {
  background-image: radial-gradient(circle at center, #999999 0 50%, transparent 51%) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 0 0 !important;
}
.krp-site .krp-button--light {
  background-image: radial-gradient(circle at center, #999999 0 50%, transparent 51%) !important;
}
@media (hover: hover) and (pointer: fine) {
  .krp-site .krp-button:hover,
  .krp-site .krp-form button[type="submit"]:hover {
    background-size: 250% 500% !important;
    color: #FFFFFF !important;
    border-color: #999999 !important;
  }
}
.krp-site .krp-button:focus-visible,
.krp-site .krp-form button[type="submit"]:focus-visible {
  background-size: 250% 500% !important;
  color: #FFFFFF !important;
}

/* Final button-radius authority: identical to the unchanged subnavigation. */
.krp-site .krp-button,
.krp-site .krp-form button[type="submit"] {
  border-radius: 10px !important;
}

/* Final circle-fill authority for all CTA/form buttons. */
.krp-site .krp-button,
.krp-site .krp-form button[type="submit"] {
  background-image: radial-gradient(circle at center, #FFFFFF 0 50%, transparent 51%) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 0 0 !important;
}

.krp-site .krp-button--light {
  background-image: radial-gradient(circle at center, #0070B7 0 50%, transparent 51%) !important;
}

@media (hover: hover) and (pointer: fine) {
  .krp-site .krp-button:hover,
  .krp-site .krp-form button[type="submit"]:hover {
    background-size: 250% 500% !important;
  }
}

.krp-site .krp-button:focus-visible,
.krp-site .krp-form button[type="submit"]:focus-visible {
  background-size: 250% 500% !important;
}

/* True-circle safeguard: circular elements must never render as ovals. */
.krp-menu-toggle,
.krp-orbit,
.krp-hero-classic__dots button,
.krp-classic-job,
.krp-original-recall,
.krp-back-top,
.krp-back-top::before,
.krp-hero-shell::before {
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  border-radius: 50% !important;
}

.krp-site .krp-classic-job {
  width: min(100%, 248px) !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
}

/* Team page: established KRP Kachelkarte design 2.7.11. */
.route-ihre-praxis-team .krp-original-team__dentists article,
.route-ihre-praxis-team .krp-original-team__grid article {
  --krp-team-accent: #0070B7;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--krp-team-accent);
  box-shadow: 0 16px 34px rgba(136, 136, 136, .15);
  transition: transform 280ms var(--krp-ease-out), box-shadow 280ms ease;
}

.route-ihre-praxis-team .krp-original-team__dentists,
.route-ihre-praxis-team .krp-original-team__grid {
  grid-auto-rows: 1fr;
}

/* Long-form reading blocks: no content changes, only clearer rhythm. */
.krp-site .krp-article > .krp-reading-card {
  width: min(100%, 54rem);
  max-width: 54rem;
  margin: 24px 0;
  padding: 28px 30px;
  color: #888888;
  background: #f6f6f6;
  border-radius: 10px;
  font-size: 18px;
  line-height: 30px;
  box-sizing: border-box;
}

.krp-site .krp-article > ul.krp-reading-card,
.krp-site .krp-article > ol.krp-reading-card {
  padding-left: 54px;
}

.krp-site .krp-article > .krp-reading-card:first-child {
  margin-top: 0;
}

@media (max-width: 46rem) {
  .krp-site .krp-article > .krp-reading-card {
    margin-block: 18px;
    padding: 22px 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .krp-site .krp-article > ul.krp-reading-card,
  .krp-site .krp-article > ol.krp-reading-card {
    padding-left: 42px;
  }
}

.route-ihre-praxis-team .krp-original-team__dentists article,
.route-ihre-praxis-team .krp-original-team__grid article {
  height: 100%;
}

/* CSS-only circle-fill interaction for KRP CTA and form buttons. */
.krp-site .krp-button,
.krp-site .krp-form button[type="submit"] {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transition: color 300ms ease, border-color 300ms ease, transform 180ms ease, box-shadow 300ms ease;
}

.krp-site .krp-button,
.krp-site .krp-form button[type="submit"] {
  background-image: radial-gradient(circle at center, #FFFFFF 0 50%, transparent 51%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0 0;
  transition: color 300ms ease, border-color 300ms ease, background-size 680ms cubic-bezier(.16, 1, .3, 1), transform 180ms ease, box-shadow 300ms ease;
}

.krp-site .krp-button--light {
  background-image: radial-gradient(circle at center, #0070B7 0 50%, transparent 51%);
}

@media (hover: hover) and (pointer: fine) {
  .krp-site .krp-button:hover,
  .krp-site .krp-form button[type="submit"]:hover {
    color: #0070B7 !important;
    border-color: #0070B7;
    box-shadow: 0 10px 24px rgba(0, 112, 183, .18);
  }

  .krp-site .krp-button--light:hover {
    color: #FFFFFF !important;
    border-color: #FFFFFF;
  }

  .krp-site .krp-button:hover,
  .krp-site .krp-form button[type="submit"]:hover {
    background-size: 250% 500%;
  }
}

.krp-site .krp-button:focus-visible,
.krp-site .krp-form button[type="submit"]:focus-visible {
  background-size: 250% 500%;
}

@media (prefers-reduced-motion: reduce) {
  .krp-site .krp-button,
  .krp-site .krp-form button[type="submit"] {
    transition-duration: .01ms !important;
  }
}

.route-ihre-praxis-team .krp-original-team__dentists article:nth-of-type(2) {
  --krp-team-accent: #79B41D;
}

.route-ihre-praxis-team .krp-original-team__dentists article:nth-of-type(3) {
  --krp-team-accent: #DB005D;
}

.route-ihre-praxis-team .krp-original-team__staff > div:nth-child(2) .krp-original-team__grid article {
  --krp-team-accent: #79B41D;
}

.route-ihre-praxis-team .krp-original-team__dentists article::before,
.route-ihre-praxis-team .krp-original-team__grid article::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 22px;
  width: 54px;
  height: 36px;
  background: var(--krp-team-accent);
  border-radius: 0 0 9px 9px;
  pointer-events: none;
}

.route-ihre-praxis-team .krp-original-team__dentists article img,
.route-ihre-praxis-team .krp-original-team__grid article img {
  width: 100%;
  margin: 0;
  background: #FFFFFF;
}

.route-ihre-praxis-team .krp-original-team__dentists article h2,
.route-ihre-praxis-team .krp-original-team__grid article h3 {
  margin: 0;
  padding: 22px 24px 4px;
  color: #FFFFFF !important;
}

.route-ihre-praxis-team .krp-original-team__dentists article strong {
  display: block;
  padding: 0 24px 4px;
  color: #FFFFFF !important;
}

.route-ihre-praxis-team .krp-original-team__dentists article p,
.route-ihre-praxis-team .krp-original-team__grid article p {
  flex: 1;
  margin: 0;
  padding: 4px 24px 24px;
  color: #FFFFFF !important;
}

@media (hover: hover) and (pointer: fine) {
  .route-ihre-praxis-team .krp-original-team__dentists article:hover,
  .route-ihre-praxis-team .krp-original-team__grid article:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(136, 136, 136, .22);
  }
}

@media (max-width: 46rem) {
  .route-ihre-praxis-team .krp-original-team__dentists article::before,
  .route-ihre-praxis-team .krp-original-team__grid article::before {
    left: 18px;
    width: 48px;
    height: 32px;
  }

  .route-ihre-praxis-team .krp-original-team__dentists article h2,
  .route-ihre-praxis-team .krp-original-team__grid article h3 {
    padding: 18px 20px 4px;
  }

  .route-ihre-praxis-team .krp-original-team__dentists article strong {
    padding-inline: 20px;
  }

  .route-ihre-praxis-team .krp-original-team__dentists article p,
  .route-ihre-praxis-team .krp-original-team__grid article p {
    padding: 4px 20px 20px;
  }
}

/* Semantically corrected H2 elements retain the previous H3 appearance. */
.krp-site .krp-content h2.krp-visual-h3 {
  color: #999999 !important;
  font-size: 32px !important;
  line-height: 42px !important;
}

@media (min-width: 46.0625rem) and (max-width: 75.9375rem) {
  .krp-site .krp-content h2.krp-visual-h3 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
}

/* The directory keeps its previously approved unnumbered presentation. */
.route-behandlungen #alle-behandlungen .krp-treatment-card > span:first-child {
  display: none !important;
}

.route-behandlungen .krp-concern .krp-concern__number {
  display: none !important;
}

.route-behandlungen .krp-concern::before,
.route-behandlungen #alle-behandlungen .krp-treatment-card::before {
  content: "";
  width: 54px;
  height: 36px;
  flex: 0 0 36px;
  display: block;
  margin: 0 0 24px 24px;
  background: var(--krp-card-accent);
  border-radius: 0 0 9px 9px;
}

@media (max-width: 46rem) {
  .route-behandlungen .krp-concern::before,
  .route-behandlungen #alle-behandlungen .krp-treatment-card::before {
    margin: 0 0 20px 22px;
  }
}

/* Coloured CTA and form buttons use the approved subnavigation radius. */
.krp-site .krp-button,
.krp-site .krp-form button[type="submit"] {
  border-radius: 10px;
}

@media (max-width: 46rem) {
  .krp-site .krp-content h2.krp-visual-h3 {
    font-size: 22px !important;
    line-height: 28px !important;
  }
}

/* Treatment overview: established KRP Kachelkarte design 2.7.5. */
.route-behandlungen .krp-concern,
.route-behandlungen .krp-treatment-card {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  background: #FFFFFF;
  border: 0;
  border-radius: 0;
  box-shadow: 0 16px 34px rgba(136, 136, 136, .15);
}

.route-behandlungen .krp-concern__number,
.route-behandlungen #alle-behandlungen .krp-treatment-card > span:first-child {
  width: fit-content;
  min-width: 52px;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 24px 24px;
  padding: 7px 14px;
  color: #FFFFFF !important;
  background: var(--krp-card-accent);
  border-radius: 0 0 9px 9px;
  font-size: 14px !important;
  line-height: 20px !important;
  letter-spacing: .06em;
}

.route-behandlungen .krp-concern h3,
.route-behandlungen .krp-concern p,
.route-behandlungen .krp-treatment-card h3,
.route-behandlungen .krp-treatment-card p {
  margin-right: 28px;
  margin-left: 28px;
}

.route-behandlungen .krp-concern h3,
.route-behandlungen #alle-behandlungen .krp-treatment-card h3 {
  margin-top: 0;
}

.route-behandlungen .krp-concern__link,
.route-behandlungen .krp-treatment-card strong {
  min-height: 82px;
  display: flex;
  align-items: center;
  margin: auto 0 0;
  padding: 22px 28px;
  color: #FFFFFF !important;
  background: var(--krp-card-accent);
  border-radius: 9px 9px 0 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

@media (hover: hover) and (pointer: fine) {
  .route-behandlungen .krp-concern:hover,
  .route-behandlungen .krp-treatment-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(136, 136, 136, .22);
  }
}

@media (max-width: 46rem) {
  .route-behandlungen .krp-concern,
  .route-behandlungen .krp-treatment-card {
    min-height: 280px;
  }

  .route-behandlungen .krp-concern__number,
  .route-behandlungen #alle-behandlungen .krp-treatment-card > span:first-child {
    margin: 0 0 20px 22px;
  }

  .route-behandlungen .krp-concern h3,
  .route-behandlungen .krp-concern p,
  .route-behandlungen .krp-treatment-card h3,
  .route-behandlungen .krp-treatment-card p {
    margin-right: 22px;
    margin-left: 22px;
  }

  .route-behandlungen .krp-concern__link,
  .route-behandlungen .krp-treatment-card strong {
    min-height: 72px;
    padding: 18px 22px;
  }
}

/* Specificity bridge for headings governed by the global H1-H4 layer. */
.krp-site .krp-content .krp-original-location__band :is(h1, h2, h3, h4),
.krp-site .krp-content .krp-consultation :is(h1, h2, h3, h4) {
  color: #FFFFFF !important;
}

/* Coloured-background contrast rule 2.7.3.
   Text on KRP blue, yellow, green, pink or grey surfaces is always white. */
.krp-site .krp-classic-feature > div :where(h1, h2, h3, h4, p, a, strong, span),
.krp-site .krp-original-location__band :where(h1, h2, h3, h4, p, a, strong, span, li),
.krp-site .krp-concern__link,
.krp-site .krp-treatment-card strong,
.krp-site .krp-consultation :where(h1, h2, h3, h4, p, strong, span),
.krp-site .krp-contact-band :where(h1, h2, h3, h4, p, a, strong, span),
.krp-site .krp-footer :where(h1, h2, h3, h4, p, a, strong, span, li) {
  color: #FFFFFF !important;
}

/* A control with its own white surface retains blue text for legibility. */
.krp-site .krp-consultation .krp-button--light {
  color: #0070B7 !important;
}

@media (max-width: 46rem) {
  .krp-form__grid { grid-template-columns: 1fr; }
  .krp-container { width: min(calc(100% - 1.25rem), var(--krp-max)); }
  .krp-topbar__promise { display: none; }
  .krp-topbar__inner { justify-content: center; }
  .krp-topbar__contacts { width: 100%; justify-content: space-around; gap: .5rem; }
  .krp-topbar__contacts span { display: block; font-size: .72rem; }
  .krp-brand img { width: 10rem; }
  .krp-hero { padding-top: 0; }
  .krp-hero-shell { min-height: 48rem; padding-top: 4.5rem; border-radius: 0; }
  .krp-hero-shell::after { background: linear-gradient(0deg, rgba(15,38,58,.94) 0%, rgba(15,38,58,.64) 65%, rgba(15,38,58,.18) 100%); }
  .krp-hero-shell::before { right: auto; bottom: 17rem; left: 50%; width: 72vw; height: .45rem; border: 0; transform: translateX(-50%); }
  .krp-hero-shell > img { width: 100%; height: 17rem; }
  .krp-hero__content { padding: 0 0 20rem; }
  .krp-hero h1 { font-size: clamp(3.5rem,18vw,5rem); }
  .krp-hero__actions { flex-direction: column; align-items: stretch; }
  .krp-page-hero { padding-top: 2rem; }
  .krp-page-hero__grid { grid-template-columns: 1fr; gap: 2rem; }
  .krp-page-hero__copy { padding-left: 0; }
  .krp-page-hero__copy h1 { max-width: 12ch; font-size: clamp(3.1rem,15vw,4.8rem); }
  .krp-page-hero__visual { min-height: 20rem; }
  .krp-page-hero__visual img { border-radius: 1rem 3rem 1rem 3rem; }
  .krp-grid > .krp-card:nth-child(2), .krp-grid > .krp-card:nth-child(2):hover { transform: none; }
  .krp-people-grid { grid-template-columns: 1fr; }
  .krp-people-grid > :first-child { grid-column: auto; }
  .krp-person { min-height: 25rem; }
  .krp-service-grid { grid-template-columns: 1fr; }
  .krp-service-card { min-height: 20rem; }
  .krp-philosophy { padding-block: 4.5rem; }
  .krp-philosophy__visual { padding: .75rem; }
  .krp-philosophy__visual img { min-height: 20rem; }
  .krp-certification { grid-template-columns: 1fr; }
  .krp-certification > img { width: 10rem; }
  .krp-grid, .krp-trust-grid, .krp-contact-band__grid, .krp-footer__grid { grid-template-columns: 1fr; }
  .krp-contact-band__grid > div:first-child { grid-column: auto; }
  .krp-mobile-menu__phones { flex-direction: column; gap: 0; }
  .krp-footer .mod-menu { grid-template-columns: 1fr; }
  .krp-footer__legal { flex-direction: column; }
  .route-ihre-praxis-philosophie .krp-article { display: block; }
  .route-ihre-praxis-philosophie .krp-article > * + * { margin-top: 1.5rem; }
  .route-ihre-praxis-philosophie .krp-article h2:not(:first-child) { margin-top: 3.5rem; }
  .krp-quality-page__content { width: min(calc(100% - 2rem), 69.5rem); grid-template-columns: 1fr; gap: 2rem; margin-bottom: 4rem; }
}

/* --------------------------------------------------------------------------
   KRP corporate design system
   Binding source: _Schriftgrössen + Farben.jpg / _Schriftgrössen.jpg
   -------------------------------------------------------------------------- */
:root {
  --krp-blue: #0070B7;
  --krp-yellow: #FBC300;
  --krp-green: #79B41D;
  --krp-pink: #DB005D;
  --krp-classic-blue: #0070B7;
  --krp-classic-yellow: #FBC300;
  --krp-classic-green: #79B41D;
  --krp-classic-pink: #DB005D;
  --krp-ink: #888888;
  --krp-muted: #888888;
  --krp-navy: #0070B7;
  --krp-navy-deep: #0070B7;
  --krp-teal: #0070B7;
  --krp-teal-dark: #0070B7;
  --krp-mint: #FFFFFF;
  --krp-mint-light: #FFFFFF;
  --krp-sand: #FFFFFF;
  --krp-line: #999999;
  --krp-shadow: 0 14px 34px rgba(136, 136, 136, .18);
}

body,
p,
li,
dt,
dd,
label,
input,
select,
textarea { color: #888888; }

body { background: #FFFFFF; font-size: 18px; line-height: 24px; }
p,
.krp-content p,
.krp-content li,
.krp-classic-intro__grid p,
.route-ihre-praxis-philosophie .krp-article p,
.krp-quality-page__content p { font-size: 18px !important; line-height: 24px !important; }

h1,
.krp-content h1,
.krp-content .krp-classic-intro h1,
.krp-hero h1,
.krp-page-hero__copy h1 {
  color: #999999 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 60px !important;
  line-height: 79px !important;
  letter-spacing: normal !important;
}
h2,
.krp-content h2,
.krp-content .krp-classic-feature h2,
.route-ihre-praxis-philosophie .krp-article h2,
.krp-quality-page__content h2,
.krp-hero-classic__caption h2,
.krp-contact-band h2 {
  color: #999999 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 42px !important;
  line-height: 55px !important;
  letter-spacing: normal !important;
}
h3,
.krp-content h3,
.krp-quality-page__content h3,
.krp-service-card h3 {
  color: #999999 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 32px !important;
  line-height: 42px !important;
  letter-spacing: normal !important;
}
h4,
.krp-content h4 {
  color: #999999 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 24px !important;
  line-height: 32px !important;
  letter-spacing: normal !important;
}
.krp-lead,
p.krp-lead,
.krp-hero p {
  color: #888888 !important;
  font-size: 28px !important;
  line-height: 36px !important;
}

a { color: #0070B7; }
a:hover { color: #DB005D; }
:focus-visible { outline-color: #0070B7; }
.skip-link { color: #FFFFFF; background: #0070B7; }

.krp-topbar,
.krp-header,
.krp-mobile-menu,
.krp-page-hero,
.krp-hero,
.krp-hero-shell,
.krp-section--soft,
.krp-section--sand,
.krp-form-panel,
.krp-card,
.krp-service-grid,
.krp-service-card,
.krp-philosophy__visual,
.krp-certification,
.krp-certification > img,
.krp-trust-item { background-color: #FFFFFF; }

.krp-topbar__contacts a { color: #FFFFFF; background: #0070B7; }
.krp-topbar__contacts a:nth-child(2) { background: #79B41D; }
.krp-nav a,
.krp-nav .current > a,
.krp-nav .active > a,
.krp-nav a:hover { color: #888888; }
.krp-nav .current > a,
.krp-nav .active > a,
.krp-nav a:hover { background: #FFFFFF; box-shadow: inset 0 3px #0070B7; }
.krp-nav ul ul { background: #FFFFFF; border-color: #999999; }
.krp-nav ul ul a:hover { color: #0070B7; background: #FFFFFF; }
.krp-mobile-menu a { color: #888888; border-color: #999999; }

.krp-button { color: #FFFFFF; background: #0070B7; box-shadow: 0 8px 20px rgba(136,136,136,.18); }
.krp-button:hover { color: #FFFFFF; background: #DB005D; box-shadow: 0 10px 24px rgba(136,136,136,.22); }
.krp-button--light { color: #FFFFFF; background: #0070B7; }
.krp-button--ghost { color: #0070B7; background: #FFFFFF; border-color: #0070B7; }

.krp-hero-classic__caption { color: #888888; }
.krp-hero-classic__caption a { color: #0070B7; }
.krp-hero-shell.krp-hero-classic { background: #FFFFFF; }
.krp-hero-shell.krp-hero-classic::before,
.krp-hero-shell.krp-hero-classic::after,
.krp-page-hero::before { color: transparent; background: none; border-color: transparent; outline-color: transparent; }
.krp-hero-classic__dots button { color: transparent; background: #FFFFFF; border-color: transparent; outline-color: #0070B7; }
.krp-hero-classic__dots .is-active { background: #0070B7; }
.krp-classic-intro h1,
.krp-content .krp-classic-intro h1 { color: #999999 !important; }
.krp-classic-intro__grid a,
.krp-classic-job-column > a:not(.krp-classic-job) { color: #0070B7; }
.krp-classic-job { color: #FFFFFF !important; background: #FBC300; }

.krp-classic-feature--blue > div { background: #0070B7; }
.krp-classic-feature--yellow > div { background: #FBC300; }
.krp-classic-feature--green > div { background: #79B41D; }
.krp-classic-feature--pink > div { background: #DB005D; }
.krp-content .krp-classic-feature h2,
.krp-classic-feature a,
.krp-contact-band h2,
.krp-contact-band p,
.krp-contact-band .krp-eyebrow,
.krp-contact-card,
.krp-contact-card strong,
.krp-contact-card span,
.krp-contact-card a,
.krp-person__caption,
.krp-person__caption strong,
.krp-person__caption span,
.krp-team-story__label,
.krp-team-story__label h2,
.krp-team-story__label p { color: #FFFFFF !important; }

.krp-eyebrow { color: #0070B7 !important; }
.krp-content h1,
.krp-content h2,
.krp-content h3,
.krp-content h4 { color: #999999 !important; }
.krp-content blockquote { color: #888888; background: #FFFFFF; border-color: #0070B7; }
.krp-content th,
.krp-content td,
.krp-card,
.krp-service-grid,
.krp-service-card,
.krp-trust-grid { border-color: #999999; }
.krp-card::before,
.krp-service-card::before { background: #0070B7; }
.krp-grid > .krp-card:nth-child(4n+2)::before,
.krp-service-card:nth-child(4n+2)::before { background: #FBC300; }
.krp-grid > .krp-card:nth-child(4n+3)::before,
.krp-service-card:nth-child(4n+3)::before,
.krp-service-card:nth-child(6)::before { background: #79B41D; }
.krp-grid > .krp-card:nth-child(4n+4)::before,
.krp-service-card:nth-child(4n+4)::before { background: #DB005D; }
.krp-service-no,
.krp-service-link,
.krp-philosophy__visual figcaption,
.krp-trust-item span { color: #888888; }
.krp-trust-item strong { color: #999999; }

.krp-person { background: #0070B7; }
.krp-person__caption,
.krp-team-story__label { background: rgba(0,112,183,.9); border-color: #FFFFFF; }
.krp-certification { border-color: #79B41D; }
.krp-form-panel,
.krp-form input,
.krp-form select,
.krp-form textarea { color: #888888; background: #FFFFFF; border-color: #999999; }
.krp-form input::placeholder,
.krp-form textarea::placeholder { color: #888888; opacity: 1; }
.krp-form input[type="checkbox"] { accent-color: #0070B7; }
.krp-form label:focus-within { color: #0070B7; }
.krp-form input:hover,
.krp-form select:hover,
.krp-form textarea:hover { border-color: #0070B7; }
.krp-form input:focus,
.krp-form select:focus,
.krp-form textarea:focus { border-color: #0070B7; box-shadow: 0 0 0 4px rgba(0,112,183,.12); }

.krp-contact-band { color: #FFFFFF; background: #0070B7; }
.krp-contact-card { background: transparent; border-color: #FFFFFF; }
.krp-contact-card:hover { background: rgba(255,255,255,.12); }
.krp-footer { color: #FFFFFF; background: #999999; }
.krp-footer a,
.krp-footer strong { color: #FFFFFF; }
.krp-footer__legal { border-color: #FFFFFF; }
.krp-back-top { color: #FFFFFF; background: #0070B7; border-color: #FFFFFF; box-shadow: 0 8px 20px rgba(136,136,136,.2); }
.krp-back-top::before { border-color: #DB005D; border-right-color: transparent; }
.krp-back-top:hover { background: #DB005D; }

.joomla-alert,
.alert { color: #888888; background: #FFFFFF; border-color: #0070B7; }

@media (max-width: 75.9375rem) {
  h1,
  .krp-content h1,
  .krp-content .krp-classic-intro h1,
  .krp-hero h1,
  .krp-page-hero__copy h1 { font-size: 32px !important; line-height: 40px !important; }
  h2,
  .krp-content h2,
  .krp-content .krp-classic-feature h2,
  .route-ihre-praxis-philosophie .krp-article h2,
  .krp-quality-page__content h2,
  .krp-hero-classic__caption h2,
  .krp-contact-band h2 { font-size: 26px !important; line-height: 34px !important; }
  h3,
  .krp-content h3,
  .krp-quality-page__content h3,
  .krp-service-card h3 { font-size: 24px !important; line-height: 32px !important; }
  h4,
  .krp-content h4 { font-size: 20px !important; line-height: 26px !important; }
  .krp-lead,
  p.krp-lead,
  .krp-hero p { font-size: 22px !important; line-height: 28px !important; }
}

@media (max-width: 38.75rem) {
  body { font-size: 16px; line-height: 20px; }
  p,
  .krp-content p,
  .krp-content li,
  .krp-classic-intro__grid p,
  .route-ihre-praxis-philosophie .krp-article p,
  .krp-quality-page__content p { font-size: 16px !important; line-height: 20px !important; }
  h1,
  .krp-content h1,
  .krp-content .krp-classic-intro h1,
  .krp-hero h1,
  .krp-page-hero__copy h1 { font-size: 32px !important; line-height: 36px !important; }
  h2,
  .krp-content h2,
  .krp-content .krp-classic-feature h2,
  .route-ihre-praxis-philosophie .krp-article h2,
  .krp-quality-page__content h2,
  .krp-hero-classic__caption h2,
  .krp-contact-band h2 { font-size: 24px !important; line-height: 32px !important; }
  h3,
  .krp-content h3,
  .krp-quality-page__content h3,
  .krp-service-card h3 { font-size: 22px !important; line-height: 28px !important; }
  h4,
  .krp-content h4 { font-size: 18px !important; line-height: 24px !important; }
  .krp-lead,
  p.krp-lead,
  .krp-hero p { font-size: 20px !important; line-height: 26px !important; }
}

/* Final quality-page desktop authority: match the live original geometry. */
@media (min-width: 61.25rem) {
  .route-ihre-praxis-qualitaet .krp-page-hero,
  .route-ihre-praxis-qualitaet .krp-page-hero__grid,
  .route-ihre-praxis-qualitaet .krp-page-hero__visual,
  .route-ihre-praxis-qualitaet .krp-page-hero__visual img {
    width: 100%;
    height: calc((100vw - 15px) * .4688);
    min-height: 0;
    max-height: 668px;
  }
  .route-ihre-praxis-qualitaet .krp-section-nav {
    height: 108px;
    min-height: 108px;
    border: 0;
  }
  .route-ihre-praxis-qualitaet .krp-section-nav__inner {
    width: calc(100% - 60px);
    height: 108px;
    min-height: 108px;
    margin: 0 30px;
    padding: 30px 0 40px;
  }
  .route-ihre-praxis-qualitaet .krp-section-nav ul {
    gap: 20px;
    overflow: visible;
  }
  .route-ihre-praxis-qualitaet .krp-section-nav a {
    height: 38px;
    padding: 8px 10px;
    border-radius: 10px;
    font-size: 18px;
    line-height: 22px;
  }
  .krp-site.route-ihre-praxis-qualitaet .krp-content {
    position: relative;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 100px 0 0;
  }
  .route-ihre-praxis-qualitaet .krp-generated-heading {
    position: absolute;
    z-index: 1;
    top: 100px;
    left: 30px;
    width: calc((100% - 60px) / 2 - 15px);
    margin: 0;
  }
  .route-ihre-praxis-qualitaet .krp-generated-heading h1 {
    width: 100%;
    height: 140px;
    margin: 0;
    font-size: 60px !important;
    line-height: 70px !important;
  }
  .route-ihre-praxis-qualitaet .com-content-article,
  .route-ihre-praxis-qualitaet .com-content-article__body,
  .route-ihre-praxis-qualitaet .krp-quality-page {
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .route-ihre-praxis-qualitaet .krp-quality-page__content {
    width: 100%;
    height: 734px;
    display: grid;
    grid-template-columns: repeat(2, calc((100% - 60px) / 2 - 15px));
    gap: 30px;
    margin: 0 0 150px;
    padding: 0 30px;
  }
  .route-ihre-praxis-qualitaet .krp-quality-page__content > div {
    grid-column: 2;
  }
  .route-ihre-praxis-qualitaet .krp-quality-page__content h2 {
    width: 100%;
    height: 165px;
    margin: 0 0 15px;
    font-size: 42px !important;
    line-height: 55px !important;
  }
  .route-ihre-praxis-qualitaet .krp-quality-page__content p {
    width: 100%;
    height: 72px;
    margin: 15px 0 70px;
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .route-ihre-praxis-qualitaet .krp-quality-page__content img {
    width: 521px;
    height: 262px;
    margin: 0;
    object-fit: contain;
  }
  .route-ihre-praxis-qualitaet .krp-quality-page__photo {
    width: 100%;
    height: calc((100vw - 15px) * .4166);
    max-height: 600px;
    margin: 0;
    object-fit: cover;
  }
}

/* --------------------------------------------------------------------------
   Original KRP website reconstruction
   The clean Joomla build follows the supplied original screens and assets.
   -------------------------------------------------------------------------- */
.krp-container { width: min(calc(100% - 2rem), 1120px); }
.krp-topbar {
  min-height: 43px;
  color: #888888;
  background: #FFFFFF;
  border: 0;
}
.krp-topbar__inner { min-height: 43px; justify-content: flex-end; }
.krp-topbar__promise { display: none; }
.krp-topbar__contacts { gap: 20px; }
.krp-topbar__contacts a {
  min-width: 174px;
  padding: 7px 14px;
  color: #FFFFFF;
  border-radius: 4px;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}
.krp-topbar__contacts span { display: inline; margin-right: 8px; color: #FFFFFF; }
.krp-header {
  position: sticky;
  top: 0;
  background: #FFFFFF;
  border-bottom: 1px solid #eeeeee;
  backdrop-filter: none;
}
.krp-header__inner { min-height: 86px; align-items: flex-end; padding-bottom: 10px; }
.krp-brand { align-self: center; }
.krp-brand img { width: 190px; }
.krp-nav a {
  padding: 10px 8px;
  color: #888888;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}
.krp-nav a::after { display: none; }
.krp-nav .current > a,
.krp-nav .active > a,
.krp-nav a:hover {
  color: #888888;
  background: #f2f2f2;
  box-shadow: none;
  border-radius: 5px 5px 0 0;
}
.krp-nav ul ul {
  top: 100%;
  padding: 6px;
  border: 1px solid #eeeeee;
  border-radius: 0;
  box-shadow: 0 8px 18px rgba(136,136,136,.16);
}
.krp-nav ul ul a { padding: 7px 10px; border-radius: 0; }
.krp-nav .mod-menu__toggle-sub { top: 12px; }

.krp-page-hero { padding: 0; background: #FFFFFF; }
.krp-page-hero__grid {
  width: 100%;
  max-width: none;
  display: block;
  margin: 0;
}
.krp-page-hero__visual {
  width: 100%;
  min-height: 0;
  aspect-ratio: 1440 / 680;
  margin: 0;
}
.krp-page-hero__visual::before { display: none; }
.krp-page-hero__visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  box-shadow: none;
  object-fit: cover;
  object-position: center;
}
.krp-breadcrumbs { display: none; }

.krp-section-nav { background: #FFFFFF; border-bottom: 1px solid #f1f1f1; }
.krp-section-nav__inner {
  min-height: 57px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding-block: 8px;
}
.krp-section-nav strong {
  flex: 0 0 auto;
  color: #888888;
  font-size: 13px;
  line-height: 18px;
}
.krp-section-nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.krp-section-nav a {
  display: block;
  padding: 7px 10px;
  color: #888888;
  border-radius: 5px;
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
  transition: color var(--krp-motion-fast) ease, background var(--krp-motion-fast) ease;
}
.krp-section-nav a:hover,
.krp-section-nav .is-active a { color: #888888; background: #eeeeee; }

.krp-main { overflow-x: hidden; }
.krp-content { padding-block: 74px 96px; }
.krp-content .com-content-article,
.krp-content .com-content-category-blog,
.krp-content > div { max-width: 1120px; }
.krp-content .krp-article { max-width: 1120px; }
.krp-content .krp-article > h2:first-child,
.krp-content .krp-article > .krp-lead:first-child { margin-top: 0; }
.krp-button,
.krp-form-panel,
.krp-form input,
.krp-form select,
.krp-form textarea,
.krp-card,
.krp-person,
.krp-person__caption,
.krp-team-story,
.krp-team-story__label { border-radius: 0; }
.krp-button { box-shadow: none; }
.krp-card,
.krp-person,
.krp-team-story { box-shadow: none; }

.krp-footer { position: relative; overflow: hidden; padding: 48px 0 22px; background: #999999; }
.krp-footer__grid--original {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.25fr 1.35fr 1.25fr 1.25fr .9fr;
  gap: 34px;
  align-items: start;
}
.krp-footer__links,
.krp-footer__location {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.krp-footer__links strong,
.krp-footer__location strong {
  margin: 0 0 5px;
  color: #FFFFFF;
  font-size: 11px;
  line-height: 15px;
}
.krp-footer__links strong:not(:first-child),
.krp-footer__location strong:not(:first-child) { margin-top: 15px; }
.krp-footer__links a,
.krp-footer__location a,
.krp-footer__location span {
  color: #FFFFFF;
  font-size: 10px;
  line-height: 14px;
  text-decoration: none;
}
.krp-footer__location span { margin-bottom: 8px; }
.krp-footer__cert img { width: 180px; max-width: 100%; }
.krp-footer__legal {
  position: relative;
  z-index: 2;
  margin-top: 25px;
  padding-top: 15px;
  color: #FFFFFF;
  border-top: 1px solid rgba(255,255,255,.35);
  font-size: 10px;
  line-height: 14px;
}
.krp-footer__smile { right: 3%; bottom: -10%; width: 250px; opacity: .18; }
.krp-back-top { border-radius: 50%; }

@media (max-width: 75.9375rem) {
  .krp-header__inner { min-height: 75px; }
  .krp-brand img { width: 165px; }
  .krp-page-hero__visual { aspect-ratio: 16 / 7; }
  .krp-section-nav__inner { align-items: flex-start; flex-direction: column; gap: 3px; }
  .krp-footer__grid--original { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .krp-footer__cert { grid-column: 1 / -1; }
  .krp-footer__cert img { width: 160px; }
}

/* Section navigation without technical overflow controls. Treatment links
   form two balanced desktop rows; smaller screens use a compact disclosure. */
.krp-section-nav__toggle { display: none; }

@media (min-width: 61.25rem) {
  .route-behandlungen .krp-section-nav {
    height: 118px;
    min-height: 118px;
  }
  .route-behandlungen .krp-section-nav__inner {
    height: 118px;
    min-height: 118px;
    padding-block: 18px;
  }
  .route-behandlungen .krp-section-nav ul {
    display: grid;
    grid-template-columns: repeat(6, max-content);
    grid-auto-rows: 38px;
    gap: 6px 10px;
    align-content: center;
    justify-content: start;
    overflow: visible;
  }
  .route-behandlungen .krp-section-nav a {
    font-size: clamp(13px, 1.05vw, 16px);
  }
  .krp-section-nav ul {
    overflow: visible;
    scrollbar-width: none;
  }
  .krp-section-nav ul::-webkit-scrollbar { display: none; }
}

@media (max-width: 61.1875rem) {
  .krp-section-nav { height: auto; min-height: 0; }
  .krp-section-nav__inner {
    min-height: 0;
    display: block;
    padding-block: 10px;
  }
  .krp-section-nav strong { display: none; }
  .krp-section-nav__toggle {
    width: 100%;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    color: #888888;
    background: #f5f5f5;
    border: 0;
    border-radius: 8px;
    font-weight: 700;
    letter-spacing: .04em;
    text-align: left;
    cursor: pointer;
  }
  .krp-section-nav__toggle i {
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translate(-2px,-2px);
    transition: transform 180ms ease;
  }
  .krp-section-nav.is-open .krp-section-nav__toggle i {
    transform: rotate(225deg) translate(-2px,-2px);
  }
  .krp-section-nav ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 6px;
    margin-top: 8px;
    padding: 0;
    overflow: visible;
  }
  .krp-section-nav.has-toggle ul { display: none; }
  .krp-section-nav.has-toggle.is-open ul { display: grid; }
  .krp-section-nav a {
    height: 100%;
    min-height: 42px;
    display: flex;
    align-items: center;
    padding: 8px 10px;
    white-space: normal;
  }
}

@media (max-width: 30rem) {
  .krp-section-nav ul { grid-template-columns: 1fr; }
}

@media (max-width: 63.9375rem) {
  .krp-topbar__contacts a { min-width: 150px; }
  .krp-nav { display: none; }
  .krp-menu-toggle { display: block; margin-left: auto; border-radius: 50%; }
}

@media (max-width: 46rem) {
  .krp-topbar__contacts { gap: 8px; }
  .krp-topbar__contacts a { min-width: 0; padding: 6px 8px; font-size: 13px; }
  .krp-topbar__contacts span { display: inline; font-size: 11px; }
  .krp-header__inner { min-height: 66px; }
  .krp-brand img { width: 145px; }
  .krp-page-hero { padding: 0; }
  .krp-page-hero__grid { display: block; }
  .krp-page-hero__visual { min-height: 0; aspect-ratio: 4 / 3; }
  .krp-page-hero__visual img { border-radius: 0; }
  .krp-section-nav__inner { padding-block: 10px; }
  .krp-section-nav__inner { min-width: 0; overflow: hidden; }
  .krp-section-nav ul { flex-wrap: nowrap; width: 100%; min-width: 0; max-width: 100%; overflow-x: auto; padding-bottom: 5px; }
  .krp-section-nav li { flex: 0 0 auto; }
  .krp-content { padding-block: 48px 68px; }
  .krp-footer__grid--original { grid-template-columns: 1fr; }
  .krp-footer__cert { grid-column: auto; }
}

.krp-original-page,
.krp-original-team,
.krp-original-location { width: 100%; }
.krp-original-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 84px;
  align-items: start;
  margin-bottom: 110px;
}
.krp-original-intro h1,
.krp-original-intro h2 { margin: 0 0 24px; }
.krp-original-intro p { max-width: none; }
.krp-original-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
  min-height: 560px;
  padding-block: 78px;
  border-top: 1px solid #eeeeee;
}
.krp-original-split > div { max-width: 520px; }
.krp-original-split figure { margin: 0; text-align: center; }
.krp-original-split figure img { max-height: 480px; object-fit: contain; }
.krp-original-split--image-left figure { order: 0; }
.krp-original-split--image-left > div { order: 1; }
.krp-original-split--image-right > div { order: 0; }
.krp-original-split--image-right figure { order: 1; }
.krp-original-implant img { max-width: 210px; }
.krp-original-wide-image {
  width: calc(100vw - 16px);
  max-width: none;
  height: auto;
  margin: 20px 0 -96px 50%;
  transform: translateX(-50%);
}
.krp-original-copy { max-width: 720px; padding: 76px 0; }
.krp-original-philosophy section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: start;
  margin-bottom: 100px;
}
.krp-original-philosophy section h1,
.krp-original-philosophy section h2,
.krp-original-philosophy section p { margin-top: 0; }
.krp-original-philosophy section p { max-width: none; }
.krp-original-memberships { width: 100%; margin-top: 30px; }

.krp-original-team > h1 { margin: 0 0 36px; }
.krp-original-team__dentists {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 38px;
  margin-bottom: 86px;
}
.krp-original-team__dentists article,
.krp-original-team__grid article { min-width: 0; }
.krp-original-team__dentists img { display: block; width: 100%; aspect-ratio: 1.45; object-fit: cover; }
.krp-original-team__dentists h2 { margin: 12px 0 0; font-size: 26px !important; line-height: 34px !important; }
.krp-original-team__dentists strong { color: #888888; font-size: 18px; line-height: 24px; }
.krp-original-team__dentists p { margin-top: 10px; font-size: 15px !important; line-height: 20px !important; }
.krp-original-team__staff {
  width: calc(100vw - 16px);
  max-width: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  margin: 0 0 -96px 50%;
  padding: 72px max(24px,calc((100vw - 1120px) / 2)) 110px;
  background: #f4f4f4;
  transform: translateX(-50%);
}
.krp-original-team__staff h2 { margin: 0 0 28px; }
.krp-original-team__staff h2.is-blue { color: #0070B7 !important; }
.krp-original-team__staff h2.is-green { color: #79B41D !important; }
.krp-original-team__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 45px 26px; }
.krp-original-team__grid img { display: block; width: 100%; aspect-ratio: 1.5; object-fit: cover; }
.krp-original-team__grid h3 { margin: 9px 0 0; font-size: 20px !important; line-height: 26px !important; }
.krp-original-team__grid p { margin: 3px 0 0; font-size: 14px !important; line-height: 18px !important; }

.krp-original-location__intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 92px;
  margin-bottom: 75px;
}
.krp-original-location__intro h1 { margin-top: 0; }
.krp-original-location--blue .krp-original-location__intro h1 { color: #0070B7 !important; }
.krp-original-location--green .krp-original-location__intro h1 { color: #79B41D !important; }
.krp-original-recall {
  width: 190px;
  height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 28px auto 0;
  padding: 22px;
  color: #FFFFFF;
  background: #FBC300;
  border-radius: 50%;
  text-align: center;
  transform: rotate(-8deg);
}
.krp-original-location--green .krp-original-recall { color: #888888; background: #f4f4f4; }
.krp-original-recall strong { color: inherit; font-size: 22px; line-height: 28px; }
.krp-original-location__band {
  width: calc(100vw - 16px);
  max-width: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  margin-left: 50%;
  padding: 80px max(24px,calc((100vw - 1120px) / 2));
  color: #FFFFFF;
  background: #0070B7;
  transform: translateX(-50%);
}
.krp-original-location--green .krp-original-location__band { background: #79B41D; }
.krp-original-location__band h2,
.krp-original-location__band h3,
.krp-original-location__band p { color: #FFFFFF !important; }
.krp-original-location__band > div:first-child > img { width: 260px; margin-top: 46px; }
.krp-original-location__band h2 { margin-top: 0; }
.krp-original-location__band h3 { margin: 0 0 7px; font-size: 24px !important; line-height: 32px !important; }
.krp-original-location__band p { max-width: none; margin-bottom: 22px; }
.krp-original-map { width: min(100%,480px); margin-top: 4px; }
.krp-original-gallery { padding: 100px 0 70px; }
.krp-original-location--blue .krp-original-gallery h2 { color: #0070B7 !important; }
.krp-original-location--green .krp-original-gallery h2 { color: #79B41D !important; }
.krp-original-gallery > img { display: block; width: min(100%,950px); margin: 25px auto 0; }

@media (max-width: 75.9375rem) {
  .krp-original-intro,
  .krp-original-location__intro { gap: 48px; }
  .krp-original-split { min-height: 0; gap: 50px; }
  .krp-original-team__dentists h2 { font-size: 24px !important; line-height: 32px !important; }
}

@media (max-width: 46rem) {
  .krp-original-intro,
  .krp-original-split,
  .krp-original-team__dentists,
  .krp-original-team__staff,
  .krp-original-location__intro,
  .krp-original-location__band { grid-template-columns: 1fr; }
  .krp-original-intro { gap: 24px; margin-bottom: 58px; }
  .krp-original-split { gap: 30px; padding-block: 50px; }
  .krp-original-split--image-left figure,
  .krp-original-split--image-right figure { order: 0; }
  .krp-original-split--image-left > div,
  .krp-original-split--image-right > div { order: 1; }
  .krp-original-wide-image { margin-bottom: -68px; }
  .krp-original-team__dentists { gap: 46px; margin-bottom: 60px; }
  .krp-original-team__staff { gap: 70px; margin-bottom: -68px; padding-block: 55px 75px; }
  .krp-original-team__grid { gap: 38px 18px; }
  .krp-original-location__intro { gap: 30px; }
  .krp-original-location__band { gap: 55px; padding-block: 55px; }
  .krp-original-gallery { padding-block: 65px 35px; }
  .krp-original-philosophy section { grid-template-columns: 1fr; gap: 24px; margin-bottom: 62px; }
}

/* Pixel-accurate desktop correction against the live original website. */
@media (min-width: 61.25rem) {
  .krp-topbar { height: 45px; min-height: 45px; }
  .krp-topbar__inner {
    width: 1330px;
    min-height: 45px;
    padding: 0;
    justify-content: flex-end;
  }
  .krp-topbar__contacts { gap: 24px; margin-right: 163px; }
  .krp-topbar__contacts a {
    width: auto;
    min-width: 0;
    height: 32px;
    padding: 5px 10px;
    border-radius: 0 0 10px 10px;
    font-size: 14px;
    line-height: 22px;
  }
  .krp-topbar__contacts a:first-child { width: 155px; }
  .krp-topbar__contacts a:nth-child(2) { width: 143px; }
  .krp-topbar__contacts span { margin-right: 0; }

  .krp-header { position: relative; top: auto; height: 125px; }
  .krp-header__inner {
    position: relative;
    width: 1330px;
    height: 125px;
    min-height: 125px;
    padding: 0;
    gap: 0;
    align-items: flex-start;
  }
  .krp-brand {
    position: absolute;
    top: 0;
    left: 45px;
    width: 270px;
    height: 110px;
    margin: 0;
  }
  .krp-brand img { width: 270px; height: 110px; }
  .krp-nav {
    position: absolute;
    left: 464.5px;
    bottom: 0;
    width: 820px;
    height: 50px;
    margin: 0;
  }
  .krp-nav ul {
    width: 820px;
    height: 50px;
    gap: 10px;
    align-items: stretch;
  }
  .krp-nav li { height: 50px; }
  .krp-nav a {
    height: 50px;
    padding: 0 20px;
    color: #666666;
    font-size: 16px;
    line-height: 50px;
    font-weight: 400;
  }
  .krp-nav .current > a,
  .krp-nav .active > a,
  .krp-nav a:hover {
    color: #444444;
    background: #f1f1f1;
    border-radius: 10px 10px 0 0;
  }
  .krp-nav .mod-menu__toggle-sub { display: none; }
  .krp-nav ul ul {
    top: 50px;
    left: 0;
    width: 290px;
    height: auto;
    min-width: 290px;
    gap: 0;
  }
  .krp-nav ul ul li,
  .krp-nav ul ul a { width: 100%; height: auto; line-height: 22px; }

  .krp-hero-shell.krp-hero-classic,
  .krp-hero-classic__slides { height: 668px; }
  .krp-hero-classic__slides { aspect-ratio: auto; }
  .krp-hero-classic__slides > img,
  .krp-hero-classic__slides > picture,
  .krp-hero-classic__slides > .is-active { transform: none; }
  .krp-hero-classic__slides > img,
  .krp-hero-classic__slides > picture img { width: 100%; height: 668px; object-fit: cover; }
  .krp-hero-classic__caption {
    top: 70px;
    left: 63px;
    width: 533px;
  }
  .krp-hero-classic__caption h2 {
    margin: 0 0 30px;
    color: #888888 !important;
    font-size: 60px !important;
    line-height: 70px !important;
    font-weight: 700;
  }
  .krp-hero-classic__caption a { color: #888888; font-size: 18px; line-height: 24px; }

  .krp-classic-intro {
    width: 1330px;
    height: 788px;
    min-height: 788px;
    margin: 0 0 0 calc((100% - 1330px) / 2 + 15px);
    padding: 100px 0 143px;
  }
  .krp-content .krp-classic-intro h1 {
    height: 140px;
    margin: 0 0 30px;
    font-size: 60px !important;
    line-height: 70px !important;
  }
  .krp-classic-intro__grid {
    grid-template-columns: repeat(3, 423px);
    gap: 30px;
    align-items: start;
  }
  .krp-classic-intro__copy,
  .krp-classic-job-column,
  .krp-classic-cert { width: 423px; }
  .krp-classic-intro__grid p { width: 423px; max-width: 423px; }
  .krp-classic-intro__copy p:first-child {
    margin: 0 0 15px;
    font-size: 28px !important;
    line-height: 36px !important;
  }
  .krp-classic-intro__copy p:nth-child(2) {
    margin: 15px 0 0;
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .krp-classic-job-column { align-items: flex-start; gap: 0; }
  .krp-classic-job {
    width: 278px;
    height: 248px;
    margin: 14px 0 45px 5px;
    transform: none;
  }
  .krp-classic-job:hover { transform: none; }
  .krp-classic-job-column > a:not(.krp-classic-job) {
    min-height: 39px;
    font-size: 18px;
    line-height: 24px;
  }
  .krp-classic-cert p {
    margin: 0 0 15px;
    font-size: 28px !important;
    line-height: 36px !important;
  }
  .krp-classic-cert img { width: 423px; height: 215px; margin: 0; object-fit: contain; }

  .krp-classic-feature,
  .krp-classic-feature img,
  .krp-classic-feature > div { height: 519.5px; min-height: 519.5px; }
  .krp-classic-feature > div { padding: 0 30px 0 178px; }
  .krp-content .krp-classic-feature h2 {
    width: 504px;
    margin: 0 0 15px;
    font-size: 42px !important;
    line-height: 55px !important;
    position: relative;
    top: 1px;
  }
  .krp-classic-feature a { position: relative; top: 1px; font-size: 18px; line-height: 24px; }

  .krp-footer {
    height: 1004px;
    min-height: 1004px;
    padding: 100px 0 0;
    background: linear-gradient(to bottom, #888888 0 834px, #FFFFFF 834px 974px, #414349 974px 100%);
  }
  .krp-footer__grid--original {
    position: relative;
    width: 1155px;
    height: 634px;
    display: grid;
    grid-template-columns: repeat(4,289px);
    gap: 0;
    margin: 0 0 0 120px;
  }
  .krp-footer__grid--original > div:not(.krp-footer__cert) {
    width: 289px;
    height: 634px;
    padding-left: 30px;
  }
  .krp-footer__links strong:first-child,
  .krp-footer__location strong:first-child {
    width: 259px;
    min-height: 42px;
    margin: 0;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 27px;
  }
  .krp-footer__links strong:not(:first-child),
  .krp-footer__location strong:not(:first-child) {
    width: 259px;
    min-height: 38px;
    margin: 0;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 22px;
  }
  .krp-footer__links a,
  .krp-footer__location a,
  .krp-footer__location span {
    width: 259px;
    min-height: 38px;
    margin: 0;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 22px;
  }
  .krp-footer__cert {
    position: absolute;
    right: 0;
    top: 0;
    width: 180px;
    height: auto;
  }
  .krp-footer__cert img { width: 180px; }
  .krp-footer__legal {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: transparent;
    border: 0;
  }
  .krp-footer__legal * { visibility: hidden; }
  .krp-footer__smile { right: 30px; bottom: 170px; width: 300px; opacity: .22; }
  .krp-back-top { display: none; }
  .krp-motion-ready .home .krp-classic-intro [data-krp-reveal],
  .krp-motion-ready .home .krp-classic-feature[data-krp-reveal] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

@media (min-width: 61.25rem) {
  .krp-page-hero,
  .krp-page-hero__grid,
  .krp-page-hero__visual,
  .krp-page-hero__visual img {
    height: 668px;
    min-height: 668px;
    max-height: 668px;
    aspect-ratio: auto;
  }
  .krp-section-nav { height: 108px; border: 0; }
  .krp-section-nav__inner {
    width: 1330px;
    height: 108px;
    min-height: 108px;
    margin: 0 0 0 calc((100% - 1330px) / 2 + 15px);
    padding: 30px 0 40px;
    gap: 0;
  }
  .krp-section-nav strong { display: none; }
  .krp-section-nav ul { gap: 20px; }
  .krp-section-nav a {
    height: 38px;
    padding: 8px 10px;
    color: #888888;
    background: #f5f5f5;
    border-radius: 10px;
    font-size: 18px;
    line-height: 22px;
  }
  .krp-section-nav a:hover { color: #888888; background: #eeeeee; }
  .krp-section-nav .is-active a { color: #FFFFFF; background: #c2c2c2; }

  .krp-site:not(.home) .krp-content {
    width: 1330px;
    max-width: 1330px;
    margin: 0 0 0 calc((100% - 1330px) / 2 + 15px);
    padding: 100px 0 0;
  }
  .krp-site:not(.home) .krp-content .com-content-article,
  .krp-site:not(.home) .krp-content .com-content-article__body,
  .krp-site:not(.home) .krp-content > div { width: 1330px; max-width: 1330px; margin: 0; }

  .krp-original-philosophy { width: 1330px; }
  .krp-original-philosophy section {
    width: 1330px;
    display: grid;
    grid-template-columns: 650px 650px;
    gap: 30px;
    margin: 0 0 150px;
  }
  .krp-original-philosophy section:nth-child(4) { margin-bottom: 0; }
  .krp-original-philosophy section h1,
  .krp-original-philosophy section h2 {
    width: 650px;
    margin: 0;
    color: #888888 !important;
    font-size: 60px !important;
    line-height: 70px !important;
    font-weight: 700;
  }
  .krp-original-philosophy section p,
  .krp-original-philosophy section ul {
    width: 650px;
    max-width: 650px;
    color: #888888;
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .krp-original-philosophy section p { margin: 0; }
  .krp-original-philosophy section:nth-child(4) p { margin: 0 0 15px; }
  .krp-original-philosophy section ul {
    height: 270px;
    margin: 15px 0 0;
    padding-left: 30px;
    line-height: 22px !important;
  }
  .krp-original-philosophy section li { margin: 0; line-height: 22px; }
  .krp-original-memberships-band {
    width: calc(100vw + 15px);
    height: 282px;
    margin: 265px 0 0 calc((1330px - (100vw - 15px))/2 - 45px);
    padding: 100px 0;
  }
  .krp-original-memberships {
    position: relative;
    left: 30px;
    display: block;
    width: 1095px;
    height: 82px;
    margin: 0 auto;
    object-fit: contain;
  }
}

/* Responsive reconstruction of the original KRP layout.
   Compact desktop/iPad landscape keeps the full navigation, while iPad
   portrait and phones use the original 125px mobile masthead. */
@media (min-width: 61.25rem) and (max-width: 82.9375rem) {
  html,
  body,
  .krp-site { max-width: 100%; overflow-x: clip; }

  .krp-topbar__inner,
  .krp-header__inner { width: 100%; }
  .krp-topbar__contacts { margin-right: 6.75%; }
  .krp-header__inner { overflow: hidden; }
  .krp-brand { left: 10px; }
  .krp-nav {
    left: 28.75%;
    width: calc(71.25% - 10px);
  }
  .krp-nav ul { width: 100%; gap: 0; }
  .krp-nav a { padding-inline: clamp(8px, 1.35vw, 18px); }

  .krp-hero-shell.krp-hero-classic,
  .krp-hero-classic__slides,
  .krp-hero-classic__slides > img,
  .krp-hero-classic__slides > picture img {
    height: calc((100vw - 15px) * .4688);
    min-height: 0;
    max-height: 668px;
  }
  .krp-hero-classic__caption { top: 70px; left: 5%; width: 350px; }
  .krp-hero-classic__caption h2 {
    margin-bottom: 24px;
    font-size: 32px !important;
    line-height: 40px !important;
    font-weight: 600;
  }

  .krp-classic-intro {
    width: calc(100% - 30px);
    height: auto;
    min-height: 0;
    margin: 0 0 0 30px;
    padding: 100px 0 140px;
  }
  .krp-content .krp-classic-intro h1 {
    width: 100%;
    height: auto;
    font-size: 32px !important;
    line-height: 40px !important;
    font-weight: 600;
  }
  .krp-classic-intro__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
  }
  .krp-classic-intro__copy,
  .krp-classic-job-column,
  .krp-classic-cert,
  .krp-classic-intro__grid p {
    width: auto;
    max-width: none;
  }
  .krp-classic-job { width: min(100%, 248px); height: 248px; margin-left: 0; }
  .krp-classic-cert img { width: 100%; height: auto; }

  .krp-classic-feature,
  .krp-classic-feature img,
  .krp-classic-feature > div {
    height: calc((100vw - 15px) * .3646);
    min-height: calc((100vw - 15px) * .3646);
    max-height: 519.5px;
  }
  .krp-classic-feature > div {
    padding: 0 30px 0 calc((100vw - 15px) * .125);
  }
  .krp-classic-feature a { font-size: 18px; line-height: 24px; }
  .krp-content .krp-classic-feature h2 { width: auto; font-size: 32px !important; line-height: 42px !important; }

  .krp-page-hero,
  .krp-page-hero__grid,
  .krp-page-hero__visual,
  .krp-page-hero__visual img {
    height: calc((100vw - 15px) * .463);
    min-height: 0;
    max-height: 668px;
  }
  .krp-section-nav__inner,
  .krp-site:not(.home) .krp-content,
  .krp-site:not(.home) .krp-content .com-content-article,
  .krp-site:not(.home) .krp-content .com-content-article__body,
  .krp-site:not(.home) .krp-content > div,
  .krp-original-philosophy,
  .krp-original-philosophy section {
    width: calc(100% - 50px);
    max-width: calc(100% - 50px);
    margin-left: 25px;
  }
  .krp-original-philosophy section {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }
  .krp-original-philosophy section h1,
  .krp-original-philosophy section h2,
  .krp-original-philosophy section p,
  .krp-original-philosophy section ul { width: auto; max-width: none; }
  .krp-original-philosophy section h1,
  .krp-original-philosophy section h2 { font-size: 42px !important; line-height: 55px !important; }
  .krp-original-memberships-band { width: 100vw; margin-left: -25px; }

  .krp-footer {
    height: auto;
    min-height: 0;
    padding: 48px 25px 22px;
    background: #999999;
  }
  .krp-footer__grid--original {
    width: 100%;
    height: auto;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
  }
  .krp-footer__grid--original > div:not(.krp-footer__cert) {
    width: auto;
    height: auto;
    padding: 0 18px 0 0;
  }
  .krp-footer__links strong:first-child,
  .krp-footer__location strong:first-child,
  .krp-footer__links strong:not(:first-child),
  .krp-footer__location strong:not(:first-child),
  .krp-footer__links a,
  .krp-footer__location a,
  .krp-footer__location span {
    width: auto;
    min-height: 0;
    font-size: 10px;
    line-height: 14px;
  }
  .krp-footer__links strong:first-child,
  .krp-footer__location strong:first-child { margin-bottom: 5px; }
  .krp-footer__links strong:not(:first-child),
  .krp-footer__location strong:not(:first-child) { margin-top: 15px; }
  .krp-footer__legal {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 25px;
    padding-top: 15px;
    color: #fff;
    border-top: 1px solid rgba(255,255,255,.35);
  }
  .krp-footer__legal * { visibility: visible; }
}

/* The original home page uses yellow for periodontitis and pink for DVT. */
.home .krp-classic-feature--pink > div { background: #FBC300; }
.home .krp-classic-feature--yellow > div { background: #DB005D; }

@media (max-width: 61.1875rem) {
  .krp-header { position: relative; height: 125px; }
  .krp-header__inner {
    width: 100%;
    height: 125px;
    min-height: 125px;
    padding: 0;
    align-items: flex-start;
  }
  .krp-brand {
    position: absolute;
    top: 22px;
    left: 35px;
    width: 228px;
    height: 93px;
  }
  .krp-brand img { width: 228px; height: 93px; object-fit: contain; }
  .krp-menu-toggle {
    position: absolute;
    top: 14px;
    right: 30px;
    width: 42px;
    height: 42px;
    padding: 5px;
    color: #777;
    border-radius: 0;
  }
  .krp-menu-toggle span:not(.sr-only) { height: 5px; background: currentColor; }

  .krp-hero-shell.krp-hero-classic,
  .krp-hero-classic__slides {
    min-height: 0;
    aspect-ratio: auto;
  }
  .krp-hero-shell.krp-hero-classic {
    height: calc((100vw - 15px) / 1.575 + 61px);
    padding-bottom: 61px;
    background: #fff;
  }
  .krp-hero-classic__slides { height: calc((100vw - 15px) / 1.575); }
  .krp-hero-classic__dots { bottom: 22px; }
  .krp-hero-classic__slides > img,
  .krp-hero-classic__slides > picture,
  .krp-hero-classic__slides > picture img {
    width: 100%;
    height: 100%;
    transform: none;
    object-fit: cover;
  }

  .krp-classic-intro {
    width: calc(100% - 50px);
    margin: 0 25px;
    padding: 70px 0 198px;
  }
  .krp-content .krp-classic-intro h1 {
    width: 100%;
    margin-bottom: 40px;
    font-size: 32px !important;
    line-height: 40px !important;
    font-weight: 600;
  }
  .krp-classic-intro__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
  }
  .krp-classic-job { grid-row: auto; width: min(100%, 248px); height: 248px; }
  .krp-classic-cert img { width: 100%; }

  .krp-classic-feature,
  .krp-classic-feature img,
  .krp-classic-feature > div {
    height: calc((100vw - 15px) * .41015);
    min-height: calc((100vw - 15px) * .41015);
    max-height: none;
  }
  .krp-classic-feature > div {
    padding: 0 30px 0 calc((100vw - 15px) * .125);
  }
  .krp-classic-feature a { font-size: 18px; line-height: 22px; }

  .krp-page-hero { padding: 0; }
  .krp-page-hero__visual { min-height: 0; aspect-ratio: 1.575; }
  .krp-page-hero__visual img { border-radius: 0; }

  .krp-footer__grid--original { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 38.75rem) {
  .krp-brand { top: 22px; left: 35px; }
  .krp-menu-toggle { right: 20px; }
  .krp-hero-classic__caption,
  .krp-hero-classic__dots { display: none; }
  .krp-hero-shell.krp-hero-classic,
  .krp-hero-classic__slides { aspect-ratio: auto; height: calc((100vw - 15px) * .6763); }
  .krp-hero-shell.krp-hero-classic { padding-bottom: 0; }

  .krp-classic-intro {
    width: 295px;
    max-width: calc(100% - 60px);
    margin: 0 0 0 30px;
    padding: 70px 0 50px;
  }
  .krp-content .krp-classic-intro h1 {
    width: 295px;
    max-width: 100%;
    margin-bottom: 30px;
    font-size: 32px !important;
    line-height: 40px !important;
  }
  .krp-classic-intro__grid { grid-template-columns: 1fr; gap: 15px; }
  .krp-classic-intro__copy p:first-child,
  .krp-classic-cert p { font-size: 24px !important; line-height: 31px !important; }
  .krp-classic-intro__copy p:nth-child(2),
  .krp-classic-job-column > a:not(.krp-classic-job) { font-size: 16px !important; line-height: 22px !important; }
  .krp-classic-job { justify-self: start; width: 260px; height: 248px; margin: 0 0 20px; }

  .krp-classic-feature { grid-template-columns: 1fr; }
  .krp-classic-feature,
  .krp-classic-feature img,
  .krp-classic-feature > div { height: auto; min-height: 0; }
  .krp-classic-feature img { height: calc((100vw - 15px) * .8203); min-height: 0; }
  .krp-classic-feature > div { height: 248px; padding: 0 30px; }
  .krp-classic-feature--reverse img { order: 1; }
  .krp-classic-feature--reverse > div { order: 2; }
  .krp-content .krp-classic-feature h2 {
    width: 100%;
    font-size: 24px !important;
    line-height: 32px !important;
  }
  .krp-classic-feature a { font-size: 16px; line-height: 20px; }

  .krp-page-hero__visual { aspect-ratio: auto; height: calc((100vw - 15px) * .6763); }
  .krp-section-nav__inner { width: calc(100% - 30px); margin-inline: 15px; }
  .krp-content { padding-block: 48px 68px; }

  .krp-footer { padding: 48px 30px 22px; }
  .krp-footer__grid--original { grid-template-columns: 1fr; }
  .krp-footer__smile { display: none; }
}

/* Patient-centred treatment overview. This is intentionally scoped to the
   overview route so the pixel-matched legacy treatment pages stay untouched. */
.route-behandlungen .krp-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.route-behandlungen .krp-content .com-content-article,
.route-behandlungen .krp-content .com-content-article__body,
.route-behandlungen .krp-content > div {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}
@media (min-width: 61.25rem) {
  .route-behandlungen .krp-page-hero,
  .route-behandlungen .krp-page-hero__grid,
  .route-behandlungen .krp-page-hero__visual,
  .route-behandlungen .krp-page-hero__visual img {
    height: 480px;
    min-height: 480px;
    max-height: 480px;
  }
  .route-behandlungen .krp-section-nav { height: 90px; }
  .route-behandlungen .krp-section-nav__inner {
    height: 90px;
    min-height: 90px;
    padding-block: 21px 31px;
  }
}
.krp-treatments-overview { color: #888888; background: #fff; }
.krp-treatments-overview p { color: #888888; }
.krp-treatments-overview h1,
.krp-treatments-overview h2,
.krp-treatments-overview h3 { color: #888888 !important; }
.krp-eyebrow {
  margin: 0 0 14px;
  color: #0070B7 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.krp-treatments-intro,
.krp-concerns,
.krp-treatment-directory {
  width: min(calc(100% - 60px), 1330px);
  margin-inline: auto;
}
.krp-treatments-intro { padding: 75px 0 100px; }
.krp-treatments-intro h1 {
  max-width: 920px;
  margin: 0 0 25px;
  font-size: 60px !important;
  line-height: 70px !important;
}
.krp-treatments-intro .krp-lead {
  max-width: 880px;
  margin: 0;
  font-size: 28px !important;
  line-height: 36px !important;
}
.krp-treatments-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 38px; }
.krp-treatments-overview .krp-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  color: #fff;
  background: #0070B7;
  border: 2px solid #0070B7;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-decoration: none;
}
.krp-text-link { color: #0070B7; font-size: 18px; line-height: 24px; font-weight: 700; text-underline-offset: 5px; }
.krp-concerns {
  width: 100%;
  padding: 100px max(30px, calc((100% - 1330px) / 2));
  background: #f4f4f4;
}
.krp-section-heading { max-width: 880px; margin-bottom: 48px; }
.krp-section-heading h2 { margin: 0 0 18px; font-size: 42px !important; line-height: 55px !important; }
.krp-section-heading > p:last-child { max-width: 760px; margin: 0; font-size: 18px !important; line-height: 24px !important; }
.krp-concern-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.krp-concern,
.krp-treatment-card {
  --krp-card-accent: #0070B7;
  position: relative;
  color: #888888;
  background: #fff;
  border-top: 7px solid var(--krp-card-accent);
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(136,136,136,.08);
  transition: transform 280ms var(--krp-ease-out), box-shadow 280ms ease;
}
.krp-accent-green { --krp-card-accent: #79B41D; }
.krp-accent-yellow { --krp-card-accent: #FBC300; }
.krp-accent-pink { --krp-card-accent: #DB005D; }
.krp-concern { min-height: 330px; display: flex; flex-direction: column; padding: 34px; }
.krp-concern__number,
.krp-treatment-card > span { color: var(--krp-card-accent); font-size: 15px; line-height: 20px; font-weight: 700; }
.krp-concern h3 { margin: 28px 0 14px; font-size: 24px !important; line-height: 32px !important; }
.krp-concern p { margin: 0 0 24px; font-size: 18px !important; line-height: 24px !important; }
.krp-concern__link { margin-top: auto; color: var(--krp-card-accent); font-size: 16px; line-height: 22px; font-weight: 700; }
.krp-treatment-directory { padding: 110px 0; scroll-margin-top: 30px; }
.krp-treatment-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.krp-treatment-card { min-height: 255px; display: flex; flex-direction: column; padding: 30px; border-right: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee; border-left: 1px solid #eeeeee; box-shadow: none; }
.krp-treatment-card h3 { margin: 23px 0 12px; font-size: 24px !important; line-height: 32px !important; }
.krp-treatment-card p { margin: 0 0 22px; font-size: 18px !important; line-height: 24px !important; }
.krp-treatment-card strong { margin-top: auto; color: var(--krp-card-accent); font-size: 16px; line-height: 22px; }
.krp-consultation {
  width: 100%;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 80px;
  align-items: center;
  padding: 90px max(30px, calc((100% - 1330px) / 2));
  color: #fff;
  background: #0070B7;
}
.krp-consultation .krp-eyebrow,
.krp-consultation h2,
.krp-consultation p,
.krp-consultation a { color: #fff !important; }
.krp-consultation h2 { margin: 0 0 18px; font-size: 42px !important; line-height: 55px !important; }
.krp-consultation p { max-width: 760px; margin: 0; font-size: 18px !important; line-height: 24px !important; }
.krp-consultation__actions { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.krp-consultation .krp-button--light { width: 100%; color: #0070B7 !important; background: #fff; border-color: #fff; }
.krp-consultation__actions > a:not(.krp-button) { min-height: 44px; display: flex; align-items: center; font-size: 18px; line-height: 24px; font-weight: 700; }

@media (hover: hover) and (pointer: fine) {
  .krp-concern:hover,
  .krp-treatment-card:hover { transform: translateY(-5px); box-shadow: 0 18px 38px rgba(136,136,136,.16); }
  .krp-treatments-overview .krp-button:hover { color: #0070B7; background: #fff; }
  .krp-consultation .krp-button--light:hover { color: #fff !important; background: transparent; }
}

@media (max-width: 75.9375rem) {
  .krp-treatments-intro { padding-block: 80px 90px; }
  .krp-treatments-intro h1 { font-size: 42px !important; line-height: 55px !important; }
  .krp-treatments-intro .krp-lead { font-size: 22px !important; line-height: 28px !important; }
  .krp-section-heading h2,
  .krp-consultation h2 { font-size: 32px !important; line-height: 42px !important; }
  .krp-concern-grid,
  .krp-treatment-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .krp-consultation { grid-template-columns: 1fr 1fr; gap: 45px; }
}

/* The decorative footer smile only has enough isolated space in the exact
   desktop footer. On tablet it collided with the certificate/legal row. */
@media (max-width: 75.9375rem) {
  .krp-footer__smile,
  .krp-back-top { display: none !important; }
}

@media (max-width: 46rem) {
  .route-behandlungen .krp-section-nav__inner { min-height: 94px; }
  .krp-treatments-intro,
  .krp-treatment-directory { width: calc(100% - 60px); }
  .krp-treatments-intro { padding: 58px 0 65px; }
  .krp-eyebrow { font-size: 12px !important; line-height: 18px !important; }
  .krp-treatments-intro h1 { margin-bottom: 20px; font-size: 32px !important; line-height: 36px !important; }
  .krp-treatments-intro .krp-lead { font-size: 20px !important; line-height: 26px !important; }
  .krp-treatments-actions { align-items: stretch; flex-direction: column; gap: 18px; margin-top: 30px; }
  .krp-treatments-overview .krp-button { width: 100%; min-height: 52px; }
  .krp-text-link { min-height: 44px; display: flex; align-items: center; }
  .krp-concerns { padding: 65px 30px; }
  .krp-section-heading { margin-bottom: 32px; }
  .krp-section-heading h2,
  .krp-consultation h2 { font-size: 24px !important; line-height: 32px !important; }
  .krp-section-heading > p:last-child,
  .krp-consultation p { font-size: 16px !important; line-height: 20px !important; }
  .krp-concern-grid,
  .krp-treatment-grid { grid-template-columns: 1fr; gap: 16px; }
  .krp-concern { min-height: 0; padding: 26px 24px; }
  .krp-concern h3,
  .krp-treatment-card h3 { margin-top: 18px; font-size: 22px !important; line-height: 28px !important; }
  .krp-concern p,
  .krp-treatment-card p { font-size: 16px !important; line-height: 20px !important; }
  .krp-concern__link { min-height: 44px; display: flex; align-items: flex-end; }
  .krp-treatment-directory { padding: 70px 0; }
  .krp-treatment-card { min-height: 225px; padding: 25px 24px; }
  .krp-consultation { grid-template-columns: 1fr; gap: 32px; padding: 65px 30px; }
  .krp-consultation__actions { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-krp-reveal] { opacity: 1 !important; transform: none !important; }
}

@media print {
  .krp-topbar, .krp-header, .krp-contact-band, .krp-footer, .krp-back-top { display: none !important; }
  .krp-content { width: 100%; padding: 0; }
  a { color: #000; text-decoration: none; }
}

/* Ihre Praxis / Unsere Philosophie: live-original geometry.
   Scoped deliberately so the retained team cards and all treatment pages
   remain unaffected. */
@media (min-width: 61.25rem) {
  .route-ihre-praxis .krp-page-hero,
  .route-ihre-praxis .krp-page-hero__grid,
  .route-ihre-praxis .krp-page-hero__visual,
  .route-ihre-praxis .krp-page-hero__visual img,
  .route-ihre-praxis-philosophie .krp-page-hero,
  .route-ihre-praxis-philosophie .krp-page-hero__grid,
  .route-ihre-praxis-philosophie .krp-page-hero__visual,
  .route-ihre-praxis-philosophie .krp-page-hero__visual img {
    height: min(668px, calc((100vw - 15px) * .46875));
    min-height: 0;
    max-height: 668px;
    aspect-ratio: auto;
  }

  .route-ihre-praxis .krp-section-nav,
  .route-ihre-praxis-philosophie .krp-section-nav {
    height: 108px;
    min-height: 108px;
    border: 0;
  }
  .route-ihre-praxis .krp-section-nav__inner,
  .route-ihre-praxis-philosophie .krp-section-nav__inner {
    width: calc(100% - 60px);
    height: 108px;
    min-height: 108px;
    margin: 0 30px;
    padding: 30px 0 40px;
  }
  .route-ihre-praxis .krp-section-nav ul,
  .route-ihre-praxis-philosophie .krp-section-nav ul {
    gap: 20px;
    overflow: visible;
  }
  .route-ihre-praxis .krp-section-nav a,
  .route-ihre-praxis-philosophie .krp-section-nav a {
    height: 38px;
    padding: 8px 10px;
    border-radius: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .krp-site.route-ihre-praxis .krp-content,
  .krp-site.route-ihre-praxis-philosophie .krp-content {
    width: calc(100% - 30px);
    max-width: none;
    margin: 0 0 0 30px;
    padding: 100px 0 0;
  }
  .krp-site.route-ihre-praxis .krp-content .com-content-article,
  .krp-site.route-ihre-praxis .krp-content .com-content-article__body,
  .krp-site.route-ihre-praxis .krp-content > div,
  .krp-site.route-ihre-praxis-philosophie .krp-content .com-content-article,
  .krp-site.route-ihre-praxis-philosophie .krp-content .com-content-article__body,
  .krp-site.route-ihre-praxis-philosophie .krp-content > div,
  .route-ihre-praxis .krp-original-philosophy,
  .route-ihre-praxis-philosophie .krp-original-philosophy {
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .route-ihre-praxis .krp-original-philosophy section,
  .route-ihre-praxis-philosophie .krp-original-philosophy section {
    width: calc(100% + 30px);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin: 0 0 150px -30px;
  }
  .route-ihre-praxis .krp-original-philosophy section:nth-child(4),
  .route-ihre-praxis-philosophie .krp-original-philosophy section:nth-child(4) {
    margin-bottom: 0;
  }
  .route-ihre-praxis .krp-original-philosophy section > *,
  .route-ihre-praxis-philosophie .krp-original-philosophy section > * {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    padding-left: 30px;
  }
  .route-ihre-praxis .krp-original-philosophy section h1,
  .route-ihre-praxis .krp-original-philosophy section h2,
  .route-ihre-praxis-philosophie .krp-original-philosophy section h1,
  .route-ihre-praxis-philosophie .krp-original-philosophy section h2 {
    margin: 0;
    color: #888888 !important;
    font-size: 60px !important;
    font-weight: 700;
    line-height: 70px !important;
  }
  .route-ihre-praxis .krp-original-philosophy section p,
  .route-ihre-praxis .krp-original-philosophy section ul,
  .route-ihre-praxis-philosophie .krp-original-philosophy section p,
  .route-ihre-praxis-philosophie .krp-original-philosophy section ul {
    width: 100%;
    max-width: none;
    color: #888888;
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .route-ihre-praxis .krp-original-memberships-band,
  .route-ihre-praxis-philosophie .krp-original-memberships-band {
    box-sizing: border-box;
    width: calc(100% + 30px);
    height: auto;
    margin: 265px 0 0 -30px;
    padding: 100px 150px;
  }
  .route-ihre-praxis .krp-original-memberships,
  .route-ihre-praxis-philosophie .krp-original-memberships {
    position: static;
    display: block;
    width: calc(100% - 30px);
    height: auto;
    margin: 0 0 0 30px;
  }
}

/* KRP card system 2.6.0
   Inspired by the original practice stationery: a quiet white information
   field above a strong, colour-matched action field. */
.krp-concern,
.krp-treatment-card {
  overflow: hidden;
  padding: 0;
  border: 0;
  border-top: 7px solid var(--krp-card-accent);
  background: #fff;
  box-shadow: 0 12px 32px rgba(136, 136, 136, .12);
}

/* Contact location cards 2.6.1
   Reconstruct the two standing cards shown in the Service/Contact hero. */
.route-kontakt .krp-grid > .krp-card {
  --krp-contact-accent: #0070B7;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  overflow: visible;
  padding: 64px 30px 30px;
  color: #888888;
  background:
    linear-gradient(to bottom,
      #FFFFFF 0,
      #FFFFFF 56%,
      var(--krp-contact-accent) 56%,
      var(--krp-contact-accent) 100%);
  border: 0;
  box-shadow: 0 18px 34px rgba(136, 136, 136, .18);
  transition: transform 260ms var(--krp-ease-out), box-shadow 260ms ease;
}

.route-kontakt .krp-grid > .krp-card:nth-child(2) {
  --krp-contact-accent: #79B41D;
  transform: none;
}

.route-kontakt .krp-grid > .krp-card::before {
  content: "LÜCHOW";
  position: absolute;
  z-index: 2;
  top: 0;
  right: auto;
  left: 24px;
  width: auto;
  height: 34px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  color: #FFFFFF;
  background: var(--krp-contact-accent);
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: .08em;
  border-radius: 0 0 8px 8px;
}

.route-kontakt .krp-grid > .krp-card:nth-child(2)::before {
  content: "WIEREN";
  background: var(--krp-contact-accent);
}

.route-kontakt .krp-card h2 {
  margin: 0 0 22px;
  color: #999999 !important;
  font-size: 32px !important;
  line-height: 42px !important;
}

.route-kontakt .krp-card p {
  margin: 0;
}

.route-kontakt .krp-card p:first-of-type {
  max-width: 22ch;
  font-size: 18px !important;
  line-height: 24px !important;
}

.route-kontakt .krp-card p:nth-of-type(2) {
  margin-top: auto;
  padding-top: 28px;
  color: #FFFFFF;
  font-size: 20px !important;
  line-height: 28px !important;
  font-weight: 700;
}

.route-kontakt .krp-card p:nth-of-type(3) {
  padding-top: 24px;
  color: #FFFFFF;
  font-size: 16px !important;
  line-height: 22px !important;
}

.route-kontakt .krp-card p:nth-of-type(n+2) a {
  color: #FFFFFF !important;
  text-decoration-color: rgba(255, 255, 255, .7);
}

@media (hover: hover) and (pointer: fine) {
  .route-kontakt .krp-grid > .krp-card:hover,
  .route-kontakt .krp-grid > .krp-card:nth-child(2):hover {
    transform: translateY(-5px);
    box-shadow: 0 26px 48px rgba(136, 136, 136, .24);
  }
}

@media (max-width: 46rem) {
  .route-kontakt .krp-grid > .krp-card {
    min-height: 410px;
    padding: 58px 24px 26px;
    background:
      linear-gradient(to bottom,
        #FFFFFF 0,
        #FFFFFF 54%,
        var(--krp-contact-accent) 54%,
        var(--krp-contact-accent) 100%);
  }

  .route-kontakt .krp-grid > .krp-card::before {
    left: 20px;
  }

  .route-kontakt .krp-card h2 {
    margin-bottom: 16px;
    font-size: 24px !important;
    line-height: 32px !important;
  }

  .route-kontakt .krp-card p:first-of-type {
    font-size: 16px !important;
    line-height: 20px !important;
  }

  .route-kontakt .krp-card p:nth-of-type(2) {
    padding-top: 24px;
    font-size: 18px !important;
    line-height: 24px !important;
  }

  .route-kontakt .krp-card p:nth-of-type(3) {
    padding-top: 18px;
  }
}

.krp-concern > :not(.krp-concern__link),
.krp-treatment-card > :not(strong) {
  margin-right: 30px;
  margin-left: 30px;
}

.krp-concern > :first-child,
.krp-treatment-card > :first-child {
  margin-top: 30px;
}

.krp-concern h3,
.krp-treatment-card h3 {
  color: #999999;
}

.krp-concern p,
.krp-treatment-card p {
  margin-bottom: 30px;
}

.krp-concern__link,
.krp-treatment-card strong {
  width: 100%;
  min-height: 76px;
  display: flex;
  align-items: center;
  margin-top: auto;
  padding: 20px 30px;
  color: #fff;
  background: var(--krp-card-accent);
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  transition: filter 220ms ease, padding-left 220ms var(--krp-ease-out);
}

.krp-accent-yellow .krp-concern__link,
.krp-treatment-card.krp-accent-yellow strong {
  color: #555555;
}

@media (hover: hover) and (pointer: fine) {
  .krp-concern:hover,
  .krp-treatment-card:hover {
    box-shadow: 0 20px 44px rgba(136, 136, 136, .20);
  }

  .krp-concern:hover .krp-concern__link,
  .krp-treatment-card:hover strong {
    padding-left: 36px;
    filter: saturate(1.08) brightness(.96);
  }
}

@media (max-width: 46rem) {
  .krp-concern,
  .krp-treatment-card {
    min-height: 0;
  }

  .krp-concern > :not(.krp-concern__link),
  .krp-treatment-card > :not(strong) {
    margin-right: 24px;
    margin-left: 24px;
  }

  .krp-concern > :first-child,
  .krp-treatment-card > :first-child {
    margin-top: 25px;
  }

  .krp-concern__link,
  .krp-treatment-card strong {
    min-height: 68px;
    padding: 18px 24px;
  }
}

/* Final cross-page QA overrides. Keep the vertical rhythm stable at every
   desktop width and reserve a real grid cell for the certification mark. */
@media (min-width: 61.25rem) {
  .krp-section-nav,
  .route-behandlungen .krp-section-nav {
    height: 76px;
    min-height: 76px;
  }
  .krp-section-nav__inner,
  .route-behandlungen .krp-section-nav__inner {
    width: min(calc(100% - 50px), 1330px);
    height: 76px;
    min-height: 76px;
    margin-inline: auto;
    padding: 19px 0;
    align-items: center;
    flex-direction: row;
  }
  .krp-section-nav ul {
    width: 100%;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: thin;
  }
  .krp-section-nav li { flex: 0 0 auto; }
  .krp-section-nav a {
    height: 38px;
    padding: 8px 10px;
    font-size: clamp(14px, 1.15vw, 18px);
    line-height: 22px;
  }
  .krp-site:not(.home) .krp-content {
    padding-top: 64px;
    padding-bottom: 80px;
  }
  .route-behandlungen .krp-content { padding: 0 !important; }

  .krp-footer {
    height: auto;
    min-height: 0;
    padding: 48px max(25px, calc((100% - 1330px) / 2)) 22px;
    background: #999999;
  }
  .krp-footer__grid--original {
    width: min(100%, 1330px);
    height: auto;
    grid-template-columns: 1.2fr 1.3fr 1.15fr 1.15fr 180px;
    gap: clamp(20px, 2.2vw, 34px);
    margin: 0 auto;
    padding: 0;
  }
  .krp-footer__grid--original > div:not(.krp-footer__cert) {
    width: auto;
    height: auto;
    padding: 0;
  }
  .krp-footer__links strong:first-child,
  .krp-footer__location strong:first-child,
  .krp-footer__links strong:not(:first-child),
  .krp-footer__location strong:not(:first-child),
  .krp-footer__links a,
  .krp-footer__location a,
  .krp-footer__location span {
    width: auto;
    min-height: 0;
    font-size: 10px;
    line-height: 14px;
  }
  .krp-footer__cert {
    position: static;
    z-index: 3;
    width: 180px;
    grid-column: 5;
    align-self: start;
    justify-self: end;
  }
  .krp-footer__cert img {
    display: block;
    width: 180px;
    max-width: 100%;
    height: auto;
  }
  .krp-footer__legal {
    position: relative;
    width: min(100%, 1330px);
    height: auto;
    margin: 25px auto 0;
    padding-top: 15px;
    color: #fff;
    border-top: 1px solid rgba(255,255,255,.35);
  }
  .krp-footer__legal * { visibility: visible; }
  .krp-footer__smile {
    z-index: 1;
    right: max(25px, calc((100% - 1330px) / 2));
    bottom: 40px;
    width: 210px;
    opacity: .16;
  }
}

@media (min-width: 61.25rem) and (max-width: 75.9375rem) {
  .krp-footer__grid--original {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-right: 180px;
  }
  .krp-footer__cert {
    position: absolute;
    top: 0;
    right: 0;
    grid-column: auto;
    width: 160px;
  }
  .krp-footer__cert img { width: 160px; }
}

/* Definitive section-navigation layer: placed last so legacy reconstruction
   rules cannot reintroduce a horizontal scrollbar. */
.krp-section-nav__toggle { display: none; }

@media (min-width: 61.25rem) {
  .krp-section-nav ul {
    overflow: visible;
    scrollbar-width: none;
  }
  .krp-section-nav ul::-webkit-scrollbar { display: none; }
  .route-behandlungen .krp-section-nav {
    height: 118px;
    min-height: 118px;
  }
  .route-behandlungen .krp-section-nav__inner {
    height: 118px;
    min-height: 118px;
    padding-block: 18px;
  }
  .route-behandlungen .krp-section-nav ul {
    display: grid;
    grid-template-columns: repeat(6, max-content);
    grid-auto-rows: 38px;
    gap: 6px 10px;
    align-content: center;
    justify-content: start;
    overflow: visible;
  }
  .route-behandlungen .krp-section-nav a {
    font-size: clamp(13px, 1.05vw, 16px);
  }
}

@media (max-width: 61.1875rem) {
  .krp-section-nav,
  .route-behandlungen .krp-section-nav { height: auto; min-height: 0; }
  .krp-section-nav__inner,
  .route-behandlungen .krp-section-nav__inner {
    height: auto;
    min-height: 0;
    display: block;
    padding-block: 10px;
  }
  .krp-section-nav strong { display: none; }
  .krp-section-nav__toggle {
    width: 100%;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    color: #888888;
    background: #f5f5f5;
    border: 0;
    border-radius: 8px;
    font-weight: 700;
    letter-spacing: .04em;
    text-align: left;
    cursor: pointer;
  }
  .krp-section-nav__toggle i {
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translate(-2px,-2px);
    transition: transform 180ms ease;
  }
  .krp-section-nav.is-open .krp-section-nav__toggle i {
    transform: rotate(225deg) translate(-2px,-2px);
  }
  .krp-section-nav ul,
  .route-behandlungen .krp-section-nav ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 6px;
    margin-top: 8px;
    padding: 0;
    overflow: visible;
  }
  .krp-section-nav.has-toggle ul { display: none; }
  .krp-section-nav.has-toggle.is-open ul { display: grid; }
  .krp-section-nav a {
    height: 100%;
    min-height: 42px;
    display: flex;
    align-items: center;
    padding: 8px 10px;
    white-space: normal;
  }
}

@media (max-width: 30rem) {
  .krp-section-nav ul,
  .route-behandlungen .krp-section-nav ul { grid-template-columns: 1fr; }
}

/* The colour bars already organise the directory visually; additional card
   numbering added noise without improving orientation. */
#alle-behandlungen .krp-treatment-card > span:first-child { display: none; }
#alle-behandlungen .krp-treatment-card h3 { margin-top: 8px; }

/* Apply the long treatment navigation to every treatment subroute, not only
   the overview menu item. Compact desktop gets three balanced rows. */
@media (min-width: 76rem) {
  .krp-site[class*="route-behandlungen"] .krp-section-nav {
    height: 118px;
    min-height: 118px;
  }
  .krp-site[class*="route-behandlungen"] .krp-section-nav__inner {
    height: 118px;
    min-height: 118px;
    padding-block: 18px;
  }
  .krp-site[class*="route-behandlungen"] .krp-section-nav ul {
    display: grid;
    grid-template-columns: repeat(6, max-content);
    grid-auto-rows: 38px;
    gap: 6px 10px;
    align-content: center;
    justify-content: start;
    overflow: visible;
  }
}

@media (min-width: 61.25rem) and (max-width: 75.9375rem) {
  .krp-site[class*="route-behandlungen"] .krp-section-nav {
    height: 162px;
    min-height: 162px;
  }
  .krp-site[class*="route-behandlungen"] .krp-section-nav__inner {
    height: 162px;
    min-height: 162px;
    padding-block: 15px;
  }
  .krp-site[class*="route-behandlungen"] .krp-section-nav ul {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    grid-auto-rows: 38px;
    gap: 6px 10px;
    align-content: center;
    overflow: visible;
  }
  .krp-site[class*="route-behandlungen"] .krp-section-nav a {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* Semantic page titles for legacy articles without a main heading. */
.krp-generated-heading {
  width: 100%;
  margin: 0 0 48px;
}
.krp-generated-heading h1 {
  max-width: 1040px;
  margin: 0;
  color: #999999 !important;
  font-size: 60px !important;
  line-height: 70px !important;
  font-weight: 700;
}
@media (max-width: 75.9375rem) {
  .krp-generated-heading { margin-bottom: 34px; }
  .krp-generated-heading h1 { font-size: 32px !important; line-height: 40px !important; }
}
@media (max-width: 38.75rem) {
  .krp-generated-heading { margin-bottom: 26px; }
  .krp-generated-heading h1 { font-size: 32px !important; line-height: 36px !important; }
}

/* Content must participate in the document flow. Using overflow-x:hidden on
   main implicitly changed overflow-y to auto and created a nested scrollbar. */
.krp-main {
  height: auto;
  max-height: none;
  overflow-x: clip;
  overflow-y: visible;
}

/* Kachelkarte contact content arrangement 2.6.3:
   contact details stay on white; opening hours and route planning sit in the
   location-coloured lower field. */
.route-kontakt .krp-grid > .krp-card {
  min-height: 500px;
  background:
    linear-gradient(to bottom,
      #FFFFFF 0,
      #FFFFFF 62%,
      var(--krp-contact-accent) 62%,
      var(--krp-contact-accent) 100%);
}

.route-kontakt .krp-card p:nth-of-type(2) {
  margin-top: 22px;
  padding-top: 0;
  color: var(--krp-contact-accent);
  font-size: 18px !important;
  line-height: 25px !important;
  font-weight: 700;
}

.route-kontakt .krp-card p:nth-of-type(2) a {
  color: var(--krp-contact-accent) !important;
  text-decoration-color: currentColor;
}

.route-kontakt .krp-card p:nth-of-type(3) {
  margin-top: auto;
  padding-top: 28px;
  color: #FFFFFF;
}

.route-kontakt .krp-card__route {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-top: 20px;
  padding: 10px 0 4px;
  color: #FFFFFF !important;
  border-bottom: 2px solid rgba(255, 255, 255, .78);
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color 180ms ease, transform 180ms var(--krp-ease-out);
}

/* Mundhygiene – original Roboto typography and non-disruptive accordion feedback.
   Kept as final cascade authority so the responsive metrics do not inherit the
   later, global Arial heading rules. */
.krp-site .krp-content .krp-mouth-intro,
.krp-site .krp-content .krp-mouth-guide {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 300;
}

.krp-site .krp-content .krp-mouth-intro p,
.krp-site .krp-content .krp-mouth-detail p {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 300;
}

.krp-site .krp-content .krp-mouth-guide .krp-visual-h4 {
  font-family: Roboto, Arial, sans-serif !important;
  font-size: 24px !important;
  font-weight: 700;
  line-height: 32px !important;
}

.krp-site .krp-content .krp-mouth-detail h3 {
  font-family: Roboto, Arial, sans-serif !important;
  font-size: 22px !important;
  font-weight: 400;
  line-height: 30px !important;
}

.krp-mouth-detail[open] > div {
  animation: krp-mouth-detail-in 240ms ease both;
}

@keyframes krp-mouth-detail-in {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (min-width: 641px) and (max-width: 979px) {
  .krp-site .krp-content .krp-mouth-guide .krp-visual-h4 {
    font-size: 20px !important;
    line-height: 26px !important;
  }

  .krp-mouth-accordion { padding-top: 0; }
  .krp-mouth-detail summary { padding: 0 0 10.5px; }
}

@media (max-width: 640px) {
  .krp-site .krp-content .krp-mouth-guide .krp-visual-h4 {
    font-size: 18px !important;
    line-height: 24px !important;
  }

  .krp-site .krp-content .krp-mouth-detail p {
    font-size: 17px;
    line-height: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .krp-mouth-detail[open] > div { animation: none; }
}

.route-kontakt .krp-card__route::after {
  content: none !important;
}

@media (hover: hover) and (pointer: fine) {
  .route-kontakt .krp-card__route:hover {
    border-color: #FFFFFF;
    transform: translateX(4px);
  }
}

@media (max-width: 46rem) {
  .route-kontakt .krp-grid > .krp-card {
    min-height: 470px;
    background:
      linear-gradient(to bottom,
        #FFFFFF 0,
        #FFFFFF 60%,
        var(--krp-contact-accent) 60%,
        var(--krp-contact-accent) 100%);
  }

  .route-kontakt .krp-card p:nth-of-type(2) {
    margin-top: 18px;
    padding-top: 0;
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .route-kontakt .krp-card p:nth-of-type(3) {
    padding-top: 24px;
  }

  .route-kontakt .krp-card__route {
    margin-top: 14px;
    font-size: 15px;
    line-height: 20px;
  }
}
.krp-content,
.krp-content .com-content-article,
.krp-content .com-content-article__body {
  height: auto;
  max-height: none;
  overflow-y: visible;
}

/* KRP corporate design system 2.7.0
   Binding website typography and colour values supplied by the practice. */
:root {
  --krp-blue: #0070B7;
  --krp-yellow: #FBC300;
  --krp-green: #79B41D;
  --krp-pink: #DB005D;
  --krp-copy: #888888;
  --krp-heading: #999999;
  --krp-white: #FFFFFF;
  --krp-font: Arial, Helvetica, sans-serif;
  --krp-display: Arial, Helvetica, sans-serif;
}

body,
button,
input,
textarea,
select {
  color: var(--krp-copy);
  font-family: Arial, Helvetica, sans-serif;
}

.krp-content :where(h1, h2, h3, h4),
.krp-generated-heading h1 {
  color: var(--krp-heading) !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 700;
  letter-spacing: normal;
}

.krp-content h1,
.krp-generated-heading h1 {
  font-size: 60px !important;
  line-height: 70px !important;
}

.krp-content h2 {
  font-size: 42px !important;
  line-height: 55px !important;
}

.krp-content h3 {
  font-size: 32px !important;
  line-height: 42px !important;
}

.krp-content h4 {
  font-size: 24px !important;
  line-height: 32px !important;
}

.krp-content :where(p, li, dd, dt, address, label) {
  color: var(--krp-copy);
  font-size: 18px;
  line-height: 24px;
}

.krp-content :where(.krp-lead, .krp-intro, .lead) {
  font-size: 28px !important;
  line-height: 36px !important;
}

.krp-content a {
  color: var(--krp-blue);
}

@media (min-width: 46.0625rem) and (max-width: 75.9375rem) {
  .krp-content h1,
  .krp-generated-heading h1 {
    font-size: 32px !important;
    line-height: 40px !important;
  }

  .krp-content h2 {
    font-size: 26px !important;
    line-height: 34px !important;
  }

  .krp-content h3 {
    font-size: 24px !important;
    line-height: 32px !important;
  }

  .krp-content h4 {
    font-size: 20px !important;
    line-height: 26px !important;
  }

  .krp-content :where(.krp-lead, .krp-intro, .lead) {
    font-size: 22px !important;
    line-height: 28px !important;
  }
}

@media (max-width: 46rem) {
  .krp-content h1,
  .krp-generated-heading h1 {
    font-size: 32px !important;
    line-height: 36px !important;
  }

  .krp-content h2 {
    font-size: 24px !important;
    line-height: 32px !important;
  }

  .krp-content h3 {
    font-size: 22px !important;
    line-height: 28px !important;
  }

  .krp-content h4 {
    font-size: 18px !important;
    line-height: 24px !important;
  }

  .krp-content :where(p, li, dd, dt, address, label) {
    font-size: 16px;
    line-height: 20px;
  }

  .krp-content :where(.krp-lead, .krp-intro, .lead) {
    font-size: 20px !important;
    line-height: 26px !important;
  }
}

/* Final semantic heading authority - intentionally the last cascade layer. */
.krp-site .krp-content h1,
.krp-site .krp-generated-heading h1 { color: #999999 !important; font-size: 60px !important; line-height: 70px !important; }
.krp-site .krp-content h2 { color: #999999 !important; font-size: 42px !important; line-height: 55px !important; }
.krp-site .krp-content h3 { color: #999999 !important; font-size: 32px !important; line-height: 42px !important; }
.krp-site .krp-content h4 { color: #999999 !important; font-size: 24px !important; line-height: 32px !important; }

@media (min-width: 46.0625rem) and (max-width: 75.9375rem) {
  .krp-site .krp-content h1,
  .krp-site .krp-generated-heading h1 { font-size: 32px !important; line-height: 40px !important; }
  .krp-site .krp-content h2 { font-size: 26px !important; line-height: 34px !important; }
  .krp-site .krp-content h3 { font-size: 24px !important; line-height: 32px !important; }
  .krp-site .krp-content h4 { font-size: 20px !important; line-height: 26px !important; }
}

@media (max-width: 46rem) {
  .krp-site .krp-content h1,
  .krp-site .krp-generated-heading h1 { font-size: 32px !important; line-height: 36px !important; }
  .krp-site .krp-content h2 { font-size: 24px !important; line-height: 32px !important; }
  .krp-site .krp-content h3 { font-size: 22px !important; line-height: 28px !important; }
  .krp-site .krp-content h4 { font-size: 18px !important; line-height: 24px !important; }
  .krp-site .krp-classic-intro__copy p:first-child,
  .krp-site .krp-classic-cert p { font-size: 20px !important; line-height: 26px !important; }
}

/* Coloured-background contrast rule 2.7.3 - absolute final authority. */
.krp-site .krp-classic-feature > div :where(h1, h2, h3, h4, p, a, strong, span),
.krp-site .krp-original-location__band :where(h1, h2, h3, h4, p, a, strong, span, li),
.krp-site .krp-concern__link,
.krp-site .krp-treatment-card strong,
.krp-site .krp-consultation :where(h1, h2, h3, h4, p, strong, span),
.krp-site .krp-contact-band :where(h1, h2, h3, h4, p, a, strong, span),
.krp-site .krp-footer :where(h1, h2, h3, h4, p, a, strong, span, li) {
  color: #FFFFFF !important;
}
.krp-site .krp-consultation .krp-button--light { color: #0070B7 !important; }

/* Mundhygiene mobile final authority. */
@media (max-width:640px) {
  .krp-site .krp-content .krp-mouth-intro {
    min-height:0;
    display:block;
    padding:15px 35px 0 30px;
  }
  .krp-mouth-intro > div { margin-top:40px; }
  .krp-site .krp-content .krp-mouth-intro > div > p:first-of-type {
    margin:15px 0;
    font-size:24px!important;
    line-height:31px!important;
  }
  .krp-site .krp-content .krp-mouth-intro > div > p:nth-of-type(2) {
    margin:15px 0 0;
    font-size:16px!important;
    line-height:22px!important;
  }
  .krp-site .krp-content .krp-mouth-guide {
    grid-template-columns:1fr;
    gap:0;
    margin:0;
    padding:100px 30px 65.25px;
  }
  .krp-site .krp-content .krp-mouth-intro h1 {
    font-family:Roboto, Arial, sans-serif!important;
    font-weight:600;
  }
  .krp-site .krp-content .krp-mouth-intro h2 {
    font-family:Roboto, Arial, sans-serif!important;
  }
  .krp-site .krp-content .krp-mouth-intro h2 {
    font-family:Roboto, Arial, sans-serif!important;
  }
  .krp-site .krp-content .krp-mouth-guide h2 {
    font-family:Roboto, Arial, sans-serif!important;
  }
  .krp-mouth-accordion { padding-top:0; }
  .krp-mouth-detail { border-bottom:0; }
  .krp-mouth-detail summary { padding:0; }
  .krp-site .krp-content .krp-mouth-detail h3 { min-height:31.5px;line-height:30px!important; }
  .krp-mouth-detail:not([open]) summary { padding-bottom:0; }
  .krp-mouth-detail[open] > div { padding:30px 0 30px 10px; }
  .krp-mouth-detail[open] > div::after { display:none; }
  .krp-site .krp-content .krp-mouth-detail p { font-size:16px!important;line-height:22px!important; }
  .krp-site .krp-content .krp-mouth-image img {
    height:auto;
    aspect-ratio:1.916694 / 1;
    object-fit:cover;
  }
  .krp-site[class*="route-behandlungen-prophylaxe-"] .krp-mobile-location-phones a,
  .krp-site[class*="route-behandlungen-prophylaxe-"] .krp-prophylaxis-nav a {
    font-family:Roboto, Arial, sans-serif;
    font-weight:300;
  }
  .krp-site .krp-content .krp-prophylaxis-form {
    margin-top:24.7578125px;
    padding:50px 30px;
    border:0;
    font-family:Roboto, Arial, sans-serif;
    row-gap:0;
  }
  .krp-site .krp-content .krp-prophylaxis-form :where(h2,h3,p,label,input,textarea,select,button) {
    font-family:Roboto, Arial, sans-serif!important;
  }
  .krp-site .krp-content .krp-prophylaxis-form__contact {
    min-height:277px;
  }
  .krp-site .krp-content .krp-prophylaxis-form > .krp-form {
    position:relative;
    height:668px;
    display:block;
    margin-top:50px;
    font-size:0;
  }
  .krp-site .krp-content .krp-prophylaxis-form > .krp-form > label,
  .krp-site .krp-content .krp-prophylaxis-form .krp-form__grid > label {
    display:block;
    margin:0;
    padding:0;
    font-size:0;
  }
  .krp-site .krp-content .krp-prophylaxis-form > .krp-form > label:first-child {
    height:70px;
  }
  .krp-site .krp-content .krp-prophylaxis-form .krp-form__grid {
    display:block;
  }
  .krp-site .krp-content .krp-prophylaxis-form .krp-form__grid > label {
    height:81px;
  }
  .krp-site .krp-content .krp-prophylaxis-form > .krp-form > label:has(textarea) {
    height:215px;
  }
  .krp-site .krp-content .krp-prophylaxis-form > .krp-form :where(input:not([type="checkbox"]),select) {
    width:100%;
    height:55px;
    margin:0;
    padding:6px;
    font-size:17px;
    line-height:30px;
  }
  .krp-site .krp-content .krp-prophylaxis-form > .krp-form textarea {
    width:100%;
    height:200px;
    min-height:200px;
    margin:0;
    padding:6px;
    font-size:17px;
    line-height:22px;
  }
  .krp-site .krp-content .krp-prophylaxis-form > .krp-form .krp-form__check {
    position:absolute;
    left:0;
    top:609px;
    width:220px;
    height:36px;
    display:grid;
    grid-template-columns:18px 1fr;
    gap:6px;
    align-items:start;
    color:#888;
    font-size:10px;
    line-height:12px;
  }
  .krp-site .krp-content .krp-prophylaxis-form > .krp-form .krp-form__check input {
    width:16px;
    height:16px;
    margin:0;
  }
  .krp-site .krp-content .krp-prophylaxis-form > .krp-form .krp-form__trap {
    position:absolute!important;
  }
  .krp-site .krp-content .krp-prophylaxis-form > .krp-form .krp-button {
    position:absolute;
    right:0;
    top:609px;
    width:71.9375px;
    min-width:0;
    min-height:36px;
    height:36px;
    margin:0;
    padding:6px 12px;
    font-size:14px;
    line-height:22px;
  }
}

/* Desktop composition for the reconstructed prophylaxis detail pages. */
@media (min-width: 980px) {
  .krp-site[class*="route-behandlungen-prophylaxe-"] .krp-page-hero,
  .krp-site[class*="route-behandlungen-prophylaxe-"] .krp-page-hero__grid,
  .krp-site[class*="route-behandlungen-prophylaxe-"] .krp-page-hero__visual {
    height: auto;
    min-height: 0;
    max-height: none;
    aspect-ratio: 1920 / 900;
  }

  .krp-site[class*="route-behandlungen-prophylaxe-"] .krp-page-hero__visual img {
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: none;
    aspect-ratio: 1920 / 900;
    object-fit: cover;
  }

  .krp-site[class*="route-behandlungen-prophylaxe-"] .krp-section-nav {
    height: 156px;
    min-height: 156px;
    padding: 0;
  }

  .krp-site[class*="route-behandlungen-prophylaxe-"] .krp-section-nav__inner {
    width: 100%;
    height: 156px;
    margin: 0;
    padding: 30px 25px 30px 30px;
  }

  .krp-site[class*="route-behandlungen-prophylaxe-"] .krp-section-nav ul {
    width: 100%;
    height: 96px;
    display: block;
    margin: 0;
    padding: 0;
  }

  .krp-site[class*="route-behandlungen-prophylaxe-"] .krp-section-nav li {
    height: 48px;
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 0;
    vertical-align: top;
  }

  .krp-site[class*="route-behandlungen-prophylaxe-"] .krp-section-nav a {
    display: block;
    margin: 0 0 10px;
    padding: 8px 10px;
    font-family: Roboto, Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
  }

  .krp-site[class*="route-behandlungen-prophylaxe-"] .krp-content {
    padding-top: 100px !important;
  }

  .krp-site[class*="route-behandlungen-prophylaxe-"] .krp-prophylaxis-nav {
    width: calc(50% - 43.1953125px);
    min-height: 78px;
    margin: 0 12px 0 calc(50% + 31.1953125px);
    padding: 30px 0 0;
    gap: 0 20px;
  }

  .krp-site[class*="route-behandlungen-prophylaxe-"] .krp-prophylaxis-nav a {
    box-sizing: border-box;
    height: 48px;
    padding: 13px 10px;
    font-family: Roboto, Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
  }

  .krp-site .krp-content .krp-mouth-intro {
    min-height: 481px;
    height: 481px;
    gap: 30px;
    margin-bottom: 150px;
    padding: 0 0 0 30px;
  }

  .krp-site .krp-content .krp-mouth-intro > * {
    min-width: 0;
  }

  .krp-site .krp-content .krp-mouth-intro h1,
  .krp-site .krp-content .krp-mouth-intro h2 {
    font-family: Roboto, Arial, sans-serif !important;
  }

  .krp-site .krp-content .krp-mouth-guide .krp-visual-h4 {
    margin: 15px 0;
  }

  .krp-site .krp-content .krp-prophylaxis-form {
    border: 0;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 300;
  }

  .krp-site .krp-content .krp-prophylaxis-form :where(h2, h3, p, label, input, textarea, select, button) {
    font-family: Roboto, Arial, sans-serif !important;
  }

  .krp-site .krp-content .krp-prophylaxis-form :where(p, label, input, textarea, select) {
    font-weight: 300;
  }

  .krp-mouth-detail[open] > div {
    padding-right: 30px;
    padding-left: 60px;
    padding-top: 6.40625px;
  }

  .krp-mouth-detail[open] > div::after {
    height: 23.59375px;
  }
}

/* Tablet composition: original single-column reading flow without a nested
   horizontal scroller. */
@media (min-width: 641px) and (max-width: 979px) {
  .krp-site[class*="route-behandlungen-prophylaxe-"] .krp-page-hero,
  .krp-site[class*="route-behandlungen-prophylaxe-"] .krp-page-hero__grid,
  .krp-site[class*="route-behandlungen-prophylaxe-"] .krp-page-hero__visual {
    height:auto;
    min-height:0;
    max-height:none;
    aspect-ratio:414 / 280;
  }
  .krp-site[class*="route-behandlungen-prophylaxe-"] .krp-page-hero__visual img {
    width:100%;
    height:100%;
    min-height:0;
    max-height:none;
    object-fit:cover;
  }
  .krp-site[class*="route-behandlungen-prophylaxe-"] .krp-content {
    padding-top:82px!important;
  }
  .krp-site[class*="route-behandlungen-prophylaxe-"] .krp-prophylaxis-nav {
    width:calc(100% - 179.5px);
    min-height:126px;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px 20px;
    margin:0 0 0 88.6953125px;
    padding:30px 0 10px;
  }
  .krp-site[class*="route-behandlungen-prophylaxe-"] .krp-prophylaxis-nav a {
    padding:8px 12px;
    font-family:Roboto, Arial, sans-serif;
    font-size:18px;
    font-weight:300;
    line-height:22px;
  }
  .krp-site .krp-content .krp-mouth-intro {
    min-height:514px;
    height:514px;
    display:block;
    margin:0;
    padding:0 10px 0 25px;
    font-family:Roboto, Arial, sans-serif;
  }
  .krp-site .krp-content .krp-mouth-intro h1 {
    font-family:Roboto, Arial, sans-serif!important;
    font-weight:600;
  }
  .krp-site .krp-content .krp-mouth-intro h2 {
    font-family:Roboto, Arial, sans-serif!important;
  }
  .krp-site .krp-content .krp-mouth-intro > div {
    margin:0;
  }
  .krp-site .krp-content .krp-mouth-intro > div > p:first-of-type {
    margin:15px 0;
    font-size:24px!important;
    font-weight:300;
    line-height:31px!important;
  }
  .krp-site .krp-content .krp-mouth-intro > div > p:nth-of-type(2) {
    margin:15px 0 0;
    font-size:18px!important;
    font-weight:300;
    line-height:24px!important;
  }
  .krp-site .krp-content .krp-mouth-guide {
    margin-top:20px;
    padding:100px 40px 65px;
  }
  .krp-site .krp-content .krp-mouth-guide h2,
  .krp-site .krp-content .krp-mouth-guide .krp-visual-h4 {
    font-family:Roboto, Arial, sans-serif!important;
  }
  .krp-site .krp-content .krp-mouth-guide .krp-visual-h4 br {
    display:none;
  }
  .krp-mouth-accordion { padding-top:0; }
  .krp-mouth-detail summary { padding:0 0 10.5px; }
  .krp-mouth-detail[open] summary { padding-bottom:11.5px; }
  .krp-mouth-detail > div {
    padding-right:30px;
    padding-left:60px;
  }
  .krp-mouth-detail[open] > div {
    padding-top:0;
  }
  .krp-mouth-detail[open] > div::after {
    height:29px;
  }
  .krp-site .krp-content .krp-mouth-image img {
    width:414px;
    height:216px;
    max-width:100%;
    object-fit:cover;
  }
  .krp-site .krp-content .krp-prophylaxis-form {
    margin-top:25px;
    padding:50px 70px;
    border:0;
    font-family:Roboto, Arial, sans-serif;
  }
  .krp-site .krp-content .krp-prophylaxis-form :where(h2,h3,p,label,input,textarea,select,button) {
    font-family:Roboto, Arial, sans-serif!important;
  }
}

/* Fissurenversiegelung final responsive authority. */
.krp-site .krp-content .krp-fissure-intro > h1 {
  align-self: start;
}

.krp-site .krp-content .krp-fissure-intro > div > p:last-child {
  margin-bottom: 0;
}

.krp-site .krp-content .krp-fissure-process > div:first-child > p:last-child {
  margin-bottom: 0;
}

@media (min-width: 980px) {
  .krp-site .krp-content .krp-prophylaxis-form {
    position: relative;
    height: 837px;
    min-height: 837px;
    display: block;
    padding: 100px 150px;
  }

  .krp-site .krp-content .krp-prophylaxis-form__contact {
    width: 512.5px;
  }

  .krp-site .krp-content .krp-prophylaxis-form > .krp-form {
    position: absolute;
    top: 150px;
    left: 692.5px;
    width: 512.5px;
    height: 562px;
    display: block;
    margin: 0;
    font-size: 0;
  }

  .krp-site .krp-content .krp-prophylaxis-form > .krp-form label {
    position: absolute;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 0;
  }

  .krp-site .krp-content .krp-prophylaxis-form > .krp-form > label:first-child {
    inset: 0 auto auto 0;
    width: 353.625px;
    height: 55px;
  }

  .krp-site .krp-content .krp-prophylaxis-form .krp-form__grid {
    display: contents;
  }

  .krp-site .krp-content .krp-prophylaxis-form .krp-form__grid > label:nth-child(1) {
    top: 70px;
    left: 0;
    width: 253.6875px;
  }

  .krp-site .krp-content .krp-prophylaxis-form .krp-form__grid > label:nth-child(2) {
    top: 70px;
    right: auto;
    left: 258.6953125px;
    width: 253.6875px;
  }

  .krp-site .krp-content .krp-prophylaxis-form .krp-form__grid > label:nth-child(3) {
    top: 151px;
    right: 0;
    left: 0;
  }

  .krp-site .krp-content .krp-prophylaxis-form .krp-form__grid > label:nth-child(4) {
    top: 232px;
    right: 0;
    left: 0;
  }

  .krp-site .krp-content .krp-prophylaxis-form > .krp-form > label:has(textarea) {
    top: 313px;
    right: 0;
    left: 0;
    height: 200px;
  }

  .krp-site .krp-content .krp-prophylaxis-form > .krp-form :where(input:not([type="checkbox"]), select) {
    width: 100%;
    height: 55px;
    min-height: 55px;
    margin: 0;
    padding: 6px;
    font-size: 17px;
    line-height: 30px;
  }

  .krp-site .krp-content .krp-prophylaxis-form > .krp-form select {
    font-size: 18px;
  }

  .krp-site .krp-content .krp-prophylaxis-form > .krp-form textarea {
    width: 100%;
    height: 200px;
    min-height: 200px;
    margin: 0;
    padding: 6px;
    font-size: 18px;
    line-height: 22px;
  }

  .krp-site .krp-content .krp-prophylaxis-form > .krp-form .krp-form__check {
    position: absolute;
    top: 528px;
    left: 0;
    width: 400px;
    height: 36px;
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 6px;
    align-items: start;
    color: #888888;
    font-size: 10px;
    line-height: 12px;
  }

  .krp-site .krp-content .krp-prophylaxis-form > .krp-form .krp-form__check input {
    width: 16px;
    height: 16px;
    margin: 0;
  }

  .krp-site .krp-content .krp-prophylaxis-form > .krp-form .krp-form__trap {
    position: absolute !important;
  }

  .krp-site .krp-content .krp-prophylaxis-form > .krp-form .krp-button {
    position: absolute;
    top: 528px;
    right: 0;
    width: 71.9375px;
    min-width: 0;
    min-height: 36px;
    height: 36px;
    margin: 0;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 22px;
  }

  .krp-site .krp-content .krp-topic-line {
    margin-top: 30px;
    padding: 100px 150px;
  }

  .krp-site .krp-content .krp-topic-line p {
    width: 100%;
    max-width: none;
  }
}

@media (min-width: 641px) and (max-width: 979px) {
  .krp-site .krp-content .krp-fissure-intro {
    padding-right: 10px;
    padding-bottom: 55px;
  }

  .krp-site .krp-content .krp-fissure-slider > img {
    height: 636.578125px;
    object-fit: cover;
  }

  .krp-site .krp-content .krp-prophylaxis-form__contact > p:not(.krp-intro) {
    font-size: 18px !important;
    line-height: 24px !important;
  }

  .krp-site .krp-content .krp-prophylaxis-form__contact .krp-intro {
    margin: 15px 0 0;
    font-size: 24px !important;
    line-height: 31px !important;
  }

  .krp-site .krp-content .krp-prophylaxis-form {
    position: relative;
    height: 1037px;
    min-height: 1037px;
    display: block;
  }

  .krp-site .krp-content .krp-prophylaxis-form > .krp-form {
    position: absolute;
    top: 385px;
    right: 70px;
    left: 70px;
    height: 577px;
    display: block;
    margin: 0;
    font-size: 0;
  }

  .krp-site .krp-content .krp-prophylaxis-form > .krp-form label {
    position: absolute;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 0;
  }

  .krp-site .krp-content .krp-prophylaxis-form > .krp-form > label:first-child {
    inset: 0 0 auto;
    height: 55px;
  }

  .krp-site .krp-content .krp-prophylaxis-form .krp-form__grid {
    display: contents;
  }

  .krp-site .krp-content .krp-prophylaxis-form .krp-form__grid > label:nth-child(1) {
    top: 70px;
    left: 0;
    width: calc((100% - 5.0078125px) / 2);
  }

  .krp-site .krp-content .krp-prophylaxis-form .krp-form__grid > label:nth-child(2) {
    top: 70px;
    right: 0;
    width: calc((100% - 5.0078125px) / 2);
  }

  .krp-site .krp-content .krp-prophylaxis-form .krp-form__grid > label:nth-child(3) {
    top: 166px;
    right: 0;
    left: 0;
  }

  .krp-site .krp-content .krp-prophylaxis-form .krp-form__grid > label:nth-child(4) {
    top: 247px;
    right: 0;
    left: 0;
  }

  .krp-site .krp-content .krp-prophylaxis-form > .krp-form > label:has(textarea) {
    top: 328px;
    right: 0;
    left: 0;
    height: 200px;
  }

  .krp-site .krp-content .krp-prophylaxis-form > .krp-form :where(input:not([type="checkbox"]), select) {
    width: 100%;
    height: 55px;
    min-height: 55px;
    margin: 0;
    padding: 6px;
    font-size: 17px;
    line-height: 30px;
  }

  .krp-site .krp-content .krp-prophylaxis-form > .krp-form select {
    font-size: 18px;
  }

  .krp-site .krp-content .krp-prophylaxis-form > .krp-form textarea {
    width: 100%;
    height: 200px;
    min-height: 200px;
    margin: 0;
    padding: 6px;
    font-size: 18px;
    line-height: 22px;
  }

  .krp-site .krp-content .krp-prophylaxis-form > .krp-form .krp-form__check {
    position: absolute;
    top: 543px;
    left: 0;
    width: 500px;
    height: 36px;
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 6px;
    align-items: start;
    color: #888888;
    font-size: 10px;
    line-height: 12px;
  }

  .krp-site .krp-content .krp-prophylaxis-form > .krp-form .krp-form__check input {
    width: 16px;
    height: 16px;
    margin: 0;
  }

  .krp-site .krp-content .krp-prophylaxis-form > .krp-form .krp-form__trap {
    position: absolute !important;
  }

  .krp-site .krp-content .krp-prophylaxis-form > .krp-form .krp-button {
    position: absolute;
    top: 543px;
    right: 0;
    width: 71.9375px;
    min-width: 0;
    min-height: 36px;
    height: 36px;
    margin: 0;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 640px) {
  .krp-site .krp-content .krp-fissure-intro {
    margin-top: 15px;
    padding-right: 35px;
  }

  .krp-site .krp-content .krp-fissure-intro p,
  .krp-site .krp-content .krp-fissure-process p {
    line-height: 22px !important;
  }

  .krp-site .krp-content .krp-fissure-slider > img {
    height: 301.53125px;
    object-fit: cover;
  }

  .krp-site .krp-content .krp-prophylaxis-form__contact > p:not(.krp-intro) {
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .krp-site .krp-content .krp-prophylaxis-form__contact .krp-intro {
    margin: 15px 0 0;
    font-size: 24px !important;
    line-height: 31px !important;
  }

  .krp-site .krp-content .krp-topic-line p {
    font-size: 16px !important;
    line-height: 22px !important;
  }
}

/* Professional cleaning final desktop authority. */
@media (min-width: 980px) {
  .route-behandlungen-prophylaxe-professionelle-zahnreinigung .krp-content .krp-prophylaxis-intro {
    min-height: 804px !important;
    height: 804px !important;
    gap: 30px !important;
    padding: 50px 50px 125px 80px !important;
  }
  .route-behandlungen-prophylaxe-professionelle-zahnreinigung .krp-content .krp-prophylaxis-intro h1 { align-self: start; }
  .route-behandlungen-prophylaxe-professionelle-zahnreinigung .krp-content .krp-prophylaxis-band--green {
    min-height: 677px !important;
    height: 677px !important;
    gap: 0 !important;
    padding: 100px 150px !important;
  }
  .route-behandlungen-prophylaxe-professionelle-zahnreinigung .krp-content .krp-prophylaxis-band--green > * { width: 527.5px; }
  .route-behandlungen-prophylaxe-professionelle-zahnreinigung .krp-content .krp-prophylaxis-band--gray {
    min-height: 1037px !important;
    height: 1037px !important;
    gap: 30px !important;
    padding: 100px 150px !important;
  }
  .route-behandlungen-prophylaxe-professionelle-zahnreinigung .krp-content .krp-prophylaxis-form__contact .krp-intro {
    margin: 15px 0 0;
    font-size: 28px !important;
    line-height: 36px !important;
  }
  .route-behandlungen-prophylaxe-professionelle-zahnreinigung .krp-content .krp-prophylaxis-band--green p + p {
    margin-top: 14px;
  }
}

@media (min-width: 641px) and (max-width: 979px) {
  .route-behandlungen-prophylaxe-professionelle-zahnreinigung .krp-content .krp-prophylaxis-intro {
    min-height: 546px !important;
    height: 546px !important;
    display: block;
    padding: 0 10px 50px 25px !important;
  }
  .route-behandlungen-prophylaxe-professionelle-zahnreinigung .krp-content .krp-prophylaxis-intro h1,
  .route-behandlungen-prophylaxe-professionelle-zahnreinigung .krp-content .krp-prophylaxis-intro h2 {
    margin: 0;
  }
  .route-behandlungen-prophylaxe-professionelle-zahnreinigung .krp-content .krp-prophylaxis-intro .krp-intro {
    margin: 15px 0;
    font-size: 24px !important;
    line-height: 31px !important;
  }
  .route-behandlungen-prophylaxe-professionelle-zahnreinigung .krp-content .krp-prophylaxis-intro > div > h2:nth-of-type(2) {
    margin-top: 30px;
  }
  .route-behandlungen-prophylaxe-professionelle-zahnreinigung .krp-content .krp-prophylaxis-band--green {
    min-height: 623px !important;
    height: 623px !important;
    display: flex;
    flex-direction: column;
    gap: 0 !important;
    padding: 50px 40px !important;
  }
  .route-behandlungen-prophylaxe-professionelle-zahnreinigung .krp-content .krp-prophylaxis-band--green > div:nth-child(2) { order: 1; }
  .route-behandlungen-prophylaxe-professionelle-zahnreinigung .krp-content .krp-prophylaxis-band--green > div:first-child { width: 100%; order: 2; }
  .route-behandlungen-prophylaxe-professionelle-zahnreinigung .krp-content .krp-prophylaxis-band--green h2 { margin: 15px 0 0; }
  .route-behandlungen-prophylaxe-professionelle-zahnreinigung .krp-content .krp-prophylaxis-band--green p { margin: 0 0 15px; }
  .route-behandlungen-prophylaxe-professionelle-zahnreinigung .krp-content .krp-prophylaxis-band--green p:last-child { margin-bottom: 0; }
  .route-behandlungen-prophylaxe-professionelle-zahnreinigung .krp-content .krp-prophylaxis-band--gray {
    min-height: 741px !important;
    height: 741px !important;
    display: block;
    padding: 50px 70px !important;
  }
  .route-behandlungen-prophylaxe-professionelle-zahnreinigung .krp-content .krp-prophylaxis-band--gray h2 { margin: 0; }
  .route-behandlungen-prophylaxe-professionelle-zahnreinigung .krp-content .krp-prophylaxis-band--gray h3 { margin: 15px 0; }
  .route-behandlungen-prophylaxe-professionelle-zahnreinigung .krp-content .krp-prophylaxis-band--gray p { margin: 15px 0; }
}

@media (max-width: 640px) {
  .route-behandlungen-prophylaxe-professionelle-zahnreinigung .krp-content .krp-prophylaxis-intro {
    min-height: 968px !important;
    height: 968px !important;
    display: block;
    padding: 15px 35px 50px 30px !important;
  }
  .route-behandlungen-prophylaxe-professionelle-zahnreinigung .krp-content .krp-prophylaxis-intro h1 {
    margin: 0;
    font-size: 32px !important;
    line-height: 40px !important;
  }
  .route-behandlungen-prophylaxe-professionelle-zahnreinigung .krp-content .krp-prophylaxis-intro > div { margin-top: 40px; }
  .route-behandlungen-prophylaxe-professionelle-zahnreinigung .krp-content .krp-prophylaxis-intro h2 { margin: 0; }
  .route-behandlungen-prophylaxe-professionelle-zahnreinigung .krp-content .krp-prophylaxis-intro .krp-intro {
    margin: 15px 0;
    font-size: 24px !important;
    line-height: 31px !important;
  }
  .route-behandlungen-prophylaxe-professionelle-zahnreinigung .krp-content .krp-prophylaxis-intro > div > h2:nth-of-type(2) { margin-top: 30px; }
  .route-behandlungen-prophylaxe-professionelle-zahnreinigung .krp-content .krp-prophylaxis-intro p:not(.krp-intro) {
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .route-behandlungen-prophylaxe-professionelle-zahnreinigung .krp-content .krp-prophylaxis-band--green {
    min-height: 953px !important;
    height: 953px !important;
    display: flex;
    flex-direction: column;
    gap: 0 !important;
    padding: 50px 30px !important;
  }
  .route-behandlungen-prophylaxe-professionelle-zahnreinigung .krp-content .krp-prophylaxis-band--green > div:nth-child(2) { order: 1; }
  .route-behandlungen-prophylaxe-professionelle-zahnreinigung .krp-content .krp-prophylaxis-band--green > div:first-child { width: 100%; order: 2; }
  .route-behandlungen-prophylaxe-professionelle-zahnreinigung .krp-content .krp-prophylaxis-band--green h2 { margin: 15px 0 0; }
  .route-behandlungen-prophylaxe-professionelle-zahnreinigung .krp-content .krp-prophylaxis-band--green p {
    margin: 0 0 15px;
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .route-behandlungen-prophylaxe-professionelle-zahnreinigung .krp-content .krp-prophylaxis-band--green p:last-child { margin-bottom: 0; }
  .route-behandlungen-prophylaxe-professionelle-zahnreinigung .krp-content .krp-prophylaxis-band--gray {
    min-height: 1117px !important;
    height: 1117px !important;
    display: block;
    padding: 50px 30px !important;
  }
  .route-behandlungen-prophylaxe-professionelle-zahnreinigung .krp-content .krp-prophylaxis-band--gray h2 { margin: 0; }
  .route-behandlungen-prophylaxe-professionelle-zahnreinigung .krp-content .krp-prophylaxis-band--gray h3 { margin: 15px 0; }
  .route-behandlungen-prophylaxe-professionelle-zahnreinigung .krp-content .krp-prophylaxis-band--gray p {
    margin: 15px 0;
    font-size: 16px !important;
    line-height: 22px !important;
  }
}

/* Final route authority: original philosophy geometry after all shared QA. */
@media (min-width: 61.25rem) {
  .route-ihre-praxis .krp-section-nav,
  .route-ihre-praxis-philosophie .krp-section-nav {
    height: 108px;
    min-height: 108px;
    border: 0;
  }
  .route-ihre-praxis .krp-section-nav__inner,
  .route-ihre-praxis-philosophie .krp-section-nav__inner {
    width: calc(100% - 60px);
    height: 108px;
    min-height: 108px;
    margin: 0 30px;
    padding: 30px 0 40px;
  }
  .route-ihre-praxis .krp-section-nav ul,
  .route-ihre-praxis-philosophie .krp-section-nav ul {
    gap: 20px;
    overflow: visible;
  }
  .route-ihre-praxis .krp-section-nav a,
  .route-ihre-praxis-philosophie .krp-section-nav a {
    height: 38px;
    padding: 8px 10px;
    border-radius: 10px;
    font-size: 18px;
    line-height: 22px;
  }
  .krp-site.route-ihre-praxis .krp-content,
  .krp-site.route-ihre-praxis-philosophie .krp-content {
    padding-top: 100px;
    padding-bottom: 0;
  }
  .route-ihre-praxis .krp-original-philosophy section h1,
  .route-ihre-praxis .krp-original-philosophy section h2,
  .route-ihre-praxis-philosophie .krp-original-philosophy section h1,
  .route-ihre-praxis-philosophie .krp-original-philosophy section h2 {
    font-size: 60px !important;
    line-height: 70px !important;
  }
}

/* Final home-page phone authority: match the original single-column rhythm. */
@media (max-width: 38.75rem) {
  .krp-site.home .krp-content .krp-classic-intro h1 {
    line-height: 40px !important;
  }
  .krp-site.home .krp-classic-intro__grid { gap: 0; }
  .krp-site.home .krp-classic-intro__copy p:first-child,
  .krp-site.home .krp-classic-cert p {
    margin: 0 0 15px;
    font-size: 24px !important;
    line-height: 31px !important;
  }
  .krp-site.home .krp-classic-cert p { margin-bottom: 12px; }
  .krp-site.home .krp-classic-intro__copy p:nth-child(2) { margin: 0; }
  .krp-site.home .krp-classic-job-column {
    align-items: flex-start;
    gap: 15px;
    margin-top: 5px;
  }
  .krp-site.home .krp-classic-job {
    width: 248px;
    height: 248px;
    margin: 0 0 13px;
    transform: none;
  }
  .krp-site.home .krp-classic-cert img {
    width: 295px;
    height: 149px;
    object-fit: contain;
  }
  .krp-site.home .krp-classic-feature a {
    font-size: 17px;
    line-height: 22px;
  }
  .krp-site.home .krp-classic-feature--green > div,
  .krp-site.home .krp-classic-feature--pink > div {
    height: 216px;
  }
  .krp-site.home .krp-classic-feature h2 { position: relative; top: -3px; }
}

/* Final quality-page desktop cascade authority. */
@media (min-width: 61.25rem) {
  .route-ihre-praxis-qualitaet .krp-page-hero,
  .route-ihre-praxis-qualitaet .krp-page-hero__grid,
  .route-ihre-praxis-qualitaet .krp-page-hero__visual,
  .route-ihre-praxis-qualitaet .krp-page-hero__visual img {
    width: 100%; height: calc((100vw - 15px) * .4688); min-height: 0; max-height: 668px;
  }
  .route-ihre-praxis-qualitaet .krp-section-nav { height: 108px; min-height: 108px; border: 0; }
  .route-ihre-praxis-qualitaet .krp-section-nav__inner {
    width: calc(100% - 60px); height: 108px; min-height: 108px; margin: 0 30px; padding: 30px 0 40px;
  }
  .route-ihre-praxis-qualitaet .krp-section-nav ul { gap: 20px; overflow: visible; }
  .route-ihre-praxis-qualitaet .krp-section-nav a {
    height: 38px; padding: 8px 10px; border-radius: 10px; font-size: 18px; line-height: 22px;
  }
  .krp-site.route-ihre-praxis-qualitaet .krp-content {
    position: relative; width: 100% !important; max-width: none !important; margin: 0 !important; padding: 100px 0 0 !important;
  }
  .route-ihre-praxis-qualitaet .krp-generated-heading {
    position: absolute; z-index: 1; top: 100px; left: 30px; width: calc((100% - 60px) / 2); margin: 0;
  }
  .route-ihre-praxis-qualitaet .krp-generated-heading h1 {
    width: 100%; height: 140px; margin: 0; font-size: 60px !important; line-height: 70px !important;
  }
  .route-ihre-praxis-qualitaet .com-content-article,
  .route-ihre-praxis-qualitaet .com-content-article__body,
  .route-ihre-praxis-qualitaet .krp-quality-page {
    width: 100% !important; max-width: none !important; margin: 0 !important;
  }
  .route-ihre-praxis-qualitaet .krp-quality-page__content {
    width: calc(100% + 30px); height: 734px; display: grid; grid-template-columns: repeat(2, calc((100% - 30px) / 2)); gap: 30px;
    margin: 0 0 150px -30px; padding: 0 0 0 60px;
  }
  .route-ihre-praxis-qualitaet .krp-quality-page__content > div { grid-column: 2; }
  .route-ihre-praxis-qualitaet .krp-quality-page__content h2 {
    width: 100%; height: 165px; margin: 0 0 15px; font-size: 42px !important; line-height: 55px !important;
  }
  .route-ihre-praxis-qualitaet .krp-quality-page__content p {
    width: 100%; height: 72px; margin: 15px 0 70px; font-size: 18px !important; line-height: 24px !important;
  }
  .route-ihre-praxis-qualitaet .krp-quality-page__content img {
    width: 521px; height: 262px; margin: 0; object-fit: contain;
  }
  .route-ihre-praxis-qualitaet .krp-quality-page__photo {
    width: 100%; height: calc((100vw - 15px) * .4166); max-height: 600px; margin: 0; object-fit: cover;
  }
}

/* Final quality-page tablet cascade authority. */
@media (min-width: 38.8125rem) and (max-width: 61.1875rem) {
  .route-ihre-praxis-qualitaet .krp-page-hero,
  .route-ihre-praxis-qualitaet .krp-page-hero__grid,
  .route-ihre-praxis-qualitaet .krp-page-hero__visual,
  .route-ihre-praxis-qualitaet .krp-page-hero__visual img {
    width: 100%; height: calc((100vw - 15px) * .6507); min-height: 0; max-height: none;
  }
  .route-ihre-praxis-qualitaet .krp-section-nav { display: none; }
  .krp-site.route-ihre-praxis-qualitaet .krp-content {
    position: relative; width: 100% !important; max-width: none !important; margin: 0 !important; padding: 70px 0 0 !important;
  }
  .route-ihre-praxis-qualitaet .krp-generated-heading {
    position: absolute; z-index: 1; top: 70px; left: 25px; width: calc((100% - 75px) / 2); margin: 0;
  }
  .route-ihre-praxis-qualitaet .krp-generated-heading h1 {
    width: 100%; height: 80px; margin: 0; font-size: 32px !important; line-height: 40px !important;
  }
  .route-ihre-praxis-qualitaet .com-content-article,
  .route-ihre-praxis-qualitaet .com-content-article__body,
  .route-ihre-praxis-qualitaet .krp-quality-page {
    width: 100% !important; max-width: none !important; margin: 0 !important;
  }
  .route-ihre-praxis-qualitaet .krp-quality-page__content {
    width: calc((100% - 75px) / 2); height: 456px; display: block;
    margin: 0 0 120px calc((100% + 25px) / 2); padding: 0;
  }
  .route-ihre-praxis-qualitaet .krp-quality-page__content h2 {
    width: 100%; height: 102px; margin: 0 0 15px; font-size: 26px !important; line-height: 34px !important;
  }
  .route-ihre-praxis-qualitaet .krp-quality-page__content p {
    width: 100%; height: 144px; margin: 15px 0 70px; font-size: 18px !important; line-height: 24px !important;
  }
  .route-ihre-praxis-qualitaet .krp-quality-page__content img {
    display: block; width: 265px; height: 125px; margin: 0 0 0 auto; object-fit: contain;
  }
  .route-ihre-praxis-qualitaet .krp-quality-page__photo {
    width: 100%; height: calc((100vw - 15px) * .4166); margin: 0; object-fit: cover;
  }
}

/* Final quality-page phone cascade authority. */
@media (max-width: 38.75rem) {
  .route-ihre-praxis-qualitaet .krp-section-nav { display: none; }
  .krp-site.route-ihre-praxis-qualitaet .krp-content {
    position: relative; width: 100% !important; max-width: none !important; margin: 0 !important; padding: 179px 0 0 !important;
  }
  .route-ihre-praxis-qualitaet .krp-generated-heading {
    position: absolute; z-index: 1; top: 179px; left: 30px; width: 295px; max-width: calc(100% - 60px); margin: 0;
  }
  .route-ihre-praxis-qualitaet .krp-generated-heading h1 {
    width: 100%; height: 120px; margin: 0; font-size: 32px !important; line-height: 40px !important;
  }
  .route-ihre-praxis-qualitaet .com-content-article,
  .route-ihre-praxis-qualitaet .com-content-article__body,
  .route-ihre-praxis-qualitaet .krp-quality-page {
    width: 100% !important; max-width: none !important; margin: 0 !important;
  }
  .route-ihre-praxis-qualitaet .krp-quality-page__content {
    width: 295px; max-width: calc(100% - 60px); height: 598px; display: block;
    margin: 0 0 50px 30px; padding: 160px 0 0;
  }
  .route-ihre-praxis-qualitaet .krp-quality-page__content h2 {
    width: 100%; height: 96px; margin: 0 0 15px; font-size: 24px !important; line-height: 32px !important;
  }
  .route-ihre-praxis-qualitaet .krp-quality-page__content p {
    width: 100%; height: 132px; margin: 15px 0 70px; font-size: 16px !important; line-height: 22px !important;
  }
  .route-ihre-praxis-qualitaet .krp-quality-page__content img {
    display: block; width: 265px; height: 125px; margin: 0 0 0 auto; object-fit: contain;
  }
  .route-ihre-praxis-qualitaet .krp-quality-page__photo {
    width: 100%; height: 222px; margin: 0; object-fit: cover;
  }
}
