/**
 * https://davidhellmann.com/blog/development/sass-breakpoint-mixin
 */
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("../fonts/Ubuntu/Ubuntu-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Ubuntu-Medium";
  src: url("../fonts/Ubuntu/Ubuntu-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("../fonts/Ubuntu/Ubuntu-Light.ttf") format("truetype");
}
* {
  box-sizing: border-box;
}

html, body {
  font-size: var(--font-size-default);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

body.prevent-scroll {
  height: 100%;
  overflow: hidden;
}

.h1 {
  font-family: "Ubuntu-Light" !important;
  font-size: 2.25rem !important;
}
.h1.small-headline {
  font-size: 1.5rem !important;
}
@media (min-width: 768px) {
  .h1.small-headline {
    font-size: 2rem !important;
  }
}
@media (min-width: 768px) {
  .h1 {
    font-size: 3rem !important;
  }
}

.h2 {
  font-family: "Ubuntu-Regular" !important;
  font-size: 2.5rem !important;
}
.h2.small-headline {
  font-size: 2rem !important;
}

.h3 {
  font-family: "Ubuntu-Medium" !important;
  font-size: 1.35rem !important;
}

strong {
  font-weight: normal;
  font-family: "Ubuntu-Bold";
}

ul li {
  line-height: var(--line-height-default);
}

.px-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.flex-column {
  flex-direction: column;
}

.space-between {
  place-content: space-between;
}

.no-padding {
  padding: 0;
}

.section_separator .h3 {
  display: block;
  text-transform: uppercase;
  color: #fff;
  background-color: var(--light-red);
  margin: 0;
  line-height: 1.125rem;
  padding: 1rem 13.5%;
  z-index: 9;
  letter-spacing: 0.1em;
}
.section_separator .h3 a {
  cursor: default;
}

section {
  position: relative;
}
section.has-lines-above > .content {
  padding-top: 50px;
}
section.has-lines-above > .content.contact {
  padding-top: 0px;
}
@media (min-width: 768px) {
  section.has-lines-above > .content.contact {
    padding-top: inherit;
  }
}
@media (min-width: 768px) {
  section.has-lines-above-md > .content {
    padding-top: 50px;
  }
}
section.has-lines-below > .content:not(.no-padding-bottom) {
  padding-bottom: 50px;
}
section.has-lines-below-sm > .content:not(.no-padding-bottom) {
  padding-bottom: 0px;
}
@media (min-width: 576px) {
  section.has-lines-below-sm > .content:not(.no-padding-bottom) {
    padding-bottom: 50px;
  }
}
section.has-lines-below-lg > .content:not(.no-padding-bottom) {
  padding-bottom: 0px;
}
@media (min-width: 992px) {
  section.has-lines-below-lg > .content:not(.no-padding-bottom) {
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) {
  section.has-no-lines-below-md > .content:not(.no-padding-bottom) {
    padding-bottom: 0px;
  }
}
section.line-color-medium {
  background-image: var(--background-line-medium);
  border-right-color: var(--medium-grey);
}
section.line-color-medium:not([class*=section-width-]) [class*=content] {
  background-image: var(--background-line-medium);
}
section.line-color-medium [class*=row] {
  background-image: var(--background-line-medium);
}
section.line-color-medium [class*=column] {
  background-image: var(--background-line-medium);
}
section.line-color-medium .content.gray {
  background-size: calc(25% + 0.5px) 100px;
  border-right: 0;
}
section.line-color-medium .content.gray .row {
  background-image: none;
  border-right: 1px solid var(--medium-grey);
}
section.line-color-medium .content.gray [class*=column] {
  background-color: var(--light-grey);
}
@media screen and (max-width: 992px) {
  section > .row > .double_column:nth-of-type(2) {
    margin-left: 1px;
  }
}

[class*=column] {
  position: relative;
  display: flex;
  margin-left: unset;
  border-bottom: none;
  background-image: linear-gradient(90deg, blue 1px, transparent 1px);
  background-image: linear-gradient(90deg, var(--light-grey) 1px, transparent 1px);
  background-repeat: repeat-x;
  background-size: 100% 100%;
  background-color: white;
}
[class*=column] .row {
  display: flex;
  flex-direction: column;
}
[class*=column] .row:not(:first-of-type) {
  border-top: 1px solid var(--light-grey);
}

.content-wrapper [class*=column] {
  background-image: unset;
}

.quad-column {
  width: 100%;
  max-width: 100%;
}

.triple_column {
  width: 75%;
  max-width: 75%;
}

@media (min-width: 768px) {
  .triple_column-md {
    width: 75%;
    max-width: 75%;
  }
}

@media (min-width: 992px) {
  .triple_column-lg {
    width: 75%;
    max-width: 75%;
  }
}

.double_column.extend .row:last-of-type,
.double_column-md.extend .row:last-of-type {
  margin-top: auto;
}
.double_column.shift-below-bottom-line,
.double_column-md.shift-below-bottom-line {
  position: absolute;
  bottom: -50px;
  z-index: 1;
}
.double_column .row.shift-below-bottom-line,
.double_column-md .row.shift-below-bottom-line {
  bottom: auto;
  /* Somewhat hacky but it works: Extends column line when columns are shifted down */
}
.double_column .row.shift-below-bottom-line:first-of-type .double_column:nth-of-type(2)::before,
.double_column-md .row.shift-below-bottom-line:first-of-type .double_column:nth-of-type(2)::before {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background: var(--light-grey);
  position: absolute;
  top: -49px;
}
@media (min-width: 576px) {
  .double_column .row.shift-below-bottom-line,
.double_column-md .row.shift-below-bottom-line {
    bottom: -50px;
  }
}
.double_column .double_column,
.double_column-md .double_column {
  max-width: 50%;
}
.double_column .double_column-sm,
.double_column-md .double_column-sm {
  max-width: 100%;
}
@media (min-width: 576px) {
  .double_column .double_column-sm,
.double_column-md .double_column-sm {
    max-width: 50%;
  }
}
.double_column .column-md,
.double_column-md .column-md {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .double_column .column-md,
.double_column-md .column-md {
    width: 50%;
    max-width: 50%;
  }
}

@media (min-width: 576px) {
  .double_column-sm {
    width: 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .double_column-md {
    width: 50%;
    max-width: 50%;
  }
}

.column .news-entry,
.column .btn-column,
.column-md .news-entry,
.column-md .btn-column {
  position: relative;
}
.column .news-entry,
.column-md .news-entry {
  right: -2px;
  width: calc(100% - 2px);
}
.column .btn-column,
.column-md .btn-column {
  right: -1px;
  width: calc(100% - 1px);
  border-top: 1px solid var(--light-grey);
}

@media (min-width: 768px) {
  .column-md {
    width: 25%;
    max-width: 25%;
  }
}

@media (min-width: 992px) {
  .column-lg {
    width: 25%;
    max-width: 25%;
  }
}

.row {
  flex-direction: column;
  background-image: linear-gradient(90deg, green 1px, transparent 1px);
  background-image: linear-gradient(90deg, var(--light-grey) 1px, transparent 1px);
  --bs-gutter-x: 0px;
  --bs-gutter-y: 0px;
  flex-wrap: unset;
  margin-top: unset;
  margin-right: unset;
  margin-left: unset;
}
.row > * {
  flex-shrink: unset;
  padding-right: unset;
  padding-left: unset;
  margin-top: unset;
}
.row:last-of-type {
  border-bottom: 1px solid var(--light-grey);
}
.row.no-line-bottom {
  border-bottom: none;
}
.row.has-border-top {
  border-top: 1px solid var(--light-grey);
}
.row.row-h {
  flex-direction: row;
}
.row.row-h-sm {
  flex-direction: column;
}
@media (min-width: 576px) {
  .row.row-h-sm {
    flex-direction: row;
  }
}
.row.row-h-md {
  flex-direction: column;
}
@media (min-width: 768px) {
  .row.row-h-md {
    flex-direction: row;
  }
}
.row.row-height-100 {
  height: 100%;
}
.row h1, .row h2, .row h3, .row p {
  padding: 0;
  margin: 0;
}
.row h1, .row h2 {
  font-size: 3rem;
}
.row h1, .row h2, .row h3 {
  margin-bottom: 2rem;
}
.row p {
  margin: 0 0 1.625rem;
  letter-spacing: 0.368px;
  line-height: var(--line-height-default);
  hyphens: auto;
}
.row p:last-of-type {
  margin: 0;
}
@media (min-width: 576px) {
  .row {
    flex-direction: row;
  }
}

.content.company:last-of-type .row:last-of-type {
  border-bottom: unset;
}
@media (min-width: 576px) {
  .content.company:last-of-type .row:last-of-type {
    border-bottom: inherit;
  }
}
.content.contact .row:last-of-type {
  border-bottom: unset;
}

.section_separator p, .section_headline p {
  margin: 0;
}

.content_block {
  padding: unset;
}

.image-wrapper picture {
  position: relative;
  display: flex;
  height: 100%;
}
.image-wrapper picture img {
  max-width: 100%;
  height: 100%;
  max-height: unset;
  object-fit: cover;
}
.image-wrapper .caption {
  margin-top: 1rem;
  margin-bottom: 3rem;
  border-bottom: none;
}
.image-wrapper .caption span {
  border-bottom: unset;
}
@media (min-width: 576px) {
  .image-wrapper .caption {
    margin-bottom: 0px;
  }
  .image-wrapper .caption span {
    border-bottom: 1px solid var(--light-grey);
  }
}

.content-wrapper {
  width: 100%;
}
.content-wrapper.space-xsmall {
  padding: 1.75rem 2rem;
}
@media (min-width: 768px) {
  .content-wrapper.space-xsmall {
    padding: 1.75rem 2rem;
  }
}
.content-wrapper.space-small {
  padding: 2.5rem 2.5rem;
}
@media (min-width: 768px) {
  .content-wrapper.space-small {
    padding: 3rem 3.25rem;
  }
}
.content-wrapper.space-regular {
  padding: 2.5rem 2.5rem;
}
@media (min-width: 768px) {
  .content-wrapper.space-regular {
    padding: 3.5rem 4.25rem;
  }
}
@media (min-width: 576px) {
  .content-wrapper.space-xsmall-sm {
    padding: 1.75rem 2rem;
  }
}
@media (min-width: 992px) {
  .content-wrapper.space-regular-lg {
    padding: 3.5rem 4.25rem;
  }
}
.content-wrapper .description {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.content-wrapper ul:not([class*=no-padding]) {
  padding-left: 1.75rem;
}
.content-wrapper ul:not([class*=no-padding]) li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.content {
  padding: 0;
  background-image: linear-gradient(90deg, red 1px, transparent 1px);
  background-image: linear-gradient(90deg, var(--light-grey) 1px, transparent 1px);
  border-right: 0px solid transparent;
}
.content.gray {
  background-color: var(--light-grey);
}
@media (min-width: 768px) {
  .content {
    border-right: 1px solid magenta;
    border-right: 1px solid var(--light-grey);
  }
}

.company .double_column,
.company .double_column-md {
  display: flex;
  flex-direction: column;
  min-height: unset;
  margin-left: unset;
}

.content.company img, .slick-slider {
  margin-top: unset;
}

.centered {
  display: flex;
  place-content: center;
  place-items: center;
}

.centered-end {
  display: flex;
  place-content: center;
  place-items: flex-end;
}

.show_history {
  margin: unset;
}

.no-lines {
  background-image: none !important;
}

.details-wrapper {
  display: flex;
  place-content: space-between;
  flex-direction: column;
  place-items: initial;
  gap: 3rem;
}
.details-wrapper .detail {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.details-wrapper .detail .title,
.details-wrapper .detail .address,
.details-wrapper .detail .mail {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.details-wrapper .detail .title {
  font-family: "Ubuntu-Bold";
}
.details-wrapper .detail .mail a {
  color: black;
}
.details-wrapper .social {
  display: flex;
  gap: 1.25rem;
}
.details-wrapper .social a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .details-wrapper {
    flex-direction: row;
    place-items: flex-end;
    flex-wrap: wrap;
    gap: 1rem 0;
  }
}

.history.content {
  padding-bottom: 0;
}
.history .history-slider img {
  object-fit: cover;
  width: 100%;
  height: 15rem;
}

#quotes .content-wrapper.quote-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  height: 100%;
  padding-top: 4.25rem;
  padding-bottom: 4.25rem;
  border-bottom: 2px solid transparent;
}
#quotes .content-wrapper.quote-wrapper .portrait img {
  max-width: 80%;
  margin: 0 auto;
}
#quotes .content-wrapper.quote-wrapper .quote {
  font-family: "Ubuntu-Light";
  margin-bottom: 1rem;
}

.readmore {
  font-family: "Ubuntu-Bold", sans-serif;
  text-transform: uppercase;
  color: var(--dark-red);
  opacity: 0;
}

#job_listings .row [class*=column] .content-wrapper > * {
  border-left: 1px solid var(--medium-grey);
  border-right: 1px solid var(--medium-grey);
}
#job_listings .row [class*=column]:nth-of-type(2) .content-wrapper > * {
  border-left: 0;
}
#job_listings .row [class*=column] ul a {
  display: block;
  padding: 28px 25px;
}

