/*
Theme Name: Twenty Eleven Child
Theme URI: https://bmkvbc.de/themes/twentyeleven-child/
Author: Bruno Schiele
Author URI: https://bmkvbc.de/
Template: twentyeleven
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentyeleven-child
*/

/* =Header
----------------------------------------------- */
#site-title {
	margin-right: 20%;
}


/* =Content
----------------------------------------------- */

.entry-content h1,
.comment-content h1 {
	font-size: 24px;
}
/*
img.size-post-thumbnail {
	width: 50%;
}
*/

/* =Responsive Structure
----------------------------------------------- */

@media (max-width: 650px) {
	/* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
	#site-title {
		padding: 2em 0 0;
	}
	#site-title,
	#site-description {
		margin-right: 20%;
	}
}


.tribe-events-tooltip h3.entry-title {
	font-size: 14px;
	padding-right: 6px;
	padding-left: 6px;
}

#lkbc {
	fill-opacity: 1;
	stroke: #000000;
	stroke-opacity: 1;
	stroke-width: 1;
	stroke-linecap: round;
	stroke-linejoin: round;
}

#lkbc circle {
	r: 5;
}

#lkbc circle.verw {
	fill: #ff0000;
}

#lkbc circle.verm {
	fill: #ff00ff;
}

#lkbc circle.vero {
	fill: #009900;
}

#lkbc circle.highlight {
	fill: #ffff00;
}

span.vort {
	visibility: hidden;
	background-color: #555;
	color: #fff;
	text-align: left;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	opacity: 1;
	font-size: 12px;
}

span.vort.show {
	visibility: visible;
}
