/*
 Theme Name:   spacious child
 Theme URI:    http://www.st-schuler.de
 Description:  spacious child theme
 Author:       Stephan Schuler
 Author URI:   http://www.st-schuler.de
 Template:     spacious
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         own
 Text Domain:  spacious-child
*/

.entry-meta .by-author {
display: none;
}

.entry-meta .category {
display: none;
}

.entry-meta .comments {
display: none;
}

.main-navigation ul li a {
 outline: none !important;
}

#header-logo-image {
 padding: 10px 0 0 0;  
}

#header-left-section {
  margin-right: 0;
}

.wp-caption {
border: 0px;
}

.wp-caption .wp-caption-text {
margin: 0.1rem 0;
font-size: 80%;
}

.entry-content img {
  margin-bottom: 0px;
}

#primary {
	padding-bottom: 50px;
}

#colophon, #colophon p {
    font-size: 13px;
}

#content ul {
  line-height: 24px;
}

.post .entry-content .clearfix:after, .clearfix:before {
 clear:none;
}

.mapp-layout {
  border: none;
  margin-left: 2px;
}

.mapp-map-links {
  background-color: inherit;
  border: none;
}

.ical caption {
  margin-bottom: 20px;
  margin-top: 10px;
  text-align: center;
  font-size: 22px;
}

div.predigt_table { 
  display: table; 
  border-collapse: collapse; 
  width:100%;
  margin-bottom: 5px;
}
div.predigt_tr { 
  display:table-row; 
}
div.predigt_td { 
  display:table-cell; 
  padding: 2px;
  padding-left:5px; 
  width:100%;
}
div.predigt_td:first-child {
  width:auto;
  padding-left:0px; 
}
div.predigt_datum {
  font-size:14px;
  padding:2px 0px;
}
div.predigt_titel {
  font-size:26px;
  padding:2px 0px;
}
div.predigt_reihe {
  font-size:16px;
  padding:2px 0px;
}
div.predigt {
  padding:3px 0px;
  border-bottom:1px solid rgb(234, 234, 234);
}

/* ANFANG Pagenavi */
.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi .wp-pagenavi span.current {
  
}

.wp-pagenavi a:hover {
  font-weight: bold;
}

.wp-pagenavi span.current {
	font-weight: bold;
  border: 1px solid #BFBFBF;
}
/* ENDE Pagenavi */


/* WP Native Audio Player styling*/

/* change the color of the background */
.mejs-controls,
.mejs-mediaelement,
.mejs-container {
	background: url('') !important;
  background-color: white !important;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05) inset !important;
  max-width: 600px !important;
}

.mejs-container {
 border: 1px solid #EAEAEA !important; 
 width: auto !important;
}

/* change the color of the lettering */
.mejs-currenttime,
.mejs-duration {
	color: black !important;
}

/* eliminate the yellow border around the play button during playback */
.mejs-controls .mejs-button button:focus {
outline: none !important;
}

/* use a sprite file with darker transport icons */
.mejs-controls .mejs-button button {
	background-image: url('controls-dark.svg') !important;
}

/* change the color of the progress bar */
.mejs-controls .mejs-time-rail .mejs-time-total {
	background: #EAEAEA !important;
}

/* change the color of the current time bar */
.mejs-controls .mejs-time-rail .mejs-time-current {
	background: #b22825 !important;
}

/* change the color of the file loading bar */
.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #ccc !important;
}

/* change the color of the volume bar */
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #EAEAEA !important;
}

/* change the color of the current volume bar */
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #b22825 !important;
}


/*
#featured-slider .slider-entry-container-4 {
	top: 0% !important;
  left: 0% !important;
}
*/


.wp-block-media-text {
 align-items:flex-start !important;
}


