/* Medium Devices, Desktops */
@media only screen and (min-width : 1001px)  and (max-width: 1280px)
 {
  .DeviceTextMobil { display:none; }
  .DeviceTextTablet { display:none; }
  .DeviceTextDesktop { display:block; }
  .DeviceTextBigScreen { display:none; }

 .DeviceLogo { background: rgba(50,10,10, 0.5); border-color:red; } 
 .DeviceSize { background: rgba(50,10,10, 0.5); border-color:red; }
 .h88underline { font-size:1.9rem; top:-8px; letter-spacing:0.8px; }
 
  .kleineNavi { display:none; }
  .grosseNavi { display:block; }
 
  .container
   {
    width: 98%;
    background: rgba(110,10,10,0.0);
    border:0px dashed red;
   }                          

 
 
 
 
 
 }


