
@media screen, projection 
{

  h1
  {
    font-size: 1.2em;
  }
  h2
  {
    font-size: 1.1em;
  }
  h3
  {
    font-size: 1.0em;
  }
  
  .noscreen
  {
    display:none;
  }

  .fine_print
  {
    font-size: 0.8em; 
    text-decoration: none; 
    font-weight: normal; 
  }
  
  img
  {
    max-width:100%;
  }
  #map_canvas img 
  {
    max-width: none; 
  } 
  
  #offline
  {
    background-color: red;
    color: white;
    padding: 10px 30px;
    font-size: 26px;
    display: none;
  } 
  
  nav div .ui-collapsible-content
  {
    padding:0;
  }
    
  iframe
  {
    max-width:100% !important;
  }
  
  .faq_box .ui-btn-inner
  {
    white-space: normal !important;
  }
  
  #sitemap li
  {
    padding-top: 8px;
    padding-bottom: 8px;
  }  
  #sitemap li a
  {
    text-decoration: none;
  }
  
  #footer-nav
  {
    background-color: #000;
    color: #fff;
  }
  #footer-nav a,
  #footer-nav a:hover,
  #footer-nav a:visited,
  #footer-nav a:active
  {
    color: #fff;
    text-decoration: none;
    font-size: 32px;
  }
  
  #cookie_info
  {
    background-color: #000000;
    color: #eeeeee;
    padding: 4px 10px;
    text-align: center;
  }
  
  #cookie_info a
  {
    background: #eeeeee;
    color: #000000;
    padding: 5px 10px;
    text-decoration: none;
  }  
  
}
  
@media screen and (orientation:landscape) and (min-width : 900px)
{
  
  #top_or_left
  {
    width:34%;
    float:left;
    border-right: 1px solid #000;
  }
      
  #page-content
  {
    width:66%;
    float:right;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    border-left: 1px solid #000;
    margin-left:-1px;
  }
    
}  


@media print 
{

  .noprint
  {
    display:none;
  }
 
  .fine_print
  {
    font-size: 8pt; 
  }
  
}


   
header .ui-bar-a
{
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #4c4c4c;
  padding: 10px 15px;
}

.ui-page-theme-a .ui-btn
{
  border-color: #dddddd !important;
}

h2, h3, h4
{
  color: #2D2F2F;
}
h2 { font-size:1.4em; }
h3 { font-size:1.1em; }

.blog h3
{
  margin-bottom: 2px;
}
.blog p.date
{
  font-size:0.8em; 
  margin:0;
}

table.boerse 
{ 
  border-spacing: 3px 0px;
  border-collapse: separate;
  width: 100%;
}
table.boerse tr
{
  vertical-align:top;
}
table.boerse th
{
  background: #555;
  color: #ffffff;
  text-shadow: none;
  padding: 3px;
  text-align: left;
}
table.boerse td
{
  border-bottom: 1px dotted #555555;
  padding: 8px 3px 6px;
}
table.boerse th.market
{
  background: #eeeeee;
  color: #2D2F2F;
  text-align: left;
}
table.boerse th.market h3
{
  margin: 3px 0;
}

#page-content
{
  padding-bottom: 55px;
}

div.dialog_order
{
  background-color: #eeeeee; 
  padding: 15px;
  display: none;
}
div.dialog_order legend
{
  font-weight: bold;
  padding: 0;
  border-bottom: solid 1px #000;
  width: 100%;
  margin-bottom: 12px;
}

#footer-nav 
{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #288648;
  border-top: solid 3px #fff;
  z-index: 1000;
}

#cookie_info
{
  display:none;
}


  
