.g-menu-item-title,
.g-menu-parent-indicator {
  color: #300e47;
}

body .g-menu-parent-indicator::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.required-star {
  color: red;
}

.ticket {
  display: flex;
  width: 801px;
  height: 318px;
  background-color: #d32f2f;
  font-family: monospace;
  color: white;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
}

.ticket-text {
  flex: 1;
  padding: 30px;
  font-size: 4em;
  line-height: 1.3;
  position: relative;
}

.aktion-wrapper_old {
  width: 100px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed white;
}

.aktion-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.aktion-wrapper .text {
  z-index: 1;
  color: white;
}

.border-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
  box-sizing: border-box;
}

.aktion {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 2em;
}

.text-inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.mehrsehen {
  font-family: "IBM Plex Mono", serif;
  font-size: 40px;
  font-weight: 500;
  color: #645c6a;
  opacity: 20%;
  margin-left: 40px;
}

/*  chatgpt memoiren   */
.mem-carousel {
  overflow: hidden;
  position: relative;
  z-index: 24;
}

.mem-track {
  display: flex;
  gap: 3rem;
  transition: transform 0.5s ease;
  padding: 0 0.5rem;
}

/* Carousel Card */
.mem-item {
  flex: 0 0 calc((100% - 6rem) / 3); /* 3 at screen */
  height: 646px; /* fixed height */
  box-sizing: border-box;
  background: white;
  border: 1px solid #ddd;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
}

/* Card content */
.mem-item > .g-content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 1rem;
}

/* header and text up */
.mem-item > .g-content > header {
  margin-bottom: 0.5rem;
}

.mem-item > .g-content > section {
  margin-bottom: 0.5rem;
}

/* footer with Mehr sehen down */
.mem-item > .g-content > footer {
  margin-top: auto;
}

/* carousel buttons */
.mem-controls {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding: 0 1rem;
  background-color: blue;
  z-index: 10;
}

.mem-btn {
  width: 40px; /* oder what you need */
  height: 40px;
  top: 200%;
  border: none;
  background: none;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 10;
}

/* left button */
.mem-btn.left {
  background-image: url("../elements/arrows/left_gray.png");
  position: absolute;
  left: -5%;
}

/* right button */
.mem-btn.right {
  background-image: url("../elements/arrows/right_gray.png");
  position: absolute;
  left: 101%;
}

/* adaptiv */
@media (max-width: 1024px) {
  .mem-item {
    flex: 0 0 calc((100% - 1rem) / 2);
  }
}

@media (max-width: 600px) {
  .mem-item {
    flex: 0 0 100%;
  }
}
/* end of chatgpt for memoiren */

/* yellow-bar Fuerdich */
.position-wrapper {
  position: relative;
}

.yellow-bar {
  position: absolute;
  top: 10%;
  left: -25%;
  width: 150%;
  height: 50%; /* or what you need */
  background-color: yellow;
  z-index: 1;
}

.dots-bg-fuerdich {
  position: absolute;
  top: -5%;
  left: -25%;
  width: 150%;
  height: 110px;
  z-index: 5;
}

.cards {
  position: relative;
  z-index: 13;
  display: flex;
  gap: 1rem; /* if you need */
}

.cards .g-block.g-card {
  background: white;
  position: relative;
  z-index: 3;
}

section#g-galerie .g-card {
  background-color: white;
  opacity: 1;
}

.g-home-particles.g-helium-style #g-pricing {
  padding-bottom: 0;
}
.g-home-particles.g-helium-style #g-pricing .g-content {
  margin-bottom: 0;
  padding-bottom: 0;
}
.g-home-particles.g-helium-style #g-pricing .g-content .fp-intro p {
  margin-bottom: 2rem;
}
#g-pricing {
  background: #db3326;
  height: 1100px;
  padding: 3rem 0;
}
@media print {
  #g-pricing {
    background: #fff !important;
    color: #000 !important;
  }
}

#g-galerie {
  background: #ffffff;
  color: #300e47;
  padding: 3rem 0;
}
@media print {
  #g-galerie {
    background: #fff !important;
    color: #000 !important;
  }
}

