/* SEARCHFORM */

.searchform {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  padding: 1.5rem 2.5rem 1.25rem;
  background-color: rgba(255, 255, 255, 0.4);
}

#searchform {
  width: 300px;
  max-width: 540px;
  margin: 0 auto;
}

#searchform fieldset {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0;
  background: none;
}

#searchform fieldset > input,
#searchform fieldset > select,
#searchform fieldset > div {
  margin-bottom: 1rem;
}

#searchform fieldset input {
  width: 100%;
  height: 30px;
  padding: 0.375rem 1.25rem;
  font-family: Euclid Square-Medium, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  border: none;
}

#searchform fieldset input:not([type="submit"]) {
  color: #2f3033;
}

#searchform fieldset input:focus {
  outline: none;
}

#searchstring-holder {
  position: relative;
  display: flex;
}

#searchform fieldset #searchstring::placeholder {
  color: #2f3033;
}

#city-zip-holder {
  position: relative;
  display: flex;
}

#searchform fieldset #city-zip-holder::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 1.25rem;
  z-index: 10;
  width: 1.125rem;
  height: 1.4375rem;
  background-image: url("../images/map-marker.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  opacity: 0.45;
}

#searchform fieldset input#city-zip {
  padding-left: 4rem;
}

#searchform fieldset #radiusreplace,
.tx-mit-jobsearch #searchform fieldset select {
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  height: 30px;
  padding: 0.375rem 1.25rem;
  font-family: Euclid Square-Medium, sans-serif;
  font-size: 0.875rem;
  color: #757575;
  cursor: pointer;
  background: #fff url(../images/bg_search_select.gif) center right no-repeat;
  border: none;
  border-radius: 5px;
}

#searchform fieldset #radiusreplace ul {
  position: absolute;
  top: 42px;
  left: 0;
  width: 100%;
  list-style-type: none;
  background: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 0 1px 8px rgb(0 0 0 / 20%);
}

#searchform fieldset #radiusreplace ul li {
  padding: 0.375rem 1.25rem;
  background: #fff;
  border-radius: 0;
}

#searchform fieldset #radiusreplace ul li:last-of-type {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

#searchform fieldset #radiusreplace ul li.selected {
  background: #666;
  color: #fff;
}

#searchform fieldset #radiusreplace ul li:hover {
  background: #e3e3e3;
  color: #666;
}

.tx-mit-jobsearch input[type="submit"] {
  height: 42px !important;
  margin: 0;
  font-size: 1rem;
  color: #ffffff;
  background-color: #db504f;
  -webkit-appearance: none;
}

.tx-mit-jobsearch input[type="submit"]:hover {
  background-color: #d5302f;
}

@media (min-width: 992px) {
  .searchform {
    background-color: transparent;
    display: block;
    padding: 0;
    position: relative;
  }

  #searchform {
    width: 100%;
    max-width: 960px;
  }

  #searchform fieldset {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 60rem;
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0.375rem rgb(0 0 0 / 40%);
    flex-direction: row;
  }

  #searchform fieldset > input,
  #searchform fieldset > select,
  #searchform fieldset > div {
    margin-bottom: 0;
  }

  #searchform fieldset #searchstring-holder:not(.large-textbox)::after,
  #searchform fieldset #city-zip-holder::after {
    content: "";
    position: absolute;
    top: 0.75rem;
    right: 0;
    width: 1px;
    height: 2.5rem;
    background-color: #979797;
  }

  #searchform input#searchstring {
    min-width: 315px;
    height: 24px;
    padding: 1.25rem 1.625rem;
    font-size: 1.125rem;
    text-align: left;
    background-color: transparent;
  }

  #searchform fieldset #city-zip-holder::before {
    top: 1.25rem;
  }

  #searchform input#city-zip {
    height: 52px;
    font-size: 1.125rem;
    background-color: transparent;
  }

  #searchform fieldset input#searchsubmit {
    width: auto;
    height: 64px !important;
    padding: 1rem 3.25rem;
    font-size: 1.25rem;
    border-radius: 0 5px 5px 0;
  }

  #searchform fieldset #radiusreplace {
    width: 100px;
    height: 52px;
    font-size: 1.125rem;
  }

  #searchform fieldset #radiusreplace ul {
    top: 64px;
  }
}

