@charset "UTF-8";
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  src: url("/static/font/Montserrat-Light.ttf") format("truetype");
}
html {
  margin: 0 auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html, body {
  font-family: Montserrat;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body {
  padding-top: env(safe-area-inset-top);
  padding-right: env(safe-area-inset-right);
  padding-bottom: env(safe-area-inset-bottom);
  padding-left: env(safe-area-inset-left);
  font-size: 10pt;
}

h1, h2, h3, h4, p {
  font-family: Montserrat;
}

a {
  font-family: Montserrat;
  text-decoration: none;
}

body {
  overflow-y: scroll;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

.wave-container {
  background: #EEE;
}

.wave-home-link {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1034;
}

.wave-container > svg {
  display: block;
}

.wave-container {
  position: relative;
  background: #09F;
  color: #FFF;
  text-align: center;
  overflow: hidden;
}

h1 {
  font-size: 5rem;
  margin: 7rem 1.25rem 2.5rem 1.25rem;
}

svg {
  display: block;
}

.wave-container {
  background: #EEE;
}

.wave-container > svg {
  display: block;
}

.wave-container {
  position: relative;
  background: #0055B2;
  color: #FFF;
  text-align: left;
  overflow: hidden;
}

h1 {
  font-size: 5rem;
  margin: 7rem 1.25rem 2.5rem 1.25rem;
}

.image-card {
  border: solid 2px #f1f1f1;
  box-shadow: #e2e2e2 0 0 5px;
  position: relative;
}

.header {
  background: #FFFFFF;
  width: 100%;
  height: 50px;
  margin-top: -50px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 50px;
}

.header strong {
  font-size: 1.2em;
}

.header .search-input {
  display: inline;
  margin-top: 7px;
}

.header img {
  height: 50px;
  padding: 5px;
}

i {
  vertical-align: middle;
}

.brand-title {
  color: #008BFA;
  font-size: 1.2em;
}

.sidebar {
  background: #FFFFFF;
  width: 250px;
  min-height: 600px;
  padding-top: 7px;
  display: none;
  position: fixed;
  top: 50px;
  z-index: 100;
}

.sidebar strong {
  color: #008BFA;
  font-size: 1.2em;
}

.sidebar ul {
  list-style-type: none;
  margin: 0;
  padding: 10px 0 0 0;
  width: 100%;
}

.sidebar li a {
  color: #556270;
  display: block;
  padding: 8px 15px;
}

.sidebar li a.active {
  color: #008BFA;
  background-color: #E5F3FE;
  border-left: solid 3px #008BFA;
}

.content {
  background: #F7F8FA;
  position: relative;
  width: 100%;
  margin-top: 50px;
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.25);
}

.holder {
  margin: 0 15px;
}

.card {
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.25) 0 5px 15px;
  padding: 5px;
  margin-top: 10px;
  max-width: 400px;
  min-width: 275px;
}

.card .card-main {
  min-height: 100px;
  border-bottom: 1px solid #eeeeee;
}

.card strong {
  line-height: 25px;
}

.card .number {
  margin-top: 10px;
  font-size: 2em;
}

.card .smiley {
  font-size: 3em;
}

.card .smiley-small {
  font-size: 2em;
}

.card .description {
  margin-top: 5px;
  font-size: 0.8em;
}

.menu-bar {
  display: inline-block;
  cursor: pointer;
}

.search-bar {
  display: none;
}

@media only screen and (max-width: 1000px) {
  .sidebar {
    box-shadow: rgba(0, 0, 0, 0.25) 10px 10px 10px;
  }
  .content {
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.25);
  }
}
@media only screen and (min-width: 1000px) {
  .image-card {
    position: relative;
    z-index: 10;
  }
  .menu-bar {
    display: none;
  }
  .search-bar {
    display: block;
  }
  .sidebar {
    display: block;
    position: relative;
    top: 0;
  }
  .header {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.gradient-icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: white;
  font-size: 1.2em;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  margin-left: 20px;
  background: #008BFA;
  background: linear-gradient(0deg, #008BFA 0%, #8bb9ff 100%);
}

.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

.material-icons.rem-4 {
  font-size: 4rem;
}

.material-icons.md-inactive {
  color: rgba(0, 0, 0, 0.3);
}

.circle-letter {
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  font-size: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.bg-green {
  background: #6acc00;
  background: linear-gradient(0deg, #00fa08 0%, #adff8d 100%);
}

.bg-yellow {
  background: #8c8600;
  background: linear-gradient(0deg, #faeb00 0%, #fffa97 100%);
}

.bg-red {
  background: #cc2707;
  background: linear-gradient(0deg, #fa0011 0%, #ff6468 100%);
}

.bg-blue {
  background: #335bcc;
  background: linear-gradient(0deg, #008BFA 0%, #8bb9ff 100%);
}

.bg-orange {
  background: #cc8a65;
  background: linear-gradient(0deg, #fa5f00 0%, #ff9a81 100%);
}

.stage {
  width: 150px;
  height: 15px;
}

.stage-first {
  background: #d6d6d6;
  width: 30%;
  height: 15px;
  float: left;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.stage-second {
  background: #d6d6d6;
  margin-left: 2px;
  width: 30%;
  height: 15px;
  float: left;
}

.stage-third {
  background: #d6d6d6;
  margin-left: 2px;
  width: 30%;
  height: 15px;
  float: left;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.stage-success {
  background: #93ceba !important;
}

.max-width-100 {
  max-width: 100px;
}

.max-width-150 {
  max-width: 150px;
}

.max-width-200 {
  max-width: 200px;
}

.max-width-400 {
  max-width: 400px;
}

.content-center {
  margin: 0 auto;
}

.font-em-1d2 {
  font-size: 1.2em;
}

.font-em-1d4 {
  font-size: 1.4em;
}

.font-em-1d6 {
  font-size: 1.6em;
}

.font-em-1d8 {
  font-size: 1.1em;
}

.font-em-2 {
  font-size: 2em;
}

.font-em-2d5 {
  font-size: 2.5em;
}

.font-em-3 {
  font-size: 3em;
}

.text-bold {
  font-weight: bold;
}

.text-black {
  color: black;
}

.text-black a {
  color: black;
}

.btn-round {
  border-radius: 100px !important;
}

.bg-gradient {
  background: #007dfe; /* Old browsers */
  background: -moz-linear-gradient(45deg, #007dfe 0%, #034798 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #007dfe 0%, #034798 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #007dfe 0%, #034798 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#007dfe", endColorstr="#034798", GradientType=1); /* IE6-9 fallback on horizontal gradient */
  color: white;
}

.box-bg-cover-half {
  background-size: cover;
  min-height: 200px;
  width: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.box-after-cover {
  margin-top: 190px;
}

.box-miles {
  position: absolute;
  bottom: 20px;
  left: -5px;
  background: #1d2124;
  color: #ffffff;
  width: 90px;
  padding: 3px;
  font-size: 12px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.box-price {
  position: absolute;
  bottom: 20px;
  right: -5px;
  background: #1d2124;
  color: #ffffff;
  width: 90px;
  padding: 3px;
  font-size: 12px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.box-button {
  position: absolute;
  bottom: -20px;
  z-index: 1002;
}

.info-dot {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1001;
}

.text-gray-light {
  color: #c7c7c7;
}

.height-200px {
  height: 200px;
}

.min-height-200px {
  min-height: 200px;
}

.min-width-200px {
  min-width: 200px;
}

.square-image {
  width: 180px;
  height: 180px;
  object-fit: cover; /* Zuschneiden des Bildes */
  display: block; /* Sicherstellen, dass das Bild Block-Layout hat */
}

.height-250px {
  height: 250px;
}

.height-50p {
  height: 50%;
}

.min-height-50p {
  min-height: 50%;
}

.height-50px {
  height: 50px;
}

.container-relative {
  position: relative;
}

.text-left-bottom {
  bottom: 0;
  left: 15px;
  position: absolute;
}

.text-left-bottom h2 {
  font-size: 3rem;
  font-weight: bold;
  text-shadow: rgba(29, 33, 36, 0.5) 1px 1px 1px;
}

.text-left-bottom p {
  font-size: 2rem;
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  text-shadow: rgba(29, 33, 36, 0.5) 1px 1px 1px;
}

.btn-next {
  margin-bottom: -15px;
  background: #171717;
  color: #ffffff;
  bottom: 0;
  right: 10px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.5) 0 2px 4px;
}

.btn-next:hover {
  color: #ffffff;
  box-shadow: none;
}

.horizontal-list {
  z-index: 1727;
  overflow-x: scroll;
  width: 100%;
  display: inline-flex;
  float: left;
  overflow-y: hidden;
  padding-right: 10px;
}

.list-entry {
  display: inline-block;
  border-radius: 20px;
  margin: 5px 5px;
  width: 120px;
  height: 120px;
  min-width: 120px;
  min-height: 120px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.list-entry.active {
  -webkit-filter: none !important;
  filter: none !important;
}

.list-entry .list-entry-in-text {
  text-align: center;
  color: white;
  text-shadow: #000000 2px 2px 2px;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently  supported by Chrome, Opera and Firefox */
}

.navbar-top {
  height: 60px;
  line-height: 60px;
}

.navbar-top a, .navbar-top a:hover {
  color: black;
}

/* latin */
@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/static/font/Quicksand.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.navbar-top .nav-title {
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  font-size: 2rem;
}

.navbar-top-menu {
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  border-radius: 10px;
}

.navbar-top-menu ul {
  list-style: none;
  margin-bottom: 0;
}

.navbar-top-menu ul li {
  padding: 10px 0;
}

.navbar-top-menu ul li a, .navbar-top-menu ul li a:hover {
  color: #1f1f1f;
}

.red-dot {
  position: absolute;
  background: #e31bd4;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.has-search .form-control {
  padding-left: 2.375rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}

.vertical-item {
  border-radius: 10px;
  height: 90px;
}

.vertical-item .title {
  font-size: 1.3rem;
  text-align: left;
  line-height: 90px;
}

.vertical-item .icon {
  line-height: 90px;
  text-align: right;
}

footer a, footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.rounded-25 {
  border-radius: 25px;
}

.rounded-15 {
  border-radius: 15px;
}

.header {
  min-height: 700px !important;
}

.horizontal-list {
  overflow-x: scroll;
  width: 100%;
  display: inline-flex;
}

.entry {
  display: inline-block;
  float: left;
  margin-right: 15px;
  min-width: 170px;
  min-height: 170px;
  padding-top: 100px;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}

.partitioned {
  padding-left: 5px;
  letter-spacing: 20px;
  border: 0;
  font-size: 12pt !important;
  text-align: center;
  background-image: linear-gradient(to left, black 70%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 50px 1px;
  background-repeat: repeat-x;
  background-position-x: 35px;
}

/* --- Normale, gefüllte Icons --- */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(/static/font/materialicons/MaterialIcons-Regular.ttf) format("truetype");
}
/* --- NEU: Outlined Icons --- */
@font-face {
  font-family: "Material Icons Outlined"; /* Eigener Name für die Outlined-Variante */
  font-style: normal;
  font-weight: 400;
  src: url(/static/font/materialicons/MaterialIconsOutlined-Regular.ttf) format("truetype");
}
/* Basis-Klasse für die gefüllten Icons */
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
}

/* Klasse für die Outlined-Icons, die von der Basis-Klasse erbt */
.material-icons-outlined {
  font-family: "Material Icons Outlined"; /* Weist die Outlined-Schriftart zu */
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
}

.blur7px {
  filter: blur(7px);
}

.slidecontainer {
  width: 100%;
  padding: 10px;
}

.sliderx {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}

.sliderx:hover {
  opacity: 1;
}

.sliderx::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #e31bd4;
  cursor: pointer;
}

.sliderx::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #e31bd4;
  cursor: pointer;
}

.article-style {
  font-size: 10pt !important;
  line-height: 15pt;
}

.article-style h1 {
  font-size: 16pt !important;
}

.article-style h2 {
  font-size: 14pt !important;
}

#header-full {
  z-index: 100;
  position: fixed;
  background: black;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.2s ease-in-out;
}

#header-full.small {
  height: 50px;
  padding-top: 5px;
}

#header-full.small .rounded-25 {
  display: none;
}

#header-full.small .switch-btn-background {
  margin-top: 5px;
}

#header-title {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}

#header-title.hidden {
  opacity: 0;
  height: 0;
  transition: opacity 0.2s ease-in-out;
}

.top-fix {
  position: fixed;
  top: 0;
  padding-top: 50px;
  padding-bottom: 5px;
  width: 100%;
  z-index: 100;
  max-width: 400px;
  transition: height 0.5s, opacity 0.5s;
  backdrop-filter: blur(5px);
}

.placeholder-offer {
  height: 10px;
}

.only-top {
  overflow: hidden;
}

.only-top-wrapper {
  transition: max-height 0.1s, opacity 0.1s;
  max-height: 1000px;
  opacity: 1;
}

.hidden {
  max-height: 0;
  opacity: 0;
  display: none;
}

.timeinfo {
  font-size: 6pt;
  background: #e31bd4;
  color: #fff;
  display: inline-block;
  border-radius: 10px;
  padding: 0 3px;
}

.moneyinfo {
  font-size: 6pt;
  background: #fff;
  color: #000;
  display: inline-block;
  border-radius: 10px;
  padding: 0 6px 0 3px;
}

.addinfo {
  font-size: 6pt;
  background: #fff;
  color: #000;
  display: inline-block;
  border-radius: 10px;
  padding: 0 6px 0 3px;
}

.grid-info {
  position: absolute;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}

video {
  border-radius: 15px;
}

.rounded-strong {
  border-radius: 1.3rem;
}

.custom-badge-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.custom-badge + .custom-badge {
  margin-top: 8px;
  margin-left: auto !important;
  margin-right: auto !important;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.stacked-images {
  position: relative; /* Basis für absolute Positionierung */
  width: 100%; /* Volle Breite des Containers */
  max-width: 1200px; /* Optional: maximale Breite setzen */
  height: auto;
  min-height: 200px;
}

.stacked-images img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0; /* Standardmäßig unsichtbar */
  transition: opacity 0.5s ease-in-out; /* Sanfte Einblendung */
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.mr-cc-slide img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.gray-scale {
  filter: grayscale(100%);
}

.no-underline {
  text-decoration: none;
}

.no-underline a {
  text-decoration: none;
}

:root {
  --accent-color: #E800FF;
  --background-color-dark: #121212;
  --container-bg-color: rgba(26, 26, 26, 0.8);
  --text-color-primary: #FFFFFF;
  --text-color-secondary: #b3b3b3;
  --border-radius-main: 20px;
}

.mr-calculator-component {
  color: var(--text-color-primary);
}

.mr-calculator-component h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.mr-calculator-component p {
  color: var(--text-color-secondary);
  margin-bottom: 1.5rem;
}

.mr-calculator-component strong {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  margin-top: 2rem;
}

.calculator-box {
  position: relative;
  background-color: var(--container-bg-color);
  border-radius: var(--border-radius-main);
  padding: 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 1;
}

.calculator-box::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: linear-gradient(145deg, #2e008a, #610086);
  border-radius: var(--border-radius-main);
  z-index: -1;
}

.mr-cc-slider {
  display: flex;
  flex-direction: column; /* Vertikale Anordnung */
  align-items: center; /* Zentrierung */
  width: 100%;
  transition: transform 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.mr-cc-slide {
  width: 70%; /* Breite der Karten */
  margin-bottom: 20px; /* Abstand zwischen den Karten */
  box-sizing: border-box;
  transition: transform 0.35s ease, opacity 0.35s ease;
  opacity: 0.4;
  transform: scale(0.85);
  cursor: grab;
}

.mr-cc-slide.selected {
  opacity: 1;
  transform: scale(1);
  pointer-events: none;
}

.mr-cc-slide img {
  width: 100%;
  border-radius: 10px;
  user-select: none;
  box-shadow: none;
}

.points-summary {
  margin: 25px 0;
  line-height: 1.6;
  font-size: 1.1rem;
}

.points-summary strong {
  font-size: 1.3rem;
  margin-top: 0.5rem;
  color: var(--accent-color);
}

.stacked-images {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 20px auto;
  aspect-ratio: 16/9;
}

.stacked-images img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  filter: drop-shadow(0 0 5px var(--accent-color));
}

.stacked-images img#world-map-base {
  opacity: 1;
  filter: grayscale(1) brightness(2) drop-shadow(0 0 2px #fff);
}

input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 4px;
  background: #333;
  border-radius: 2px;
  outline: none;
  transition: opacity 0.2s;
  cursor: pointer;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: var(--accent-color);
  border-radius: 50%;
  border: 2px solid var(--background-color-dark);
  box-shadow: 0 0 5px var(--accent-color);
}

input[type=range]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: var(--accent-color);
  border-radius: 50%;
  border: 2px solid var(--background-color-dark);
  box-shadow: 0 0 5px var(--accent-color);
}

.flight-example {
  transition: filter 0.3s ease;
}

.gray-scale {
  filter: grayscale(100%) brightness(0.7);
}

.cta-button {
  display: block;
  position: relative;
  background: var(--accent-color);
  color: var(--text-color-primary);
  border: none;
  border-radius: 12px;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cta-button:hover {
  transform: scale(1.03);
  box-shadow: 0 0 15px var(--accent-color);
}

.cta-button::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 50%;
  margin-left: 12px;
}

/* Container für den horizontalen Kartenslider */
.mr-cc-slider-container {
  display: flex;
  overflow-x: auto; /* Ermöglicht horizontales Scrollen/Wischen */
  gap: 15px; /* Abstand zwischen den Karten */
  padding: 20px 10px;
  margin: 15px 0;
  /* "Snap"-Effekt für ein besseres Scroll-Gefühl */
  scroll-snap-type: x mandatory;
  scrollbar-width: none; /* Versteckt Scrollbar in Firefox */
}

/* Versteckt Scrollbar in Webkit-Browsern (Chrome, Safari) */
.mr-cc-slider-container::-webkit-scrollbar {
  display: none;
}

/* Einzelne Karte (Slide) */
.mr-cc-slide {
  flex: 0 0 60%; /* Jede Karte nimmt 60% der Container-Breite ein */
  max-width: 220px;
  cursor: pointer;
  border: 3px solid transparent; /* Platzhalter für den "selected"-Rahmen */
  border-radius: 15px;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  overflow: hidden;
  scroll-snap-align: center; /* Zentriert die Karte beim Snapping */
}

.mr-cc-slide:hover {
  transform: scale(1.03); /* Leichter Schwebe-Effekt */
}

/* Stil für die ausgewählte Karte */
.mr-cc-slide.selected {
  border-color: #ffffff; /* Blauer Rahmen zur Hervorhebung */
  transform: scale(1.05); /* Macht die ausgewählte Karte etwas größer */
  box-shadow: 0 4px 15px rgb(180, 180, 180);
}

/* Bild innerhalb der Karte */
.mr-cc-slide img {
  display: block;
  width: 100%;
  height: auto;
}

/* Styling für den klickbaren Header */
.accordion-summary {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  border-radius: 0.5rem;
  background-color: rgba(255, 255, 255, 0.05);
  transition: background-color 0.2s ease-in-out;
}

.accordion-summary:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.accordion-summary::-webkit-details-marker {
  display: none; /* Entfernt den Standard-Pfeil */
}

.accordion-summary .icon {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 300;
  transition: transform 0.3s ease;
}

details[open] > summary .icon {
  transform: rotate(45deg); /* Dreht das Icon, wenn geöffnet */
}

.accordion-content {
  padding: 1rem;
  border-radius: 0.5rem;
  background-color: rgba(0, 0, 0, 0.1);
}

.icon-display {
  width: 4rem;
  height: 4rem;
}

.grayscale {
  filter: grayscale(100%);
  opacity: 0.7; /* Optional: Macht die inaktiven Badges etwas transparenter */
}

/* Optional: Fügt einen sanften Übergang hinzu, wenn ein Badge farbig wird. */
.img-fluid {
  transition: filter 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

@keyframes tadaa {
  0% {
    transform: scale(1) rotate(0deg);
    color: #ffffff !important;
  }
  10% {
    transform: scale(0.9) rotate(-10deg);
  }
  20% {
    transform: scale(0.9) rotate(10deg);
    color: #6ecceb;
  }
  30% {
    transform: scale(1.2) rotate(-10deg);
  }
  40% {
    transform: scale(1.2) rotate(10deg);
  }
  50% {
    transform: scale(1.2) rotate(-10deg);
    color: #e31bd4;
    margin-top: 10px;
  }
  60% {
    transform: scale(1.2) rotate(10deg);
  }
  70% {
    transform: scale(1.2) rotate(-10deg);
  }
  80% {
    transform: scale(1.2) rotate(10deg);
    color: #6ecceb;
  }
  90% {
    transform: scale(0.9) rotate(-10deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
    color: #ffffff !important;
  }
}
.icon-animate {
  animation: tadaa 0.8s ease;
}

.stepper-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: -50%;
  z-index: 2;
}

.stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 2;
}

.stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ccc;
  margin-bottom: 6px;
}

.stepper-item.active .step-counter {
  background-color: #007bff; /* Bootstrap Primary */
  color: white;
}

.stepper-item.completed .step-counter {
  background-color: #28a745; /* Bootstrap Success */
  color: white;
}

.stepper-item.error .step-counter {
  background-color: #dc3545; /* Bootstrap Danger */
  color: white;
}

.stepper-item:first-child::before {
  content: none;
}

.stepper-item:last-child::after {
  content: none;
}

.status-box {
  border-left-width: 5px;
  border-left-style: solid;
}

.border-success {
  border-color: #28a745 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.text-success {
  color: #28a745 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

#modal-body {
  z-index: 5;
}

.modal-close {
  z-index: 5;
}

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