/*! eifel, Compiled at 2025-06-11 12:41:03 */
/**
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2021 infomax websolutions GmbH
 * @link       https://www.infomax-online.de
 * @author     Benjamin Hofmann <hofmann@infomax-it.de>
 * @since      2021-11-29
 */
/**

Navigation:
A. Structure
B. Items

**/
/**
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2021 infomax websolutions GmbH
 * @link       https://www.infomax-online.de
 * @author     Benjamin Hofmann <hofmann@infomax-it.de>
 * @since      2021-11-29
 */
/**

Navigation:
A.

**/
/*  =========================================================
 =A.
========================================================= */
/**
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2021 infomax websolutions GmbH
 * @link       https://www.infomax-online.de
 * @author     Benjamin Hofmann <hofmann@infomax-it.de>
 * @since      2021-11-29
 */
/**

Navigation:
A.

**/
/*  =========================================================
 =A.
========================================================= */
/**
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2021 infomax websolutions GmbH
 * @link       https://www.infomax-online.de
 * @author     Benjamin Hofmann <hofmann@infomax-it.de>
 * @since      2021-11-29
 */
/**

Navigation:
A. Breakpoints
B. Mediaqueries

**/
/*  =========================================================
 =A. Breakpoints
========================================================= */
/*  =========================================================
 =B. Mediaqueries
========================================================= */
.journeyItem__header button::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.journeyItem__header button::after {
  content: "\e907";
}
.journeyItem__header button[aria-expanded="true"]::after {
  content: "\e909";
}
/*  =========================================================
 =A. Structure
========================================================= */
.journey {
  box-sizing: border-box;
  width: 100%;
}
@media only screen and (min-width: 1001px) {
  .journey {
    padding: 0 5.35714286%;
  }
}
.journey__title {
  font: 700 normal 40px/40px 'BebasNeue', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  background: #545454;
  box-sizing: border-box;
  color: #f8f8f8;
  margin: 0;
  padding: 30px 5.35714286%;
  width: 100%;
}
@media only screen and (min-width: 1001px) {
  .journey__title {
    margin: 0 0 0 7%;
    padding: 10px 20px;
    width: 82%;
  }
}
.journey__title strong {
  display: block;
}
@media only screen and (min-width: 1001px) {
  .journey__title strong {
    font: 700 normal 70px/70px 'BebasNeue', sans-serif;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
    display: inline;
    margin: 0 10px 0 0;
  }
}
.journey__content {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1000px) {
  .journey__content {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media only screen and (min-width: 1001px) {
  .journey__content {
    margin: 0 0 0 7%;
    width: 82%;
  }
}
.journey__map {
  box-sizing: border-box;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .journey__map {
    height: 0;
    padding: 0 0 100% 0;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1000px) {
  .journey__map {
    height: 0;
    padding: 0 0 50% 0;
  }
}
@media only screen and (max-width: 1000px) {
  .journey__map {
    -ms-flex-order: 2;
        order: 2;
    position: relative;
  }
}
@media only screen and (min-width: 1001px) {
  .journey__map {
    display: inline-block;
    vertical-align: top;
    width: 45.45454545%;
  }
}
.journey__map__container {
  background: #dfdfdf;
  display: block;
  overflow: hidden;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  .journey__map__container {
    height: 100%;
    left: 0;
    position: absolute !important;
  }
}
@media only screen and (min-width: 1001px) {
  .journey__map__container {
    height: 100vh;
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}
.journey__list {
  background: #f8f8f8;
  box-sizing: border-box;
  padding: 10px 5.35714286%;
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  .journey__list {
    -ms-flex-order: 1;
        order: 1;
  }
}
@media only screen and (min-width: 1001px) {
  .journey__list {
    display: inline-block;
    padding: 10px 20px;
    vertical-align: top;
    width: 54.54545455%;
  }
}
/*  =========================================================
 =B. Items
     Structure strongly inspired by https://www.aditus.io/patterns/accordion/
========================================================= */
.journeyItem {
  border-bottom: 1px solid rgba(142, 148, 125, 0.2);
}
.journeyItem:last-child {
  border: none;
}
.journeyItem__header {
  margin: 0;
}
.journeyItem__header button {
  font: 500 normal 18px/30px 'SourceSansPro', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  background: none;
  border: 0;
  box-sizing: border-box;
  color: #545454;
  display: block;
  margin: 0;
  padding: 10px 0;
  position: relative;
  text-align: left;
  width: 100%;
}
@media only screen and (min-width: 1001px) {
  .journeyItem__header button {
    font: 500 normal 20px/30px 'SourceSansPro', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
  }
}
.journeyItem__header button:focus,
.journeyItem__header button:hover {
  background: rgba(142, 148, 125, 0.2);
  padding-left: 5px;
}
.journeyItem__header button::after {
  font-size: 14px;
  line-height: 1;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 20px;
}
.journeyItem__panel {
  padding: 5px 0;
}
@media only screen and (min-width: 1001px) {
  .journeyItem__panel {
    padding: 20px 0;
  }
}
.journeyItem__text {
  font: 300 normal 18px/30px 'SourceSansPro', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  color: #545454;
}
@media only screen and (min-width: 1001px) {
  .journeyItem__text {
    font: 300 normal 20px/30px 'SourceSansPro', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
  }
}
.journeyItem__text p {
  margin: 0 0 10px 0;
}
.journeyItem__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.journeyItem__addressbase {
  margin: 30px 0 0 0;
  overflow: hidden;
}
@media only screen and (min-width: 1001px) {
  .journeyItem__addressbase {
    margin: 40px 0 0 0;
  }
}
.journeyItem__addressbase__picture {
  display: block;
  margin: 0 0 15px 0;
  width: 100%;
}
@media only screen and (min-width: 601px) and (max-width: 1000px), only screen and (min-width: 1401px) {
  .journeyItem__addressbase__picture {
    float: left;
    margin: 0 20px 0 0;
    width: 47.745%;
  }
}
.journeyItem__addressbase__picture img {
  aspect-ratio: 1.7712766;
  display: block;
  height: auto;
  width: 100%;
}
@media only screen and (min-width: 601px) and (max-width: 1000px), only screen and (min-width: 1401px) {
  .journeyItem__addressbase__picture img {
    aspect-ratio: 1.77931034;
  }
}
.journeyItem__addressbase__text {
  overflow: hidden;
}
.journeyItem__addressbase__headline {
  font: 700 normal 27px/27px 'BebasNeue', sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  color: #545454;
  margin: 0;
}
@media only screen and (min-width: 1001px) {
  .journeyItem__addressbase__headline {
    font: 700 normal 30px/30px 'BebasNeue', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
  }
}
.journeyItem__addressbase__description {
  font: 300 normal 18px/30px 'SourceSansPro', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  color: #545454;
  margin: 15px 0 0 0;
}
@media only screen and (min-width: 1001px) {
  .journeyItem__addressbase__description {
    font: 300 normal 20px/30px 'SourceSansPro', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
  }
}
.journeyItem__addressbase__description p {
  margin: 15px 0 0 0;
}
.journeyItem__addressbase__button {
  text-align: right;
}
.journeyItem__addressbase__button .ghost-button {
  margin: 0;
}
