/*
 Theme Name:   Child
 Description:  Mein Child Theme
 Author:       Eric
 Template:     generatepress
 Version:      1.0
 Text Domain:  gp-reloadet 
*/

/*
.site-header {display:none}
*/

td { border:0px none; }
hr { border: 0px; margin: 0px; }

.single .wp-post-image { /* blendet das Vorschaubild im Beitrag aus */
  display: none;
}

.wp-post-image { /* Vorschaubild in normalen cat list */
  width: auto;
  height: 200px;
  float: left; margin: 0 1em 1em 0;
}

.entry-summary { min-height:130px; }

/* Headerbild Ränder etc */
.inside-header { padding: 3px 0px 12px 0px; }
.site-description {	padding: 0px 0px 0px 5px; }
.textwidget  {	padding-right: 5px; }


.recentcomments { font-size: 0.9em; }

.inside-right-sidebar .widget { padding: 15px; }


.inside-top-bar { padding: 2px; }


/* .wp-show-posts-entry-summary  { font-size: 0.9em; } */ /* fontgröße Instafeed textauszug */