/* FACETS */
#facets {
  position: relative;
  display: none;
  margin-top: 40px;
}

@media (min-width: 992px) {
  #facets {
    display: block;
    margin-top: 0;
    margin-right: 50px;
  }
}

#facets h2 {
  margin: 0;
}

#facets h3 {
  margin: 0 0 10px 0;
}
#facets h3 a {
  word-wrap: break-word;
  font-family: Euclid Square-Medium, sans-serif;
}

#facets input.btn {
  width: 100%;
  margin: 8px 0 20px 0;
}

#facets span {
  font-size: 16px;
  display: inline-block;
}

#facets span span {
  color: #000;
}

#facets-used {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}

#facets-used li {
  display: flex;
  padding: 0;
}

#facets-used li a {
  padding: 10px 30px 10px 10px;
  font-size: 12px;
  color: #454545;
  background: #fff url(../images/search/icon_removefacet.gif) center right 5px
    no-repeat;
  border-radius: 5px;
  box-shadow: 0 1px 8px rgb(0 0 0 / 10%);
}

#facets-used li a:hover {
  text-decoration: none;
  color: #000;
}

ul.facets-avaiable {
  margin: 0;
}

ul.facets-avaiable #dynamic-submit {
  width: 100%;
  height: auto;
  margin-top: 10px;
  font-family: "Euclid Square";
  background-color: #d5302f;
  -webkit-appearance: none;
}

ul.facets-avaiable:not(:last-of-type) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
}

ul.facets-avaiable li {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  place-content: space-between;
  padding: 0 10px 0 0;
  word-break: break-word;
}

ul.facets-avaiable li.list-submit {
  background: none !important;
}

ul.facets-avaiable li input {
  height: 20px;
  width: 24px;
  cursor: pointer;
  -webkit-appearance: none;
}

ul.facets-avaiable li input[type="checkbox"] {
  -webkit-appearance: none;
  border: none;
  padding: 0;
}

ul.facets-avaiable li input[type="checkbox"]:before {
  content: "";
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  background: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
}

ul.facets-avaiable li input[type="checkbox"]:after {
  content: "";
  position: relative;
  top: -18px;
  left: 6px;
  display: block;
  width: 12px;
  height: 13px;
}

ul.facets-avaiable li input[type="checkbox"]:disabled:after {
  filter: opacity(0.4);
}

ul.facets-avaiable li input[type="checkbox"]:checked:after {
  background: url("../images/checkmark.svg") center center no-repeat;
}

ul.facets-avaiable
  li
  input[type="checkbox"]:not(:disabled):checked:hover:after {
  background: url("../images/checkmark.svg") center center no-repeat;
}

ul.facets-avaiable li a {
  display: block;
  width: 100%;
  padding: 5px 10px;
  line-height: 24px;
  color: #757575;
  word-wrap: break-word;
  background: none;
  border-radius: 4px;
}

ul.facets-avaiable li.allselected a,
ul.facets-avaiable li.selected a {
  color: #db504f;
}

ul.facets-avaiable li a:hover {
  background-color: #e3e3e3;
  text-decoration: none;
}

ul.facets-avaiable li:hover {
  background-color: #e3e3e3;
}

ul.facets-avaiable li ul {
  border-top: 1px solid #c6c6c6;
  margin: 0 0 6px 0;
  padding: 6px 0 0 0;
}

ul.facets-avaiable li ul li {
  border-bottom: none;
}

ul.facets-avaiable li ul li a {
  font-size: 11px;
  padding-left: 40px;
}

