/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 06 2022 | 18:03:52 */
/*-----------------------------------------------------------------------------------------------*/
/* 04_Seitenleiste_Grundeinstellungen */

/* Schriftgröße anpassen */
#sidebar { font-size: 12px; }

/* Zeilenabstand anpassen */
.recent-posts a, .popular-posts a { line-height: 1.5 }

/* Rahmen von Widgets gleichmäßig */
#sidebar h3.widget-title {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

/* Rahmen von Widgets anpassen */
.widget ul { border: none; }
.widget li { border-top: none; }
.widget li:last-child { border: none; }

/* Suchfeld */
.widget_search form { border: none; }
.widget_search .search {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

/* E-Mail-Abo-Feld */
#sidebar #subscribe-blog-blog_subscription-3 {
    padding: 10px;
    text-align: justify;
}
#sidebar #subscribe-field-blog_subscription-3 {
    width: 100%;
    font-size: 12px;
}
#sidebar #subscribe-submit button { width: 100%; }
#sidebar #subscribe-submit { margin-bottom: 0px; }

/* Schlagwort-Wolke */
#sidebar .widget_tag_cloud .tagcloud {
    border: none;
}