/*  von Volker Friedrich-Schmid  www.jura-basic.de*/

/* -------------------------------------  */
/* -----tab box3  -------*/
/* --------------------------------------  */
.tab_box3a
{ 

  border: 0px solid gray;

  position: relative; left: -4px;  /* -- relative und dann left oder top --*/
  box-shadow: 0px 5px 10px grey_;
 
  top: 10px;
  height: 0px; 

  vertical-align: top;
  text-align: left;

  float: left;

  /*  -- tabelle zentriert--  */


   margin-left: 0px;

   margin-right: 0px;

 
 
  /*  -- tabelle breite und color --  */	
  width: 49%;
  background-color: gray_;

}

.tab_box3aa  
{ 

  border: 0px solid red;

  position: relative; left: -4px;  /* -- relative und dann left oder top --*/
  box-shadow: 0px 5px 10px grey_;
 
  top: 10px;
  height: 0px; 

  vertical-align: top;
  text-align: left;

  /*  -- tabelle zentriert--  */


   margin-left: 0px;

   margin-right: 0px;
 
  /*  -- tabelle breite und color --  */	
  width: 49%;
  background-color: gray_;

}


/* -------------------------------------  */
/* ----- @media   -------*/
/* --------------------------------------  */

@media only screen and (max-width:1100px) 
{
  .tab_box3a, .tab_box3aa  
    {
      width: 100%;
   }
}

@media only screen and (max-width:1050px) 
{
  

img.ra_bild_ {
 transition: transform 0.2s;
}
img.ra_bild_:hover {
 transform: scale(1.5, 1.5);
}
}

@media only screen and (max-width: 1100px)
 {
 img.ra_bild {
    width:90%;
  }	  
} 

@media all and (min-width: 1100px)
 {
 img.ra_bild_ {
    width:90%;
  }	  
} 


@media all and (min-width: 900px)
 {
 img.ra_bild_ {
    width:50%;
  }	  
} 