@charset "utf-8";
/*
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
-------------------------- TABLED POSITIONIERUNGEN ------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
*/
/* Tablet Hochformat (Portrait) */
@media only screen
  and (min-width: 768px)
  and (max-width: 991px)
  and (min-height: 768px) 
  and (max-height: 1199px) 
{

}

/* Tablet Querformat (Landscape) - PC mit geringer Auflösung */
@media only screen
  and (min-width: 768px)
  and (max-width: 1199px)
  and (min-height: 768px) 
  and (max-height: 991px) 
{

}

