/**
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
*/

.programm {
    display:grid;
    grid-template-columns: 15% auto;
    gap:0rem;
    padding:0.25rem;
    margin-bottom:0px !important;
}

.programm_inhalt {
  background: var(--ast-global-color-alternate-background);
  padding:0.5rem 0.8rem;
  border-radius:10px;
  position:relative;
}

.big .programm_inhalt {
  min-height:90px;
  display:grid;
  align-items: stretch;
}

.small {
  position:relative;
}

.programm_inhalt::before   {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.2);
  z-index: 1;
  border-radius: inherit;
  padding: 0.5rem 0.8rem;
}

.small .programm_inhalt::before   {
  background: rgba(255, 255, 255, 0.4);
}

.big .programm_inhalt::before   {
  background: rgba(255, 255, 255, 0);
}

.programm_inhalt h2 {
  font-family: inherit;
  font-size:1.05em !important;
}
.small h2 {
  font-family: inherit;
  font-size:inherit;
  margin-top:-3px;
  font-weight:500;
  font-size:0.95em !important;
}

.big h2 {
  font-size:1.2em !important;
  font-weight:bold;
  font-family: Ruddy,Helvetica, Arial, sans-serif;
}

.programm_zeitfenster {
  justify-self: end;
  margin-right:0.8rem;
}

.programm_zeitfenster_start {
  display: block;
  font-weight: bold;
  font-size: 1.1em;
  margin-top:5px;
  margin-bottom:0px;
  font-family: Ruddy,Helvetica, Arial, sans-serif;
}

.small .programm_zeitfenster_start {
  font-family:inherit;
  font-size:1em;
}

.programm_zeitfenster_ende {
  text-align: right;
  display: block;
  font-size:0.9em;
  color:rgba(0,0,0,0.5);
}

.small .programm_zeitfenster_ende {
  font-size:0.8em;
}

.programm_text {
    position:relative;
    z-index:2;
}

.programm_taxonomy {
    display:flex;
    justify-content: flex-end;
    gap:0.3rem;
    align-items: flex-start;
    position:relative;
    z-index:2;
}

.big .programm_taxonomy {
  align-items:flex-end;
}

.programm_taxonomy span{
    text-transform: uppercase;
    color:white;
    background:black;
    padding:5px 7px;
    font-size:0.65em;
    line-height:0.7em;
    grid-column-start:2;
    grid-column-end:3;    
    border-radius:5px;
    position: relative;  
    z-index: 1;
}

.programm .category-ausfluege,
.programm .category-ausflge {
    background: #cab4aa;        
}

.programm .category-20-2,
.programm .category-20 {
    background: #eba7a7; 
}

.programm .category-60-2,
.programm .category-60 {
    background: #7eb4e6;        
}

.programm .category-abendprogramm {
    background: #79b189;        
}

.programm .category-sport {
    background: #b17fcf;        
}

.programm .category-freizeit,
.programm .category-freizeit-2 {
    background: #a4bd79;        
}

.programm .category-geistliche-angebote {
    background: #f5e172;

}

.programm .category-teenie-camp {
    background: #4acdcf;
}

.programm .category-youth-camp {
    background: #a3be60;
}

.programm .category-kids {
    background: #a33e8f;      
}

.programm_taxonomy .category-geistliche-angebote::before,
.programm_taxonomy .category-teenie-camp::before,
.programm_taxonomy .category-youth-camp::before,
.programm_taxonomy .category-freizeit::before,
.programm_taxonomy .category-freizeit-2::before,
.programm_taxonomy .category-20-2::before,
.programm_taxonomy .category-60-2::before,
.programm_taxonomy .category-20::before,
.programm_taxonomy .category-60::before,
.programm_taxonomy .category-abendprogramm::before,
.programm_taxonomy .category-sport::before,
.programm_taxonomy .category-ausflge::before,
.programm_taxonomy .category-ausfluege::before   {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.25); /* Abdunklung: 0.3 = 30% schwarz */
  z-index: -1; /* hinter dem Inhalt, aber über dem Hintergrund */
  border-radius: inherit;
}

.entry-content .programm_text h2 {
  margin-bottom:0px;
  padding-bottom:0px;
  font-size:1.1em;
}

.entry-content .programm-static h2 {
  font-size:1.1em;
}


