/* Ipad 4 portrait */

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
    
    
body {font-size: 60%;}

.closeoverlay {top: 2%;right: 4%;}

.inhaltoverlay img {margin-top: 10.000em; max-height: 40.000em;}


}