/*
Theme Name: Astra Child
Template: Astra
*/


/* ==========================
   TYPOGRAFIE STYLES
========================== */

h6 {
    margin-bottom: 20px; /* Abstand nach unten */
}

h1 {
   	text-align: center !important;
}


.h7 {
font-family: 'Montserrat', sans-serif !important;
  text-transform: uppercase;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}

.ion-icon {
  font-size: 16px;
  color: #341efa;
  vertical-align: middle;
}

.white-text {
    color: #ffffff !important;
}


.bigfett {
        font-weight: 600 !important;
	margin: 20px 0px !important;
}

.highlight {
    color: #ffffff !important;
}


/*=============================
	H1 Mobil Verkleinerung
===============================*/
@media (max-width: 768px) {
  h1.e-98e928d-5280f17 {
    font-size: 20px !important; /* Hier kannst du die  anpassen */
    line-height: 1.2 !important;
    word-break: break-word; /* Verhindert, dass das lange Wort "Entscheider:innen" den Rand sprengt */
  }
}

/* Erste Zeile: Ganz normal ohne Effekte */
.line-1 {
  color: #ffffff; /* Hier die gewunschte Farbe für Zeile 1 */
  margin-bottom: 5px; /* Abstand zur zweiten Zeile */
}

/* Zweite Zeile: Basis-Styling */
.line-2.headline-effect span {
  position: relative;
  display: inline-block;
  color: #71dcec; /* Startfarbe */
}

/* Pseudo-Elemente für den Schiebe-Effekt */
.line-2.headline-effect span::before,
.line-2.headline-effect span::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  overflow: hidden;
}

/* Farbe 1 (Fullt von oben nach unten) */
.line-2.headline-effect span::before {
  color: #99f2ff;
  max-height: 0;
  animation: max-height 0.6s cubic-bezier(0.61, 1, 0.88, 1) forwards;
  animation-delay: var(--delay);
}

/* Farbe 2 (Füllt von links nach rechts und bleibt stehen) */
.line-2.headline-effect span::after {
  color: #ffffff; /* Endfarbe der Animation */
  max-width: 0;
  animation: max-width 0.9s cubic-bezier(0.61, 1, 0.88, 1) forwards;
  animation-delay: var(--delay);
}



/*=============================
	H2 Effekt Elementor
===============================*/
.elementor-heading-title span {
  position: relative;
  display: inline-block;
  color: #71dcec;
}

.elementor-heading-title span::before,
.elementor-heading-title span::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  overflow: hidden;
}

.elementor-heading-title span::before {
  color: #99f2ff;
  max-height: 0;
  animation: max-height 0.6s cubic-bezier(0.61, 1, 0.88, 1) forwards;
  animation-delay: var(--delay);
}

.elementor-heading-title span::after {
  color: #fff;
  max-width: 0;
  animation: max-width 0.9s cubic-bezier(0.61, 1, 0.88, 1) forwards;
  animation-delay: var(--delay);
}

@keyframes max-width {
  from { max-width: 0; }
  to { max-width: 100%; }
}

@keyframes max-height {
  from { max-height: 0; }
  to { max-height: 100%; }
}

.elementor-heading-title span::before,
.elementor-heading-title span::after {
  height: 100%;
  line-height: inherit;
  padding-bottom: 0.1em; /* wichtig für g, p, y */
  box-sizing: content-box;
}



/*=============================
	H2 Effekt global
===============================*/
.h2-effect {
  display: flex;
  flex-direction: column;
  gap: 0.05em;
  font-size: 80px !important;
  text-align: center;
}

.h2-effect .line {
  display: block;
  font-weight: 600;
}

/* WORD STYLE */
.h2-effect span.anim-word {
  position: relative;
  display: inline-block;
  color: #fff;
  white-space: pre;
  will-change: transform, opacity;
}

.h2-effect span.anim-word::before,
.h2-effect span.anim-word::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  height: 100%;
}

/* SOFT CYAN LAYER */
.h2-effect span.anim-word::before {
  color: #341efa;
  max-height: 0;
  animation: revealSoft 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: var(--delay);
}

/* SOFT WHITE LAYER */
.h2-effect span.anim-word::after {
  color: #000;
  max-width: 0;
  animation: revealSoftW 2.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: var(--delay);
}

