@media only screen and (min-width : 601px) and (max-width: 1000px)
 {
  .DeviceTextMobil { display:none; }
  .DeviceTextTablet { display:block; }
  .DeviceTextDesktop { display:none; }
  .DeviceTextBigScreen { display:none; }
  .kleineNavi { display:block; }
  .grosseNavi { display:none; }
  

 .DeviceLogo { background: rgba(10,10,50, 0.0); border-color:blue; } 
 .DeviceSize { background: rgba(10,10,50, 0.0); border-color:blue; }
 .h88underline { font-size:1.9rem; top:-6px; letter-spacing:0.8px; }
 

h88
 {
  font-size:66px;
  line-height: 1.2;
  letter-spacing:1px;
  left:10px;
  top:0px;
}

 .DasBrandingfeld
 {
  width:60%;
 }
 .DasAuswahlfeld
 {
  background:#f3f3f3;
  width:40%;
 }



 
.LandingFullScreen
 {
 
 }
 
 .LandingCaptionHeader
 {
  font-size:40px;
  color:#ddf;
  -webkit-text-stroke: 1px rgba(255, 255, 255, .91);

 }
 .LandingCaptionText
 {
  font-size:20px;
  color:#b22;
  -webkit-text-stroke: 1px rgba(255, 255, 255, .91);
 }
  
 .BrandingLogo
  {
    border:1px dashed transparent;
    transform: scale(0.9);
  }              

  .container
   {
    width: 98%;
    border:0px dashed blue;
   }                          
  .col-lg-3
   {
    margin:0;
    width:100%;
   }
  .col-lg-3 .col-innen
   {
    width:100%;
    margin:0%;
    margin-bottom:2%;
   }
  @media only screen and (min-width : 680px)
   {
    .col-lg-3
     {
      float:left;
      margin:0;
      width:25%;
     }
    .col-lg-3 .col-innen
     {
      width:96%;
      margin:2%;
      margin-top:0;
     }
   }
 
  .col-lg-4 
   {
    width: calc(100%/3);
    padding: 0px;
    margin:0px;
    float:left;
   }

  .col-lg-4 .col-innen
   {
    width: 96%;
    margin:2%;
    margin-bottom:2%;
    border:1px dashed #b22; 
    border-radius:0;                       
   }




 }
