﻿/* Spaceing */
/* Heights */
/* Widths */
/* Borders */
/* Colors */
/* Typography */
/* Shadows */
/* Breakpoints */
/* Transitions */
.vacancy-backwards-link {
  color: black;
  text-decoration: none;
}

.vacancy-description {
  display: flex;
  flex-direction: column;
}
.vacancy-description .vacancy-manchet {
  order: 1;
}
.vacancy-description .vacancy-facts-box-parent {
  height: max-content;
  order: 2;
}
.vacancy-description .vacancy-facts-box-parent .vacancy-facts-box {
  background-color: #e5e8e8;
  height: 100%;
  width: 100%;
  display: block;
  margin: auto 0;
}
.vacancy-description .vacancy-facts-box-parent .vacancy-facts-box .vacancy-facts-box-content {
  display: block;
  margin: auto 0;
}
.vacancy-description .vacancy-content {
  order: 3;
}

.vacancy-facts-box-parent {
  height: max-content;
}
.vacancy-facts-box-parent .vacancy-facts-box {
  background-color: #e5e8e8;
  height: 100%;
  width: 100%;
  display: block;
  margin: auto 0;
}
.vacancy-facts-box-parent .vacancy-facts-box .vacancy-facts-box-content {
  display: block;
  margin: auto 0;
}
