/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark p, .dark ul, .dark ol {
	color:#fff;
}

#fuehrungen, #waldgottesdienst, #aktuelles {
	display:none;
}

h1, h1.vcex-heading {
 font-size:1.500em;
 font-size:3em;
}
h2, h2.vcex-heading {
 font-size:1.313em;
 font-size:2.626em;
}
h3, h3.vcex-heading {
 font-size:1.125em;
 font-size:1.6em;
}
h4, h4.vcex-heading {
 font-size:1em;
 font-size:1.4em;
}
h5, h5.vcex-heading {
 font-size:0.875em;
 font-size:1.2em;
}
h6, h6.vcex-heading {
 font-size:0.750em;
 font-size:1em;
}

#trauerfeier {
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.overlay-title-bottom, .overlay-title-bottom-see-through {
	background:rgba(0,0,0,0.5);
}