.btn-column {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 14px 42px;
  padding: 1rem calc(var(--content-px) * 0.5);
  border: none;
  background: white;
  outline: none;
  text-align: left;
  cursor: pointer;
}
.btn-column:hover {
  font-family: "Ubuntu-Bold";
}
@media (min-width: 576px) {
  .btn-column {
    padding: 1rem calc(var(--content-px));
  }
}

a.back-button {
  display: block;
  width: calc(100% + 8.5rem);
  margin: -2.5rem -4.25rem;
  padding: 2.5rem 4.25rem;
  border-bottom: 1px solid var(--light-red);
  font-size: 18px;
  font-family: "Ubuntu-Medium";
  color: var(--light-red);
  text-decoration: none;
  text-transform: uppercase;
}
a.back-button + * {
  margin-top: 8.5rem;
}
@media (min-width: 768px) {
  a.back-button {
    margin: -3.5rem -4.25rem;
  }
}

footer {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 1.5rem var(--content-px);
  padding-bottom: 3rem;
  background-color: var(--dark-red);
}
footer p {
  margin: 0;
  color: white;
}
footer .links {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
footer a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  footer {
    padding-bottom: 1.5rem;
  }
  footer .links {
    gap: 2rem;
  }
}
@media (min-width: 768px) {
  footer {
    flex-direction: row;
    place-content: space-between;
    padding: 1.5rem calc(var(--section-margin-x) + var(--content-px));
  }
  footer .links {
    flex-direction: row;
  }
}

