/*
Theme Name:     Yoko Child
Theme URI:      http: //www.leipziger-bildungsfest.de/
Description:    Child Theme for the Yoko theme 
Author:         Leipziger Bildungsfest
Author URI:     http: //www.leipziger-bildungsfest.de/
Template:       yoko
Version:        1.0
*/


/* Import der Original-Styles */

@import url("../yoko/style.css");

/* Anpassungen des Styles - eventuell mit !important; kennzeichnen */

/* Untertitel wirklich Unter-Titel */

#site-title h1 {
               float: inherit;
}

  /* Linkfarbe */
  
  a {
    color: #668cff !important;
  }

  /* Rahmengerüst Hintergrund */
  #page {
        background-color: #ffdb00;
  }
  
  /* Artikelhintergrund */
  #content {
           background-color: #ffffff;
  }
  
  /* Abstand um Eintrag */
  
  #content .entry-details {
                          padding: 2px !important;
                          
  }
  
  #content .single-entry-content {
                          margin-left: 5px;
  }
    
  #content .entry-content {
                          margin: 0 8px 0 0;
                          padding: 0 5px 0 0;
  }  
    
  /* Abstand der Überschrift */
  
  #content .page-header h1.page-title {
                                       margin-left:5px;
  }
  
  #content .page-entry-header {
                              margin-left: 5px;
  }
  
  #content .post {
                 margin: 0 5px 40px !important;
  }
  
  /* Teaserbild unsichtbar */
  
  #content .single-entry-details {
                                 width:0;
                                 float:inherit;
  }
  