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

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

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

.PC-show-generell {
    display:block !important;
}

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

.landscape-show-big {
    display: none !important;
}

.landscape-show-Long {
    display: none !important;
    }

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

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

.square-show-Medium {
    display: none !important;
}

/*PHONE SETTINGS*/
@media only screen and (max-width: 480px) {
    .phone-show {
    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) {
    
}

/*Ipad SETTINGS*/
@media only screen and (min-width: 481px) and (max-width:780px) and (min-height: 461px) and (orientation: portrait) {
    
}

/*SQAURE_SMALL SQS SETTINGS*/
@media only screen and (min-width: 481px) and (max-width:999px) and (min-height: 461px) and (max-height: 780px) and (orientation: landscape) {
    
}

/*SQAURE_MEDIUM SQM SETTINGS*/
@media only screen and (min-width: 781px) and (orientation: portrait){  
    
    
}

/*LANDSCAPE_LONG LL SETTINGS*/
@media only screen and (min-width: 1000px)  and (max-height: 699px) and  (orientation: landscape){    
    
}
    
/*SQAURE SQ SETTINGS*/
@media only screen and (min-width: 781px) and (max-width: 1199px) and (min-height: 700px) and (orientation: landscape) {   
   
}

/*Landscape L SETTINGS*/
@media only screen and (max-width: 1020px)   {   
      .weit {
    display: none;
}
}

/*LANDSCAPE_BIG_LB*/
@media only screen and (min-width: 1500px) and (min-height: 700px) and (orientation: landscape) { 
    
}

/*LANDSCAPE_BIG_LB_Zusatz*/
@media only screen and (min-width: 1700px) and (min-height: 700px) and (orientation: landscape) {
   
}