/* yellow-bar Memoiren */
.yellow-bar_mem {
  position: absolute;
  top: 125%;
  left: -25%;
  width: 131%;
  height: 160%; /* or what you need */
  background-color: yellow;
  z-index: 8;
}
.green-bar_mem {
  position: absolute;
  top: 0;
  left: -25%;
  width: 150%;
  height: 200%; /* or necessary */
  background-color: lightgreen;
  z-index: 1;
}
.dots-bg-mem {
  position: absolute;
  top: 90%;
  left: -5%;
  width: 115%;
  height: 60%;
  z-index: 4;
}

.memoiren_titel {
  position: relative;
  z-index: 12;
}

/* yellow-square Galerie */
.yellow_square_galerie {
  position: absolute;
  background-color: yellow;
  z-index: -1;
}

#yellow_square_galerie_1 {
  top: -50px;
  left: 5%;
  width: 860px;
  height: 580px;
}

#yellow_square_galerie_2 {
  bottom: 0;
  left: 50%;
  width: 860px;
  height: 580px;
}
.dots_bg_galerie {
  position: absolute;
  bottom: 0;
  left: 35%;
  width: 400px;
  height: 600px;
  z-index: -2;
}

/*Carousel Testimonials */
.muem_window {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-top: 20px;
}

.muem_track {
  display: flex;
  transition: transform 0.5s ease;
  flex-shrink: 0;
}

.muem_item {
  display: flex;
  flex-shrink: 0;
  width: 100%;
  min-height: 300px;
  position: relative;
  box-sizing: border-box;
}

.muem_image {
  width: 560px;
  flex-shrink: 0;
}

.muem_image img {
  width: 100%;
  height: auto;
  display: block;
}

.muem_text {
  flex: 1;
  padding: 20px;
}

.muem_prev,
.muem_next {
  position: absolute;
  top: 85%;
  transform: translateY(-50%);
  z-index: 2;
  border: none;
  cursor: pointer;
  padding: 10px;
  width: 72px;
  height: 72px;
  background-color: transparent; /* important */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;

  border: none;
  appearance: none;
}

.muem_prev {
  right: 90px;
  background-image: url("../elements/arrows/left_enabled.png");
}
.muem_next {
  right: 10px;
  background-image: url("../elements/arrows/right_enabled.png");
}

/* modal window */
#successModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1000;
}
#successModal.show {
  visibility: visible;
  opacity: 1;
}
#successModal .content {
  background: white;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  max-width: 300px;
}
#successModal .content button {
  margin-top: 10px;
}

/* kontakt */
.kontakt_hero {
  display: flex;
  align-items: left;
  color: #fff;
  padding: 0;
  height: 600px;
}

.kontakt_hero-image {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
}

header .hero__title .kontakt_hero-image {
  transform: translateX(-30px) !important;
}

.kontakt_block-text {
  display: flex;
  position: absolute;
  width: 600px;
  height: 300px;
  z-index: 10;
  left: 570px;
  bottom: 250px;
}

.kontakt_hero-text {
  max-width: 450px;
  position: absolute;
  background-color: #ddd;
  font-family: "IBM Plex Mono";
  font-size: 25px;
  color: #300e47;
  text-align: left;
  font-weight: 500;
  line-height: 1.2;
  border-radius: 5px;
  padding: 30px;
}

.kontakt_block-text a.button {
  position: absolute;
  margin-top: 260px;
  z-index: 15;
  display: flex;
  width: 300px;
  height: 75px !important;
  padding: 27px 50px 24px 50px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 5px;
  border: 2px solid var(--supporting-text-inversion, #fff);
  background: var(--corporate-color-lilac, #782aac);
  color: white !important;
  /* button */
  box-shadow: 0px 4px 15px 0px rgba(42, 10, 63, 0.28),
    4px 4px 4px 0px rgba(103, 64, 129, 0.37);
  /* Text */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  cursor: pointer;
}

.kontakt_substrate_wrapper {
  display: flex;
  position: relative;
  justify-content: center;
  width: 170%;
  background-color: lightgreen;
  border-radius: 18px 18px 0 0;
}
.kontakt_substrate {
  width: 1160px;
  height1: 526px;
  background-color: #fff;
  border-radius: 18px 18px 0 0;
  margin-top: -60px;
  display: flex;
  justify-content: center;
}

.kontakt-info {
  background-color: lightgreen;
  border-radius: 18px 18px 0 0;
  width: 80%;
  margin-top: 150px;
  font-family: "IBM Plex Mono";
  font-size: 35px;
  font-weight: 500;
  color: #300e47;
  text-align: left;
  padding: 80px;
  line-height: 1.6;
}