/* KEYFRAMES (SOFT + FLOWING) */
@keyframes revealSoft {
  from {
    max-height: 0;
    opacity: 0.5;
    transform: translateY(2px);
  }
  to {
    max-height: 100%;
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes revealSoftW {
  from {
    max-width: 0;
    opacity: 0.5;
  }
  to {
    max-width: 100%;
    opacity: 1;
  }
}

/* MOBILE OPTIMIZATION */
@media (max-width: 768px) {
  .h2-effect {
    gap: 0.15em;
    font-size: 42px;
  }

  .h2-effect span.anim-word::before,
  .h2-effect span.anim-word::after {
    animation-duration: 1.2s;
  }
}
/*=============================
	H2: Maximale Kompaktheit
===============================*/
.animated-title {
  font-size: 80px !important;
  font-weight: 600 !important;
  color: #000;
  text-align: center !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  
  /* HIER ANPASSEN: */
  line-height: 1.1 !important; /* Probiere 1.1 oder 1.2, wenn 1.0 zu nah ist */
  
  margin: 0 !important;
  padding: 0 !important;
}

.animated-title .first {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  /* Setze dies auf einen kleinen positiven Wert fÃ¼r exakte Kontrolle */
  margin-bottom: 10px !important; 
}

.animated-title .second {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  width: 0;
  margin: 0 !important;
  padding: 0 !important;
  border-right: none;
  
  /* Ã„NDERUNG: Mehr Steps (z.B. 60 statt 30) machen es flÃ¼ssiger */
  /* 'ease-in-out' statt 'steps' macht es komplett weich (wie ein Slide) */
  animation: 
    typewriter 3.5s ease-out 0.5s forwards, 
    blinkingCursor 800ms steps(40) infinite;
}

/* Animationen bleiben gleich */
@keyframes typewriter { from { width: 0; } to { width: 100%; } }
@keyframes blinkingCursor { from { border-right-color: #000; } to { border-right-color: transparent; } }



/* --- Media Query fÃ¼r Mobile --- */
@media (max-width: 768px) {
  .animated-title { 
    font-size: 55px !important; 
    line-height: 1.2 !important; /* enger Abstand */
    display: block !important;
    text-align: center !important;
    margin: 0 !important;
  }

  .animated-title .first { 
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .animated-title .second { 
    display: block !important; 
    white-space: normal !important; 
    width: 100% !important; 
    border: none !important;

    /* ðŸ”¥ echter Abstand statt transform */
    margin-top: -8px !important; 
    padding: 0 !important;

    /* âœ¨ Animation */
    opacity: 0;
    transform: translateY(10px);
    animation: fadeInSoft 3s ease-out 0.3s forwards !important;
  }
}

/* Desktop / Allgemein */
.animated-title .first,
.animated-title .second {
  display: inline !important;
}

/* âœ¨ Neue saubere Animation */
@keyframes fadeInSoft {
  0% { 
    opacity: 0; 
    transform: translateY(10px);
  }
  100% { 
    opacity: 1; 
    transform: translateY(0);
  }
}


/*=============================
	Header
===============================*/

/* Header und Container vollbreit */
#ast-desktop-header .ast-header,
#ast-desktop-header .ast-container,
.site-primary-header-wrap.ast-container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
    box-sizing: border-box;
}

/* Flex fÃ¼r Header-Reihen */
#ast-desktop-header .ast-builder-grid-row {
    display: flex;
    justify-content: space-between; /* Links/Rechts verteilen */
    align-items: center;
    width: 100%;
    padding: 15px 60px; /* optional: Abstand links/rechts */
}

/* Optional: Social Icons links/rechts Abstand */
.site-header-primary-section-left {
    margin-right: 30px; /* Abstand Logo/links MenÃ¼ */
}

.site-header-primary-section-right {
    margin-left: 30px; /* Abstand Rechtsbereich */
}

/* Mobile Header optional auch vollbreit */
#ast-mobile-header .ast-header,
#ast-mobile-header .ast-container,
#ast-mobile-header .site-primary-header-wrap.ast-container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
}



/* ==============================
   Sticky Header
   ============================== */
.main-header-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: rgba(255,255,255,0.95);
    transition: all 0.3s ease;
}

body.scrolled .main-header-bar {
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

body.scrolled .main-header-bar .ast-primary-header {
    padding: 10px 0 !important;
}

.site-content,
.ast-archive-description,
.ast-page-builder-template {
    margin-top: 100px;
}

@media screen and (max-width: 1220px) {
    .main-header-bar {
        display: none !important;
    }
}

/* ==============================
   Menu vertikal zentrieren
   ============================== */
.main-header-bar .site-primary-header,
.main-header-bar .main-header-bar-navigation,
.main-header-menu li,
.main-header-menu .menu-link {
    display: flex;
    align-items: center;
}

.main-header-menu .menu-link {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 20px;
    position: relative;
    z-index: 2;
    transition: color 0.3s ease;
}

/* ==============================
   Glider für Hauptmenü
   ============================== */
.main-header-menu {
    position: relative;
}

.main-header-menu .glider {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    transition: all 0.25s ease;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
}

/* Hover Farbe - Allgemein */
.main-header-menu li:hover > .menu-link {
    font-weight: 500 !important;
    color: #341efa !important;
    position: relative;
    z-index: 2; /* Text über den Glider legen */
}

/* Aktives Menüelement (Normalzustand: Pink, kein Hintergrund) */
.main-header-menu li.current-menu-item > .menu-link {
    font-weight: 500 !important;
    color: #341efa !important;
    background: transparent !important;
    background-color: transparent !important;
}

/* Aktives Menüelement (Hoverzustand: Text wird weiß für schwarzen Glider) */
.main-header-menu li.current-menu-item:hover > .menu-link {
    color: #341efa !important;
}

/* Verhindert, dass Astra/Elementor einen eigenen Hintergrund beim aktiven Punkt erzwingen */
.main-header-menu li.current-menu-item {
    background: transparent !important;
}

/* 1. Jede optische Änderung an der Flagge (Bild) komplett unterbinden */
html body #menu-item-110-fr a img,
html body .lang-item a img,
html body .elementor-nav-menu li.lang-item a img {
    opacity: 1 !important;
    filter: none !important;
    -webkit-filter: none !important;
    transform: none !important;
    transition: none !important;
    transition-duration: 0s !important;
    box-shadow: none !important;
}

/* 2. Hintergrund- und Linien-Effekte von Astra/Elementor am Menupunkt entfernen */
html body li.lang-item a,
html body li.lang-item a:hover,
html body li.lang-item a.menu-link:hover {
    background: transparent !important;
    background-color: transparent !important;
    text-decoration: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* 3. Pointer-Animationen (Striche/Punkte) von Astra/Elementor deaktivieren */
html body li.lang-item a::before,
html body li.lang-item a::after {
    display: none !important;
    content: none !important;
}




/* 1. Jede optische Ã„nderung an der Flagge (Bild) komplett unterbinden */
html body #menu-item-110-fr a img,
html body .lang-item a img,
html body .elementor-nav-menu li.lang-item a img {
    opacity: 1 !important;
    filter: none !important;
    -webkit-filter: none !important;
    transform: none !important;
    transition: none !important;
    transition-duration: 0s !important;
    box-shadow: none !important;
}

/* 2. Hintergrund- und Linien-Effekte von Astra/Elementor am Menupunkt entfernen */
html body li.lang-item a,
html body li.lang-item a:hover,
html body li.lang-item a.menu-link:hover {
    background: transparent !important;
    background-color: transparent !important;
    text-decoration: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* 3. Pointer-Animationen (Striche/Punkte) von Astra/Elementor deaktivieren */
html body li.lang-item a::before,
html body li.lang-item a::after {
    display: none !important;
    content: none !important;
}



/* ==============================
   Submenu Reset & Styling
   ============================== */
.main-header-menu .sub-menu {
    position: absolute;
    top: 120%;                  /* Abstand nach unten vom HauptmenÃ¼ */
    left: 0;
    background-color: #fff;
    min-width: 250px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
    transform: translateY(-5px);
    z-index: 9999;
	border: none !important; 
}

/* SubmenÃ¼ sichtbar beim Hover */
.main-header-menu li.menu-item:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
	    color: #000 !important;
	font-weight: 500 !important;
}

/* SubmenÃ¼-Items reset */
.main-header-menu .sub-menu li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Links im SubmenÃ¼ */
.main-header-menu .sub-menu .menu-link {
    display: block;
    position: relative;
    padding: 10px 20px 10px 36px; /* Platz fÃ¼r Pfeil links */
        color: #000 !important;
    font-size: 14px;
	    font-weight: 500;
    text-align: left;             /* Text linksbÃ¼ndig */
    text-transform: none;
    transition: color 0.2s ease, background 0.2s ease;
    white-space: nowrap;          /* kein Zeilenumbruch */
}

/* Pfeil links neben SubmenÃ¼-Links */
.main-header-menu .sub-menu .menu-link::before {
    content: "";
    position: absolute;
    left: 12px;                  /* Abstand vom linken Rand */
    top: 50%;                    
    transform: translateY(-50%) rotate(-45deg);
    width: 6px;
    height: 6px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transition: border-color 0.2s ease;
}

/* Hover Effekt Text + Pfeil */
.main-header-menu .sub-menu li:hover > .menu-link {
    color: #341EFA;
		color: #341EFA !important;
}

.main-header-menu .sub-menu li:hover > .menu-link::before {
    border-color: #341EFA;
		color: #341EFA !important;
}

/* Sub-Submenu */
.main-header-menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
    margin-left: 8px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.main-header-menu .sub-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}


/* ==============================
   Bugfix: SubmenÃ¼ bleibt beim Hover stabil
   ============================== */

/* Container fÃ¼r SubmenÃ¼ erweitern, damit kleine Mausbewegungen nicht verschwinden lassen */
.main-header-menu li.menu-item {
    position: relative; /* sicherstellen, dass Submenu relativ zum Item positioniert ist */
}

/* SubmenÃ¼ etwas nach unten verschieben, damit es â€žschwebtâ€œ */
.main-header-menu .sub-menu {
    margin-top: 3px;          /* Puffer zum HauptmenÃ¼ */
}

/* Optional: kleine Hover-Pufferzone */
.main-header-menu li.menu-item:hover > .sub-menu {
    pointer-events: auto;
}

/* Sub-SubmenÃ¼ bleibt stabil beim Hover */
.main-header-menu .sub-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* Extra Tipp: Mausbewegungen von HauptmenÃ¼ zum SubmenÃ¼ â€žÃ¼berbrÃ¼ckenâ€œ */
.main-header-menu li.menu-item {
    z-index: 1000; /* sicherstellen, dass SubmenÃ¼ Ã¼ber anderen Inhalten bleibt */
}

/* ==============================
   Social Icons
   ============================== */
.ast-header-social-wrap .header-social-inner-wrap {
    display: flex;
    align-items: right;
    justify-content: flex-start; /* Icons linksbÃ¼ndig innerhalb des Wrappers */
    margin-left: 40px;
}

/* Social Icons Styling */
.ast-header-social-wrap .header-social-item {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #341efa;
    color: #341efa;
    transition: all 0.9s ease !important;
    margin-left: 0; /* Abstand jetzt Ã¼ber gap geregelt */
}

.ast-header-social-wrap .header-social-item svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.ast-header-social-wrap .header-social-item:hover {
    background-color: #341efa;
    color: #fff;
    border-color: #341efa;
}
/* ==========================
   Footer
========================== */

.custom-footer {
    background: #000; /* Rot */
    padding: 30px 20px;
    color: #fff;
}

.custom-footer-inner {
    max-width: 1280px; /* Boxed Inhalt */
    margin: 50px auto 0 auto; /* Abstand oben + zentriert */
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: left; /* Text linksbÃ¼ndig auf Desktop/Tablet */
}

.footer-col {
    width: 23%;
    margin-bottom: 20px;
}

/* Logo */
.footer-col img {
    max-width: 220px;
    height: auto;
}

/* Ãœberschriften */
.footer-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
    text-transform: uppercase;
}

/* Texte */
.footer-col p {
    margin: 0;
    line-height: 1.5;
    color: #fff;
    margin-top: 8px; /* Abstand nach Ãœberschrift */
}

/* MenÃ¼ */
.footer-menu {
    list-style: none;
    padding: 0;
    margin: 8px 0 0 0; /* Abstand nach Ãœberschrift */
}

.footer-menu li {
    margin-bottom: 8px;
}

.footer-menu li a {
    color: #fff;           /* WeiÃŸ */
    text-decoration: none;  /* Kein Unterstrich */
}

.footer-menu li a:hover {
    color: #341efa;        /* Hover-Lila */
    text-decoration: none;
}

/* Responsive Tablets / kleinere Desktops */
@media (max-width: 1024px) {
    .custom-footer-inner {
        flex-direction: column;
        align-items: flex-start; /* Links ausrichten */
    }
    .footer-col {
        width: 100%;
        margin-bottom: 20px;
    }
}


/* Footer-Links: weiÃŸ, kein Unterstrich, Hover #341efa */
.custom-footer a {
    color: #fff !important;           /* WeiÃŸ */
    text-decoration: none !important; /* Kein Unterstrich */
}

.custom-footer a:hover {
    color: #341efa !important;        /* Hover-Lila */
    text-decoration: none !important;
}

/* Responsive Smartphones */
@media (max-width: 768px) {
    .custom-footer-inner {
        flex-direction: column;
        align-items: center; /* Zentriert auf Handy */
        text-align: center;
    }
    .footer-col {
        width: 100%;
        margin-bottom: 40px; /* Abstand zwischen Spalten grÃ¶ÃŸer */
    }
    .footer-col:last-child {
        margin-bottom: 20px; /* Letzte Spalte etwas weniger Abstand */
    }
    .footer-col p,
    .footer-menu {
        text-align: center; /* Text zentriert auf Handy */
    }
}


/* ==========================
   Copyright
========================== */
.site-footer,
.site-footer .site-below-footer-wrap,
.site-footer .ast-builder-footer-grid-columns,
.site-footer .ast-builder-footer-grid-columns-inner,
.site-footer .ast-footer-copyright {
    background-color: #000000 !important; /* Schwarz */
    color: #ffffff !important;           /* Schrift weiÃŸ */

    padding: 5px 20px 0px 20px;                  /* Kompakter Innenabstand */
    text-align: center;
	font-size: 14px !important;  
}

.site-footer a {
    color: #ffffff !important;
    text-decoration: none;
		font-size: 14px !important;  
}

.site-footer a:hover {
    color: #341efa !important;  /* Hover-Farbe fÃ¼r Links */
}

.site-footer p {
    margin: 0;        /* Ã¼berschÃ¼ssigen Abstand entfernen */
    line-height: 1.4; /* Zeilenabstand kompakt */
}

/* Ãœberschreibe graue Astra-Farbe im Footer */
.site-footer {
    --ast-global-color-7: #ffffff !important;  /* alles in weiÃŸ */
	--e-global-color-astglobalcolor7: #ffffff !important;  /* alles in weiÃŸ */
}

.site-footer,
.site-footer p,
.site-footer a,
.site-footer span {
    color: #ffffff !important; /* sichere weiÃŸe Farbe fÃ¼r alle Texte */
}


/* ==============================
   Scroll to Top 
   ============================== */

#ast-scroll-top {
    background-color: #ff0063;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: fixed; 
    right: 20px;
    bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    outline: none !important;
}

