.gsa-search {
  margin: 30px 0;
}
.gsa-search a {
  color: #004191;
}
.gsa-search .gsa-input .btn {
  padding: 14px 35px;
}
.gsa-search .suchtipps {
  margin: 0;
  margin-top: -3px;
}
.gsa-search .suchtipps .panel {
  border: 0;
}
.gsa-search .suchtipps .panel .panel-heading {
  position: relative;
}
.gsa-search .suchtipps .panel,
.gsa-search .suchtipps .panel .panel-heading,
.gsa-search .suchtipps .panel .panel-heading .panel-title,
.gsa-search .suchtipps .panel .panel-heading .panel-title a {
  background-color: transparent;
}
.gsa-search .suchtipps .panel .panel-heading .panel-title {
  text-align: right;
  position: absolute;
  z-index: 499;
  right: 10px;
  top: 2px;
}
.gsa-search .suchtipps .panel .panel-heading .panel-title {
  padding: 0;
}
.gsa-search .suchtipps .panel .panel-heading .panel-title a {
  color: #00BEFF;
  padding: 8px;
}
.gsa-search .suchtipps .panel .panel-heading .panel-title a:hover,
.gsa-search .suchtipps .panel .panel-heading .panel-title a:hover {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  background-color: transparent;
  color: #333;
}
.gsa-search .suchtipps .panel .panel-heading .panel-title a:after,
.gsa-search .suchtipps .panel .panel-heading .panel-title a:hover:after {
  background-image: none;
  background-color: transparent;
}
.gsa-search .suchtipps .panel .panel-body {
  border: 0;
  padding: 50px 0 0 0;
}
.gsa-search .gsa-metas .well {
  padding: 8px 14px 6px 14px;
}
.gsa-search .gsa-metas .well p {
  margin-bottom: 0;
}
.gsa-search .did-you-mean {
  margin-top: -15px;
  padding-left: 14px;
}
.gsa-search .keymatch.jumbotron {
  padding: 8px 14px;
  margin-top: 20px;
}
.gsa-search .keymatch.jumbotron a {
  color: #262626;
}
.gsa-search .keymatch.jumbotron a:hover {
  color: #333;
}
.gsa-search .keymatch.jumbotron p {
  padding: 0;
}
.gsa-search .keymatch.jumbotron .small {
  color: #262626;
}
.gsa-search .result-list {
  margin: 20px 0;
}
.gsa-search .result-item {
  margin: 20px 0;
}
.gsa-search .result-item p {
  line-height: 1.6;
}
.gsa-search .result-item .result-head .typetag {
  color: #ccc;
}
.gsa-search .result-item .result-head,
.gsa-search .result-item .result-snippet,
.gsa-search .result-item .result-metas {
  margin: 0;
}
.gsa-search .result-item .result-snippet {
  font-size: 16px;
}
.gsa-search .result-item .result-metas {
  color: #333;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-color: #ccc;
}
.gsa-search nav {
  text-align: center;
}
.gsa-search nav .pagination-gap {
  border-color: transparent;
}
.gsa-search nav .pagination-gap:hover {
  background-color: #fff;
  cursor: default;
}
.gsa-search nav .pagination-gap:hover span {
  color: #333;
}