ul.facets-avaiable li ul li.allselected a {
  background: url(../images/search/icon_facetallselected.gif) 26px 10px
    no-repeat;
}

ul.facets-avaiable li ul li.selected a {
  background: url(../images/search/icon_facetselected.gif) 26px 10px no-repeat;
}

ul.facets-avaiable li ul li a:hover {
  background-color: #e3e3e3;
}

/* PAGINATION */
.pagination {
  position: relative;
  z-index: 2;
  height: 40px;
}

.pagination ul.pages {
  width: 100%;
  text-align: center;
}

.pagination ul.pages li {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 2px;
  padding: 5px;
  list-style: none;
  border-radius: 100%;
  text-align: center;
}

.pagination ul.pages li a {
  color: #2f3033;
}

.pagination ul.pages li.selected {
  background: #db504f;
  color: #ffffff;
}

.pagination ul.pages li.selected a {
  color: #ffffff;
}

.pagination ul.pages li a:hover {
  text-decoration: none;
}

.pagination ul.pages li span {
  display: block;
  width: 24px;
  height: 28px;
  line-height: 30px;
  text-align: center;
  color: #000;
}

.pagination ul.pages li.tx-pagebrowse-first {
  margin-right: 20px;
}

.pagination ul.pages li.tx-pagebrowse-last {
  margin-left: 20px;
}

.pagination .sort-container {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.pagination div.selection {
  position: relative;
  float: left;
  width: 100px;
  height: 28px;
  padding: 0 10px;
  line-height: 28px;
  color: #000;
  cursor: pointer;
  background: url(../images/search/arrow_grey.gif) center right no-repeat;
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  box-shadow: 1px 1px 0 0 #fff;
}

.pagination div.selection ul {
  display: none;
  z-index: 3;
}

.pagination div.selection:hover ul {
  display: block;
  position: absolute;
  top: 26px;
  left: -1px;
  width: 120px;
  background: #fff;
  border: 1px solid #bebebe;
  border-top: 1px solid #e2e2e2;

  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.pagination div.selection ul li {
  float: none;
  background: none;
  padding: 0;
}

.pagination div.selection ul li a {
  padding: 3px 8px;
  display: block;
  color: #666;
}

.pagination div.selection ul li.selected a {
  background: #666;
  color: #fff;
}

.pagination div.selection ul li a:hover {
  text-decoration: none;
  background: #e3e3e3;
  color: #666;
}

/* SEARCHRESULTS LIST */
#searchresults {
  position: relative;
  background: #fff;
  z-index: 1;
}

#searchresults ul {
  margin: 0;
}

#searchresults ul li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  min-height: 125px;
  max-height: unset;
  margin: 0;
  padding: 0 0 40px 0;
  background: none;
  border-radius: 0;
}

#searchresults ul li:not(:first-of-type) {
  padding: 40px 0;
  border-top: 1px solid #d6d6d6;
}

#searchresults ul li.topjob .top-job-label {
  display: inline-block;
  width: 42px;
  color: #ffffff;
  text-align: center;
  background: url(../images/brush-bg-small.svg) center no-repeat;
  background-size: cover;
}

#searchresults ul li div.jobactions {
  padding: 0;
  position: absolute;
  top: 48px;
  left: -29px;
  width: 28px;
  height: 70px;
}

#searchresults ul li.topjob div.jobactions {
  height: 104px;
  top: 12px;
}

#searchresults ul li div.jobactions span,
#searchresults ul li div.jobactions a {
  display: block;
  height: 32px;
  width: 100%;
  border: 1px solid #c2c2c2;
  border-right: none;
  overflow: hidden;
  text-indent: -1000px;
}

#searchresults ul li div.jobactions span {
  display: none;
}

#searchresults ul li.topjob div.jobactions span {
  display: block;
  margin: 0;
  height: 30px;
  background: #db504f url(../images/search/icon_topjob.png) top left no-repeat;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

