/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.11.2.1766002454
Updated: 2025-12-17 20:14:14

*/
.ast-site-title-wrap {
	display: none;
}

.faqstyles h3 {
	font-size: 30px!important;
	font-weight: 400!important;
	text-transform: none!important;
}

.faqstyles p {
	color: #47443C!important;
	font-size: 20px!important;
}

.faqstyles a {
	color: #4C8EEB!important;
}

.indrevdiv {
	border-radius: 10px!important;
}

a.menu-link:hover {
	color: #0d0d0d!important;
}

.site-logo-img:hover {
	transform: scale(1.05)!important;
}

.site-logo-img {
	transition: ease-in-out 0.3s!important;
}
/* Container der Galerie relativ positionieren */
.elex-galley-container {
  position: relative !important;
  padding: 0 70px !important; /* Mehr seitlicher Abstand */
  margin: 0 auto !important;
}

/* Previous-Button links platzieren (mittig zum Video) */
.elex_yt_previous_page_edit {
  position: absolute !important;
  left: 25px !important; /* Größerer Abstand zum Video */
  top: 30% !important; /* Position mittig zum Video (nicht zur Galerie) */
  transform: translateY(0) !important; /* Keine vertikale Zentrierung mehr */
  z-index: 10 !important;
}

/* Next-Button rechts platzieren (mittig zum Video) */
.elex_yt_next_page_edit {
  position: absolute !important;
  right: 25px !important; /* Größerer Abstand zum Video */
  top: 30% !important; /* Position mittig zum Video */
  transform: translateY(0) !important;
  z-index: 10 !important;
}

/* Labels ausblenden */
.elex_yt_previous_page_edit div,
.elex_yt_next_page_edit div {
  display: none !important;
}

/* Icons stylen: Kleinerer, runder Hintergrund */
.elex_yt_previous_page_edit,
.elex_yt_next_page_edit {
  width: 30px !important; /* Kleinerer Durchmesser */
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background-color: rgba(0, 0, 0, 0.2) !important; /* Leicht durchsichtig */
  border-radius: 50% !important; /* Vollständig rund */
  color: #FBF7F7 !important;
  border: none !important;
  padding: 0 !important;
}

/* Hover-Effekt */
.elex_yt_previous_page_edit:hover,
.elex_yt_next_page_edit:hover {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

/* Icons selbst anpassen */
.elex_yt_previous_page_edit i,
.elex_yt_next_page_edit i {
  color: #FBF7F7 !important;
  font-size: 14px !important; /* Etwas kleinere Icons */
}

/* Galerie-Container: Overflow verstecken */
.elex-wrap {
  overflow: visible !important;
}

/*Arrow Animate*/
.flow-arrow {
  display: inline-block;
  animation: arrowFlow 1.8s ease-in-out infinite;
}

@keyframes arrowFlow {
  0% {
    transform: translateY(0);
    opacity: 0.4;
  }
  50% {
    transform: translateY(10px);
    opacity: 1;
  }
  100% {
    transform: translateY(20px);
    opacity: 0;
  }
}
/* Stärkerer Selektor für UAGB-Icon-Liste */
body .uagb-icon-list__wrap .wp-block-uagb-icon-list-child {
    display: flex !important;
    align-items: flex-start !important;
}

/* Icon-Container explizit anpassen */
body .uagb-icon-list__source-wrap {
    margin-top: 0.2em !important;
    margin-right: 0.5em !important;
}
.elex-videotitle_text {
    color: #FBF7F7 !important;
}
/* Standard-Grid für Desktop */
.container {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Zwei gleich breite Spalten */
  gap: 16px; /* Abstand zwischen den Spalten */
}
/* ==================================================
   Spectra (Astra) – HARDFIX Icon + Text Alignment
   Seite: #kurzportrait
   ================================================== */

@media (max-width: 768px) {

  /* 1. Grid-Zeilen dürfen nicht gestreckt werden */
  #kurzportrait .uagb-layout-grid {
    align-items: start;
    grid-auto-rows: min-content;
  }

  /* 2. Jede Grid-Zelle oben starten */
  #kurzportrait .uagb-layout-grid > div {
    align-self: start;
  }

  /* 3. Icon-Wrapper ENTKOPPELN */
  #kurzportrait .uagb-icon-wrapper {
    display: flex;
    align-items: flex-start;
    padding: 0;
    margin: 0;
    line-height: 1;
  }

  /* 4. SVG selbst exakt positionieren */
  #kurzportrait .uagb-icon-wrapper svg {
    display: block;
    margin-top: 0.05em;
  }

}
