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

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

.PC-show-generell {
    display: 
}

/*PHONE SETTINGS*/
@media only screen and (max-width: 480px) {
  
    
    .aktuell5 {
    -webkit-animation: Bild5 13s ease 1;
    -moz-animation: Bild5 13s ease 1;
    animation: Bild5 13s linear 1;    
}
    
    
    @-webkit-keyframes Bild4 {
    0%{top:  -100%}
    20%{top:  -100%}
    40%{top: -100%}
    60%{top: 0; height: 100%}
     95%{height: 0%}
    100%{top: 160%; height: 0%}
}

@-moz-keyframes Bild4 {
    0%{top:  -100%}
    20%{top:  -100%}
    40%{top: -100%}
    60%{top: 0; height: 100%}
     95%{height: 0%}
    100%{top: 160%; height: 0%}
}

@keyframes Bild4 { 
    0%{top:  -100%}
    20%{top:  -100%}
    40%{top: -100%}
    60%{top: 0; height: 100%}
     95%{height: 0%}
    100%{top: 160%; height: 0%}
}
    

    .aktuell5, .aktuell, .aktuell2, .aktuell3, .aktuell4 {
        padding-right: 0;
        padding-top: 14%;
    }
    
    #mt-logo {
    width: 30%;
}

#freunde-logo {
    width: 22%;
   
}

#yrd-logo {
    width: 45%;
 
}

#kultur-logo {
    width: 65%;
    
}
    
    
    .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;
    }
    
}