#searchresults ul li div.jobactions a.watchlist {
  background: #e3e3e3 url(../images/search/icon_watchlist.gif) top left
    no-repeat;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
}

#searchresults ul li div.jobactions a.apply {
  background: #e3e3e3 url(../images/search/icon_apply.gif) top left no-repeat;
  border-top: 1px solid #fff;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
}

#searchresults ul li div.jobactions a.watchlist:hover,
#searchresults ul li div.jobactions a.apply:hover {
  background-position: bottom left;
}

#searchresults ul li h2 {
  font-size: 18px;
  margin: 0 0 10px 0;
  font-weight: normal;
}

#searchresults ul li h2 a {
  color: #2f3033;
}

#searchresults ul li div.image,
#searchresults ul li div.noimage {
  padding: 0 160px 0 150px;
  position: relative;
}

#searchresults ul.small li div.image,
#searchresults ul.small li div.noimage {
  padding-right: 0;
}

#searchresults ul li div.imageborder {
  width: 120px;
  height: 120px;
  margin: 0;
  box-shadow: none;
}

#searchresults ul li div.imageborder img {
  max-width: 60px;
  max-height: 60px;
}

#searchresults ul li div.image div.dummyimage {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
}

#searchresults ul li div p {
  color: #2f3033;
  margin: 0 0 10px 0;
}

#searchresults ul li div span.job-publish-date {
  display: block;
  color: #757575;
}

#searchresults ul li .adress-map {
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#searchresults ul li .adress-map .button {
  display: flex;
  gap: 10px;
  justify-content: center;
  width: calc(100% - 44px);
  padding: 5px 20px;
}

#searchresults ul li .adress-map .button:hover img {
  filter: invert(1);
}

#mapLayer.olMap.modal {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}

#searchresults ul li .adress-map span.city-entry {
  white-space: nowrap;
}

.pagination .tx-pagebrowse {
  margin-top: 40px;
}

.pagination li.tx-pagebrowse-page,
.pagination li.tx-pagebrowse-current {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 2px;
  padding: 5px;
  list-style: none;
  border-radius: 100%;
}

.pagination li.tx-pagebrowse-page a {
  color: #2f3033;
}

.pagination li.tx-pagebrowse-page:hover {
  background: #f1f1f1;
  cursor: pointer;
}

.pagination li.tx-pagebrowse-page:hover a {
  text-decoration: none;
}

.pagination li.tx-pagebrowse-current {
  background: #db504f;
  color: #ffffff;
}

.pagination li.tx-pagebrowse-first {
  margin-right: 10px;
}

.pagination li.tx-pagebrowse-last {
  margin-left: 10px;
}

.pagination ul.pages li.tx-pagebrowse-first a,
.pagination ul.pages li.tx-pagebrowse-last a,
.pagination li.tx-pagebrowse-first a,
.pagination li.tx-pagebrowse-last a,
.pagination li.tx-pagebrowse-prev a,
.pagination li.tx-pagebrowse-next a {
  text-decoration: none !important;
  color: #db504f;
}

.pagination li.tx-pagebrowse-prev a::after {
  content: "Zurück";
  margin-left: 15px;
  color: #2f3033;
}

.pagination li.tx-pagebrowse-next a::before {
  content: "Nächste";
  margin-right: 15px;
  color: #2f3033;
}

#search .pagination div.selection {
  padding: 10px 20px;
  color: #000;
  border: 1px solid #c2c2c2;
}

#search .pagination div.selection:hover ul {
  top: 48px;
  left: -1px;
  width: 100%;
}

#search .pagination div.selection ul li a {
  padding: 5px 20px;
}

#search .pagination.top {
  margin-bottom: 20px;
  height: auto;
}

#search .pagination.top .right {
  display: flex;
  align-items: end;
  gap: 20px;
  float: left;
}

