/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 06 2022 | 18:19:47 */
/*-----------------------------------------------------------------------------------------------*/
/* BLOG-POST */
/* weiße Schatten in Tags entfernen */
.single .entry-meta > span {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.single .entry-meta, .single .entry-meta a { text-shadow: none;}

/*-----------------------------------------------------------------------------------------------*/
/* NAVIGATION IM BLOG-POST */
/* Vorheriger/Nächster Beitrag ausblenden */
#nav-below { display: none; }


/*-----------------------------------------------------------------------------------------------*/
/* BILDER IM BLOG-POST */

/* Slideshow-Button in Lightbox ausblenden */
.slb_slideshow { display: none !important; }

/* Beschreibungstext des Bildes ausblenden */
.slb_data_desc { display: none !important; }

/*TABELLEN FÜR BILDER (class="pic")*/
table.pic {
    margin-top: 20px;
    margin-bottom: 20px;
	table-layout: fixed;
}
table.pic td {
    padding: 0px;
    vertical-align: top;
}
table.pic img {
    margin: 0px;
    border: none;
}

/* NOFRAME Rahmen bei Bedarf ausblenden */
.noframe { border: none !important; }
table.noframe td{ border: none !important; }

/*-----------------------------------------------------------------------------------------------*/
/* QUOTES */
blockquote {
	background: #F9F9F9;
	position: relative;
	padding-left: 48px;
	margin: 0 0 20px 0;
	border: 1px solid rgba(0, 0, 0, 0.1);
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	padding-top: 20px;
	padding-right: 20px;
}

blockquote:before  { 
	content: "f10d";
	font-size: 20px;
	font-family: FontAwesome;
	position: absolute;
	top: 15px;
	left: 15px;
}

/*-----------------------------------------------------------------------------------------------*/
/* FUß IM BLOG_POST ANPASSEN*/

/* über den Autor*/
.abh_tabs li a {
    border: none !important;
    border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	background: #fff !important;
    top: -1px !important;
    position: relative ;
}
.abh_tabs li.abh_active a {
	background: #eee !important;
    height: 22px !important;
}
.abh_tab_content {
	border-width: 1px 0 !important;
    border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
}
.abh_image img.avatar {
    padding: 1px;
	margin: 0 auto !important;
	display: inline !important;
	height: auto !important;
	border: 1px solid #ddd !important;
	border-radius: 50% !important;
	box-shadow: none !important;
}
.abh_tab_content .abh_text .fn a { color: #EC4C4C !important; }
.abh_tab_content .abh_text .abh_description { text-align: justify; }