#fleet .content.fleet .row h2 {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  #fleet .content.fleet .row h2 {
    margin-bottom: inherit;
  }
}
#fleet .content.fleet .row [class*=column]:last-of-type:not(.flex-column) .content-wrapper {
  padding-top: 0;
}
@media (min-width: 576px) {
  #fleet .content.fleet .row [class*=column]:last-of-type:not(.flex-column) .content-wrapper {
    padding-top: 2.5rem;
  }
}
#fleet .content.fleet .link.column,
#fleet .content.fleet .link.column-md {
  position: static;
}
@media (min-width: 768px) {
  #fleet .content.fleet .link.column,
#fleet .content.fleet .link.column-md {
    position: absolute;
    bottom: 13%;
    left: 50%;
  }
}
#fleet ul {
  position: relative;
  left: 1px;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#fleet ul li {
  position: relative;
  border-right: 1px solid orange;
  border-right: 1px solid var(--light-grey);
  cursor: pointer;
}
#fleet ul li .entry-info {
  pointer-events: none;
}
#fleet ul li.open {
  cursor: default;
}
#fleet ul li.open .entry-details {
  pointer-events: all;
  height: auto;
}
#fleet ul li.open .btn-close {
  display: block;
  cursor: pointer;
}
#fleet ul li .entry-info {
  display: flex;
}
#fleet ul li .entry-info [class*=column] {
  display: block;
  width: 100%;
  padding: 1.5rem calc(var(--content-px) * 0.5);
  border-top: 1px solid orange;
  border-top: 1px solid var(--light-grey);
}
#fleet ul li .entry-info [class*=column] .entry-title {
  font-family: "Ubuntu-Bold";
}
@media (min-width: 576px) {
  #fleet ul li .entry-info [class*=column] {
    padding: 1.5rem calc(var(--content-px));
  }
}
@media (min-width: 768px) {
  #fleet ul li .entry-info [class*=column] {
    padding: 38px 42px;
  }
}
#fleet ul li .entry-details {
  pointer-events: none;
  overflow-y: clip;
  height: 0;
  transition: 0.2s ease all;
}
#fleet ul li .entry-details .panel-content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  #fleet ul li .entry-details .panel-content {
    flex-direction: row;
  }
}
#fleet ul li .entry-details .panel-content .image-wrapper {
  flex-basis: 66.66%;
  margin: 0;
  padding: 0;
}
#fleet ul li .entry-details .panel-content .image-wrapper img {
  max-height: 20rem;
}
@media (min-width: 768px) {
  #fleet ul li .entry-details .panel-content .image-wrapper img {
    max-height: unset;
  }
}
#fleet ul li .entry-details .panel-content .details-list {
  flex-basis: 33.33%;
  width: auto;
  margin: 0;
  padding: 28px 38px;
}
#fleet ul li .entry-details .panel-content .details-list h3 {
  font-family: "Ubuntu-Bold";
}
#fleet ul li .btn-close {
  position: absolute;
  top: 6.5rem;
  right: 0;
  display: none;
  width: 44px;
  height: 44px;
  margin: 14px 24px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid var(--dark-red);
  overflow: hidden;
  background: none;
}
@media (min-width: 768px) {
  #fleet ul li .btn-close {
    top: 0;
    margin: 30px;
  }
}

a.btn, .link.column a, .show_history {
  width: var(--btn-width);
  height: var(--btn-height);
  border-radius: var(--btn-border-radius);
  font-size: var(--btn-font-size);
}

.inspirational {
  font-size: 2.5rem;
}
.inspirational--small p {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin: 0;
}

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