/* ipad*/
@media only screen and (min-width: 481px)  and (max-width: 1024px) {


   
 
}

/* ipad - landscape */
@media only screen and (min-width: 481px)  and (max-width: 1024px) and (orientation: landscape){
    
 

 
}

/* ipad portrait */
@media only screen and (min-width: 481px)  and (max-width: 1024px) and (orientation: portrait){
    
   .linke-spalte{
    background-image: url("../images/links.jpg");
    height: 1300px;
    margin-top:5%;
    width:99%;
 }

.rechte-spalte{
    margin-top:5%; 
    width:99%;
    min-height: auto;
}

.rechte-spalte-inner{
padding-top:10%;
padding-left: 3%;
padding-right: 3%;
padding-bottom: 3%;} 

   
}