@media (min-width: 992px) {
  #searchresults ul li {
    flex-wrap: nowrap;
    max-height: 140px;
  }

  #searchresults ul li .adress-map {
    width: 140px;
    min-width: 140px;
    margin-left: auto;
  }

  #searchresults ul li .adress-map .button {
    width: unset;
  }

  #search .pagination.top .right {
    float: right;
  }
}

/* ALLGEMEIN */
.tx-mit-jobsearch h3 a {
  color: #2f3033;
  font-weight: normal;
  font-size: 16px;
}
.tx-mit-jobsearch .error {
  padding: 50px 10px 50px 70px;
  font-weight: bold;
  font-size: 15px;
  color: #000;
  background: transparent url(../images/icons/Exclamation-2.png) no-repeat 10px
    40px;
  border: 1px solid red;
}
/* TOPJOBS */
#tx-mit-jobsearch-topjobs .topjobs {
  display: grid;
  gap: 20px;
}

#tx-mit-jobsearch-topjobs h2 {
  padding-bottom: 0.75rem;
  font-family: Euclid Square, sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  color: #db504f;
}

#tx-mit-jobsearch-topjobs .topjobs .job-card-link {
  padding: 26px 30px;
  color: #2f3033;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 1px 8px rgb(0 0 0 / 20%);
}

#tx-mit-jobsearch-topjobs .topjobs .job-card-link:hover {
  text-decoration: none;
}

#tx-mit-jobsearch-topjobs .topjobs .job-card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

#tx-mit-jobsearch-topjobs .topjobs .job-card-image {
  display: flex;
  min-height: 60px;
}

#tx-mit-jobsearch-topjobs .topjobs .job-card-image img {
  max-width: 100px;
  height: 100%;
  max-height: 48px;
  margin-bottom: 1rem;
}

#tx-mit-jobsearch-topjobs .topjobs .job-card-title {
  margin-bottom: 0.5rem;
  font-size: 14px;
  font-weight: normal;
  word-break: break-word;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#tx-mit-jobsearch-topjobs .topjobs .job-card-company {
  font-size: 0.8rem;
  color: #80838e;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

#tx-mit-jobsearch-topjobs .topjobs .job-card-date {
  margin-top: 10px;
  font-size: 0.8rem;
  color: #80838e;
}

#tx-mit-jobsearch-topjobs .button {
  display: inline-block;
  min-width: 170px;
  margin-top: 40px;
}

.tx-mit-jobsearch-results {
  z-index: 5;
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
  max-width: 100%;
  margin-bottom: 40px;
}

#container-header .tx-mit-jobsearch-results {
  margin: 0;
}

span.noWrap {
  white-space: nowrap;
}

.tx-mit-jobsearch .box {
  margin: 10px;
}
.tx-mit-jobsearch .box-inner {
  margin: 20px;
}
.tx-mit-jobsearch .box-inner ul {
  list-style-type: square;
}
.tx-mit-jobsearch .box-inner a {
  color: black;
  font-weight: bold;
}

@media (min-width: 768px) {
  #tx-mit-jobsearch-topjobs .topjobs {
    grid-template-columns: repeat(2, 1fr);
  }

  #tx-mit-jobsearch-topjobs .topjobs .job-card-link {
    min-height: 200px;
  }

  #tx-mit-jobsearch-topjobs .topjobs .job-card-date {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .tx-mit-jobsearch-results #search {
    width: 100%;
  }

  #tx-mit-jobsearch-topjobs .topjobs {
    grid-template-columns: repeat(3, 1fr);
  }

  #tx-mit-jobsearch-topjobs .topjobs .job-card-link {
    min-height: 220px;
  }
}

@media (min-width: 1200px) {
  #tx-mit-jobsearch-topjobs .topjobs {
    grid-template-columns: repeat(4, 1fr);
  }
}