/* Hover Effekt */
#ast-scroll-top:hover {
    background-color: #341efa;
    transform: translateY(-2px);
}

/* Icon absolut zentrieren */
#ast-scroll-top .ast-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* SVG Pfeil */
#ast-scroll-top svg {
    width: 10px;
    height: 10px;
    fill: #fff;
    display: block;
}


/* Fokus/Active vom Button selbst */
#ast-scroll-top:focus,
#ast-scroll-top:active {
    outline: none !important;
    box-shadow: none !important;
}

/*=============================
	Top-Scroll Down
===============================*/


.banner-scroll-down {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;   /* Abstand vom unteren Rand */
    top: auto;      /* optional, falls du nur bottom nutzen willst */
    margin-top: 50px; /* Abstand von oben, wenn nÃ¶tig */
    z-index: 2;
}

.banner-scroll-down a {
    display: block;
    width: 30px;
    height: 50px;
    text-align: center;
}

.banner-scroll-down a span {
    display: block;
    width: 15px;
    height: 15px;
    border-bottom: 2px solid #000; /* oder var(--tg-white) */
    border-right: 2px solid #000;
    transform: rotate(45deg);
    margin: -10px 0 0 8px;
    animation: animate 2s infinite;
}

.banner-scroll-down a span:nth-child(2) {
    animation-delay: -0.2s;
}

