.page-type-article.node-26496 .mood-seven,
.article-bitkom-ai-assistent .mood-seven,
.article-bitkom-ki-assistent .mood-seven,
.article-bitkom-ki-suche .mood-seven,
.article-ki-suche .mood-seven {
  display: none;
  visibility: hidden;
}
.page-type-article.node-26496 .sheet__content,
.article-bitkom-ai-assistent .sheet__content,
.article-bitkom-ki-assistent .sheet__content,
.article-bitkom-ki-suche .sheet__content,
.article-ki-suche .sheet__content {
  flex: 0;
}

input[type=search] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input[type=search]::-ms-clear,
input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.sheet__footer {
  margin-top: -11px;
  padding: 40px 40px;
}

#mb_bitkom_ai_search.map-block,
#mb_bitkom_ki_suche.map-block {
  padding: 0;
  max-width: 100%;
}

.is-hidden {
  display: none !important;
}

.bitkom-ai-search-block {
  width: 100%;
  margin: 0 auto;
}

.bitkom-ai-search {
  background-color: #ebf5ff;
  display: flex;
  flex-direction: column;
  padding: 40px 0px 10px 0;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .bitkom-ai-search {
    padding: 30px 0px;
  }
}
@media (max-width: 599px) {
  .bitkom-ai-search {
    padding: 20px 0px;
  }
}
.bitkom-ai-search__results, .bitkom-ai-search-form {
  min-width: 1024px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 2em 0 2em 0;
  width: 100%;
}
@media (min-width: 1440px) {
  .bitkom-ai-search__results, .bitkom-ai-search-form {
    min-width: auto;
    padding-left: 40px;
    padding-right: 40px;
    width: calc(100% - 80px);
  }
}
@media (min-width: 1025px) {
  .bitkom-ai-search__results, .bitkom-ai-search-form {
    min-width: auto;
    padding-left: 40px;
    padding-right: 40px;
    width: calc(100% - 80px);
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .bitkom-ai-search__results, .bitkom-ai-search-form {
    min-width: auto;
    padding-left: 30px;
    padding-right: 30px;
    width: calc(100% - 60px);
  }
}
@media (max-width: 599px) {
  .bitkom-ai-search__results, .bitkom-ai-search-form {
    min-width: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% - 40px);
  }
}
.bitkom-ai-search__results {
  background-color: transparent;
  display: flex;
  flex-direction: column;
  padding: 2em 0 2em 0;
  width: auto;
}
.bitkom-ai-search__results[hidden] {
  display: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 599px) {
  .bitkom-ai-search__results {
    min-width: auto;
    width: auto;
    padding: 1em;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .bitkom-ai-search__results {
    min-width: auto;
    width: auto;
    padding: 1em 2em;
  }
}
@media (min-width: 1025px) {
  .bitkom-ai-search__results {
    padding: 2em 2em;
    min-width: auto;
    width: auto;
  }
}
@media (min-width: 1440px) {
  .bitkom-ai-search__results {
    padding: 2em 2em;
  }
}
.bitkom-ai-search-block {
  width: 100%;
  margin: 0 auto;
}
.bitkom-ai-search__controls {
  align-items: center;
  display: flex;
  gap: 0;
  width: 100%;
  position: relative;
  max-width: calc(80% - 65px);
}
@media (min-width: 600px) and (max-width: 1024px) {
  .bitkom-ai-search__controls {
    max-width: calc(100% - 65px);
  }
}
@media (max-width: 599px) {
  .bitkom-ai-search__controls {
    min-width: auto;
    width: auto;
    max-width: calc(100% - 65px);
  }
}
.bitkom-ai-search__controls #ki-search-input {
  background-color: #ffffff;
  border: 1px solid #1964ff;
  color: #07262d;
  flex: 1;
  font-size: 18px;
  height: 65px;
  outline: none;
  padding: 1em;
  padding-right: 65px;
  transition: background-color 0.2s, border-color 0.2s;
}
.bitkom-ai-search__controls #ki-search-input::placeholder {
  color: #4e4e4e;
  opacity: 0.9;
}
.bitkom-ai-search__controls #ki-search-input:focus, .bitkom-ai-search__controls #ki-search-input:active {
  background-color: #ffffff;
  border-color: #140082;
}
.bitkom-ai-search__controls #ki-search-input[aria-busy=true] {
  background-color: rgba(7, 38, 45, 0.03);
  border-color: #140082;
  border-left: 2px solid;
  cursor: wait;
  opacity: 0.85;
}
.bitkom-ai-search__controls #ki-search-submit,
.bitkom-ai-search__controls #ki-search-reset {
  background-color: #1964ff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 36px 36px;
  border: none;
  color: transparent;
  cursor: pointer;
  flex-shrink: 0;
  padding: 0;
  height: 65px;
  width: 65px;
  transition: background-color 0.2s;
}
.bitkom-ai-search__controls #ki-search-submit:hover,
.bitkom-ai-search__controls #ki-search-reset:hover {
  background-color: #140082;
}
.bitkom-ai-search__controls #ki-search-submit:disabled,
.bitkom-ai-search__controls #ki-search-reset:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.bitkom-ai-search__controls #ki-search-submit[hidden], .bitkom-ai-search__controls #ki-search-submit.is-hidden,
.bitkom-ai-search__controls #ki-search-reset[hidden],
.bitkom-ai-search__controls #ki-search-reset.is-hidden {
  display: none !important;
}
.bitkom-ai-search__controls #ki-search-submit {
  background-image: url("/themes/tokyo/src/assets/icons/search-insights-white.svg");
}
.bitkom-ai-search__controls #ki-search-reset {
  background-color: transparent;
  background-image: url("/themes/tokyo/src/assets/icons/cross-blue.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 36px 36px;
  cursor: pointer;
  height: 63px;
  width: 63px;
  position: absolute;
  right: 66px;
  top: 1px;
}
.bitkom-ai-search__controls #ki-search-reset:hover {
  background-color: transparent;
  background-image: url("/themes/tokyo/src/assets/icons/cross-petrol.svg");
}
.bitkom-ai-search__controls #ki-search-reset:focus-visible {
  outline: 2px solid #140082;
  outline-offset: 3px;
}
.bitkom-ai-search__meta {
  font-size: 16px;
  line-height: 20px;
}
.bitkom-ai-search__loading-indicator {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.bitkom-ai-search__disclaimer {
  color: #07262d;
  font-size: 14px;
  margin: 0.4rem 0;
}
.bitkom-ai-search__filters-form {
  margin: 0;
  padding: 0;
  border: 0;
}
.bitkom-ai-search__filters-wrapper {
  display: inline-flex;
  gap: 0.75rem;
  margin: 0.4rem 0;
}
@media (max-width: 400px) {
  .bitkom-ai-search__filters-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.bitkom-ai-search__filters-wrapper .dropdown {
  position: relative;
  display: inline-block;
}
.bitkom-ai-search__filters-wrapper .dropdown-toggle {
  cursor: pointer;
  font-size: 18px;
  position: relative;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.bitkom-ai-search__filters-wrapper .dropdown-toggle:hover, .bitkom-ai-search__filters-wrapper .dropdown-toggle:focus {
  outline: initial;
}
.bitkom-ai-search__filters-wrapper .dropdown-toggle::after {
  background-image: url("/themes/tokyo/src/assets/icons/arrow-white.svg");
  background-repeat: no-repeat;
  background-size: 14px 14px;
  content: "";
  height: 14px;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.2s ease;
  width: 14px;
}
.bitkom-ai-search__filters-wrapper .dropdown-menu {
  background: #ffffff;
  border-radius: 0px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: none;
  margin-top: 0.4rem;
  min-width: 86px;
  padding: 0.75rem 0.9rem;
  position: absolute;
  z-index: 1000;
}
.bitkom-ai-search__filters-wrapper .dropdown-menu .filter-options {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.4rem;
  width: 200px;
}
.bitkom-ai-search__filters-wrapper .dropdown-menu .filter-options li {
  margin-bottom: 0px;
  padding: 0;
}
.bitkom-ai-search__filters-wrapper .dropdown-menu .filter-options li::after {
  display: none;
  margin-bottom: initial;
}
.bitkom-ai-search__filters-wrapper .dropdown-menu .filter-options .filter-option {
  align-items: center;
  background: transparent;
  border: none;
  color: #07262d;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  gap: 0.5rem;
  padding: 0;
  text-align: left;
  width: 100%;
  transition: color 0.15s ease;
}
.bitkom-ai-search__filters-wrapper .dropdown-menu .filter-options .filter-option:focus {
  outline: 2px solid #1964ff;
  outline-offset: 2px;
}
.bitkom-ai-search__filters-wrapper .dropdown-menu .filter-options .filter-option:hover {
  color: #1964ff;
}
.bitkom-ai-search__filters-wrapper .dropdown-menu .filter-options .filter-option__box {
  border: 2px solid #1964ff;
  border-radius: 0px;
  display: inline-flex;
  margin-right: 6px;
  height: 14px;
  width: 14px;
  position: relative;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.bitkom-ai-search__filters-wrapper .dropdown-menu .filter-options .filter-option__box::after {
  border: solid #1964ff;
  border-width: 0 0 2px 2px;
  content: "";
  height: 6px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 2px;
  transform: rotate(-45deg) scale(0.8);
  transition: opacity 0.15s ease;
  width: 10px;
}
.bitkom-ai-search__filters-wrapper .dropdown-menu .filter-options .filter-option__label {
  display: flex;
  line-height: 1.2;
  font-size: 18px;
  cursor: pointer;
  font-size: 18px;
  gap: 0.5rem;
  padding: 0.4rem 0.25rem 0.4rem 0.15rem;
}
.bitkom-ai-search__filters-wrapper .dropdown-menu .filter-options .filter-option.is-active {
  color: #1964ff;
}
.bitkom-ai-search__filters-wrapper .dropdown-menu .filter-options .filter-option.is-active .filter-option__box {
  background: #1964ff;
  border-color: #1964ff;
}
.bitkom-ai-search__filters-wrapper .dropdown-menu .filter-options .filter-option.is-active .filter-option__box::after {
  border-color: #ffffff;
  opacity: 1;
}
.bitkom-ai-search__filters-wrapper .dropdown-menu label {
  align-items: center;
  color: #1964ff;
  cursor: pointer;
  display: flex;
  gap: 0.5rem;
  font-size: 18px;
}
.bitkom-ai-search__filters-wrapper .dropdown-menu label input {
  margin-right: 0.35rem;
}
.bitkom-ai-search__filters-wrapper .dropdown-menu label:hover {
  color: #07262d;
}
.bitkom-ai-search__filters-wrapper .dropdown.open-toggle {
  background-color: #1964ff;
  border-color: #1964ff;
  color: #ffffff;
  background-image: url("/themes/tokyo/src/assets/icons/filter-white.svg");
}
.bitkom-ai-search__filters-wrapper .dropdown.open-toggle::after {
  background-image: url("/themes/tokyo/src/assets/icons/filter-blue.svg");
  transform: translateY(-50%) rotate(180deg);
}
.bitkom-ai-search__filters-wrapper .dropdown.open-menu {
  display: block;
}
.bitkom-ai-search__filter-error {
  color: #a00000;
  font-size: 14px;
  margin: 0.4rem 0;
}
.bitkom-ai-search__result {
  color: #07262d;
  font-size: 18px;
  margin: 0;
}
.bitkom-ai-search__result:empty {
  display: none;
}
.bitkom-ai-search__result:not(:empty) {
  margin: 1em 0;
}
.bitkom-ai-search__result a {
  color: #1964ff;
  text-decoration: none;
}
.bitkom-ai-search__result a:hover {
  color: #07262d;
  text-decoration: none;
}
.bitkom-ai-search__result.is-loading {
  color: #1964ff;
  font-style: italic;
  min-height: 3em;
  padding: 1em 0;
}
.bitkom-ai-search__result.is-error {
  color: #a00000;
  font-weight: bold;
  padding: 1em 0;
}
.bitkom-ai-search__result.is-success {
  padding-top: 0.5em;
}
.bitkom-ai-search__intro {
  border-bottom: 1px solid #07262d;
  margin-bottom: 2em;
  padding-bottom: 1em;
  opacity: 1;
}
.bitkom-ai-search__intro-title {
  font-size: 20px;
}
.bitkom-ai-search__intro p {
  font-size: 20px;
  margin: 0 0 0.75em 0;
}
.bitkom-ai-search__item {
  border-bottom: 1px solid #07262d;
  opacity: 0.8;
  padding: 2em 0 0.5em 0;
}
.bitkom-ai-search__item:first-child {
  padding-top: 1em;
}
.bitkom-ai-search__title {
  font-size: 22px;
  margin: 0 0 0.25em 0;
  position: relative;
  padding-left: 40px;
}
.bitkom-ai-search__title::before {
  background-image: url(/themes/tokyo/src/assets/icons/arrow-blue-45.svg);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
}
.bitkom-ai-search__title span {
  font-weight: normal;
}
.bitkom-ai-search__title a {
  color: #1964ff;
  text-decoration: none;
}
.bitkom-ai-search__excerpt {
  color: #07262d;
  margin: 0 0 0.5em 0;
}
.bitkom-ai-search__link {
  color: #1964ff;
  font-size: 14px;
}

.search-title {
  border-bottom: 1px solid #4e4e4e;
  color: #07262d;
  padding-bottom: 1em;
  position: relative;
}
.search-title span {
  font-weight: normal;
  font-size: 25px;
}

.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-sort, .dropdown-filter {
  margin-top: 1em;
}
.dropdown-sort h3, .dropdown-filter h3 {
  padding: 0.5em 0;
  font-width: normal;
  font-size: 18px;
}
.dropdown-filter {
  min-width: 230px;
  width: 230px;
  margin-right: 2em;
}
.dropdown-sort {
  margin-right: 0em;
}
.dropdown-toggle {
  background-color: #1964ff;
  color: #ffffff;
  border: 1px solid #1964ff;
  border-radius: 0;
  cursor: pointer;
  font-size: 18px;
  padding: 0.5em 2em 0.5em 0.5em;
  position: relative;
  text-align: left;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  width: 100%;
}
.dropdown-toggle:focus {
  outline: 2px solid #1964ff;
  outline-offset: 2px;
}
.dropdown-toggle::after {
  background-image: url("/themes/tokyo/src/assets/icons/arrow-white.svg");
  background-repeat: no-repeat;
  background-size: 14px 14px;
  content: "";
  height: 14px;
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.2s ease;
  width: 14px;
}
.dropdown-toggle .dropdown-title,
.dropdown-toggle .selected-sort {
  color: #ffffff;
  font-size: 18px;
}
.dropdown-menu {
  background: #ffffff;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: none;
  margin-top: 0.4rem;
  min-width: 200px;
  padding: 0.75rem 0.9rem;
  position: absolute;
  z-index: 1000;
}
.dropdown-menu .filter-options {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.4rem;
}
.dropdown-menu .filter-options li::after {
  display: none;
}
.dropdown-menu .filter-option {
  align-items: center;
  background: transparent;
  border: none;
  color: #07262d;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  gap: 0.5rem;
  padding: 0.4rem 0.25rem 0.4rem 0.15rem;
  text-align: left;
  width: 100%;
  transition: color 0.15s ease;
}
.dropdown-menu .filter-option:focus {
  outline: 2px solid #1964ff;
  outline-offset: 2px;
}
.dropdown-menu .filter-option:hover {
  color: #1964ff;
}
.dropdown-menu .filter-option__box {
  border: 2px solid #1964ff;
  border-radius: 0;
  display: inline-flex;
  height: 16px;
  width: 16px;
  position: relative;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.dropdown-menu .filter-option__box::after {
  border: solid #1964ff;
  border-width: 0 0 2px 2px;
  content: "";
  height: 6px;
  left: 1px;
  opacity: 0;
  position: absolute;
  top: 2px;
  transform: rotate(-45deg) scale(0.8);
  transition: opacity 0.15s ease;
  width: 10px;
}
.dropdown-menu .filter-option.is-active {
  color: #1964ff;
}
.dropdown-menu .filter-option.is-active .filter-option__box {
  background: #1964ff;
  border-color: #1964ff;
}
.dropdown-menu .filter-option.is-active .filter-option__box::after {
  border-color: #ffffff;
  opacity: 1;
}
.dropdown-menu label {
  align-items: center;
  color: #07262d;
  cursor: pointer;
  display: block;
  font-size: 18px;
  line-height: 2em;
}
.dropdown-menu label input {
  margin-right: 0.35rem;
}
.dropdown-menu label:hover {
  color: #1964ff;
}
.dropdown.open .dropdown-toggle {
  background-color: #ffffff;
  border: 1px solid #1964ff;
}
.dropdown.open .dropdown-toggle:focus {
  outline: initial;
}
.dropdown.open .dropdown-toggle:after {
  background-image: url("/themes/tokyo/src/assets/icons/arrow-blue.svg");
  transform: translateY(-50%) rotate(180deg);
}
.dropdown.open .dropdown-toggle .dropdown-title,
.dropdown.open .dropdown-toggle .selected-sort {
  color: #1964ff;
}
.dropdown.open .dropdown-menu {
  display: block;
}

/*# sourceMappingURL=bitkom-ai-search.css.map */
