/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* Anpassung des Blog Skins */
body {
  font-size: 14px;
  font-family: 'Open Sans',Georgia,"Palatino Linotype";
  }

.evo_image_block {
    text-align: left;
}
.evo_post_pagination {
  padding-top: 10px;
  padding-left: 0;
  text-indent: 0;
}
.evo_post_more_link {
  text-indent: 0em;
  padding-top: 15px;
}
.widget_core_user_register #register_form label {
  text-align: left;
  width: 160px;
  padding-left: 0;
  font-size: 12px;
}
.h1, h1 {
    font-size: 30px;
    color: #31754C;
}
.h2, h2 {
    font-size: 18px;
    margin-top: 18px;
	margin-
}
.h3, h3 {
    color: #334533;
    font-size: 16px;
    margin-top: 20px;
}
.h4, h4 {
    color: #003300;
    font-size: 15px;
    margin-bottom: 8px;
    margin-top: 20px;
}
/*p + p {
    text-indent: 1.5em;
    margin-top: -0.5em;
}
*/
p.normal {
     text-indent: 0;
     margin-top: 0;
}
p.fussn {
	padding-top: 0.4em;
	padding-left: 1.50em;
	text-indent: -1.50em;
	font-size: 80%;
}
p.speech
{
	position: relative;
	width: 200px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	background-color: #fff;
	border: 8px solid #666;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 2px 2px 4px #888;
	-moz-box-shadow: 2px 2px 4px #888;
	box-shadow: 2px 2px 4px #888;
}
p { 
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}
.panel-main-body {
	padding-left: 14px;
	text-indent: 1.5em;
	margin-top: -0.5em;
}
.panel-body {
	font-size: 16px;
}
.panel-body p + p {
    text-indent: 0px;
    margin-top: 0.2em;
}
.pagination > li > a, .pagination > li > span {
font-size: 15px;
}
/* Responsive embedding of YouTube Videos by iframe */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
div.widget_core_coll_item_list.evo_1pic__special h2,
div.widget_core_coll_featured_posts.evo_1pic__special h2,
div.widget_core_coll_post_list.evo_1pic__special h2,
div.widget_core_coll_page_list.evo_1pic__special h2,
div.widget_core_coll_related_post_list.evo_1pic__special h2 {
  font-size: 16px;
  font-weight: bold;
}
div.widget_core_coll_item_list.evo_layout_rwd.evo_withteaser .widget_rwd_blocks .widget_rwd_content .item_title,
div.widget_core_coll_featured_posts.evo_layout_rwd.evo_withteaser .widget_rwd_blocks .widget_rwd_content .item_title,
div.widget_core_coll_post_list.evo_layout_rwd.evo_withteaser .widget_rwd_blocks .widget_rwd_content .item_title,
div.widget_core_coll_page_list.evo_layout_rwd.evo_withteaser .widget_rwd_blocks .widget_rwd_content .item_title,
div.widget_core_coll_related_post_list.evo_layout_rwd.evo_withteaser .widget_rwd_blocks .widget_rwd_content .item_title,
div.widget_core_coll_item_list.evo_layout_rwd.evo_withexcerpt .widget_rwd_blocks .widget_rwd_content .item_title,
div.widget_core_coll_featured_posts.evo_layout_rwd.evo_withexcerpt .widget_rwd_blocks .widget_rwd_content .item_title,
div.widget_core_coll_post_list.evo_layout_rwd.evo_withexcerpt .widget_rwd_blocks .widget_rwd_content .item_title,
div.widget_core_coll_page_list.evo_layout_rwd.evo_withexcerpt .widget_rwd_blocks .widget_rwd_content .item_title,
div.widget_core_coll_related_post_list.evo_layout_rwd.evo_withexcerpt .widget_rwd_blocks .widget_rwd_content .item_title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5em;
  margin: 10px 0 5px;
}
q { 
quotes: '„' '”' "‚" "’" ;
font-style: italic;
}