/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 28 2023 | 12:13:07 */
/*-----------------------------------------------------------------------------------------------*/
/* Grundlegendes Layout */

/* Hintergrundfarbe anpassen */
body.home { background: #FFF; }
body { background: #F0F2F5; }
#body-core { background: none; }

/* Header */
#intro.option1 {
	border: none;
	background: #F0F2F5;
	padding: 20px 0px 10px 0px;
}

@media only screen and (min-width: 686px) {
	#intro.option1 #intro-core {
		display: block;
		max-width: 1140px;
		margin: 0 auto;
	}
	div#intro-core::before {
		display: block;
		float: left;
		width: 25%;
	}
	#intro.option1 .page-title {
		float: right;
		width: calc(75% - 30px);
		display: block;
		/* left: 30px; */
		position: relative;
	}
}

/* Seiteninhalt nach oben rücken */
#content { padding-top: 0px; }

/*-----------------------------------------------------------------------------------------------*/
/* Seitenleiste */

/* Hintergrundfarbe anpassen */
#sidebar .widget { background: none; }

/* Überschrift der Widgets */
#sidebar h3.widget-title {
    background: none;
    padding-left: 0;
    font-size: 16px;
}

/* Listeneinträge (z.B. Kategorien) */
.widget li {
    border-bottom: none;
    line-height: 1.3;
}
.widget li a:hover { color: #F33F3F; }

/* Schlagwörter */
#sidebar .widget_tag_cloud a { border: none; }
#sidebar .widget_tag_cloud a:hover { color: #F33F3F; }


/*-----------------------------------------------------------------------------------------------*/
/* BLOG-SEITE */

/* Blog-Eintrag */
.blog-article {
    margin: 12px;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 2px 12px -3px rgba(0,0,0,0.26);
}

/* Blog-Eintrag Überschrift */
.blog-article .blog-title {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

/* Weiterlesen-Button */
/* .blog-article .more-link { border-radius: 5px;} */

/*-----------------------------------------------------------------------------------------------*/
/* BLOG-POST */

/* Inhalt */
#main-core > .post {
    background: #FFF;
    margin: 12px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 2px 12px -3px rgba(0,0,0,0.26);
}

/* Datum, Autor, Kategorie, Tags */
.single .entry-meta > span {
    border: none;
    border-radius: 5px;
    background: none;
}
.single .entry-meta i { padding-right: 5px; }

/* Kommentar-Bereich */
.comments-area {
    background: #FFF;
    margin: 24px 12px 12px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 2px 12px -3px rgba(0,0,0,0.26);
}
/* .form-submit .submit { border-radius: 5px;} */

/*-----------------------------------------------------------------------------------------------*/
/* BILDER IM BLOG-POST */

/* hellgrauer Rahmen Bilder (bei Bedarf) */
.frame,
.frame img{
	border-style: solid;
	border-color: #DDD;
	border-width: 1px;
}
