/*----------------------------------------------------------------------------------------------
Name:   gpsOem.css,
Name:   gpsVision.css
Name:   watcheeTrack.css
Author: mr@marcelruff.info
class="xy"  --> .xy
id="xy"     --> #xy
Background grey: #e6e6e6
Background blue: #377CB1  Decimal: 55 124 177
FgColor  orange: #ee7d13   Decimal: 238 125 19
----------------------------------------------------------------------------------------------*/

* {
  font-family: sans-serif;
}

/* MapInfoGui.js */
div.scroll-container {
  /* background-color: #333; */
  overflow: auto;
  white-space: nowrap;
  padding: 10px;
}

/* MapInfoGui.js */
div.scroll-container img {
  padding: 10px;
}

/* watcheeTrack.css */
span.headerWatchee {
  color: #ee7d13;
  font-size: x-large;
  font-weight: bold;
  font-style: italic;
  margin-left: 10px;
  vertical-align: top;
}

span.headerForstware1 {
  padding-top:12px;
  color: green;
  font-size: 32px;
  font-family: 'Agfa Rotis Semisans ExBd';
}
span.headerForstware2 {
  padding-top:12px;
  color: black;
  font-size: 32px;
  font-family: 'Agfa Rotis Semisans';
}

/**
 * XSMS display for info window in google map
 */
th.xsmsMapLabel, td.xsmsMapLabel, th.gpsMapLabel, td.gpsMapLabel {
    /* background-color: #888888; */
    /* color: white; */
    font-size: 12px;
}
/**
 * XSMS display for info window in google map
 */
td.xsmsMapValue, td.gpsMapValue, td.xsmsMapBody {
    /* padding-top: 3px; */
    /* padding-bottom: 3px; */
    /* padding-left: 5px; */
    max-width:300px;
    word-wrap: break-word;
    padding-right: 5px;
    /* background-color: #CCCCCC; */
    /* text-align: left; */
    font-size: 11px;
}
td.gpsMapValue0 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    valign: middle;
    /* background-color: #CCCCCC; */
    text-align: left;
    font-size: 11px;
}

/**
 * XSMS display for info window in google map
 */
td.xsmsMapValue {
  text-align: center;
}


/** lbg https://www.lbg.baden-wuerttemberg.de/startseite */
.logo1 {
  max-width: 210px;
  min-height: 35px;
  background: url("../images/Kunden/lbg/wappen.png") no-repeat;
  display: inline-block;
  margin-left: 10px;
  margin-top: 10px;
  padding-left: 40px;
  font-family: 'EB Garamond',serif;
  font-size: 16px;
  color: #000;
  line-height: 20px
}
.logo2 {
  width: 99px;
  height: 35px;
  background: url("../images/Kunden/lbg/LUBW_logo.png") no-repeat;
  margin-top: 20px;
  display: inline-block;
  /* float: right */
}