/**
Theme Name: Astra-Child
Author: SR
Author URI: http://wpastra.com/about/
Description: Astra Child
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 */
body {
         overflow-x: hidden; /* Hide horizontal scrollbar */
}

.site-title  {  font-size:3.2vw !important; }                                            



.site-title a { color:#7a0220 ; line-height: 1em;  text-decoration: none !important; }    /* Nimm color:#7a0220 , wenn du lieber rot für den Titel willst */


#masthead .ast-container, .site-header-focus-item + .ast-breadcrumbs-wrapper {
                                        padding-right: 10px !important ;  }               /* Schafft mehr Platz am rechten TITEL-Rand*/

.ast-builder-grid-row {   grid-column-gap: 0px !important;}                         /* Schafft mehr Platz am rechten TITEL-Rand*/

.ast-builder-menu-1 .menu-item > .menu-link {
    font-size:12px !important;                                          /* Schriftgröße MENÜ*/
}

/* BLOG-BEITRAG */

.ast-post-format- {                                   /* Schafft mehr Platz nur für das Bild unter dem BLOG-SITE-HEADER*/
    margin-top: 1% !important;
}
         
 #secondary {                                   /* Schafft mehr Platz  für Bild und Sietenleiste unter dem BLOG-SITE-HEADER*/
    margin-top: 1% !important;
}
#primary {
	 margin: 0 0 !important;
	border-right:0px !important;
     
}


li.cat-item a:hover {
    background-color:black; color:white ; border-radius:3px  !important;
}



#recent-posts-4 a:hover {
      background-color:#D30000; color:white; border-radius:3px  !important;
}
 
 /* BLOG-PORTFOLIO */
 
.premium-blog-wrap, .bdt-scroll-button-wrapper {
    z-index:0       !important;                                         /* Legt die BLOG-PREVIEWS und den UP-Button unter die Fixed HEader Leiste*/
}


 /* Element-Pack-lightbox*/

.bdt-lightbox {
    background-color: #ffffff; 
                /* Überschreibt den Hintergrund des Hintergrunds der Element-Pack-lightbox*/
}
.bdt-lightbox-toolbar {
    background-color: rgba(255,255,255, 0.1) ;
}
.bdt-lightbox-button, .bdt-lightbox-toolbar-icon {
    background-color: rgba(0,0,0, 0.0) ;
    color: #0A0A0A ;                                
}

.bdt-lightbox-button:hover {
    background-color:#7a0220 ;
}

   .premium-modal-box-modal {  background: rgba(0,0,0,0.9)  !important;     /* Überschreibt den Hintergrund für die Modalbox*/
       
   }
#bdt-ep-accordion-ama {
  margin: 0;                                          /* Lässt weißen Streifen im Akkordion-Menü verschwinden*/
}   

.widget ul {
  list-style-type: none;
}                                                        /* Lässt weiße ListenPUNKTE in den Footer-Menüs verschwinden*/
 