/*AUTOCOMPLETION*/
div.autocomplete {
  left: auto !important;
  top: 41px !important;
  right: 47px !important;
  min-width: 260px;
  width: 260px !important;
  border: 1px solid #666;
  border-radius: 5px;
  margin: 0;
  padding: 0;
  z-index: 1000;
  background: #fff;
  border: 1px solid #bebebe;
  border-top: 1px solid #e2e2e2;

  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
div.autocomplete ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: none;
  background: none;
}
div.autocomplete ul li.selected {
  background: #666;
  color: #fff;
}
div.autocomplete ul li {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 2px;
  line-height: 22px;
  cursor: pointer;
  color: #666;
  background: #fff;
  border-bottom: 1px solid #666;
  border-radius: 0;
}

/*  Unternehmenssuche Formular */
.company-search-form {
  flex-direction: column;
}

.grid_12 .company-search-form {
  position: relative;
  padding: 24px 0 0 0;
}

.company-search-form #searchstring-holder {
  width: 100%;
}

#container-content #searchform {
  display: none;
}

#container-content .searchform .h4 {
  margin-top: 10px;
}

#container-header .searchform .h4 {
  margin-top: 10px;
  display: none;
}

.company-search-form #searchform fieldset {
  max-width: 40rem;
}

.company-search-form #searchform {
  padding-bottom: 40px;
}

.company-search-form h4,
.company-search-form ul.horizontal-nav {
  font-size: 1rem;
  text-transform: uppercase;
  text-align: center;
}

.company-search-form ul.horizontal-nav li a:hover {
  color: #db504f;
}

.company-search-form ul.horizontal-nav li a.selected {
  color: #db504f;
}

/*Unternehmenssuche Übersicht */
#companyOverview div#companySet {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, 1fr);
}

#companyOverview div.imageborder {
  width: 100%;
  min-height: 220px;
  box-shadow: 0 1px 8px rgb(0 0 0 / 20%);
}

#companyOverview div.imageborder a {
  display: block;
  width: 100%;
  height: 100%;
}

#companyOverview div.imageborder img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 130px;
  max-height: 100px;
  margin: auto;
}

#companyOverview #companyBackButton {
  text-align: right;
}

@media (min-width: 768px) {
  #companyOverview div#companySet {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  #companyOverview div#companySet {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Unternehmenssuche Liste */
.company-search-list #search .pagination.top {
  display: flex;
  justify-content: flex-end;
  height: auto;
  margin-bottom: 20px;
}

.company-search-list.grid_12 {
  margin-bottom: 80px;
}

.company-search-list #searchresults .company-data {
  width: 100%;
}

.tx-mit-jobsearch-results .company-details address {
  font-style: normal;
}

.company-search-list .tx-mit-jobsearch-results #search div.image a:hover {
  text-decoration: none;
}

.company-search-list .tx-mit-jobsearch-results #search div.image {
  padding: 0 205px 0 150px;
}

@media (min-width: 768px) {
  .tx-mit-jobsearch-results .company-details {
    padding-left: 40px;
  }
}

@media (min-width: 992px) {
  .tx-mit-jobsearch-results {
    flex-direction: row;
  }

  .company-search-list.grid_9-lg .tx-mit-jobsearch-results {
    padding-left: 40px;
  }

  .company-search-list .tx-mit-jobsearch-results #search div.adress-map {
    width: 280px;
    min-width: 140px;
  }
}

/* Unternehmensdetailseite */
.company-detail-header div h1 {
  margin-top: 0 !important;
}
.company-detail-header div img {
  max-width: 100%;
  max-height: 150px;
}
.company-detail-header address {
  font-style: normal;
  line-height: 17px;
}
.company-detail-header address a {
  white-space: nowrap;
}
.company-detail-header address strong {
  display: block;
  margin-bottom: 5px;
}
.company-detail-header .sm-links {
  color: #000;
}
.company-detail-header .sm-links:hover {
  color: #db504f;
}
