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


   
 
}

/* ipad - landscape */
@media only screen and (min-width: 481px)  and (max-width: 1180px) and (orientation: landscape){
    
.linke-spalte {
height: 780px !important;
margin-top: 2%;
 width: 55%;}
    
.rechte-spalte{
    margin-top:2%;
    width: 45%;}
 
}

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

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

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

   
}
