* {
  margin: 0;
  padding: 0;
}

/* #5f84ff */

body {
  font-family: "Raleway", sans-serif;
  color: #333;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden; /* Verhindert horizontalen Overflow */
}

p {
  font-family: "Raleway", sans-serif;
  font-size: 1.2rem;
  color: #333;
}

a {
  text-decoration: none;
}
.banner {
  width: 100%;
  height: auto;
  aspect-ratio: 768 / 400;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("pics/BANNERTABLET.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}

/* Nur ab Desktopgröße */
@media (min-width: 1024px) {
  .banner {
    background-image: url("pics/BANNERDESKTOP.png");
    aspect-ratio: 1235 / 538;
  }
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@  CONTAINER   @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

.main-container {
  width: 90%;
  max-width: 1200px; /* Damit es nicht zu breit wird */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin: auto; /* Hält es immer in der Mitte */
}

.main-container .text {
  width: 50%;
  padding: 10px;
}

.main-container .image {
  width: 50%;
  padding: 10px;
  display: flex;
  justify-content: center;
}

.main-container img {
  width: 300px; /* Standardgröße einstellbar */
  height: auto;
  display: block;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .main-container {
    text-align: center;
    width: 100%;
  }
  .main-container.w-50 {
    width: 80% !important;
  }

  .main-container .text,
  .main-container .image {
    width: 100%;
    text-align: left;
  }
  .main-container img {
    width: 200px; /* Kleinere Größe für mobile Ansicht */
    border-radius: 10px;
  }
}
/* Nur für Slideshow-Container auf Desktop oben ausrichten */
@media (min-width: 768px) {
  .main-container.slideshow {
    align-items: center;
  }
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@  ATTENTION LEISTE GANZ OBEN @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

.top-banner {
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 6px 10px;
  font-family: "Raleway", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.top-banner-text {
  margin: 0;
}

@media (max-width: 768px) {
  .top-banner {
    font-size: 0.7rem;
    padding: 8px 12px;
  }
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@  HEADER @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
.obereleiste {
  box-sizing: border-box;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  background-color: #5f84ff;
  box-shadow: 10px 0px 10px 0px rgba(0, 0, 0, 0.5);
  flex-wrap: nowrap;
}

/* Link mit Logo (linksgebunden) */
.obereleiste a {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex: 0 0 auto; /* feste Breite */
}
.meinlogo {
  display: block;
  width: 125px;
  aspect-ratio: 250 / 150;
  background-image: url("pics/LOGO%20TRANSPARENTWEISSHEADER.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-left: 40px;
}

/* Mobile: Logo zentrieren oder anpassen */
@media (max-width: 768px) {
  .meinlogo {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Mittlerer Text (zentriert) – nimmt den verfügbaren Raum ein, ohne zu viel Platz zu beanspruchen */
.obereleiste h1.textmy {
  font-size: 1.6rem;
  color: #fff;
  margin: 0 10px; /* etwas geringerer Abstand */
  overflow: hidden;
  text-overflow: ellipsis; /* falls der Text zu lang wird */
  white-space: nowrap;
  text-align: center;
  flex: 1 1 auto; /* flexible Breite */
}

/* Rechts: Telefonnummer, ohne Zeilenumbruch */
.telefonnummer {
  font-size: 1.6rem;
  color: #fff;
  white-space: nowrap;
  flex: 0 0 auto; /* behält seine natürliche Breite */
}
.telefonnummer a {
  text-decoration: none;
  color: #fff;
}

/* Auf größeren Bildschirmen (max-width: 1200px) kann der mittlere Text ausgeblendet werden */
@media (max-width: 1200px) {
  .obereleiste h1.textmy {
    display: none;
  }
  .obereleiste a img {
    padding-left: 0;
  }
}

/* Bei sehr kleinen Bildschirmen werden die Elemente untereinander angeordnet */
@media (max-width: 768px) {
  .obereleiste {
    flex-direction: column;
    text-align: center;
  }

  .obereleiste h1,
  .telefonnummer {
    margin: 10px 0;
    font-size: 1.2rem;
    color: #fff;
  }
}

@media (max-width: 480px) {
  .kostenlos {
    display: none;
  }
}
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@   NAAAAVVVIIII NAVI @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

.navbar a {
  font-size: 1.1rem;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  text-align: center;
}

.navbar-nav .nav-item {
  margin: 0 10px; /* 15px Abstand links und rechts */
}
.custom-toggler.navbar-toggler {
  border-color: #333; /* Rahmenfarbe auf #333 setzen */
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@   FOOTER   @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

/* Variablen zur einfachen Anpassung der Farb- und Schrifteigenschaften */
:root {
  --footer-bg: #fff;
  --footer-text: #333;
  --footer-border: #333;
  --footer-bottom-bg: #5f84ff;
  --footer-font: "Raleway", sans-serif;
}

.custom-footer {
  margin: 30px 0 0 0;
  background-color: var(--footer-bg);
  color: var(--footer-text);
  font-family: var(--footer-font);
  line-height: 1.4;
  padding: 0.5rem 0;
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

.custom-footer a {
  text-decoration: none;
  color: var(--footer-text);
}

.custom-footer a:hover {
  color: #111;
}

.footer-middle {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Immer 2 Spalten */
  gap: 0.5rem;
  margin: 1rem;
  background-color: #fff;
}

.footer-column {
  font-size: 0.85rem;
  word-wrap: break-word;
}

.footer-column h3 {
  font-size: 1.2rem;
  margin-bottom: 0.25rem;
  font-weight: 600;
}

.footer-column p,
.footer-column ul {
  margin: 0;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 0.4rem;
}

.footer-middle .footer-column i.fas {
  width: 1.4rem;
}
.social-icons {
  margin-top: 0.8rem;
  text-align: center;
}

.social-icons a {
  font-size: 1rem;
  margin: 0 0.2rem;
  color: var(--footer-text);
}

.footer-bottom {
  background-color: var(--footer-bottom-bg);
  padding: 0.8rem;
  text-align: center;
}

.footerstrich {
  border-top: 1px solid var(--footer-border);
}

/* Tablet (bis ~768px) */
@media (max-width: 768px) {
  .footer-middle {
    padding: 0.8rem;
    gap: 0.4rem;
  }

  .footer-column {
  }

  .footer-column h3 {
  }
  .footer-column.footerausblenden {
    display: none;
  }
}

/* Smartphone (bis ~480px) */
@media (max-width: 480px) {
  .footer-middle {
    padding: 0.6rem;
    gap: 0.3rem;
  }

  .footer-column {
  }

  .footer-column h3 {
    font-size: 1rem !important;
  }

  .social-icons a {
  }

  .footer-bottom {
  }
}

/* Smartphone klein (bis ~320px) */
@media (max-width: 320px) {
  .footer-middle {
    padding: 0.5rem;
    gap: 0.2rem;
  }

  .footer-column {
  }

  .footer-column h3 {
  }

  .social-icons a {
  }

  .footer-bottom {
  }
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@   KONTAKT    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
.kontaktcontainer {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 20px;
}

.kontakt-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
  transition: all 0.3s ease;
}
.kontakt-item a {
  text-decoration: none;
  color: #333;

  transition: color 0.3s;
  transition:
    transform 0.3s ease,
    color 0.3s ease;
}

.kontakt-item a:hover {
  color: #757575;
  transform: scale(1.1); /* Vergrößert den Link um 10% beim Hover */
}

.kontakt-item img {
  height: 70px;
  margin-right: 10px;
}

/* Basis-Größe für Kontakt-Überschriften (Desktop) */
.kontakt-item h2 {
  font-size: 28px !important;
}

/* Tablet-Ansicht (bis 1024px) */
@media (max-width: 1024px) {
  .kontakt-item h2 {
    font-size: 24px !important;
  }
}

/* Smartphone-Ansicht (bis 768px) */
@media (max-width: 768px) {
  .kontakt-item h2 {
    font-size: 20px !important;
  }
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@   ANNANAS  @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */


.trennlinie {
  border-bottom: 1px solid #555555;
}






.blue-button {
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 12px;
  padding: 10px 40px;
  font-family: "Raleway", sans-serif;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition:
    background-color 0.3s,
    color 0.3s,
    transform 0.3s;
  margin-bottom: 20px; /* Abstand zur Checklist */
  background-color: #5f84ff;
}

.blue-button:hover {
  color: #fff;
  transform: scale(1.05);
}
/* nur für die Standorte-Blöcke die Text-Spalte breiter ziehen */
.main-container.standorte .text {
  width: 70%;     /* hier Deine Wunsch-Breite */
}

/* Bild-Container entsprechend anpassen, falls vorhanden */
.main-container.standorte .image {
  width: 30%;
}

/* Mobile – wieder 100% Spaltenbreite */
@media (max-width: 768px) {
  .main-container.standorte .text,
  .main-container.standorte .image {
    width: 100%;
  }
}


 
    /* Responsive Schriftgrößen für die inneren Container */
    @media (max-width: 768px) {
      .inner-container {
        font-size: 1rem;
      }
    }
    @media (max-width: 576px) {
      .inner-container {
        font-size: 0.9rem;
      }
    } 



/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@                                                                  @@@@@@@@@@@@*/
/*@@@@@@@                         OLCARDS OLCARDS OLCARDS                  @@@@@@@@@@@@*/
/*@@@@@@@                         OLCARDS OLCARDS OLCARDS                  @@@@@@@@@@@@*/
/*@@@@@@@                                                                  @@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
:root {
  --cardsGap: 20px;
}

.cardscontainer h2 {
  color: #fff;
  font-size: 2.2rem;
  padding-bottom: 25px;
}

/* Container-Stile */
.cardscontainer {
  margin: 0 auto;
  width: 88%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 2rem;
  background-color: #5f84ff;
}

.cards {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--cardsGap);
}

/* Box, in der die Listen liegen */
.containerolcards {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  box-sizing: border-box;
}

/* Stil für die Liste */
.olcards-resp {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: cardCount;
  font-family: "Raleway", sans-serif;
  display: flex;
  flex-direction: column;
  gap: var(--cardsGap);
  padding-bottom: var(--cardsGap);
  align-items: center;
}

.olcards-resp li {
  counter-increment: cardCount;
  display: flex;
  color: white;
  margin-top: 2rem;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  flex: 1;
  --labelOffset: 1rem;
  --arrowClipSize: 1.5rem;
}

.olcards-resp li .content {
  background-color: var(--cardColor);
  padding: 1em 5%;
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-areas:
    "icon title"
    "icon text";
  gap: 0.25em 1em;
  position: relative;
}

.olcards-resp li::before {
  content: counter(cardCount, decimal-leading-zero);
  background: white;
  color: var(--cardColor);
  font-size: 2.25em;
  font-weight: 700;
  transform: translateY(calc(-1 * var(--labelOffset)));
  margin-right: calc(-1 * var(--labelOffset));
  z-index: -2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 0.5em;
}

.olcards-resp li .content::before {
  content: "";
  position: absolute;
  width: var(--labelOffset);
  height: var(--labelOffset);
  background: var(--cardColor);
  left: 0;
  bottom: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  filter: brightness(0.75);
}

.olcards-resp li .content::after {
  content: "";
  position: absolute;
  height: var(--cardsGap);
  width: var(--cardsGap);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25), transparent 50%);
  left: 0;
  top: 100%;
}

.olcards-resp li .icon {
  grid-area: icon;
  align-self: center;
  font-size: 2em;
}

.olcards-resp li .content .title {
  grid-area: title;
  font-size: 30px;
  font-weight: 700;
}

.olcards-resp li .content .text {
  grid-area: text;
  font-size: 20px;
}

/* Responsive Anpassungen */
@media (max-width: 768px) {
  .olcards-resp li,
  .containerolcards {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .cards {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .olcards-resp li .content .title {
    font-size: 24px;
  }
  .olcards-resp li .content .text {
    font-size: 18px;
  }
}

/* Checklist Styles */
.meinechecklist {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #fff;
}

.meinechecklist li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-family: "Raleway", sans-serif;
  display: flex;
  align-items: center;
  font-size: 28px;
}

.meinechecklist li::before {
  content: "\2713";
  color: #2cff02;
  margin-right: 10px;
  font-size: 1em;
  display: flex;
  align-items: center;
}

@media (max-width: 1024px) {
  .meinechecklist li {
    font-size: 24px;
  }
  .meinechecklist li::before {
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .meinechecklist li {
    font-size: 20px;
  }
  .meinechecklist li::before {
    font-size: 1em;
  }
}

/* Weißer Button */
.white-button {
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 12px;
  padding: 10px 40px;
  font-family: "Raleway", sans-serif;
  font-size: 2rem;
  color: #000;
  cursor: pointer;
  transition:
    background-color 0.3s,
    color 0.3s,
    transform 0.3s;
  margin-bottom: 20px; /* Abstand zur Checklist */
}

.white-button:hover {
  background-color: #f9f9f9;
  color: #000;
  transform: scale(1.05);
}

/* Zentrierter Inhalt im zweiten Container */
.containerolcards.centered {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* Stelle sicher, dass der Container genug Höhe hat,
         damit die vertikale Zentrierung sichtbar ist */
  min-height: 300px;
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@                                                                  @@@@@@@@@@@@*/
/*@@@@@@@                         GOOGLE BEWERTUNGEN                       @@@@@@@@@@@@*/
/*@@@@@@@                                                                  @@@@@@@@@@@@*/
/*@@@@@@@                                                                  @@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

/* Container für die Bewertungen */
.review-container {
  width: 80%;
  margin: 2rem auto;
  font-family: "Raleway", sans-serif;
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@                                                                  @@@@@@@@@@@@*/
/*@@@@@@@                      Carousel Karussel bilder                    @@@@@@@@@@@@*/
/*@@@@@@@                            Slideshow                             @@@@@@@@@@@@*/
/*@@@@@@@                                                                  @@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.slideshow-container {
  position: relative;
  width: 100%;
  max-width: 600px;     /* deine Wunsch-Maximalbreite */
  margin: 0 auto;
  aspect-ratio: 3 / 2;  /* Höhe = Breite × 2/3 */
  overflow: hidden;
  /* entfernt die alte Padding-Top / Height-0-Regel */
  height: auto !important;
  padding-top: 0 !important;
}

.slideshow-container .mySlides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Nur innerhalb des Slideshow-Containers */
.slideshow-container .prev,
.slideshow-container .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  padding: 16px;
  margin-top: 0;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  user-select: none;
   transform: translateY(-50%);
  z-index: 10; /* Damit die Pfeile oben bleiben */
}

/* Spezifisch für den rechten Pfeil */
.slideshow-container .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* Für den linken Pfeil */
.slideshow-container .prev {
  left: 0;
  border-radius: 0 3px 3px 0;
}

/* Hover-Effekt */
.slideshow-container .prev:hover,
.slideshow-container .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.slideshow-container .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text */
.slideshow-container .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Dots/Bullets */
.slideshow-container .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.slideshow-container .active,
.slideshow-container .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.slideshow-container .fade {
  animation-name: fade;
  animation-duration: 1.5s;
  animation-fill-mode: forwards; /* Endzustand der Animation wird beibehalten */
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.slideshow-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.text h2 {
  padding-left: 10px; /* Abstand zwischen Text und Linie */
  border-left: 3px solid #5f84ff; /* farbiger Streifen links */
  line-height: 0.95;
}

/* 5. Mobile Override für ≤420px */
@media (max-width: 420px) {
  .slideshow-container {
    width: 86vw;
    /* Padding-Top anpassen: 2/3 von 86vw ≈ 57.333vw */
    padding-top: 57.3333%;
  }
}

@media (max-width: 768px) {
  .myflex-col {
    flex-direction: column;
  }
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@                                                                  @@@@@@@@@@@@*/
/*@@@@@@@                 FAQ   FAQ     FAQ     FAQ                        @@@@@@@@@@@@*/
/*@@@@@@@                                                                  @@@@@@@@@@@@*/
/*@@@@@@@                                                                  @@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

.meincustomcontainer {
  max-width: 800px;
  margin: 30px auto;
  padding: 0px;
  background-color: #fff;
}

.meincustomcontainer h1 {
  text-align: center;
  margin-bottom: 30px;
  color: #333;
}

.meincustomfaq-item {
  margin-bottom: 20px;
}

.meincustomfaq-question {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0px;
  background-color: #f9f9f9;
  transition: background-color 0.3s ease;
  text-align: left;
}

.meincustomfaq-question:hover {
  background-color: #e0e0e0;
}

.meincustomfaq-question.open {
  background-color: #f9f9f9; /* Die gleiche Farbe wie die ursprüngliche Antwort-Hintergrundfarbe */
}

.meincustomfaq-question span {
  padding-left: 54px;
  font-size: 1.3rem;
}

.meincustomicon {
  width: 34px;
  height: 34px;
  transition: transform 0.3s ease;
}

.meincustomfaq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: transparent; /* Keine Hintergrundfarbe für die Antworten */
  padding: 0 10px;
  text-align: left;
  margin-top: 10px;
}

.meincustomfaq-answer p {
  padding-left: 30px;

}

.meincustomfaq-item.open .meincustomfaq-answer {
  max-height: 750px; /* Kann je nach Inhalt angepasst werden */
  padding: 0px;
}

.meincustomfaq-item.open .meincustomicon {
  transform: rotate(90deg);
}

@media (max-width: 768px) {
  .meincustomcontainer {
    width: 90%;
    padding: 0px;
  }

  .meincustomicon {
    width: 30px;
    height: 30px;
    margin: 0 0 0 5px;
  }
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@                                                                  @@@@@@@@@@@@*/
/*@@@@@@@                   JOB     JOB   JOB   JOB   JOB                      @@@@@@@@@@@@*/
/*@@@@@@@                                                                  @@@@@@@@@@@@*/
/*@@@@@@@                                                                  @@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

.job-container {
  padding: 20px;
  margin-bottom: 20px;

}

.job-container h2 {
  font-size: 1.4rem;
  padding-left: 10px; /* Abstand zwischen Text und Linie */
  border-left: 3px solid #5f84ff; /* farbiger Streifen links */
  line-height: 0.95;
  margin-bottom: 12px;
}

.job-container ul {
  list-style: disc;
  padding-left: 30px;
  font-size: 1.1rem;
}

.job-container li {
  margin-bottom: 8px;
}





/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@                                                                  @@@@@@@@@@@@*/
/*@@@@@@@           SERVICE     servi e         SERVICE                    @@@@@@@@@@@@*/
/*@@@@@@@                                                                  @@@@@@@@@@@@*/
/*@@@@@@@                                                                  @@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/




.services h2 {
  border-left: 4px solid #5f84ff;
  padding-left: 10px; /* optisch schönerer Abstand */
  font-size: 2.6em;
}


/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@                                                                  @@@@@@@@@@@@*/
/*@@@@@@@           INSTAGRAM     INSTAGRAM    INSTAGRAM                   @@@@@@@@@@@@*/
/*@@@@@@@                                                                  @@@@@@@@@@@@*/
/*@@@@@@@                                                                  @@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/



/* Handy: nur die ersten 4 Posts zeigen */
@media (max-width: 576px) {
  #curator-feed-default-feed-layout .crt-post:nth-child(n+3),
  #curator-feed-default-feed-layout .crt-post-c:nth-child(n+3) {
    display: none !important;
  }
}
@media (max-width: 576px) {
  #curator-feed-default-feed-layout .crt-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px !important;
  }
  #curator-feed-default-feed-layout .crt-post,
  #curator-feed-default-feed-layout .crt-post-c {
    width: 100% !important;
    margin: 0 !important;
  }
}
