/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* ==============================================*/
/* ===================== Header ================= */
/* ==============================================*/
.main-header-bar-wrap {
    box-shadow: 0px 3px 6px 1px #f3F3F3 !important;
}

/* ===== Logo-Größe =========*/

.ast-site-identity {
  padding: 0.41em 0;
}

/* ======= Logo-Untertitel / Beschreibung ======= */

.ast-site-title-wrap .site-description {
  text-align: center !important;
}

/*============ Menü ===========*/

.ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu, .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper {
    border-top-width: 2px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-color: #fe5e08;
    border-style: solid;
    border-top-left-radius: 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 3px;
}

.primary a:hover  {
  text-decoration: underline !important;
} 

.ast-button a:hover, .read-more a:hover, 
.button-primary a:hover, .button a:hover,
.acf-add-checkbox a:hover, .acf-checkbox-list .acf-add-checkbox a:hover,
.acf-gallery-add a:hover,
.am-artist-card-button a:hover, 
.am-artist-card-button-more a:hover {
  text-decoration: none !important;
}

.ast-archive-entry-banner[data-post-type="post"], 
.ast-single-entry-banner,
.ast-archive-entry-banner[data-post-type="blog"] {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
	background: #f7f7f7 !important;
}

.ast-archive-entry-banner[data-post-type="post"] .ast-container > :not(:last-child),
.ast-single-entry-banner[data-post-type="page"] .ast-container > :not(:last-child), .ast-single-entry-banner[data-post-type="page"] .read-more {
  margin: 5px 0;
}
.ast-single-entry-banner[data-post-type="post"] .ast-container > :not(:last-child), .ast-single-entry-banner[data-post-type="post"] .read-more {
  margin-bottom: 7px !important;
}
/* ====== Untermenü ====== */

.ast-hfb-header .ast-builder-menu-1 .main-header-menu .sub-menu .menu-link {
    text-transform: none;
}

.ast-hfb-header .ast-builder-menu-mobile .main-header-menu .sub-menu .menu-link {
  text-transform: none;
}

/* ======== Breadcrumb ======= */

.breadcrumb li {
    font: normal 500 12px / 18px "Inter", Helvetica, Arial, Verdana, sans-serif;
    padding: 7px 0px 5px 0px;
}

.breadcrumb a:hover {
    text-decoration: underline !important;
    color: #F86A09 !important;
}

.breadcrumb-item.active span {
    color: #888 !important;
}


@media (max-width: 544px) {
	.breadcrumb li {
	line-height: 10px;
	}		
}

#primary {
    margin: 1.6em 0;
}


@media (max-width: 992px) {
    .ast-right-sidebar #primary {
        margin: 0.5em 0;
    }

}


/* ========================================
================= Footer ==================
======================================== */

.widget-title {
  font: normal 600 17px/21px "Expletus Sans", sans-serif !important;
  color: #fe5e08 !important;
  padding-bottom: 12px !important;
  margin-bottom: 14px !important;
  border-bottom: 1px dotted #777 !important;
  width: 100% !important;
  display: block !important;  
}

.footer-widget-area a {
    color: #3d6e97 !important;
    text-decoration: none !important; 
}

.footer-widget-area a:hover {
    color: #264560!important; 
    text-decoration: underline;
}

/* ---- Sticky Bocks ----- */
.site-below-footer-wrap[data-section="section-below-footer-builder"] {
  background-color: #f5f5f5;
  border-style: solid;
  border-top-width: 1px;
  border-top-color: #D0D0D0;
  height: 91px;
}

.ast-footer-copyright p {
   margin-bottom: -10px;
}

/* Soziale Netzwerke */
i.fa-2x {
    font-size: 1.5rem !important; 
}

/* Nach oben */

.ast-scroll-to-top-right {
  right: 10px;
  bottom: 20px;
}

@media (max-width: 1025px) {
#ast-scroll-top {
  bottom: 55px !important;
}
}

/* ===== DSGVO / Cookie-Leiste ==== */

.seopress-user-consent button {
    font-size: 13px;
}

@media (max-width: 1024px) {
  .seopress-user-consent {
    bottom: 40px !important;
  }
}

/* ============================================== */
/* Bilder — Emoji, Icons und custom-img */
/* ============================================== */

#content.site-content img:not(.custom-img):not(.custom-img-2):not(.emoji):not(.wp-smiley):not(.custom-logo):not(.avatar):not([src*="emoji"]):not([src*="smilies"]):not([src*=".svg"]):not([src^="data:image/svg"]):not([src*="ytimg.com"]):not([data-src*="ytimg.com"]):not([data-lazy-src*="ytimg.com"]):not([src*="youtube.com"]):not([data-src*="youtube.com"]):not([data-lazy-src*="youtube.com"]) {
    width: auto !important;
    max-width: 100% !important;
    padding: 8px !important;
    background-color: #f6f6f6 !important;
    border-radius: 0 !important;
    border: 1px solid #eaeaea !important;
	height: auto !important;
    box-shadow:
        0 0 0 1px #eaeaea,
        2px 2px 6px rgba(0,0,0,0.2) !important;
    overflow: visible !important;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        opacity 0.25s ease !important;
}


