﻿/* Spaceing */
/* Heights */
/* Widths */
/* Borders */
/* Colors */
/* Typography */
/* Shadows */
/* Breakpoints */
/* Transitions */
.vacancy-titel {
  margin-bottom: 2rem;
}

.vacancy-controls {
  margin-bottom: 2rem;
}
.vacancy-controls select {
  background: url(/images/down-arrow.svg) no-repeat;
  background-position: calc(100% - 1rem) 1em, calc(100% - 1rem) 1em, 100% 0;
  background-color: #ffffff;
  appearance: none;
  justify-content: center;
  max-width: 100%;
  height: 3.5rem;
  padding: 1rem 1.5rem;
  gap: 5.5rem;
  border-radius: 0.5rem;
  border: 1px solid #BDBDBD;
}

.vacancy-tabel-header {
  border-bottom: black solid 1px;
}

.vacancy-tabel-row {
  word-break: break-word;
  border-bottom: black solid 1px;
  padding: 1rem;
  display: flex;
}
.vacancy-tabel-row a {
  color: black;
  text-decoration: none;
  width: fit-content;
  vertical-align: central;
}
.vacancy-tabel-row p {
  margin: 0;
}

@media only screen and (min-width: 992px) {
  .desktop-view {
    display: block;
  }
  .mobile-view {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .desktop-view {
    display: none;
  }
  .mobile-view {
    display: block;
  }
}
