.phone-show {
    display:none !important;
}

.phone-show-generell {
    display:none !important;
}

.PC-show-generell {
    display: 
}

/*PHONE SETTINGS*/
@media only screen and (max-width: 480px) {
  
    
    .grosserText{
        margin-top: 20%;
    }
    
    
    .wrapper-doppelpass-klein {
        margin: 0;
    }
    
    #mt-logo {
    width: 30%;
}

#freunde-logo {
    width: 22%;
   
}

#yrd-logo {
    width: 45%;
 
}

#kultur-logo {
    width: 65%;
    
}
    
#marschner-logo {
        width: 30%;
}    

#OF-logo {
        width: 45%;
    }
    
    #HO-logo {
        width: 55%;
    }    
    
    #Chor-logo {
        width: 35%
    }    
    
    .phone-show {
    display:block !important;
        z-index: 2;
}  
    
    .phone-show-generell {
    display:block !important;
}
    
    .PC-show-generell {
    display:none !important;
}
    
}

/*PHONE-Quer SETTINGS*/
@media only screen and (min-width: 481px) and (max-width:999px) and (max-height: 460px) and (orientation: landscape) {
    
    .phone-show-generell {
    display:block !important;
    }
    
    .PC-show-generell {
    display:none !important;
    }
       
}


/*Quer SETTINGS*/
@media only screen and (orientation: landscape) {
    
    .quer {
        display: block !important;
    }
    
    .hoch {
        display: none !important;
    }
}

/*Hoch SETTINGS*/
@media only screen and (orientation: portrait) {
    
    .quer {
        display: none !important;
    }
    
    .hoch {
        display: block !important;
    }
    
}