/* Bild-Hover */

#content.site-content img:not(.custom-img):not(.emoji):not(.wp-smiley):not(.custom-logo):not(.avatar):not([src*="emoji"]):not([src*="smilies"]):not([src*=".svg"]):not([src^="data:image/svg"]):hover {
    transform: translateY(-1px) !important;
    opacity: 0.8 !important;
    box-shadow:
        0 0 0 1px #eaeaea,
        4px 8px 18px rgba(0,0,0,0.18) !important; 
}


/* Custom-img — ohne Rahmen und Hover-Effekt */

#content.site-content img.custom-img,
#content.site-content img.custom-img:hover,
#content.site-content .su-youtube img,
#content.site-content .rll-youtube-player img,
#content.site-content img[src*="ytimg.com"],
#content.site-content img[data-src*="ytimg.com"],
#content.site-content img[data-lazy-src*="ytimg.com"] {
    padding: 0 !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    transform: none !important;
    opacity: 1 !important;
} 


 /* ===================================
============ Post-Categogy ==========
=====================================*/
.ast-blog-layout-5-grid .ast-blog-featured-section {
  width: 45%;
}

.ast-blog-layout-5-grid .post-content  {
  width: 55%;
}

.ast-blog-layout-5-grid .blog-layout-5 {
	  padding: 20px;
}

@media (max-width: 780px) {
  .ast-blog-layout-5-grid .ast-article-inner {
    flex-direction: column;
  }

  .ast-blog-layout-5-grid .ast-blog-featured-section,
  .ast-blog-layout-5-grid .post-content {
    width: 100% !important;
  }
}
 /*  ========== Bild-Tab Foto ========= */
.am-gallery-img {
  display: inline-block;
  margin: 0 15px 15px 0;
  vertical-align: top;
}

/* ======== Social Sharing ====== */

.ast-post-social-sharing {
    margin-top: 30px;
}

/* ==================================================
====== Fluent Forms — ArtMuz Theme-Anpassungen ======== 
================================================ */

/* ------  Radio-Feld ----------- */

.ff_list_buttons {
    padding-top: 0;
    text-align: center;
}

/* ======= Formulare =========  */

.fluentform {
    font-family: inherit;
    color: inherit;
}

/* Felder */
.fluentform input[type="text"],
.fluentform input[type="email"],
.fluentform input[type="tel"],
.fluentform input[type="url"],
.fluentform input[type="password"],
.fluentform input[type="number"],
.fluentform textarea,
.fluentform select {
    font-family: inherit;
    color: #222;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    box-shadow: none !important;
}

/* Fokus der Felder */
.fluentform input:focus,
.fluentform textarea:focus,
.fluentform select:focus {
    border-color: #9BA11C !important;
    box-shadow: 0 0 0 2px rgba(155, 161, 28, 0.18) !important;
    outline: none !important;
}

/* Absende-Button */
.fluentform .ff-btn-submit,
.fluentform button[type="submit"] {
    font-family: inherit;
    background: #9BA11C !important;
    border-color: #9BA11C !important;
    color: #fff !important;
    border-radius: 8px;
}

.fluentform .ff-btn-submit:hover,
.fluentform button[type="submit"]:hover {
    background: #858a17 !important;
    border-color: #858a17 !important;
    color: #fff !important;
}

/* Umschalter / Tabs / Radio-Buttons */
.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label > span {
    background: #fff !important;
    border-color: #d8d8d8 !important;
    color: #333 !important;
    box-shadow: none !important;
}

/* Aktiver Punkt */
.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff_item_selected label > span {
    background: #9BA11C !important;
    border-color: #9BA11C !important;
    color: #fff !important;
    box-shadow: none !important;
}

/* Hover */
.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label > span:hover {
    border-color: #9BA11C !important;
    color: #73780d !important;
}

/* Blaue Fluent-Forms-Farbe entfernen */
.fluentform a,
.fluentform .text-primary,
.fluentform .ff-el-form-check.ff_item_selected label > span {
    border-color: #9BA11C !important;
}

/* Schrift der Feldbeschriftungen */
.fluentform label,
.fluentform .ff-el-input--label label {
    font-family: "Expletus Sans", sans-serif;
    font-size: 14px;
	font-weight: 600;
}

/* Hover-Korrektur für aktiven Button */
.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff_item_selected label > span:hover,
.fluentform .ff_list_buttons .ff-el-form-check.ff_item_selected label > span:hover {
    color: #fff !important;
    background: #9BA11C !important;
    border-color: #9BA11C !important;
}

