/* tablet.css */
@media (max-width: 1024px) {

  .container {
    padding-top:    0    !important;
    padding-left:   30px !important;
    padding-right:  30px !important;
  }
  
  .inside-header {
    padding: 0 30px;           /* behält deine Außenabstände */
  }
  
  body .page-title,
  body .entry-title {
    font-size: 2rem !important; 
    line-height: 1.3;   
  }
  
  body,
  p,
  .entry-content {
    font-size: 15px !important;
    line-height: 1.3;
  } 
}