.banner-scroll-down a span:nth-child(3) {
    animation-delay: -0.4s;
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-15px, -15px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(15px, 15px);
    }
}



/*=============================
	Slider
===============================*/

.elementor-swiper-button svg {
    display: none !important;
}

.elementor-swiper-button {
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%); 

    display: block;
    width: 25px;
    height: 25px;

    background: rgba(0,0,0,1);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 7px 11px;

	background-color: #000; /* Schwarz standardmÃ¤ÃŸig */
    border-radius: 16px !important;
    opacity: 1;
    transition: opacity 0.2s, transform 0.2s; 

    border: 0 !important;
    overflow: hidden;

    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAQAAABuQZ3IAAAAi0lEQVR4AU3OISBEQQBAwS0AACS9NxqQgCZpkiYBVddFvWhAAUABAPQCAGC4g/0vTnrBqCfDIZl70J+kMUBPpEwT4FNXxBxz4F1HxHyr4EVTxBLb4EFNxEon4CJSlVNw9AcV9sC16h8osgke1P1ArgXwouVvdQq86ww/GQefusNf7kBviBlxpT8k+gL/Wox4r1d4MwAAAABJRU5ErkJggg==");
}

.elementor-swiper-button-next {
    right: 10px;
    left: auto;
}

.elementor-swiper-button-prev {
    left: 10px;
    right: auto;
    transform: translateY(-50%) scaleX(-1) !important;
}