/* Fluent-Forms-Radio-Buttons als Links */
.fluentform .am-ff-link-switch .ff-el-form-check label > span {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    color: #333 !important;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.fluentform .am-ff-link-switch .ff-el-form-check label > span:hover {
    color: #9BA11C !important;
}

.fluentform .am-ff-link-switch .ff-el-form-check.ff_item_selected label > span {
    background: transparent !important;
    border: 0 !important;
    color: #9BA11C !important;
    box-shadow: none !important;
}

.fluentform .am-ff-link-switch .ff-el-form-check {
    margin-right: 18px;
}

.fluentform .am-ff-link-switch .ff-el-input--content {
    display: flex;
    justify-content: center;
    gap: 18px;
}

.fluentform .ff-el-help-message {
    text-align: left !important;
}



/* Fluent Forms / Flatpickr calendar inside popup */
.flatpickr-calendar {
    z-index: 9999999 !important;
}

.mfp-wrap .flatpickr-calendar,
.mfp-container .flatpickr-calendar,
.mfp-content .flatpickr-calendar {
    z-index: 9999999 !important;
}

.mfp-content,
.mfp-inline-holder .mfp-content,
.mfp-wrap,
.mfp-container {
    overflow: visible !important;
}

/* ====================================================
================ UsersWP-Formularstil ==================
==================================================== */

/* Labels / Platzhalter */
.uwp_page label,
.uwp_page .form-label {
    font-family: "Expletus Sans", sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #222 !important;
}

.uwp_page .card-title  {
    font-family: "Expletus Sans", sans-serif !important;
} 

/* Felder */
.uwp_page input[type="text"],
.uwp_page input[type="email"],
.uwp_page input[type="password"],
.uwp_page input[type="tel"],
.uwp_page input[type="url"],
.uwp_page textarea,
.uwp_page select {
    border: 1px solid #d8d8d8 !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    font-family: inherit !important;
}

/* Fokus */
.uwp_page input:focus,
.uwp_page textarea:focus,
.uwp_page select:focus,
.bsui .btn-outline-primary:focus {
    border-color: #9BA11C !important;
    box-shadow: 0 0 0 2px rgba(155, 161, 28, 0.18) !important;
    outline: none !important;
}

/* Haupt-Absende-Button */
.uwp_page button[type="submit"],
.uwp_page input[type="submit"],
.uwp_page .uwp_login_submit,
.uwp_page .uwp_register_submit,
.bsui .btn-primary,
.bsui .btn.active {
    background: #9BA11C !important;
    border: 1px solid #9BA11C !important;
    color: #fff !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    box-shadow: none !important;
}

.bsui .btn-outline-primary{border-color: #9BA11C !important;}

/* Hover */
.uwp_page button[type="submit"]:hover,
.uwp_page input[type="submit"]:hover,
.uwp_page .uwp_login_submit:hover,
.uwp_page .uwp_register_submit:hover,
.bsui .btn-primary:hover,
.bsui .btn-outline-primary:hover,
.bsui .btn.active:hover {
    background: #858a17 !important;
    border-color: #858a17 !important;
    color: #fff !important;
}

/* Links */
.bsui a {
    color: #9BA11C !important;
    text-decoration: none !important;
}

.bsui a:hover {
    color: #858a17 !important;
}

/* Checkbox „Angemeldet bleiben“ */
.uwp_page input[type="checkbox"] {
    accent-color: #9BA11C;
}

/* UsersWP: Banner-Icon und Profilnamen-Stift ausblenden */
a[onclick*="uwp_profile_image_change('banner')"],
.uwp-profile-name a[aria-label="Konto bearbeiten"] {
  display: none !important;
}

/*.bsui .float-end {
  float: right !important;
  display: none;
}*/

/* Global für Seite 
html {
    font-size: 14px !important;
}*/

/* =================================================
============== Styls in Meinem Konto ===============
================================================= */

.am-konto-data {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 18px;
  margin-bottom: 28px;
}

.am-konto-data-field label {
  display: block;
  font-family: "Expletus Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 7px;
  color: inherit;
}

.am-konto-data-value {
  width: 100%;
  font-size: 14px;
  color: #222;
  background: #f8f8f8;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  padding: 12px 14px;
  min-height: 46px;
  box-sizing: border-box;
  word-break: break-word;
}

.am-konto-data-value a {
  color: inherit;
  text-decoration: underline;
}

.am-konto-empty {
  color: #999;
  font-style: italic;
}

.am-konto-field-description {
  grid-column: 1 / -1;
}

@media (max-width: 768px) {
  .am-konto-data {
    grid-template-columns: 1fr;
  }

  .am-konto-field-description {
    grid-column: auto;
  }
}