.typeahead-standalone{color:#000;display:flex;flex-direction:column;text-align:left}.typeahead-standalone .tt-input{background:transparent;z-index:1}.typeahead-standalone .tt-hint{background:#fff;color:#767676;cursor:default;user-select:none;z-index:0}.typeahead-standalone .tt-list{background:#fff;border:1px solid rgba(50,50,50,.6);box-sizing:border-box;overflow:auto;position:absolute;z-index:1000}.typeahead-standalone .tt-list.tt-hide{display:none}.typeahead-standalone .tt-list div[class^=tt-]{padding:0 4px}.typeahead-standalone .tt-list .tt-suggestion.tt-selected,.typeahead-standalone .tt-list .tt-suggestion:hover{background:#55acee;cursor:pointer}.typeahead-standalone .tt-list .tt-suggestion .tt-highlight{font-weight:900}.typeahead-standalone .tt-list .tt-group{background:#eee}
/*# sourceMappingURL=basic.css.map*/


/* @see typeahead/readme.md for class-names */
.tt-suggestion {
    background-color:#002d5c;
    padding: 2px!important;
    color: #fff;
}

.conti-theme #document #wrapper .oa-included-services__list ul {
  padding-top: 25px;
}

.conti-theme #document #wrapper .oa-included-services__list ul li {
  font-size: 16px;
  margin-bottom: 15px;
}

.conti-theme #document #wrapper .ccd-portlet-suche {
  padding: 0 !important;
  margin-bottom: 25px;
}

.conti-theme #document #wrapper .ccd-portlet-suche .ccd-vep-suche-einstieg {
  border: 0;
}

.conti-theme #document #wrapper .ccd-portlet-suche h2 {
  color: #fff;
  font-size: 18px;
}

.conti-theme #document #wrapper .ccd-portlet-suche .ccd-vep-suche-einstieg__text {
  margin: 0;
  line-height: normal;
}

.conti-theme #document #wrapper .ccd-portlet-suche .ccd-vep-suche-einstieg__form .typeahead-standalone {
  margin-bottom: 10px;
}

.conti-theme #document #wrapper .ccd-portlet-suche .ccd-vep-suche-einstieg__form input.tt-hint {
  height: 50px;
  border: 0;
  border-radius: 0;
} 

.conti-theme #document #wrapper .ccd-portlet-suche .ccd-vep-suche-einstieg__button {
  padding: 10px 25px;
  line-height: normal;
}

.conti-theme #document #wrapper .ccd-portlet-suche .ccd-vep-suche-einstieg__form .tt-suggestion {
  padding: 2px 10px !important;
  overflow: hidden;
  line-height: 1.5rem;
  border-bottom: 1px solid #a7a9bc;
}

.conti-theme #document #wrapper .ccd-portlet-suche .ccd-vep-suche-einstieg__form .tt-suggestion:last-child {
  border: 0;
}

@media only screen and (min-width: 600px) {
  .conti-theme #document #wrapper .ccd-portlet-suche .ccd-vep-suche-einstieg__form .tt-suggestion {
    padding: 4px 10px !important;
  }
  .conti-theme #document #wrapper .ccd-portlet-suche {
    padding-left: 25px;
    padding-right: 25px;
  }
  .conti-theme #document #wrapper .ccd-portlet-suche h2 {
    font-size: 26px;
  }
}

@media only screen and (min-width: 768px) {
  .conti-theme #document #wrapper .ccd-portlet-suche {
    padding-left: 35px;
    padding-right: 35px;
  }
  .conti-theme #document #wrapper .ccd-portlet-suche h2 {
    font-size: 34px;
  }
}