/* mobile.css */
@media (max-width: 768px) {

  .container {
    padding-top:    0px !important;
    padding-left:   0px !important;
    padding-right:  0px !important;
  }
  
  /* behält Außenabstände bei Hamburgermenü */
  /* 30px oben-unten      20px links-rechts */
  .inside-header {
    padding: 30px 20px;
  }
  
  body .entry-title,
  body .page-title {
    font-size: 1.8rem !important;
    line-height: 1.3;      
  } 
  
  body,
  p,
  .entry-content {
    font-size: 12px !important;
    line-height: 1.2;
  }

}

