.tx-nfausboerse .jobs-navigation {
  display: flex;
  justify-content: space-between;
}
.tx-nfausboerse .jobs-navigation .category-item {
  background-color: #00998a;
  color: white;
  padding: 5px 10px;
  text-align: center;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  font-family: "DIN";
  font-size: inherit;
}
.tx-nfausboerse .jobs-navigation div.category-item {
  background-color: #116d62;
  cursor: auto;
}
.tx-nfausboerse .type-select-wrapper {
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
}
.tx-nfausboerse .type-select-wrapper .select-wrapper {
  padding: 20px;
  max-width: 50%;
  flex: 1;
}
.tx-nfausboerse .type-select-wrapper .select-wrapper .selDisplay {
  width: 100% !important;
}
.tx-nfausboerse .company-container .nfausboerse-tile {
  padding: 10px;
  border: 1px solid #f0f0f0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  margin: 20px;
}
.tx-nfausboerse .company-container .company-tile {
  display: grid;
  grid-template-areas: "logo firma" "logo link" "job job";
  grid-template-columns: 150px 1fr;
  grid-template-rows: auto 40px 1fr;
}
.tx-nfausboerse .company-container .company-tile.hidden {
  display: none;
}
.tx-nfausboerse .company-container .company-tile img {
  justify-self: center;
  align-self: center;
  grid-row-start: 1;
  grid-row-end: 3;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
}
.tx-nfausboerse .company-container .company-tile .company-details {
  padding: 0 20px;
}
.tx-nfausboerse .company-container .company-tile .jobs-button {
  grid-column-start: 2;
  justify-self: end;
  padding: 10px;
}
.tx-nfausboerse .company-container .company-tile .job-container {
  grid-area: job;
  width: 100%;
  height: 0;
  visibility: hidden;
  display: none;
}
.tx-nfausboerse .company-container .company-tile .job-container.open {
  height: auto;
  visibility: visible;
  display: block;
}
.tx-nfausboerse .company-container .company-tile .job-container.hidden {
  display: none;
}
.tx-nfausboerse .company-container .company-tile .job-container .job-tile {
  display: grid;
  grid-template-columns: auto 2fr auto;
  grid-template-rows: auto 40px;
  margin: 10px 0;
  padding: 10px;
  overflow: unset;
}
.tx-nfausboerse .company-container .company-tile .job-container .job-tile .job-details {
  padding: 0 20px;
}
.tx-nfausboerse .company-container .company-tile .job-container .job-tile .employment-type {
  grid-column: 2;
  grid-row: 2;
  padding: 0 20px;
}
.tx-nfausboerse .company-container .company-tile .job-container .job-tile .share-icon {
  grid-column: 3;
  justify-self: end;
  cursor: pointer;
  padding: 10px 0;
}
.tx-nfausboerse .company-container .company-tile .job-container .job-tile .share-icon img {
  max-height: 100%;
  max-width: 18px;
  height: auto;
  width: auto;
  position: relative;
  top: 1px;
}
.tx-nfausboerse .company-container .company-tile .job-container .job-tile .share-icon .share-text {
  font-size: 0.8rem;
}
.tx-nfausboerse .company-container .company-tile .job-container .job-tile .share-icon .tool-tip {
  background-color: white;
  position: relative;
  width: max-content;
  z-index: 100;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  padding: 5px;
  left: calc(50% - 45px);
  cursor: auto;
}
.tx-nfausboerse .company-container .company-tile .job-container .job-tile .share-icon .tool-tip.hidden {
  position: absolute;
  left: -100000px;
  top: -100000px;
}
.tx-nfausboerse .company-container .company-tile .job-container .job-tile .share-icon input.hidden {
  position: absolute;
  left: unset;
  top: unset;
  z-index: -1000;
  width: 0;
  height: 0;
  border: none;
}
@media (max-width: 768px) {
  .tx-nfausboerse .company-container .company-tile .job-container .job-tile .share-icon .share-text {
    display: none;
  }
}
.tx-nfausboerse .company-container .company-tile .job-container .job-tile .company-logo {
  grid-row-start: 1;
  grid-row-end: 3;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  justify-self: unset;
}
.tx-nfausboerse .company-container .company-tile .job-container .job-tile .mehr_link + div {
  grid-row: 3;
  grid-column-start: 1;
  grid-column-end: 4;
}
.tx-nfausboerse .company-container .company-tile .job-container .job-tile.hidden {
  display: none;
}
.tx-nfausboerse .nfausboerse-button a {
  background-color: #00998a;
  color: white;
  padding: 5px 10px;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
}
.tx-nfausboerse .nfausboerse-button.mehr_link {
  grid-row-start: 2;
  grid-column-start: 3;
}
.tx-nfausboerse .no-content {
  display: flex;
  margin: 20px;
}
.tx-nfausboerse .no-content .info-icon {
  width: 63px;
  height: 63px;
}
.tx-nfausboerse .hidden {
  display: none;
}

.L-big .tx-nfausboerse, .L-small .tx-nfausboerse {
  max-width: 93vw;
}
.L-big .tx-nfausboerse .jobs-navigation, .L-small .tx-nfausboerse .jobs-navigation {
  overflow-x: scroll;
  border-bottom: 2px solid #f5f5f5;
}
.L-big .tx-nfausboerse .jobs-navigation .category-item, .L-small .tx-nfausboerse .jobs-navigation .category-item {
  margin: 10px;
}

.L-small .tx-nfausboerse {
  max-width: 100vw;
}
.L-small .tx-nfausboerse .jobs-navigation {
  overflow-x: scroll;
  border-bottom: 2px solid #f5f5f5;
}
.L-small .tx-nfausboerse .type-select-wrapper .select-wrapper {
  max-width: 100%;
  width: 100%;
  flex: unset;
}
.L-small .tx-nfausboerse .company-container .company-tile {
  grid-template-rows: auto auto auto;
}
.L-small .tx-nfausboerse .company-container .company-tile .job-container .job-tile {
  grid-template-columns: auto;
  grid-template-rows: auto auto auto auto;
}
.L-small .tx-nfausboerse .company-container .company-tile .job-container .job-tile .company-logo {
  display: none;
}
.L-small .tx-nfausboerse .company-container .company-tile .job-container .job-tile .job-details {
  grid-row: 1;
}
.L-small .tx-nfausboerse .company-container .company-tile .job-container .job-tile .employment-type {
  grid-column: 1;
  grid-row: 2;
}
.L-small .tx-nfausboerse .company-container .company-tile .job-container .job-tile .mehr_link {
  grid-row: 3;
  grid-column-start: 1;
  grid-column-end: end;
  justify-self: center;
  margin: 10px 0;
}
.L-small .tx-nfausboerse .company-container .company-tile .job-container .job-tile .mehr_link + div {
  grid-column: 1;
  grid-row: 4;
}
.L-small .tx-nfausboerse .company-container .company-tile .job-container .job-tile .share-icon {
  width: 30px;
}
.L-small .tx-nfausboerse .company-container .company-tile .job-container .job-tile .share-icon img {
  float: right;
  max-width: 100%;
}
.L-small .tx-nfausboerse .company-container .company-tile .job-container .job-tile .share-icon .tool-tip {
  left: -90px;
  top: 25px;
}
.L-small .tx-nfausboerse .company-container .company-tile .job-container .job-tile .share-icon .tool-tip.hidden {
  position: absolute;
  left: -100000px;
  top: -100000px;
}

/*# sourceMappingURL=styles.css.map */
