@font-face {
  font-family: 'Ubuntu-Regular';
  src: url('../fonts/Ubuntu/Ubuntu-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Ubuntu-Light';
  src: url('../fonts/Ubuntu/Ubuntu-Light.ttf') format('truetype');
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Ubuntu-Regular', sans-serif;
  background: #fff;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  overflow-x: hidden;
}
/* main {
  padding-top: 70px;
} */
h1,
h2 {
  font-family: 'Ubuntu-Light', 'sans-serif';
  font-size: 2em;
  font-weight: 300;
  padding-bottom: 0;
}
a {
  cursor: pointer;
}
header {
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding: 0 0;
  flex-direction: row;
  height: 70px;
  align-items: center;
  position: fixed;
  top: 0;
  transition: top 0.2s ease-in-out;
  z-index: 50;
  background-color: #fff;
}
.nav-up {
  top: -70px;
}
.logo img {
  max-height: 55px;
  margin-left: 50px;
}
.main_navigation {
  text-align: center;
  width: 500px;
  right: 180px;
  position: absolute;
}
.main_navigation ul {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.main_navigation li {
  list-style-type: none;
  margin: auto;
  width: 75px;
}
.main_navigation a {
  text-decoration: none;
  text-transform: uppercase;
  color: var(--dark-grey);
  font-size: 0.9em;
  cursor: pointer;
  font-weight: normal;
}
.main_navigation a:hover {
  font-weight: bold;
}
.language_picker {
  position: absolute;
  right: 50px;
}
.language_picker,
.language_picker a {
  text-decoration: none;
  text-transform: uppercase;
  color: var(--dark-red);
}
.header_image img {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
.header_image {
  position: relative;
}
.image_slider {
  margin: 0;
  padding: 0;
}
.claims-container {
  height: 160px;
  position: absolute;
  top: 12%;
  right: 8%;
}
.claim_slider.claims p,
.claims_additional p {
  padding-left: 10px;
  letter-spacing: 2px;
}
.claim_slider.claims,
.claims_additional {
  font-size: 2em;
}
.claim_slider.claims {
  border: 1px solid #fff;
  font-weight: 500;
  display: block;
  overflow: hidden;
}
.claim_slider.claims p {
  display: block;
  width: 100%;
  margin: 20px 0;
}
.claims_additional p {
  margin: 15px 0;
  font-weight: lighter;
}
.claim_slider .slick-track {
  flex-direction: column;
}
.claim_slider .slick-slide {
  margin: 0;
  min-height: 50px;
}
.claims_additional {
  border-bottom: 1px solid #fff;
  height: 60px;
}
.career_slider,
.company_slider {
  max-width: 100%;
  left: 1px;
}
.slick-slide {
  margin: 0;
  position: relative;
}
.slick-dots {
  bottom: 25px;
}
.slick-dots li {
  margin: 0 7px;
}
.slick-dots li button {
  border: 2px solid #fff;
  border-radius: 25px;
  width: 10px;
  height: 10px;
}
.slick-dots li.slick-active button,
.slick-dots li button::before,
.slick-dots li {
  height: 14px;
  width: 14px;
}
.slick-dots li button::before {
  color: transparent;
  line-height: 10px;
}
.slick-dots li.slick-active {
  border-radius: 25px;
  background-color: #fff;
}
.slick-dots li.slick-active button::before {
  color: #fff;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.history .slick-slide {
  height: 540px;
}
.history .slick-next::before,
.history .slick-prev::before {
  content: '';
}
.history .slick-prev,
.history .slick-next {
  background: transparent;
  display: block;
  width: 80px;
  height: 590px;
  padding: 0;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.history .slick-next {
  right: -81px;
}
.history .slick-prev:hover,
.history .slick-next:hover {
  background-image: url(../img/arrow_next.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.history .slick-prev {
  left: -80px;
}
.history .slick-prev:hover {
  background-image: url(../img/arrow_back.jpg);
}
.history h2 {
  padding: 50px;
}
.section_separator p,
.section_headline p {
  display: block;
  text-transform: uppercase;
  color: #fff;
  background-color: var(--light-red);
  margin: -5px 0 0 0;
  line-height: 30px;
  padding-left: 13.5%;
  font-weight: 200;
  z-index: 9;
  letter-spacing: 0.1em;
}
.section_headline {
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.section_separator.full {
  position: relative;
  z-index: 10;
}
.section_headline.left {
  left: 0;
  top: 0;
  width: 49.6%;
}
.section_headline.left p {
  padding-left: 27.9%;
}
.section_headline p {
  margin: 0;
}
.contact .section_headline p {
  width: 126.8%;
  padding-left: 51px;
  letter-spacing: 0.1em;
}
.contact.home .section_headline p,
.contact.career .section_headline p {
  margin-top: 50px;
}
.content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  /* width: 75%; */
  margin: 0 12%;
  padding: 50px 0;
  background-image: linear-gradient(
    90deg,
    var(--light-grey) 1px,
    transparent 1px
  );
  background-repeat: repeat-x;
  background-size: 25% 100%;
  border-right: 1px solid var(--light-grey);
}
.row h1,
.row h2,
.row p {
  padding: 30px 30px 0 30px;
  margin: 0;
  line-height: 1.3em;
}
.row p {
  padding: 30px;
  line-height: 1.7em;
}
/* .content.company,
.content.fleet,
.content.career {
  padding-top: 1px;
} */
/* .content.company {
  padding-bottom: 0;
} */
/* .content.news,
.content.quotes {
  width: 76%;
  background-color: var(--light-grey);
  margin: 0;
  position: relative;
  padding: 0 12%;
  background-image: none;
} */
.company .double_column {
  min-height: 45vh;
}
/* .content.contact {
  padding: 50px 0;
} */
.news h2,
.coordinates {
  margin-top: 25px;
  /* line-height: 1.7em; */
}
.news .row {
  padding: 0;
  background-image: none;
}
.news .column:hover,
.quotes .column:hover {
  background-color: #fff;
}
.news .column:nth-child(1):hover {
  background-color: var(--light-grey);
}
.column {
  width: 25%;
}
.news .column {
  width: 24.7%;
  border-top: 1px solid var(--light-grey);
  border-bottom: 1px solid var(--light-grey);
}
.news_content p.readmore {
  color: var(--light-grey);
  font-weight: bolder;
  text-decoration: none;
  margin-left: 30px;
  display: block;
  margin-bottom: 45px;
  width: fit-content;
  text-transform: uppercase;
  margin-top: 25px;
}
/* .content.news a {
  display: block;
  height: 100%;
  position: absolute;
  width: 24.7%;
} */
/* .news .row p {
  padding-top: 10px;
} */
.news .column:hover p.readmore {
  color: var(--dark-red);
}
.news .title p {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.7em;
  padding: 10px 30px;
}
.news .date p {
  padding-top: 70px;
  padding-bottom: 0;
}

.history {
  display: none;
  /* background-color: var(--light-grey); */
  padding-top: 0;
}
.history p {
  padding: 20px;
}
.show_history.active {
  background-color: var(--dark-red);
  color: #fff;
}
.show_history.active:hover {
  color: #fff !important;
}
.row {
  width: 100%;
  flex-direction: row;
  display: flex;
  position: relative;
  /* background-image: linear-gradient(
    90deg,
    var(--light-grey) 1px,
    transparent 1px
  ); */
  background-size: 25% 1000px;
}
.row.flex {
  display: flex;
}
.imprint .row {
  padding-top: 50px;
}
.company .column {
  text-align: center;
  position: relative;
}
.double_column {
  display: block;
  width: 49.9%;
  background-color: #fff;
  position: relative;
  margin-left: 1px;
  border-bottom: 1px solid var(--light-grey);
}
.column.triple {
  display: block;
  width: 74.95%;
  background-color: #fff;
  position: relative;
  margin-left: 1px;
  border-bottom: 1px solid var(--light-grey);
  border-top: 1px solid var(--light-grey);
}
.fleet .row:nth-child(1) .double_column {
  border-bottom: none;
}
/* .fleet p:nth-child(2),
.fleet p:nth-child(3) {
  padding-top: 10px;
} */
.double_column .column {
  width: 50%;
}
.inspirational {
  font-size: 2em;
  display: block;
  position: absolute;
  right: 8%;
  top: 10%;
  width: 35%;
}
.inspirational p {
  color: #fff;
  border-bottom: 1px solid #fff;
  width: 100%;
  padding: 0 20px 10px 0;
  padding-right: 0px;
  display: block;
  text-align: end;
  margin: 10px 0;
  padding-right: 20px;
}
.inspirational p {
  font-weight: 100;
}
.inspirational p:first-child {
  font-weight: 400;
}
.inspirational p:nth-last-child(1) {
  border-bottom: none;
  font-size: 0.5em;
  margin-top: 20px;
  text-align: end;
  margin-right: 20px;
}
.link.column {
  justify-content: center;
  display: flex;
}
a.btn,
.link.column a,
.show_history {
  border: 2px solid var(--dark-red);
  text-align: center;
  position: relative;
  border-radius: 25px;
  width: fit-content;
  color: var(--dark-red);
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  height: 45px;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  padding: 0 40px;
  transition: 0.2s ease all;
  font-family: "Ubuntu-Bold", sans-serif;
  font-size: 1rem;
  font-weight: normal;
}
.career .link.column {
  left: 1.59%;
  height: fit-content;
  bottom: 0;
  max-width: 25%;
  margin-top: auto;
}
.caption {
  text-align: center;
  border-bottom: 1px solid var(--light-grey);
}
.caption span {
  border-bottom: 1px solid var(--light-grey);
  padding-bottom: 15px;
  line-height: 30px;
}
.show_history {
  cursor: pointer;
  background-color: #fff;
  margin: 38px 13%;
}
a.btn:hover,
.show_history:hover,
.link.column a:hover {
  background-color: var(--dark-red) !important;
  font-weight: bold;
  content: attr(data-title);
  color: #fff;
}

.contact p {
  padding-left: 50px;
}
.coordinates p {
  font-size: 2em;
  font-weight: 100;
  letter-spacing: 0.5px;
  margin-top: 50px;
}
.content img {
  max-width: 100%;
}
.content.company img,
.slick-slider {
  margin-top: -1px;
}
.contact .socials {
  display: flex;
  position: absolute;
  bottom: 40px;
  right: 50px;
  gap: 15px;
}
.contact .column {
  border-top: 1px solid var(--dark-grey);
}
/* .contact h2 {
  padding: 50px;
  padding-top: 70px;
} */
.socials img {
  max-width: 35px;
}

/* Subpages extras */
.imprint .link.column {
  bottom: 0;
  width: 24.9%;
  position: relative;
}
.imprint .link.column a {
  position: absolute;
  bottom: 0;
}

.content:nth-child(1) {
  padding-top: 0;
}
.row .quote {
  text-align: center;
  /* margin: 10px auto; */
  max-width: 100%;
  font-size: 1.2em;
  font-weight: lighter;
  /* padding: 0px 55px; */
}
.row .quote p {
  line-height: 1.5em;
}
/* .quotes .row {
  background-size: 24.68% 1000px;
} */
/* .quotes .column {
  width: 24.7%;
} */
.quotes .portrait {
  display: flex;
  justify-content: center;
  text-align: center;
}
.quotes .portrait img {
  border-radius: 50%;
  max-width: 50%;
  /* margin-top: 30px; */
}

.job_listings .row h2 {
  line-height: 90px;
  border-top: 1px solid var(--dark-grey);
  border-bottom: 1px solid var(--dark-grey);
  margin: 0;
  background-color: #fff;
  padding: 0 25px;
}
.content.job_listings {
  padding: 0;
}
/* .job_listings .row .double_column {
  background: transparent;
  width: 49.8%;
} */
/* .job_listings .row .double_column:nth-child(2) {
  margin-left: 3px;
} */
.job_listings ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.job_listings ul li {
  border-bottom: 1px solid var(--dark-grey);
  background-color: #fff;
}
.job_listings ul li:nth-last-child(1) {
  margin-bottom: -1px;
}

.job_listings li a {
  /* line-height: 75px;
  margin-left: 25px; */
  /* text-decoration: none; */
  color: #000;
}
.job_listings li a:hover {
  font-weight: bold;
}

.content.no_padding-top {
  padding-top: 0;
  margin-top: -3px;
}

.next_news .news-item {
  background-color: var(--light-grey);
  position: absolute;
}

.next_news a {
  color: var(--dark-red);
  margin-left: 30px;
  margin-bottom: 50px;
  display: block;
  text-decoration: none;
}
.next_news {
  margin-left: 3px;
}
.column.triple .date {
  padding: 25px;
}
.fleet .link.column {
  bottom: 13%;
  left: 50%;
  position: absolute;
}
/* .fleet-list {
  padding-top: 0;
  height: 100%;
}
.fleet-list .column.triple ul li {
  border-bottom: 1px solid var(--light-grey);
  margin-bottom: -1px;
}
.fleet-list .column.triple ul li a {
  display: flex;
  width: 100%;
  height: 75px;
  align-items: center;
}
.fleet-list .column.triple .table-row a {
  height: auto;
  max-width: fit-content;
} */
/* .fleet-list ul {
  list-style-type: none;
  display: block;
  position: relative;
  margin: 0;
  margin-bottom: -1px;
  padding: 0;
}
.fleet-list .link.column {
  top: 0;
  bottom: auto;
  width: 24.9%;
}
.fleet-list ul li .column {
  width: 33%;
  padding-left: 40px;
  font-weight: 100;
}
.fleet-list ul li .column p {
  font-weight: light;
}
.fleet-list ul li .column:nth-child(1) p {
  font-weight: normal;
}
.fleet-list .details {
  display: flex;
  height: 0;
  width: 100%;
  padding: 0;
  flex-direction: row;
  overflow-y: clip;
  position: relative;
} */
.details img {
  max-width: 100%;
  height: fit-content;
  width: 97%;
}
.details-list {
  display: flex;
  width: 35.5%;
  flex-direction: column;
  margin-left: 20px;
}
.details-list a {
  color: var(--dark-red);
  margin-bottom: 20px;
}
.fleet-list .column.triple ul li a.close {
  display: none;
  height: auto;
  width: auto;
}
.details a.close img {
  border-radius: 50%;
}
.details-list .table-row {
  display: table-row;
}
.details-list .table-row p {
  width: 66%;
  padding: 0;
}
.details-list h3 {
  margin: 34px 0;
}
.fleet-list ul li .column:nth-child(1) {
  text-align: left;
}
.details-list .table-row strong {
  width: 30%;
  display: inline-block;
}
.details .close {
  position: absolute;
  border-radius: 50%;
  left: 61%;
  top: 8.5%;
  display: none;
}
.content.filter {
  padding: 0;
  margin-top: -4px;
}
.content.filter button {
  width: 100%;
  height: 50px;
  border: none;
  background: transparent;
  text-align: left;
  cursor: pointer;
  padding-left: 40px;
}
.content.filter button:hover {
  font-weight: bold;
}

#myBtn {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: 2px solid #fff;
  outline: none;
  cursor: pointer;
  border-radius: 25px;
  font-size: 45px;
  height: 44px;
  width: 44px;
  max-width: 44px;
  max-height: 44px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 0.5s ease-in-out;
  background-image: url(../img/arrow_up.png);
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: contain;
  background-color: transparent;
}

.top-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #000;
  height: 50px;
  padding: 1em;
}

/* .mobile-nav {
  display: none;
} */
.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu > li {
  margin: 0 1rem;
  overflow: hidden;
}

.menu-button-container {
  /* display: none; */
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  right: 10px;
  top: 0;
  position: absolute;
}
/* 
#menu-toggle {
  display: none;
} */

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #000;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(45deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-45deg);
}

/* @media (max-width: 700px) {
  .menu-button-container {
    display: flex;
  }
  .menu {
    position: absolute;
    top: 0;
    margin-top: 50px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .menu li {
    border: 1px solid #fff;
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: var(--dark-red);
    align-items: center;
  }
  .menu li a {
    text-decoration: none;
    color: #fff;
  }
  .menu > li:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
} */

/* Mobile edits start here */

@media (max-width: 480px) {
  /* .mobile-nav {
    display: block;
  } */
  /* .language_picker {
    display: none;
  } */
  .logo img {
    margin-left: 10px;
  }
  /* .main_navigation {
    display: none;
  } */
  .row {
    flex-direction: column;
    background-image: none;
  }
  .row h1,
  .row h2,
  .row p {
    padding: 0;
    margin: 20px 0;
  }
  footer {
    height: auto;
  }
  footer p {
    margin-left: 25px;
    line-height: 30px;
    margin-bottom: 0;
  }
  footer .links {
    display: block;
    position: relative;
    right: 0;
    max-width: 100%;
    width: 100%;
    top: 0;
  }
  footer .links a {
    /* display: block;
    margin: 0 25px;
    line-height: 30px; */
    text-decoration: underline;
  }
  .inspirational {
    top: 5%;
    /* font-size: 1em; */
    /* right: 2%;
    width: 60%; */
  }
  .inspirational p {
    margin: 5px 0 0 0;
  }
  .inspirational p:nth-last-child(1) {
    margin-top: 10px;
  }
  .claims_additional {
    top: 32%;
  }
  .content {
    /* width: 94.5%; */
    background-image: none;
    margin: 0 10px;
    border-right: none;
  }
  .column,
  .double_column {
    display: block;
    width: 100% !important;
    border-bottom: none;
  }
  .news .column {
    border-bottom: 1px solid var(--dark-grey);
  }
  .news .column:nth-last-child(1) {
    border-bottom: none;
  }
  .content.contact .row {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .content.contact .column {
    width: 50% !important;
  }
  .content.contact .row p {
    padding-bottom: 0;
  }
  .content.contact img {
    height: auto;
  }
  .contact .section_headline {
    right: 0;
    left: -10px;
    width: 78%;
  }
  .contact .socials {
    position: relative;
    right: 0;
    bottom: 0;
  }
  .show_history {
    display: block;
    position: relative;
    margin: auto;
    margin-top: 50px;
    width: 100%;
  }
  .career .link.column {
    position: relative;
    width: 100%;
    margin: auto;
    margin-top: 45px;
    left: 0;
  }
  .news_content a {
    color: var(--dark-red);
    margin-left: 0;
  }
  .section_headline.left {
    width: 100%;
  }
  .section_headline.left p {
    padding-left: 5%;
  }
  .job_listings .row .double_column {
    width: 100%;
  }
  .fleet .link.column {
    bottom: 0;
    left: 0;
    width: 100%;
    position: relative;
    margin: 30px 0;
  }
  .fleet-list .link.column {
    position: relative;
    width: 100%;
  }
  .fleet-list .details {
    inset: 0;
    flex-direction: column;
    background-color: #fff;
  }
  .details img {
    max-width: 100%;
  }
  .details .close {
    right: 10px;
  }
  .quotes .column {
    width: 100%;
    text-align: center;
  }
  .column.triple {
    width: 100%;
    border: none;
    height: initial;
    min-height: 80vh;
  }
  .details-list {
    background-color: #fff;
    width: 100%;
    margin-left: 0;
    padding-left: 5px;
  }
  .column.triple .date {
    padding: 25px 25px 25px 0;
  }
  .next_news .news-item {
    position: relative;
    padding: 10px;
  }
  .next_news .title {
    font-size: 1.2em;
    font-weight: bold;
  }
  .news h2 {
    margin-top: 50px;
  }
  .imprint .link.column {
    position: relative;
  }
  .slick-dots li button {
    border: 2px solid #fff;
    border-radius: 25px;
    width: 5px;
    height: 5px;
    padding: 0;
  }
  .slick-dots li button::before {
    line-height: 5px;
  }
  .slick-dots li.slick-active button,
  .slick-dots li button::before,
  .slick-dots li {
    height: 5px;
    width: 5px;
  }
  .contact .section_headline p,
  .section_headline.left p,
  .section_separator p,
  .section_headline p {
    padding-left: 3%;
  }
  .news .date p {
    padding: 0;
  }
  .job_listings li a {
    display: inline-block;
    line-height: inherit;
    margin: 10px 0;
  }
  .slick-slide img {
    max-height: 500px;
  }
}