/* Hover Effekt */
.elementor-swiper-button:hover {
    opacity: 1;
	 background-color: #ff0063;
}




/*=============================
	Button style
===============================*/
.relando-btn {
    display: inline-block;
    padding: 16px 38px;           /* angepasst an vorheriges Layout */
    border-radius: 100px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.15rem;
    font-weight: 600 !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: #0cf;              /* Grundfarbe */
    border: none;
    cursor: pointer;
    transition: color 0.3s ease;
}

/* After: Basisfarbe */
.relando-btn::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #341efa;   
	border: 1px solid #341efa;
    border-radius: 100px;
    z-index: -2;
}

/* Before: Hover-Overlay, start 0 Breite */
.relando-btn::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #000;   
	border: 1px solid #341efa;
    border-radius: 100px;
    z-index: -1;
    transition: width 0.3s ease;
}

/* Hover */
.relando-btn:hover {
    color: #fff !important;
}

.relando-btn:hover::before {
    width: 100%;
}


.relando2-btn {
    display: inline-block;
    padding: 16px 38px;           /* angepasst an vorheriges Layout */
    border-radius: 100px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.05rem;
    font-weight: 600 !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: #0cf;              /* Grundfarbe */
    border: none;
    cursor: pointer;
    transition: color 0.3s ease;
}

/* After: Basisfarbe */
.relando2-btn::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #341efa;   
    border-radius: 100px;
    z-index: -2;
}

/* Before: Hover-Overlay, start 0 Breite */
.relando2-btn::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #000;   
    border-radius: 100px;
    z-index: -1;
    transition: width 0.3s ease;
}

/* Hover */
.relando2-btn:hover {
    color: #fff !important;
}

.relando2-btn:hover::before {
    width: 100%;
}
/*=============================
	Auflistung
===============================*/

.custom-list {
  list-style: none;
  padding-left: 0;
  margin: 25px 0;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  color: #000;
}


.custom-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}

.custom-list li::before {
  content: "â€¢";
  position: absolute;
  left: 0;
  color: #341efa;
  font-size: 18px;
}


.custom-list.top50 li {
  margin-bottom: 10px;
}


.custom-list.top20 {
  margin: 0;
}

.custom-list.top20 li {
  margin-bottom: 0;
}

p {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}

h5 {
  margin: 1em 0 !important;
}


h7 {
  font-family: 'Montserrat', sans-serif !important;
	text-transform: uppercase;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}



.hover-fade {
  transition: color 0.3s ease;
}

.hover-text:hover .hover-fade {
  color: #341efa
}