/* Überschreiben von Astra/Spectra Code */
@media (max-width: 767px) {
    .uagb-tabs__wrap.uagb-tabs__stack1-mobile ul.uagb-tabs__panel {
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: row; /*column;*/
      max-width: 100%;
      flex-grow: unset;
    }

    .uagb-tabs__wrap.uagb-tabs__stack1-mobile ul.uagb-tabs__panel .uagb-tab, .uagb-tabs__wrap.uagb-tabs__stack2-mobile ul.uagb-tabs__panel .uagb-tab, .uagb-tabs__wrap.uagb-tabs__stack3-mobile ul.uagb-tabs__panel .uagb-tab, .uagb-tabs__wrap.uagb-tabs__stack4-mobile ul.uagb-tabs__panel .uagb-tab {
      width: auto; /*100%;*/
    }

    .uagb-tabs__wrap.uagb-tabs__stack1-mobile ul.uagb-tabs__panel .uagb-tab {
        margin: 10px 10px 10px 0; /*margin: 0 0 10px 0;*/
    }

    .uagb-tabs__wrap .uagb-tabs__body-container {
      padding:0;
    }
  }  

  .vm-button .wp-block-group.has-background:after {
	background:rgba(255,255,255,0.4) !important;
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.vm-button .wp-block-group.has-background {
	border-radius:8px;
	display:flex;
}

.vm-button .wp-block-group.has-background .wp-block-button {
	z-index:1;
}

.menu_img ul {
	flex-basis: 100%;
	width:100%;
}

.menu_img ul, .menu_icon ul {
	flex-basis: 100%;
	width:100%;
	gap:1rem!important;
}

.menu_img ul li {
	flex-basis: 100%;
	width:100%;
	display:flex;
	align-content: center;
  background-size: cover;
  background-position: center;
	border-radius:7px;
	min-height:6rem;
  background: #BBDDC2;
  background: linear-gradient(45deg, rgba(109, 175, 128, 1) 0%, rgba(99, 159, 204, 1) 100%);
  background-blend-mode:normal;
}

.menu_img ul li a {
	border:0px solid white;
	text-decoration:none !important;
	padding: 1rem 3rem;
	font-weight:bold;
	border-radius:7px;
	text-align:center;
	flex-basis:100%;
  color: white !important; /* je nach Kontrast */
	font-size:1.6em;
  line-height:1.2em;
	font-family: Ruddy,Helvetica, Arial, sans-serif;
}

.menu_icon ul li a span { /* stellt icon und Text als Blöcke nebeneinander */
  display:flex;
  gap: 1rem;
  align-items: baseline;
}

.menu_icon ul li a span i {
  width:2rem;
}

.menu_icon ul li a {
	text-decoration:none !important;
	font-weight:bold;
	flex-basis:100%;
	font-size:1.2em;
	font-family: Ruddy,Helvetica, Arial, sans-serif;
}

.wpmobile-widget-page-top.has-page-bg {
  margin:0;
  margin-top:-1rem;
  min-height:6rem;
}

.wpmobile-widget-page-top.has-page-bg h2 {
  background-image: 
    linear-gradient(180deg, rgba(99, 159, 204, 0.7) 0%, rgba(99, 159, 204, 0) 100%),
    linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgb(255, 255, 255) 90%), /*rgba(198, 230, 238, 1)*/
    var(--page-bg-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height:3rem;
  padding:2rem;
  /*text-shadow: white 0 0 1rem;*/
  color:white;
  font-size:1.4em;
}

.navbar {
  height:60px;
}

.navbar:after { /*Blendet einen Grauschatten aus */
  display:none;
}

.startseite.menu_img ul {
	flex-basis:auto !important;
	width:auto !important;
  display: grid;
  grid-template-columns: 1fr 1fr;  
  align-items:stretch;
  font-family: 'Open Sans',sans-serif;
  gap:0.7rem !important;
}

.startseite ul li {
  min-height:none;
  border-radius:5px
}

.startseite ul li a {
  font-family: 'Open Sans',sans-serif;
  font-size:1.2em;
  padding: 0 2rem;
}

.startseite {
  --grad1: #6daf80;
  --grad2: #639fcc;
  --grad3: #d6d16b;
  --grad4: #ba68a7;
}

.startseite li:nth-child(6n+1) { background: var(--grad1); }
.startseite li:nth-child(6n+2) { background: var(--grad2); }
.startseite li:nth-child(6n+3) { background: var(--grad3); }
.startseite li:nth-child(6n+4) { background: var(--grad4); }
.startseite li:nth-child(6n+5) { background: var(--grad5); }
.startseite li:nth-child(6n+6) { background: var(--grad6); }
