.category {
  padding: 5px 12px;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color) !important;
  color: #ffffff;
  border-radius: 10px;
  display: inline-block;
  line-height: 0px;
}
.category.category--has-sub {
  padding-right: 30px;
}
.category.category--ghost {
  background-color: transparent;
}
.theme .category.category--ghost .category__label {
  color: var(--primary-color) !important;
}
.category .category__arrow {
  position: absolute;
  right: 12px;
  top: 11px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.theme .category .category__label {
  color: #ffffff !important;
  font-size: 18px;
  line-height: 130%;
}

.theme .subcategory.subcategory--selected .subcategory__label {
  font-weight: 600;
  color: var(--primary-color) !important;
}

.category--ghost .category__arrow {
  border-color: var(--primary-color) !important;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid var(--primary-color);
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--primary-color) transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.kesearch .kesearch__searchbox {
  border: none;
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 32px;
  column-gap: 32px;
  row-gap: 32px;
  grid-template-rows: auto;
}
@media only screen and (max-width: 992px) {
  .kesearch .kesearch__searchbox {
    grid-template-columns: repeat(6, 1fr);
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 16px;
  }
}
.kesearch .kesearch__filters {
  grid-column: 1/6;
}
@media only screen and (max-width: 1200px) {
  .kesearch .kesearch__filters {
    grid-column: 1/8;
  }
}
@media only screen and (max-width: 992px) {
  .kesearch .kesearch__filters {
    grid-row: initial;
    grid-column: 1/12;
  }
}
.kesearch .kesearch__filters ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.kesearch .kesearch__filters ul li {
  display: inline-block;
  position: relative;
  height: 31px;
  margin: 0 10px 10px 0;
  padding: 0 20px 0 20px;
}
.kesearch .kesearch__filters ul li input[type=checkbox] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid var(--primary-color);
  background-color: #ffffff;
  border-radius: 10px;
  width: 100%;
  font-size: 16px;
  height: 30px;
  padding: 0 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.kesearch .kesearch__filters ul li input[type=checkbox]:hover {
  cursor: pointer;
  background-color: var(--primary-color);
}
.kesearch .kesearch__filters ul li input[type=checkbox]:checked {
  background-color: var(--primary-color);
}
.kesearch .kesearch__filters ul li label {
  position: relative;
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  color: var(--secondary-color);
  margin-top: 3px;
  z-index: 1;
}
.kesearch .kesearch__filters ul li label:hover {
  cursor: pointer;
}
.kesearch .kesearch__filters ul li input[type=checkbox]:checked + label {
  color: #ffffff;
}
.kesearch .kesearch__filters ul li:hover {
  cursor: pointer;
}
.kesearch .kesearch__filters ul li:hover label {
  color: #ffffff;
}
.kesearch .kesearch__fulltext {
  grid-column: 8/13;
}
@media only screen and (max-width: 992px) {
  .kesearch .kesearch__fulltext {
    grid-row: initial;
    grid-column: 1/12;
  }
}
.kesearch .kesearch__fulltext .kesearch__fulltext-wrap {
  width: 100%;
  position: relative;
}
.kesearch .kesearch__fulltext .kesearch__fulltext-wrap input[type=text] {
  width: 100%;
  height: 40px;
  padding: 5px 20px;
  margin-bottom: 10px;
  border: 1px solid var(--secondary-color);
  border-radius: 200px;
  font-size: 18px;
  color: var(--secondary-color);
}
.kesearch .kesearch__fulltext .kesearch__fulltext-wrap:before {
  font-family: "kirche-ll-icons" !important;
  font-size: 30px;
  color: var(--secondary-color);
  content: "\e9b2";
  position: absolute;
  display: inline-block;
  top: 5px;
  right: 5px;
  width: 40px;
  height: 40px;
  pointer-events: none;
}
.kesearch .kesearch__fulltext input[type=submit] {
  height: 40px;
  padding: 5px 40px;
  background: var(--secondary-color);
  border: none;
  border-radius: 20px;
  font-size: 18px;
  color: #ffffff;
  float: right;
}
.kesearch .kesearch__fulltext input[type=submit]:hover {
  cursor: pointer;
}

.search-result__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 32px;
  column-gap: 32px;
  row-gap: 32px;
  grid-template-rows: auto;
}
@media only screen and (max-width: 992px) {
  .search-result__grid {
    grid-template-columns: repeat(6, 1fr);
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 16px;
  }
}
.search-result .teaser {
  background-color: #ffffff;
  border: 1px solid var(--secondary-color);
  border-radius: 25px;
  text-decoration: none;
  order: 2;
  grid-column: span 6;
}
@media only screen and (max-width: 992px) {
  .search-result .teaser {
    grid-row: initial;
    grid-column: span 12;
  }
  .search-result .teaser {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 992px) and (max-width: 768px) {
  .search-result .teaser {
    display: initial;
    flex-wrap: initial;
  }
}
.search-result .teaser:hover {
  color: #060142;
  border: 1px solid var(--secondary-color);
}
.search-result .teaser:hover * {
  color: #060142;
}
.search-result .teaser .teaser__image {
  display: block;
  position: relative;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 992px) {
  .search-result .teaser .teaser__image {
    width: 50%;
    height: calc(100% + 2px);
  }
}
@media only screen and (max-width: 768px) {
  .search-result .teaser .teaser__image {
    width: calc(100% + 2px);
    height: -moz-fit-content;
    height: fit-content;
  }
}
.search-result .teaser .teaser__image img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1200px) {
  .search-result .teaser .teaser__image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media only screen and (max-width: 768px) {
  .search-result .teaser .teaser__image img {
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.search-result .teaser .teaser__image .teaser__tag {
  position: absolute;
  bottom: 45px;
  left: 30px;
  line-height: 1;
  display: inline-block;
  width: 180px;
  height: 31px;
  background: var(--primary-color);
  padding: 7px;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  border-radius: 10px;
}
@media only screen and (max-width: 992px) {
  .search-result .teaser .teaser__image .teaser__tag {
    bottom: 15px;
    left: 15px;
  }
}
.search-result .teaser .teaser__content {
  width: 100%;
  padding: 25px 30px;
}
@media only screen and (max-width: 992px) {
  .search-result .teaser .teaser__content {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .search-result .teaser .teaser__content {
    width: 100%;
    height: auto;
    padding: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .search-result .teaser .teaser__content h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .search-result .teaser .teaser__content h3 {
    font-size: 22px;
    line-height: 130%;
  }
}
.search-result .teaser .teaser__content .teaser__link {
  color: #060142;
  text-decoration: underline;
}
.search-result .teaser.teaser--highlighted {
  background-color: color-mix(in oklab, var(--secondary-color) 15%, #ffffff);
}
.search-result .teaser .teaser__path {
  font-size: 18px;
  margin-top: -30px;
  height: 30px;
}
.search-result .teaser .teaser__content {
  min-height: 250px;
}
.search-result .teaser address {
  font-style: normal;
}
.search-result .teaser .teaser__heading h2 {
  font-size: 30px;
  margin-bottom: 50px;
  line-height: 36px;
}
.search-result .teaser .teaser__text {
  bottom: 25px;
  left: 25px;
  font-size: 18px;
}
.search-result .teaser .teaser__text ul {
  list-style: none;
  margin: 20px 0 0 0;
}
.search-result .teaser .teaser__text p {
  font-size: 18px;
}

.kesearch-result-num {
  display: block;
  border-top: 1px solid var(--secondary-color);
  padding-top: 10px;
  margin-bottom: 30px;
  font-size: 18px;
  color: color-mix(in oklab, #060142 50%, #ffffff);
}

.autocomplete-suggestions {
  box-shadow: none;
  border-radius: 20px;
}
.autocomplete-suggestions .autocomplete-suggestion {
  padding: 10px 20px;
  font-size: 18px;
  font-weight: normal;
}
.tx-kesearch-pi1 .ai-search {
  margin: 20px 0;
  background-color: color-mix(in oklab, var(--secondary-color) 30%, #ffffff);
  border-radius: 20px;
  padding: 20px;
}