@charset "UTF-8";
@import url("https://fonts.cdnfonts.com/css/frutiger");
/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
body {
  font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
  overflow-x: hidden;
  overflow-y: auto;
  height: 200vh;
}

.fa-chevron-down {
  color: #009ee0 !important;
  position: fixed;
  bottom: 5vh;
  right: 5vh;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-50px);
  }
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00467D;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid rgba(255, 255, 255, 0.2);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.post-title-wrapper {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.post-title-wrapper .blue-div {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0%;
  /* Start with height 0% */
  background-color: #00467D;
  overflow: hidden;
}
.post-title-wrapper .blue-div .post-title {
  position: absolute;
  bottom: 0;
  right: 40px;
  font-weight: bold;
  color: #fff;
  background-color: transparent;
  height: 60px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px 10px;
  border-radius: 4px;
  filter: drop-shadow(0 0 4px #00467D);
  opacity: 0;
  /* Ensure visibility against the blue background */
}

.bg-transparent {
  background: transparent;
}
.bg-rounded {
  border-radius: 50vw 50vw 0px 0px/100px 100px 0px 0px;
}
.bg-blue-gradient {
  background-color: #00467D;
}
.bg-right-gradient {
  background-position: 70% 0;
}
.bg-none {
  background: none !important;
}

/* FullscreenVideo.js */
.fullscreen-video-container {
  height: 100vh;
  color: #fff;
}
.fullscreen-video-container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fullscreen-video-container video ::-webkit-media-controls-fullscreen-button {
  display: none;
}
.fullscreen-video-container .videoDiv {
  position: relative;
}
.fullscreen-video-container .videoDiv .videoText {
  position: absolute;
  font-size: 1.6rem;
  margin-top: -60px;
  color: #fff;
  width: 100%;
  padding: 10px;
  text-align: left;
  display: block;
  left: 15px;
  top: 50px;
  filter: drop-shadow(2px 2px 3px #002038);
}
.fullscreen-video-container .cards-container {
  pointer-events: none;
}
.fullscreen-video-container .cards-container .card {
  border-radius: 0;
  border: 0;
  pointer-events: none;
}
.fullscreen-video-container .cards-container .card.left-card {
  justify-content: flex-end;
  padding-bottom: 70px;
}
.fullscreen-video-container .cards-container .card.left-card h1 {
  font-family: "Frutiger", sans-serif;
  font-size: 80px;
  font-weight: bold;
  line-height: 70px;
}
.fullscreen-video-container .cards-container .card.left-card p {
  font-size: 18px;
}
.fullscreen-video-container .cards-container .card.left-card p::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 9px;
  margin-right: 10px;
  margin-bottom: 1px;
  border-radius: 11px;
  background-color: #fff;
}
.fullscreen-video-container .cards-container .card img {
  height: auto;
  width: 80%;
  max-height: 80%;
  margin-left: 10%;
  bottom: 70px;
  position: absolute;
}
.fullscreen-video-container .cards-container .card img.scaled {
  width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
  bottom: 0;
}
.fullscreen-video-container .cards-container .card span {
  font-size: 1.8rem;
  width: 80%;
  margin-left: 10%;
  bottom: 70px;
  position: absolute;
  padding: 10px;
  text-align: right;
  filter: drop-shadow(2px 2px 3px #002038);
}
.fullscreen-video-container .cards-container .card span.scaled {
  width: 100%;
  margin: 0;
  bottom: 10px;
  padding-right: 50px;
}

/* FullscreenImage.js */
.fullscreen-image-container {
  height: 100vh;
  position: relative;
  color: #fff;
}
.fullscreen-image-container img.fullscreen-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fullscreen-image-container span.fullscreen-img {
  font-size: 1.8rem;
  position: absolute;
  bottom: 10px;
  width: 100%;
  padding: 10px;
  text-align: right;
  right: 40px;
  filter: drop-shadow(2px 2px 3px #002038);
}
.fullscreen-image-container .cards-container {
  position: relative;
  z-index: 1;
  /* Ensure it's above other elements */
}
.fullscreen-image-container .cards-container .card {
  border-radius: 0;
  border: 0;
}
.fullscreen-image-container .cards-container .card.left-card {
  justify-content: flex-end;
  padding-bottom: 70px;
}
.fullscreen-image-container .cards-container .card.left-card h1 {
  font-family: "Frutiger", sans-serif;
  font-size: 80px;
  font-weight: bold;
  line-height: 70px;
}
.fullscreen-image-container .cards-container .card.left-card p {
  font-size: 18px;
}
.fullscreen-image-container .cards-container .card.left-card p::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 9px;
  margin-right: 10px;
  margin-bottom: 1px;
  border-radius: 11px;
  background-color: #fff;
}
.fullscreen-image-container .cards-container .card img {
  height: auto;
  width: 80%;
  max-height: 80%;
  margin-left: 10%;
  bottom: 70px;
  position: absolute;
}
.fullscreen-image-container .cards-container .card img.scaled {
  width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
  bottom: 0;
}
.fullscreen-image-container .cards-container .card span {
  font-size: 1.8rem;
  width: 80%;
  margin-left: 10%;
  bottom: 70px;
  position: absolute;
  padding: 10px;
  text-align: right;
  filter: drop-shadow(2px 2px 3px #002038);
}
.fullscreen-image-container .cards-container .card span.scaled {
  width: 100%;
  margin: 0;
  bottom: 10px;
  padding-right: 50px;
}

/* BilderCollage1.js */
.collage-01 {
  height: 100vh;
}
.collage-01 h2 {
  font-family: "Frutiger", sans-serif;
  font-size: 140px;
  width: 50%;
  min-width: 600px;
  font-weight: bold;
  line-height: 120px;
  color: #00467D;
}
.collage-01 p.lead {
  color: black;
  width: 33vw;
  font-size: 18px;
}
.collage-01 p.lead::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 9px;
  margin-right: 10px;
  margin-bottom: 1px;
  border-radius: 11px;
  background-color: #009ee0;
}
.collage-01 .collage-images .img-con:first-child {
  margin-top: 0;
}
.collage-01 .collage-images .img-con:nth-child(2) {
  margin-top: 5vh;
}
.collage-01 .collage-images .img-con:nth-child(3) {
  margin-top: 10vh;
}
.collage-01 img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.collage-01 span {
  font-size: 1.6rem;
  margin-top: -45px;
  color: #fff;
  width: 100%;
  padding: 10px;
  text-align: right;
  display: block;
  right: 0px;
  filter: drop-shadow(2px 2px 3px #002038);
}
.collage-01 .blueText {
  color: white !important;
  filter: none !important;
}

/* BilderCollage2.js */
.collage-02 {
  height: 100vh;
  color: #fff;
}
.collage-02 img.fullscreen-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.collage-02 img {
  height: auto;
  width: 80%;
  max-height: 80%;
  margin-left: 10%;
  bottom: 70px;
  position: absolute;
}
.collage-02 img.scaled {
  width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
  bottom: 0;
}
.collage-02 span {
  font-size: 1.8rem;
  width: 80%;
  margin-left: 10%;
  bottom: 70px;
  position: absolute;
  padding: 10px;
  text-align: right;
  filter: drop-shadow(2px 2px 3px #002038);
}
.collage-02 span.scaled {
  width: 100%;
  margin: 0;
  bottom: 10px;
  padding-right: 50px;
}
.collage-02 .cards-container {
  border-radius: 0;
  border: 0;
}
.collage-02 .cards-container .card {
  border-radius: 0;
  border: 0;
  justify-content: flex-end;
  padding-bottom: 70px;
}
.collage-02 .cards-container .card h2 {
  font-family: "Frutiger", sans-serif;
  font-size: 80px;
  font-weight: bold;
  line-height: 70px;
  -webkit-hyphens: auto;
          hyphens: auto;
  hyphenate-limit-chars: auto 3;
  hyphenate-limit-lines: 4;
  color: #fff;
}
.collage-02 .cards-container .card p {
  font-size: 18px;
  color: #fff;
}
.collage-02 .cards-container .card p::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 9px;
  margin-right: 10px;
  margin-bottom: 1px;
  border-radius: 11px;
  background-color: #fff;
}
.collage-02 .cards-container .card img {
  height: auto;
  width: 80%;
  max-height: 80%;
  margin-left: 10%;
  bottom: 70px;
  position: absolute;
}
.collage-02 .cards-container .card img.scaled {
  width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
  bottom: 0;
}
.collage-02 .cards-container .card span {
  font-size: 1.8rem;
  width: 80%;
  margin-left: 10%;
  bottom: 70px;
  position: absolute;
  padding: 10px;
  text-align: right;
  filter: drop-shadow(2px 2px 3px #002038);
}
.collage-02 .cards-container .card span.scaled {
  width: 100%;
  margin: 0;
  bottom: 10px;
  padding-right: 50px;
}

/* BilderCollageGif.js */
.collage-gif {
  height: 100vh;
  color: #fff;
}
.collage-gif img.fullscreen-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.collage-gif img {
  height: auto;
  width: 80%;
  max-height: 80%;
  margin-left: 10%;
  bottom: 70px;
  position: absolute;
}
.collage-gif img.scaled {
  width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
  bottom: 0;
}
.collage-gif span {
  font-size: 1.8rem;
  width: 80%;
  margin-left: 10%;
  bottom: 70px;
  position: absolute;
  padding: 10px;
  text-align: right;
  filter: drop-shadow(2px 2px 3px #002038);
}
.collage-gif span.scaled {
  width: 100%;
  margin: 0;
  bottom: 10px;
  padding-right: 50px;
}
.collage-gif .cards-container {
  border-radius: 0;
  border: 0;
}
.collage-gif .cards-container .card {
  border-radius: 0;
  border: 0;
  justify-content: flex-end;
  padding-bottom: 70px;
}
.collage-gif .cards-container .card h2 {
  font-family: "Frutiger", sans-serif;
  font-size: 80px;
  font-weight: bold;
  line-height: 70px;
  -webkit-hyphens: auto;
          hyphens: auto;
  hyphenate-limit-chars: auto 3;
  hyphenate-limit-lines: 4;
  color: #fff;
}
.collage-gif .cards-container .card p {
  font-size: 18px;
  color: #fff;
}
.collage-gif .cards-container .card p::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 9px;
  margin-right: 10px;
  margin-bottom: 1px;
  border-radius: 11px;
  background-color: #fff;
}
.collage-gif .cards-container .card img {
  height: auto;
  width: 80%;
  max-height: 80%;
  margin-left: 10%;
  bottom: 70px;
  position: absolute;
}
.collage-gif .cards-container .card img.scaled {
  width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
  bottom: 0;
}
.collage-gif .cards-container .card span {
  font-size: 1.8rem;
  width: 80%;
  margin-left: 10%;
  bottom: 70px;
  position: absolute;
  padding: 10px;
  text-align: right;
  filter: drop-shadow(2px 2px 3px #002038);
}
.collage-gif .cards-container .card span.scaled {
  width: 100%;
  margin: 0;
  bottom: 10px;
  padding-right: 50px;
}

.fullscreen-slider {
  position: relative;
  width: 100%;
  min-height: 100vh;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  overflow: visible;
  flex-direction: column;
  vertical-align: middle;
}
.fullscreen-slider .slider-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  scroll-behavior: smooth;
  padding-bottom: 8px;
}
.fullscreen-slider .slider-item {
  flex: 0 0 28vw;
  min-width: 260px;
  max-width: 520px;
  height: auto;
}
.fullscreen-slider .slider-item img {
  width: auto;
  height: 40vh;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px;
}
.fullscreen-slider .slider-caption {
  color: black;
  border-radius: 0px;
  padding: 10px 14px;
  margin-top: 8px;
  font-size: 0.9rem;
}
.fullscreen-slider .slider-controls {
  margin-top: 18px;
}
.fullscreen-slider .carousel-indicators {
  position: static;
  margin-top: 0px;
}
.fullscreen-slider .carousel-indicators [type=button] {
  background-color: #dedede;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: none;
  padding: 10px;
  margin-right: 2px;
  margin-left: 2px;
}
.fullscreen-slider .carousel-indicators .active {
  background-color: #009ee0;
}
.fullscreen-slider .nav-btn {
  /* Halbtransparenter Hintergrund */
  border: none;
  color: #009ee0;
  font-size: 3rem;
  /* Größe der Pfeile */
  cursor: pointer;
  padding: 10px;
  /* Runde Buttons */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-family: "Roboto", sans-serif;
}
.fullscreen-slider .nav-btn:hover, .fullscreen-slider .nav-btn:focus {
  background-color: transparent;
  /* Farbe des Hintergrunds beim Hover */
}

#timeline-container {
  position: fixed;
  top: 0;
  right: 20px;
  min-width: 0;
  width: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(71, 159, 214, 0.9);
  background: radial-gradient(at bottom right, rgba(37, 73, 132, 0.9) 0%, rgba(71, 158, 214, 0.9) 100%);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  transform-origin: right;
  overflow-y: scroll;
  cursor: pointer;
  /* Verlassen des Hovers */
}
#timeline-container #current-title {
  position: absolute;
  top: 65px;
  right: 10px;
  font-weight: bold;
  height: 60px;
  width: 90px;
  color: white;
  padding: 0;
  margin: 0;
  opacity: 1;
  filter: drop-shadow(0 0 4px #00467D);
  /* Hide initially */
}
#timeline-container:hover {
  transition: all 0.25s ease-in-out;
  width: 50vw;
  padding-left: 10px;
  padding-right: 15px;
}
#timeline-container:hover li {
  visibility: visible;
  opacity: 1;
  -webkit-mask-size: 100%;
  -webkit-mask-image: linear-gradient(to right, rgb(0, 0, 0) 100%, rgba(0, 0, 0, 0));
}
#timeline-container:not(:hover) {
  transition: all 0.5s 1s ease-in-out;
}
#timeline-container:not(:hover) li {
  -webkit-mask-size: 0%;
  -webkit-mask-image: linear-gradient(to right, rgb(0, 0, 0) 70%, rgba(0, 0, 0, 0));
}
#timeline-container ul {
  list-style: none;
  padding: 40px 0;
  margin: 0;
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: left;
  /* ===== Scrollbar CSS ===== */
  /* Chrome, Edge, and Safari */
}
#timeline-container ul::-webkit-scrollbar {
  width: 3px;
}
#timeline-container ul::-webkit-scrollbar-track {
  background: #ffffff;
}
#timeline-container ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: 1px solid #ffffff;
  width: 3px;
}
#timeline-container ul li {
  cursor: pointer;
  margin: 10px 0;
  font-size: 20px;
  color: white;
  transition: visibility 0.5s 0.2s, opacity 0.5s ease;
  /* Initialzustand */
  -webkit-mask-image: linear-gradient(to right, rgb(0, 0, 0) 70%, rgba(0, 0, 0, 0));
  -webkit-mask-size: 0%;
  -webkit-mask-repeat: no-repeat;
  /* Transition für eine weiche Animation */
  transition: -webkit-mask-size 1s ease-in, color 0.3s;
}
#timeline-container ul li.active {
  /* Highlight active year */
  font-weight: bold;
}
#timeline-container #timeline-line {
  position: absolute;
  top: 0;
  right: 0px;
  width: 3px;
  height: 100%;
  background-color: #009ee0;
  /* Vertical line color */
}
#timeline-container #timeline-menu-icon {
  width: 40px;
  height: 40px;
  background: url("../assets/bars-solid.svg") no-repeat center;
  position: fixed;
  right: 40px;
  top: 20px;
  color: #009ee0;
  fill: #009ee0;
  filter: drop-shadow(0 0 4px #00467D);
}/*# sourceMappingURL=style.css.map */