/**
 *  Media queries
 */
/**
 * Colors
 */
/**
 * Fonts
 */
/**
 * Units
 */
/* pixel value */
/*  Breakpoints */
/* customs */
/* Definiere die slide-in-Animation */
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    /* Startposition */
  }
  to {
    transform: translateX(0);
    /* Endposition */
  }
}
.tx-kkh-filter {
  padding-inline: 15px;
}
.tx-kkh-filter .container {
  display: flex;
  flex-direction: column;
  background-color: #00a6f2;
  padding: 2rem;
  border-radius: 0.5rem;
  gap: 1rem;
}
.tx-kkh-filter .container .headline {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: normal;
}
.tx-kkh-filter .container .filter {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-start;
  align-items: center;
}
.tx-kkh-filter .container .filter form {
  flex-basis: 100%;
  position: relative;
}
@media screen and (min-width: 48em) {
  .tx-kkh-filter .container .filter form {
    flex-basis: 37%;
    flex-grow: 1;
  }
}
.tx-kkh-filter .container .filter form label {
  display: none;
  visibility: hidden;
}
.tx-kkh-filter .container .filter form select {
  background: #ffffff;
  line-height: 1.5;
  font-size: 1rem;
  border: unset;
  width: 100%;
  border-radius: 0.25rem;
  color: #00a6f2;
  padding: 1rem .7rem;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media screen and (min-width: 48em) {
  .tx-kkh-filter .container .filter form select {
    padding: .7rem;
  }
}
.tx-kkh-filter .container .filter form:after {
  content: '';
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  border-left: .5rem solid transparent;
  border-right: .5rem solid transparent;
  border-top: 0.5rem solid #00a6f2;
  width: 0;
  height: 0;
}
.tx-kkh-filter .container .filter a {
  min-width: fit-content;
  flex: 1;
  flex-basis: 18%;
  padding-block: .6rem;
}
.tx-kkh-grid .content {
  width: 100%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 48em) {
  .tx-kkh-grid .content:has(.linkbox) {
    max-width: 1600px;
    display: grid;
    grid-template-columns: .1fr 1fr 1fr .1fr;
    grid-template-rows: repeat(4, 0.5fr);
    grid-template-areas: "imageLeft imageLeft textRight textRight" "imageLeft imageLeft imageRight imageRight" ". textLeft imageRight imageRight" ". textLeft link .";
  }
}
@media screen and (min-width: 78.75em) {
  .tx-kkh-grid .content:has(.linkbox) {
    grid-template-rows: repeat(4, 1fr);
  }
}
@media screen and (min-width: 48em) {
  .tx-kkh-grid .content {
    max-width: 1600px;
    display: grid;
    grid-template-columns: .1fr 1fr 1fr .1fr;
    grid-template-rows: repeat(3, 0.5fr);
    grid-template-areas: "imageLeft imageLeft textRight textRight" "imageLeft imageLeft imageRight imageRight" ". textLeft imageRight imageRight";
  }
}
@media screen and (min-width: 78.75em) {
  .tx-kkh-grid .content {
    grid-template-rows: repeat(3, 1fr);
  }
}
.tx-kkh-grid .content .imageLeft {
  grid-area: imageLeft;
  order: 1;
}
.tx-kkh-grid .content .imageRight {
  grid-area: imageRight;
  order: 3;
}
.tx-kkh-grid .content .textareaLeft {
  grid-area: textLeft;
  order: 4;
}
.tx-kkh-grid .content .textareaRight {
  order: 2;
  grid-area: textRight;
}
.tx-kkh-grid .content .linkbox {
  order: 5;
  grid-area: link;
  display: flex;
  justify-content: start;
  align-items: end;
  padding-block: 1rem;
}
@media screen and (min-width: 48em) {
  .tx-kkh-grid .content .linkbox {
    padding-block: 3rem;
  }
}
.tx-kkh-grid .content .linkbox .buttonContainer {
  padding: .5rem;
  border-radius: 1rem;
}
.tx-kkh-grid .content .imageLeft .image,
.tx-kkh-grid .content .imageRight .image {
  width: 100%;
  height: 100%;
}
.tx-kkh-grid .content .imageLeft img,
.tx-kkh-grid .content .imageRight img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tx-kkh-grid .content .textareaLeft,
.tx-kkh-grid .content .textareaRight,
.tx-kkh-grid .content .linkbox {
  background-color: #f7f7f7;
}
.tx-kkh-grid .content .textareaLeft,
.tx-kkh-grid .content .textareaRight {
  padding: 2rem 15px;
}
@media screen and (min-width: 48em) {
  .tx-kkh-grid .content .textareaLeft,
  .tx-kkh-grid .content .textareaRight {
    padding: 3rem 2rem;
  }
}
.tx-kkh-grid .content .textareaLeft,
.tx-kkh-grid .content .textareaRight {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}
.tx-kkh-grid .content .textareaLeft p,
.tx-kkh-grid .content .textareaRight p {
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .tx-kkh-grid .content .textareaRight {
    background-color: unset;
  }
}
.tx-kkh-meinung {
  --kkhRed: #700;
}
.tx-kkh-meinung .content {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 64em) {
  .tx-kkh-meinung .content {
    flex-direction: row;
  }
}
.tx-kkh-meinung .content .image,
.tx-kkh-meinung .content .text {
  flex-basis: 50%;
  flex-grow: 1;
  align-self: center;
}
.tx-kkh-meinung .content .image {
  height: auto;
  order: 1;
}
.tx-kkh-meinung .content .image img {
  width: 100%;
  height: auto;
}
.tx-kkh-meinung .content .text {
  background-color: #f3efe9;
  min-height: 300px;
  padding: 2.5rem;
  order: 3;
  position: relative;
}
@media screen and (min-width: 48em) {
  .tx-kkh-meinung .content .text {
    padding: 3.5rem;
  }
}
@media screen and (min-width: 100em) {
  .tx-kkh-meinung .content .text {
    padding-left: 3cqw;
    padding-right: 10cqw;
  }
}
.tx-kkh-meinung .content .text ul {
  padding-left: 2rem;
}
.tx-kkh-meinung .content .text article.readmore-wrapper {
  position: relative;
}
.tx-kkh-meinung .content .text article.readmore-wrapper section {
  transition: all 0.3s ease;
  margin-bottom: 1rem;
}
.tx-kkh-meinung .content .text article.readmore-wrapper section h1,
.tx-kkh-meinung .content .text article.readmore-wrapper section h2 {
  margin-bottom: .5rem;
}
.tx-kkh-meinung .content .text article.readmore-wrapper .read-more-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}
.tx-kkh-meinung .content .text article.readmore-wrapper .read-more-content.is-expanded {
  opacity: 1;
}
.tx-kkh-meinung .content .text article.readmore-wrapper .readmore-toggle {
  display: inline-block;
  margin-top: 1rem;
  padding: .65rem 1rem;
  text-align: center;
  cursor: pointer;
  border: 1px solid var(--kkhRed);
  color: var(--kkhRed);
  background: transparent;
}
.tx-kkh-meinung .content .text article.readmore-wrapper .readmore-toggle:hover {
  background: var(--kkhRed);
  color: #ffffff;
}
.tx-kkh-meinung .content .text article.readmore-wrapper .readmore-toggle .more {
  display: inline;
}
.tx-kkh-meinung .content .text article.readmore-wrapper .readmore-toggle .less {
  display: none;
}
.tx-kkh-meinung .content .text article.readmore-wrapper .readmore-toggle[aria-expanded="true"] .more {
  display: none;
}
.tx-kkh-meinung .content .text article.readmore-wrapper .readmore-toggle[aria-expanded="true"] .less {
  display: inline;
}
.tx-kkh-meinung .content .contact {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  order: 2;
  height: 0;
  z-index: 1;
}
.tx-kkh-meinung .content .contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .5rem;
}
.tx-kkh-meinung .content .contact a svg {
  width: 1.7rem;
  height: 1.7rem;
  fill: #ffffff;
}
@media screen and (min-width: 64em) {
  .tx-kkh-meinung .content .contact a svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media screen and (min-width: 64em) {
  .tx-kkh-meinung .content .contact {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    flex-direction: column;
    height: auto;
  }
}
.tx-kkh-kachelnModal .inside {
  margin-inline: auto;
  padding-inline: 15px;
}
@media screen and (min-width: 78.75em) {
  .tx-kkh-kachelnModal .inside {
    padding-inline: 0;
  }
}
.tx-kkh-kachelnModal .inside.full {
  max-width: 100vw;
}
.tx-kkh-kachelnModal .inside.widerwidth {
  max-width: 1551px;
}
.tx-kkh-kachelnModal .inside.innerwidth {
  max-width: 1270px;
}
.tx-kkh-kachelnModal h2 {
  margin-bottom: 2rem;
}
.tx-kkh-kachelnModal .items {
  --gap: 1rem;
  display: grid;
  gap: var(--gap);
  padding-left: 0;
  margin-bottom: 2rem;
}
@media screen and (min-width: 48em) {
  .tx-kkh-kachelnModal .items {
    --gap: 2rem;
  }
}
.tx-kkh-kachelnModal .items.grid-3 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (min-width: 30em) {
  .tx-kkh-kachelnModal .items.grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 48em) {
  .tx-kkh-kachelnModal .items.grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.tx-kkh-kachelnModal .items.grid-4 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (min-width: 30em) {
  .tx-kkh-kachelnModal .items.grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 48em) {
  .tx-kkh-kachelnModal .items.grid-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 78.75em) {
  .tx-kkh-kachelnModal .items.grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.tx-kkh-kachelnModal .items > .item {
  width: 100%;
  aspect-ratio: 1.3;
  background-color: #f7f7f7;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 1rem;
  border-radius: 0.5rem;
  align-self: stretch;
  transition: box-shadow 0.3s ease;
}
@media screen and (min-width: 48em) {
  .tx-kkh-kachelnModal .items > .item {
    flex: 0 0 calc(33.333% - 2rem);
  }
}
@media screen and (min-width: 992px) {
  .tx-kkh-kachelnModal .items > .item {
    flex: 0 0 calc(25% - 2rem);
  }
}
.tx-kkh-kachelnModal .items > .item .title {
  font-size: 3.3cqw;
  line-height: 1.2;
  align-self: flex-start;
  color: #333333;
  font-weight: bold;
  padding-right: 1rem;
}
@media screen and (min-width: 48em) {
  .tx-kkh-kachelnModal .items > .item .title {
    font-size: 1.2rem;
  }
}
.tx-kkh-kachelnModal .items > .item .open-modal {
  color: #333333;
  border: unset;
  background: unset;
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
  align-self: flex-end;
}
.tx-kkh-kachelnModal .items > .item .spacer {
  height: 50px;
}
.tx-kkh-kachelnModal .items > .item.grau {
  background-color: #f3efe9;
}
.tx-kkh-kachelnModal .items > .item.green {
  background-color: #013E14;
}
.tx-kkh-kachelnModal .items > .item.purple {
  background-color: #653859;
}
.tx-kkh-kachelnModal .items > .item.orange {
  background-color: #A6531B;
}
.tx-kkh-kachelnModal .items > .item.petrol {
  background-color: #198182;
}
.tx-kkh-kachelnModal .items > .item.red {
  background-color: #901814;
}
.tx-kkh-kachelnModal .items > .item.red:hover .title {
  color: #ffffff !important;
}
.tx-kkh-kachelnModal .items > .item.red:hover .open-modal {
  color: #ffffff !important;
}
.tx-kkh-kachelnModal .items > .item.green .title,
.tx-kkh-kachelnModal .items > .item.purple .title,
.tx-kkh-kachelnModal .items > .item.orange .title,
.tx-kkh-kachelnModal .items > .item.petrol .title,
.tx-kkh-kachelnModal .items > .item.red .title {
  color: #ffffff;
}
.tx-kkh-kachelnModal .items > .item.green .open-modal,
.tx-kkh-kachelnModal .items > .item.purple .open-modal,
.tx-kkh-kachelnModal .items > .item.orange .open-modal,
.tx-kkh-kachelnModal .items > .item.petrol .open-modal,
.tx-kkh-kachelnModal .items > .item.red .open-modal {
  color: #ffffff;
}
.tx-kkh-kachelnModal .items > .item.greenborder,
.tx-kkh-kachelnModal .items > .item.darkgreenborder,
.tx-kkh-kachelnModal .items > .item.redborder,
.tx-kkh-kachelnModal .items > .item.blueborder,
.tx-kkh-kachelnModal .items > .item.purpleborder,
.tx-kkh-kachelnModal .items > .item.orangeborder,
.tx-kkh-kachelnModal .items > .item.petrolborder,
.tx-kkh-kachelnModal .items > .item.yellowborder {
  border: 4px solid transparent;
}
.tx-kkh-kachelnModal .items > .item.greenborder {
  border-color: #3E734D;
}
.tx-kkh-kachelnModal .items > .item.darkgreenborder {
  border-color: #013e14;
}
.tx-kkh-kachelnModal .items > .item.redborder {
  border-color: #770000;
}
.tx-kkh-kachelnModal .items > .item.blueborder {
  border-color: #124F83;
}
.tx-kkh-kachelnModal .items > .item.purpleborder {
  border-color: #653859;
}
.tx-kkh-kachelnModal .items > .item.orangeborder {
  border-color: #a6531b;
}
.tx-kkh-kachelnModal .items > .item.petrolborder {
  border-color: #198182;
}
.tx-kkh-kachelnModal .items > .item.yellowborder {
  border-color: #FFF200;
}
.tx-kkh-kachelnModal .items > .item dialog {
  width: 90vw;
  max-width: 60ch;
  border-radius: 1rem;
  padding: 2rem;
}
.tx-kkh-kachelnModal .items > .item dialog[open] {
  display: flex;
  flex-direction: column;
}
.tx-kkh-kachelnModal .items > .item dialog .sticky {
  position: sticky;
}
.tx-kkh-kachelnModal .items > .item dialog .sticky button {
  color: #787878;
}
.tx-kkh-kachelnModal .items > .item dialog .content {
  padding: 0;
}
.tx-kkh-kachelnModal .items > .item dialog .content > img {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
  border-radius: 1rem;
}
.tx-kkh-kachelnModal .items > .item dialog .content .title {
  font-size: 2rem;
  font-weight: normal;
  color: #00086a;
}
.tx-kkh-kachelnModal .items > .item dialog .content > p {
  color: #787878;
}
.tx-kkh-kachelnModal .items > .item dialog .content p {
  font-size: 0.9em;
  line-height: 1.5;
}
.tx-kkh-kachelnModal .items > .item dialog .content ul li {
  font-size: 0.9em;
  line-height: 1.5;
}
.tx-kkh-kachelnModal .items > .item dialog .content .ctype-tabnavigation .container-fluid.reallysmall {
  padding-inline: 0;
}
.tx-kkh-kachelnModal .items > .item dialog .content .ctype-tabnavigation .container-fluid.reallysmall .ce-inner-box .contentheader {
  display: none;
  visibility: hidden;
}
.tx-kkh-kachelnModal .items > .item dialog .content .ctype-tabnavigation .container-fluid.reallysmall .ce-inner-box .ce-tabnav .nav-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
}
.tx-kkh-kachelnModal .items > .item dialog .content .ctype-tabnavigation .container-fluid.reallysmall .ce-inner-box .ce-tabnav .nav-tabs .nav-item {
  flex-grow: 1;
}
.tx-kkh-kachelnModal .items > .item dialog .content .ctype-tabnavigation .container-fluid.reallysmall .ce-inner-box .ce-tabnav .nav-tabs .nav-item .nav-link {
  color: #ffffff;
  background-color: #00086a;
  border-radius: 1rem;
  border: 1px solid #00086a;
  padding: .3rem 1rem;
  text-decoration: unset;
  font-size: 0.8rem;
  text-align: center;
  transition: all .3s ease;
}
.tx-kkh-kachelnModal .items > .item dialog .content .ctype-tabnavigation .container-fluid.reallysmall .ce-inner-box .ce-tabnav .nav-tabs .nav-item .nav-link.active,
.tx-kkh-kachelnModal .items > .item dialog .content .ctype-tabnavigation .container-fluid.reallysmall .ce-inner-box .ce-tabnav .nav-tabs .nav-item .nav-link:hover {
  background-color: #e3e3e3;
  color: #00086a;
}
.tx-kkh-kachelnModal .items > .item dialog .content .ctype-tabnavigation .container-fluid.reallysmall .ce-inner-box .ce-tabnav .tab-content .card-body {
  padding: 0;
}
.tx-kkh-kachelnModal .items > .item dialog .content .ctype-tabnavigation .container-fluid.reallysmall .ce-inner-box .ce-tabnav .tab-content .card-body p {
  color: #333333;
}
.tx-kkh-kachelnModal .items > .item dialog .content .ctype-tabnavigation .container-fluid.reallysmall .ce-inner-box .ce-tabnav .tab-content .card-body p a {
  color: inherit;
}
.tx-kkh-kachelnModal .items > .item dialog .content .ctype-tabnavigation .container-fluid.reallysmall .ce-inner-box .ce-tabnav .tab-content .card-body p:last-of-type {
  margin-bottom: 0;
}
.tx-kkh-klinikgrid {
  margin-block: 2rem;
  margin-inline: 1rem;
}
.tx-kkh-klinikgrid .container {
  --gap: .5rem;
  --radius: 5px;
  display: grid;
  grid-template-columns: 1fr .5rem 1fr;
  grid-template-rows: 1fr .5rem 1fr .5rem 1fr;
  grid-template-areas: "one . two" ". . ." "four four four" ". . ." "three . five";
  gap: var(--gap);
  padding-inline: 0;
  position: relative;
}
@media screen and (min-width: 48em) {
  .tx-kkh-klinikgrid .container {
    --gap: 2rem;
    grid-template-columns: 1fr .75rem 1fr .75rem 1fr;
    grid-template-rows: 1fr .75rem 1fr;
    grid-template-areas: "one . two . three" ". . . . ." "four four four . five";
    gap: 1rem;
  }
}
.tx-kkh-klinikgrid .container span.title {
  font-size: clamp(1rem, 4vw, 3rem);
  line-height: 1;
  font-weight: bold;
}
.tx-kkh-klinikgrid .container span.text {
  font-size: clamp(1rem, 3vw, 1.2rem);
  line-height: 1.2;
  max-width: 25ch;
}
.tx-kkh-klinikgrid .container .line {
  background-color: #40c3ff;
  align-self: stretch;
  border-radius: var(--radius);
}
.tx-kkh-klinikgrid .container .line.trennerVerS {
  grid-area: trennerVertS;
  grid-area: 1 / 2 / 2 / 3;
}
.tx-kkh-klinikgrid .container .line.trennerVerL {
  grid-area: trennerVertL;
  grid-area: 5 / 2 / 6 / 3;
}
@media screen and (min-width: 48em) {
  .tx-kkh-klinikgrid .container .line.trennerVerL {
    grid-area: 1 / 4 / 6 / 5;
  }
}
.tx-kkh-klinikgrid .container .line.trennerHorS {
  grid-area: trennerHorS;
  grid-area: 2 / 1 / 3 / 4;
}
@media screen and (min-width: 48em) {
  .tx-kkh-klinikgrid .container .line.trennerHorS {
    grid-area: 2 / 5 / 3 / 6;
  }
}
.tx-kkh-klinikgrid .container .line.trennerHorL {
  grid-area: trennerHorM;
  grid-area: 4 / 1 / 5 / 4;
}
@media screen and (min-width: 48em) {
  .tx-kkh-klinikgrid .container .line.trennerHorL {
    grid-area: 2 / 1 / 3 / 4;
  }
}
.tx-kkh-klinikgrid .container .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem .5rem;
  position: relative;
  gap: .5rem;
}
@media screen and (min-width: 48em) {
  .tx-kkh-klinikgrid .container .item {
    padding: 2rem 1rem;
  }
}
.tx-kkh-klinikgrid .container .item:nth-child(5) {
  grid-area: one;
}
.tx-kkh-klinikgrid .container .item:nth-child(6) {
  grid-area: two;
}
.tx-kkh-klinikgrid .container .item:nth-child(7) {
  grid-area: three;
}
.tx-kkh-klinikgrid .container .item:nth-child(8) {
  grid-area: four;
}
.tx-kkh-klinikgrid .container .item:nth-child(9) {
  grid-area: five;
}
.tx-kkh-klinikgrid .container .item.gold .title {
  color: #00a6f2;
}
.tx-kkh-klinikgrid .container .item.red .title {
  color: #00086a;
}
.tx-kkh-kontakt .item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 48em) {
  .tx-kkh-kontakt .item {
    align-items: center;
    flex-direction: row;
  }
}
.tx-kkh-kontakt .item .image {
  flex: 0 0 35%;
  max-width: 60vw;
}
@media screen and (min-width: 48em) {
  .tx-kkh-kontakt .item .image {
    max-width: unset;
  }
}
.tx-kkh-kontakt .item .image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
}
.tx-kkh-kontakt .item .content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #797979;
}
@media screen and (min-width: 48em) {
  .tx-kkh-kontakt .item .content {
    padding-right: 2rem;
  }
}
.tx-kkh-kontakt .item .content .text {
  display: flex;
  flex-direction: column;
}
.tx-kkh-kontakt .item .content .text .name {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
  color: inherit;
}
.tx-kkh-kontakt .item .content .text .job {
  font-size: .8rem;
  line-height: 1.2;
  color: inherit;
}
.tx-kkh-kontakt .item .content .contacts {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
.tx-kkh-kontakt .item .content .contacts .contact {
  display: flex;
  gap: .5rem;
}
.tx-kkh-kontakt .item .content .contacts .contact svg {
  width: 1.2rem;
  fill: #00086a;
}
.tx-kkh-kontakt .item .content .contacts .contact a {
  color: #333333;
  text-decoration: none;
  color: inherit;
  font-size: 0.9rem;
}
.tx-kopfgrafik {
  --gap: 1rem;
  position: relative;
}
.tx-kopfgrafik .image {
  inset: 0;
}
.tx-kopfgrafik .image img {
  width: 100%;
}
.tx-kopfgrafik .certificate {
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 600px) {
  .tx-kopfgrafik .certificate {
    display: block;
    visibility: visible;
    position: absolute;
    right: 0;
    transform: translateY(-100%);
  }
}
@media screen and (min-width: 78.75em) {
  .tx-kopfgrafik .certificate {
    top: 50%;
    left: 0;
  }
}
.tx-kopfgrafik .content {
  bottom: 0;
  left: 0;
  background-color: #00086a;
  border-radius: 0.5rem;
  margin-left: 15px;
  transform: translateY(-50%);
}
@media screen and (min-width: 48em) {
  .tx-kopfgrafik .content {
    max-width: 90%;
    width: calc(100% - 2rem);
    max-width: 1080px;
    margin-inline: 1rem;
  }
}
@media screen and (min-width: 100em) {
  .tx-kopfgrafik .content {
    position: relative;
    --left: calc(100% - var(--innerWidth)/ 2);
    transform: translateX(-5rem) translateY(-50%);
    left: calc((100% - var(--innerWidth)) / 2);
  }
}
.tx-kopfgrafik .content .headline {
  font-size: clamp(1rem, 5vw, 50px);
  line-height: 1.2;
  text-transform: initial;
  max-width: 100%;
  padding-inline: .5rem;
  padding-block: 1rem;
  color: #ffffff;
}
.tx-kopfgrafik .content .headline h1 {
  font-size: clamp(1rem, 5vw, 50px);
}
@media screen and (min-width: 48em) {
  .tx-kopfgrafik .content .headline {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 78.75em) {
  .tx-kopfgrafik .content .headline {
    max-width: 26ch;
  }
}
.tx-kopfgrafik .content .subline {
  color: #ffffff;
  padding-inline: .5rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 48em) {
  .tx-kopfgrafik .content .subline {
    padding-inline: 2rem;
  }
}
.tx-kopfgrafik .content a {
  display: block;
  color: #ffffff;
  font-size: 1rem;
  padding-inline: .5rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 48em) {
  .tx-kopfgrafik .content a {
    padding-inline: 2rem;
  }
}
.tx-kopfgrafik .content a:hover {
  text-decoration: underline;
}
.tx-kopfgrafik .content.short {
  max-width: 75%;
}
@media screen and (min-width: 78.75em) {
  .tx-kopfgrafik .content.short {
    max-width: fit-content;
  }
}
.tx-kopfgrafik.marginBottom {
  margin-bottom: 10%;
}
.tx-kkh-person {
  margin-bottom: 2rem;
}
.tx-kkh-person .items {
  display: grid;
  gap: 2rem;
}
.tx-kkh-person .items.one {
  grid-template-columns: 1fr;
}
.tx-kkh-person .items.two {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 460px) {
  .tx-kkh-person .items.two {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  .tx-kkh-person .items.two {
    grid-template-columns: 1fr 1fr;
  }
}
.tx-kkh-person .items.three {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 460px) {
  .tx-kkh-person .items.three {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .tx-kkh-person .items.three {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.tx-kkh-person .items.four {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 460px) {
  .tx-kkh-person .items.four {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .tx-kkh-person .items.four {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.tx-kkh-person .items .item {
  display: flex;
  flex-direction: column;
  gap: .25rem;
}
.tx-kkh-person .items .item .top {
  position: relative;
  max-width: 60vw;
}
@media screen and (min-width: 48em) {
  .tx-kkh-person .items .item .top {
    max-width: unset;
  }
}
.tx-kkh-person .items .item .top > img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1;
}
.tx-kkh-person .items .item .top .open-modal {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: black;
  color: white;
  font-size: 1rem;
  padding: .25rem .5rem;
  line-height: 1;
  border: unset;
}
.tx-kkh-person .items .item .text span {
  display: block;
  line-height: 1.3;
}
.tx-kkh-person .items .item .text span.titel,
.tx-kkh-person .items .item .text span.job,
.tx-kkh-person .items .item .text span.contact-type,
.tx-kkh-person .items .item .text span.contact-description {
  font-size: .8rem;
}
.tx-kkh-person .items .item .text span.titel,
.tx-kkh-person .items .item .text span.name,
.tx-kkh-person .items .item .text span.contact-name,
.tx-kkh-person .items .item .text span.contact-type {
  font-weight: bold;
}
.tx-kkh-person .items .item .text span.name,
.tx-kkh-person .items .item .text span.contact-name {
  font-size: 1rem;
}
.tx-kkh-person .items .item .text span.job {
  max-width: 25ch;
}
.tx-kkh-person .items .item .contacts {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
.tx-kkh-person .items .item .contacts .contact {
  display: flex;
  gap: .5rem;
}
.tx-kkh-person .items .item .contacts .contact svg {
  width: 1.2rem;
  fill: #00086a;
}
.tx-kkh-person .items .item .contacts .contact a {
  color: #333333;
  text-decoration: none;
  color: inherit;
  font-size: 0.9rem;
}
.tx-kkh-person .items .item dialog .content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.tx-kkh-mitarbeiterliste ul {
  padding-left: 0;
}
.tx-kkh-mitarbeiterliste ul.grid-one {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
  .tx-kkh-mitarbeiterliste ul.grid-one {
    grid-template-columns: repeat(1, 1fr);
  }
}
.tx-kkh-mitarbeiterliste ul.grid-two {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
  .tx-kkh-mitarbeiterliste ul.grid-two {
    grid-template-columns: repeat(2, 1fr);
  }
}
.tx-kkh-mitarbeiterliste ul.grid-three {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
  .tx-kkh-mitarbeiterliste ul.grid-three {
    grid-template-columns: repeat(3, 1fr);
  }
}
.tx-kkh-mitarbeiterliste ul.grid-four {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
  .tx-kkh-mitarbeiterliste ul.grid-four {
    grid-template-columns: repeat(4, 1fr);
  }
}
.tx-kkh-mitarbeiterliste ul .person {
  margin-bottom: 1rem;
  list-style-type: none;
}
.tx-kkh-mitarbeiterliste ul .person::marker {
  color: #333333;
}
.tx-kkh-mitarbeiterliste ul .person .text {
  display: inline;
}
.tx-kkh-mitarbeiterliste ul .person .text span {
  display: block;
  line-height: 1.2;
}
.tx-kkh-mitarbeiterliste ul .person .text span.name {
  font-weight: bold;
  font-size: 1rem;
}
.tx-kkh-mitarbeiterliste ul .person .text .jobAndMore {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: .2rem;
}
.tx-kkh-mitarbeiterliste ul .person .text .jobAndMore .job {
  font-size: .8rem;
  display: inline;
}
.tx-kkh-mitarbeiterliste ul .person .text .jobAndMore .job.more {
  border-right: 1px solid #000000;
  padding-right: .3rem;
}
.tx-kkh-mitarbeiterliste ul .person .text .open-modal {
  line-height: 1.2;
  color: black;
  background-color: unset;
  text-decoration: underline;
  border: unset;
  width: fit-content;
  font-size: .8rem;
  padding: 0;
}
.tx-kkh-mitarbeiterliste ul .person dialog .content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.tx-simpleSwiperContainer .simpleSwiper {
  aspect-ratio: 1;
  border-radius: 0.5rem;
}
.tx-simpleSwiperContainer .simpleSwiper .swiper-wrapper .swiper-slide .image {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}
.tx-simpleSwiperContainer .simpleSwiper .swiper-wrapper .swiper-slide .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tx-simpleSwiperContainer .simpleSwiper .swiper-pagination {
  bottom: .5rem;
  right: 0;
  padding-right: 1rem;
  text-align: right;
}
.tx-simpleSwiperContainer .simpleSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tx-kkh-startgrid {
  margin-block: 2rem;
  margin-inline: 1rem;
}
.tx-kkh-startgrid .container {
  --gap: 1rem;
  --radius: 5px;
  --lineWidth: .5rem;
  display: grid;
  grid-template-columns: 1fr var(--lineWidth) 1fr;
  grid-template-rows: 1fr var(--lineWidth) 1fr var(--lineWidth) 1fr var(--lineWidth) 1fr;
  grid-template-areas: "one . two" "one . ." "one . three" "trennerHorL trennerHorL trennerHorL" "five five five" "trennerHorM trennerHorM trennerHorM" "four . six";
  gap: var(--gap);
  padding-inline: 0;
  position: relative;
}
@media screen and (min-width: 48em) {
  .tx-kkh-startgrid .container {
    grid-template-columns: 1fr var(--lineWidth) 1fr var(--lineWidth) 0.5fr;
    grid-template-rows: 0.5fr var(--lineWidth) 0.5fr var(--lineWidth) 1fr;
    grid-template-areas: "one . two . four" "one . . . four" "one . three . four" "trennerHorL trennerHorL trennerHorL . trennerHorM" "five five five . six";
  }
}
.tx-kkh-startgrid .container div.title {
  display: flex;
  align-items: end;
  gap: .5rem;
}
.tx-kkh-startgrid .container div.title span.ca {
  color: #00a6f2;
  font-size: clamp(1rem, 3vw, 1.4rem);
  font-weight: bold;
}
.tx-kkh-startgrid .container div.title span.title {
  font-size: 6vw;
  font-weight: bold;
  color: #00a6f2;
  line-height: 1;
}
.tx-kkh-startgrid .container span.text {
  font-size: clamp(1rem, 3vw, 1.4rem);
}
.tx-kkh-startgrid .container .line {
  background-color: #40c3ff;
  align-self: stretch;
  border-radius: var(--radius);
}
.tx-kkh-startgrid .container .line.trennerVerS {
  grid-area: trennerVertS;
  grid-area: 1 / 2 / 4 / 3;
}
.tx-kkh-startgrid .container .line.trennerVerL {
  grid-area: trennerVertL;
  grid-area: 7 / 2 / 8 / 3;
}
@media screen and (min-width: 48em) {
  .tx-kkh-startgrid .container .line.trennerVerL {
    grid-area: 1 / 4 / 6 / 5;
  }
}
.tx-kkh-startgrid .container .line.trennerHorS {
  grid-area: trennerHorS;
  grid-area: 2 / 3 / 3 / 4;
}
.tx-kkh-startgrid .container .line.trennerHorM {
  grid-area: trennerHorM;
  grid-area: 6 / 1 / 7 / 4;
}
@media screen and (min-width: 48em) {
  .tx-kkh-startgrid .container .line.trennerHorM {
    grid-area: 4 / 5 / 5 / 6;
  }
}
.tx-kkh-startgrid .container .line.trennerHorL {
  grid-area: trennerHorL;
}
.tx-kkh-startgrid .container .item {
  position: relative;
}
.tx-kkh-startgrid .container .item:nth-of-type(6) {
  grid-area: one;
}
.tx-kkh-startgrid .container .item:nth-of-type(7) {
  grid-area: two;
}
.tx-kkh-startgrid .container .item:nth-of-type(8) {
  grid-area: three;
}
.tx-kkh-startgrid .container .item:nth-of-type(9) {
  grid-area: four;
}
.tx-kkh-startgrid .container .item:nth-of-type(10) {
  grid-area: five;
}
.tx-kkh-startgrid .container .item:nth-of-type(11) {
  grid-area: six;
}
.tx-kkh-startgrid .container .item:nth-of-type(11) .title {
  font-size: clamp(1.2rem, 4vw, 4rem);
  color: #00086a;
}
.tx-kkh-startgrid .container .item.werte {
  grid-area: werte;
}
.tx-kkh-startgrid .container .item.werte span {
  margin-bottom: 0;
  line-height: 1;
}
.tx-kkh-startgrid .container .item.werte span:first-of-type {
  font-size: 2.5rem;
  font-size: 4cqw;
}
.tx-kkh-startgrid .container .item.werte span:last-of-type {
  font-size: 4.4rem;
  font-size: 7cqw;
}
.tx-kkh-startgrid .container .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: .5rem;
}
.tx-kkh-startgrid .container .item .image img {
  width: 100%;
  height: auto;
}
.tx-kkh-startgrid .container .wrap {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 1rem;
  justify-items: center;
}
.tx-subnav {
  position: absolute;
  width: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #00a6f2;
  padding: .2rem;
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 48em) {
  .tx-subnav {
    left: unset;
    display: block;
    visibility: visible;
  }
}
@media screen and (min-width: 78.75em) {
  .tx-subnav {
    top: 1rem;
    right: 7.5rem;
    border-radius: 0.5rem;
    width: fit-content;
  }
}
.tx-subnav ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  list-style-type: none;
  flex-wrap: wrap;
}
.tx-subnav ul li {
  display: flex;
  justify-content: start;
  align-items: center;
  line-height: 1;
  padding: 1rem;
}
@media screen and (min-width: 48em) {
  .tx-subnav ul li {
    flex: 1 0 auto;
    padding: .5rem;
    justify-content: center;
  }
}
.tx-subnav ul li a {
  color: #333333;
  background-color: #ffffff;
  border-radius: 0.5rem;
  text-decoration: none;
  padding: 0.3rem 1rem;
  font-size: .8rem;
}
.tx-subnav ul li a:hover {
  background-color: #00086a;
  color: #ffffff;
}
.tx-subnav ul li {
  flex: 0 0 50%;
}
.tx-subnav ul li:nth-of-type(2n-1) {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.tx-subnav ul li:nth-of-type(1) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.tx-subnav ul li:nth-of-type(2) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 48em) {
  .tx-subnav ul li {
    flex: 1;
    border-bottom: unset;
  }
  .tx-subnav ul li + li {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }
  .tx-subnav ul li:nth-of-type(1),
  .tx-subnav ul li:nth-of-type(2) {
    border-bottom: unset;
  }
}
@media screen and (min-width: 78.75em) {
  .tx-subnav ul li {
    flex: 1 0 auto;
  }
}
.tx-subnav ul li a {
  color: #ffffff;
  text-decoration: none;
  background-color: unset;
}
.tx-subnav ul li a:hover {
  color: #ffffff;
  text-decoration: underline;
  background: unset;
}
.scrollheader .tx-subnav {
  display: block;
  visibility: visible;
  position: fixed;
  top: -2rem;
  right: unset;
  left: 50%;
  width: 100%;
  border-radius: unset;
  animation: fadeInFromTop .5s ease forwards;
}
@media screen and (min-width: 48em) {
  .scrollheader .tx-subnav {
    top: 0;
  }
}
.scrollheader .tx-subnav ul li:last-child {
  border-right: unset;
}
.tx-kkh-jobAbbinder {
  position: relative;
}
.tx-kkh-jobAbbinder .logoKkh {
  order: 1;
  width: 50cqw;
  height: auto;
  max-width: 288px;
}
@media screen and (min-width: 48em) {
  .tx-kkh-jobAbbinder .logoKkh {
    position: absolute;
    max-width: 15rem;
    top: 5vw;
    left: 5vw;
  }
}
.tx-kkh-jobAbbinder .logoJob {
  order: 3;
  width: 50cqw;
  height: auto;
  max-width: 280px;
}
@media screen and (min-width: 48em) {
  .tx-kkh-jobAbbinder .logoJob {
    position: absolute;
    bottom: 5vw;
    right: 5vw;
  }
}
.tx-kkh-jobAbbinder.petrol {
  background-color: #198182;
  color: #ffffff;
}
.tx-kkh-jobAbbinder.primary {
  background-color: #00086a;
}
.tx-kkh-jobAbbinder .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media screen and (min-width: 48em) {
  .tx-kkh-jobAbbinder .content {
    align-items: unset;
  }
}
.tx-kkh-jobAbbinder .content .grid {
  display: flex;
  flex-direction: column;
  order: 2;
  gap: 2rem;
}
@media screen and (min-width: 48em) {
  .tx-kkh-jobAbbinder .content .grid {
    display: grid;
    grid-template-rows: .5fr .7fr .2fr;
    grid-template-columns: .8fr .15fr 1fr;
    margin-block: 10rem;
    gap: 0;
  }
}
.tx-kkh-jobAbbinder .content .grid .kittel {
  grid-area: 1 / 1 / 4 / 3;
  align-self: center;
  width: 70%;
  height: auto;
}
@media screen and (min-width: 48em) {
  .tx-kkh-jobAbbinder .content .grid .kittel {
    align-self: end;
    width: 100%;
    height: unset;
    max-width: 25rem;
  }
}
.tx-kkh-jobAbbinder .content .grid .select {
  grid-area: 1 / 2 / 2 / 4;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.tx-kkh-jobAbbinder .content .grid .select .circle {
  width: 15cqw;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px solid #ffffff;
}
@media screen and (min-width: 48em) {
  .tx-kkh-jobAbbinder .content .grid .select .circle {
    width: 4.5rem;
  }
}
.tx-kkh-jobAbbinder .content .grid .select .yes,
.tx-kkh-jobAbbinder .content .grid .select .no {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}
.tx-kkh-jobAbbinder .content .grid .select .yes span,
.tx-kkh-jobAbbinder .content .grid .select .no span {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (min-width: 48em) {
  .tx-kkh-jobAbbinder .content .grid .select .yes span,
  .tx-kkh-jobAbbinder .content .grid .select .no span {
    font-size: 6cqw;
  }
}
.tx-kkh-jobAbbinder .content .grid .select .yes .circle {
  position: relative;
}
.tx-kkh-jobAbbinder .content .grid .select .yes .circle .pflaster {
  position: absolute;
  width: 100%;
  height: auto;
}
.tx-kkh-jobAbbinder .content .grid .select .yes .circle .pflaster.rotate {
  transform: rotate(90deg);
}
.tx-kkh-jobAbbinder .content .grid .text {
  grid-area: 2 / 3 / 3 / 4;
  display: flex;
  flex-direction: column;
}
.tx-kkh-jobAbbinder .content .grid .text span {
  font-size: 1.5rem;
  font-weight: bold;
}
.tx-kkh-jobAbbinder .content .grid .text a {
  color: #ffffff;
  text-decoration: underline;
}
.tx-kkh-textbildlinkbox {
  --red: #700;
  --green: #0a3f10;
}
.tx-kkh-textbildlinkbox ul {
  list-style-type: none;
  padding-left: 0;
}
.tx-kkh-textbildlinkbox ul li {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 1rem;
  border: 1px solid #ccc;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
}
.tx-kkh-textbildlinkbox ul li .text .title {
  font-size: 1.2rem;
}
@media screen and (min-width: 1079px) {
  .tx-kkh-textbildlinkbox ul li {
    padding: 2rem;
    display: grid;
    grid-template-columns: 3fr 6fr;
  }
}
.tx-kkh-textbildlinkbox ul li .image img {
  width: 100%;
  height: auto;
}
.tx-kkh-textbildlinkbox ul li.red {
  border-color: var(--red);
}
.tx-kkh-textbildlinkbox ul li.red .btn {
  background-color: var(--red);
  color: #fff;
}
.tx-kkh-textbildlinkbox ul li.green {
  border-color: var(--green);
}
.tx-kkh-textbildlinkbox ul li.green .btn {
  background-color: var(--green);
  color: #fff;
}
.tx-kkh-textbildlinkbox ul li.grau {
  border-color: #ccc;
}
.tx-kkh-textbildlinkbox ul li.grau .btn {
  background-color: #ccc;
  color: #000;
}
/*# sourceMappingURL=filename.map */