/**
Theme Name: Astra Child
Author: Matthias Kullik
Author URI: https://fotoclub-uhldingen.de
Description: Anpassungen zu Funktionen und Aussehen
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
*/


/* Damit die Karte auf der Kontaktseite unter Submenü kommt */
.leaflet-map {
	z-index:1;
}


.wissenswertes.wp-block-uagb-info-box {
	margin-bottom: 50px;
}

/* Abstand der Post Navigation (vor-zurück) */
nav.post-navigation {
	padding-bottom: 30px !important;
	border-top-width: 0 !important;
}


/* Überschrift für Sidebar */
#sb-aktuelles{
	letter-spacing:5px;
	margin-bottom: 70px;
	text-transform: uppercase;
}

@media (max-width: 921px) {
#sb-aktuelles{
	text-align: center;
	margin-bottom: 25px;
	margin-top: 50px;
}
}


/* Anpassung des Mobile Menüs */
.ast-mobile-header-wrap .ast-mobile-header-content {
    padding-bottom: 50px;
	padding-top: 25px;
}

.ast-builder-menu-mobile .main-navigation .menu-item > .menu-link {
    letter-spacing:1px;
/*	font-weight:bold;*/
}

.ast-builder-menu-mobile .main-header-menu {
    margin-left: 20px !important;
}

/* Farbe der Pagination-Punkte unter Slider */
/*.pagination-dots a:hover, .pagination-dots .active-dot a {
    background-color: #000000;
	border-color: #000000;
}*/

/* Abstand der Einträge im Widget "Aktualisierte Portfolios */
p.pf-widget-view {
	margin-bottom: 0.7em;
}

/* Schatten des Title in Custom Header */
.ast-advanced-headers-title {
	text-shadow: 2px 2px 6px black;
}

/* ------------------------------------------ */
/* Formatierungen für Events-Made-Easy Listen */
/* ------------------------------------------ */

.eme-terminliste {
	display: grid;
	grid-template-columns: 10em auto;
	gap: 1px;
	box-sizing: border-box;
	width: 100%;
	padding: 0.5px 1px 0.5px 1px;
	background-color: rgba(0,0,0,.1);
	}


.eme-terminliste div{
	padding: 10px 10px 10px 20px;
	background-color: #ffffff;
}


@media (max-width: 544px) {
.eme-terminliste {
	display: grid;
	grid-template-columns: auto;
	gap: 0px;
	box-sizing: border-box;
	width: 100%;
	padding: 0.5px 1px 0.5px 1px;
	background-color: rgba(0,0,0,.1);
	}
.eme-terminliste div{
	padding: 5px 10px 3px 10px;
	background-color: #ffffff;
}
}


.eme-terminliste h6{
	font-weight: bold;
	line-height: 1.5rem;
	margin-bottom: 0;
	color: #5f5c52;
}

.eme-terminliste p{
	line-height: 1.5rem;
	margin-bottom: 0;
}

p.kein-clubabend{
	color: #9E0000;
}


div.eme-notes {
	margin-top: 10px;
	margin-bottom:15px;
	padding: 0px;
}

.eme-notes p{
	font-size: .9em;
}

.eme_period {
	display: grid;
	grid-template-columns: auto;
}

li.eme_period {
	font-size: 1.4rem;
	color: #ffffff;
	background-color: #0274be;
	padding: 10px;
}


/* ------------------------------------------------ */
/* Formatierungen für Events-Made-Easy Einzeltermin */
/* ------------------------------------------------ */

.eme-einzeltermin h4{
	margin-bottom:0px;
}


/* ------------------------------------------------ */
/* Hack um leere EME-Notes in Wiget auszublenden */
/* ------------------------------------------------ */
#versteckt {
	display:none;
}

.mb-table {
    background-color: #ffffff;
}

.mb-table tbody tr:nth-child(even) { 
  background-color: #E3F2FB; 
}

.mb-table table{
	border-width:1px;
}

.mb-table thead{
	background-color: #0274be;
	color:#ffffff;
}


/* ------------------------------------------------ */
/* "Passwort ändern"-Formular anpassen */
/* ------------------------------------------------ */
.pw-change-form {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ------------------------------------------------ */
/* Tabelle für Mitgliederliste anpassen
/* ------------------------------------------------ */

.mitgliederliste thead {
	background-color:#0274be;
	color:#ffffff;
}

.mitgliederliste td {
    background-color: #ffffff;
	vertical-align:top;
	font-size: 0.9em;
	line-height: 1.5em;
}

.mitgliederliste tbody tr:nth-child(even) td { 
  background-color: #E3F2FB; 
}


/* ------------------------------------------------ */
/* Tab-Darstellung für Hitliste anpassen
/* ------------------------------------------------ */
.uagb-tabs__wrap {
	margin-left:0;
	margin-right:0;
}
	
/* ------------------------------------------------ */
/* Filterform auf Seite Programmarchiv formatieren
/* ------------------------------------------------ */

#eme_scope_filter {
	margin-right:10px;
}

#eme_submit_button input#submit, input[type="submit"]{
    padding-left: 20px;
    padding-right: 20px;
}
