@font-face {
      font-family: 'CorporateSRegular';
      src: url('fonts/corporsr-webfont.eot');
      src: url('fonts/corporsr-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/corporsr-webfont.ttf') format('truetype');
      font-weight: normal;
      font-style: normal; }
    @font-face {
      font-family: 'CorporateARegular';
      src: url('fonts/CorporateA-Regular.eot') format('embedded-opentype');
      src: url('fonts/CorporateA-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/CorporateA-Regular.ttf') format('truetype');
      font-weight: normal;
      font-style: normal; }
    @font-face {
      font-family: 'CorporateACondensedRegular';
      src: url('fonts/corporateacon-reg-webfont.eot') format('embedded-opentype');
      src: url('fonts/corporateacon-reg-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/corporateacon-reg-webfont.ttf') format('truetype');
      font-weight: normal;
      font-style: normal; }

.container.padded {
  padding-left: 40px;
  padding-right: 40px;
}

.icon-ci {
  display: inline-block;
  background: #f00;
  color: #fff;
  padding: 5px 12px 3px;
  border: 1px solid #c00;
  border-radius: 4px;
}
.btn:hover .icon-ci, .icon-ci:hover {
  background: #b00;
  color: #fff;
  border-color: #800;
}

.btn-ci {
  background: #f00;
  color: #fff;
  border-color: #c00;
}
.btn-ci:hover {
  background: #b00;
  color: #fff;
  border-color: #800;
}

/*#login-btn {
  display: block;
  float: left;
  margin: 16px 0 0 20px;
  padding: 6px 40px;
}
@media (min-width: 768px) {
  #login-btn {
    margin: 38px 0 0 20px;
  }
}*/
.btn-regular {
  color: #fff;
}
.btn-regular:hover {
  color: #ccc;
}
.btn-icon {
  line-height: 32px;
}
.btn-icon .icon-ci {
  float: left;
  margin-right: 12px;
  line-height: 1;
}
.btn-icon .fa {
  font-size: 22px;
}

.liveticker {
  padding: 20px 20px 30px 40px;
}
.liveticker .axis {
  position: relative;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
}
.liveticker .axis .scale-vertical {
  position: absolute;
  left: -40px;
  width: 30px;
  text-align: right;
  font-size: 11px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin: -10px 0;
  color: #ccc;
}
.liveticker .axis .scale-vertical:before {
  content: "";
  position: absolute;
  right: -10px;
  top: 10px;
  width: 5px;
  border-bottom: 1px solid #999;
}
.liveticker .axis .scale-horizontal {
  position: absolute;
  bottom: -25px;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  width: 10%;
  margin: 0 0 0 -1%;
  color: #ccc;
}
.liveticker .axis .scale-horizontal:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  height: 5px;
  border-left: 1px solid #999;
}

.liveticker .axis .bars-wrapper {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.liveticker .axis .bars {
  position: relative;
  height: 200px;
}
.liveticker .axis .bars canvas {
  position: relative;
  width: 100%;
  height: 200px;
}
.liveticker .axis .bars .bar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 4%;
  height: 100px;
  border: 1px solid #ddd;
  border-bottom: 0;
  background: #f0f0f0;
}

.panel {
  border: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel-expandable-title {
  padding-top: 39px;
}

.panel-default>.panel-heading {
  border: 1px solid #fff;
  background: #000;
  color: #fff;
  border-radius: 5px;
}

.panel-expandable-title .panel-heading {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  z-index: 20;
}

.panel-title .dropdown-chev {
  color: #333;
}
.panel-title.expandable .dropdown-chev {
  color: #f00;
}

[aria-expanded="false"] .show-expanded {
  display: none;
}
[aria-expanded="true"] .show-collapsed {
  display: none;
}

.widget-listing-head {
  border-bottom: 1px dashed #fff;
  font-weight: 700;
}

.widget-listing-foot {
  text-align: right;
}

.widget-listing-body {

}

.widget-listing-row {
  display: block;
}

.widget-listing-row:hover {
  text-decoration: none;
}

.widget-listing-body .widget-listing-row:hover {
  background: #111;
}

.widget-listing-col {
  float: left;
  min-height: 1px;
  padding: 8px;
  color: #fff;
}
.widget-listing-col-0 {
  width: 7%;
  color: #f00;
  text-align: right;
}
.widget-listing-col-1 {
  width: 68%;
}
.widget-listing-col-2 {
  width: 25%;
  text-align: right;
}

.table>tbody>tr:hover {
  cursor: pointer;
  background: rgba(255,255,255,0.1);
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  border-top: 0;
  border-bottom: 0;
}
.table>thead>tr>th {
  border-bottom: 1px dashed #fff;
}
.table>tbody>tr>td.highlight, .table>tbody>tr>th.highlight, .table>tfoot>tr>td.highlight, .table>tfoot>tr>th.highlight, .table>thead>tr>td.highlight, .table>thead>tr>th.highlight {
  color: #f00;
}

.widget-map {
  position: relative;
}

.page-area {
  padding-bottom: 30px;
}

.page-area .widget-map, .page-overview .widget-map {
  margin-top: 20px;
}

.widget-map img {
  width: 100%;
  max-width: 100%;
}

.page-dashboard .widget-map img {
  /*max-height: 290px;*/
}


.map-spot {
  position: absolute;
  top: 200px;
  left: 200px;
  background: #113;
}
.spot {
  position: absolute;
  left: 0;
  bottom: 0;
  /*margin-top: -10px;
  margin-left: -10px;*/
  background: #f00;
  width: 20px;
  height: 20px;
  border-radius: 10px;
}
.flag {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  height: 100px;
  border-left: 2px solid #f00;
  margin-left: 24px;
  transform: skewX(-26.565deg);
}
.map-spot.map-spot-type-1 .flag {
  height: 56px;
  margin-left: 13px;
}
.map-spot.map-spot-type-2 .flag {
  height: 100px;
  margin-left: 24px;
}
.map-spot.map-spot-type-3 .flag {
  bottom: -56px;
  height: 56px;
  margin-left: -15px;
  transform: rotate(180deg) skewX(-26.565deg);
}
.flag .parts {
  position: absolute;
  top: 0;
  left: 0;
}
.flag .parts .part-1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  background: #f00;
}
.flag .parts .part-2 {
  position: absolute;
  top: 0;
  left: 50px;
  width: 30px;
  height: 22px;
  background: #00adef;
}
.flag-text {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  height: 100px;
  margin-left: 1px;
}
.map-spot.map-spot-type-1 .flag-text {
  height: 56px;
}
.map-spot.map-spot-type-2 .flag-text {
  height: 100px;
}
.map-spot.map-spot-type-3 .flag-text {
  height: 56px;
  bottom: -56px;
  transform: rotate(180deg);
}
.flag-text .parts {
  position: absolute;
  top: 0;
  left: 50px;
  color: #fff;
  margin-left: -5.5px;
}
.map-spot.map-spot-type-1 .flag-text .parts {
  left: 28px;
}
.map-spot.map-spot-type-2 .flag-text .parts {
  left: 50px;
}
.map-spot.map-spot-type-3 .flag-text .parts {
  left: 28px;
}
.flag-text .parts .part-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 22px;
  line-height: 22px;
  padding: 0 15px;
  white-space: nowrap;
  color: #fff;
  font-family: arial, sans-serif;
  text-decoration: none;
  font-size: 14px;
}
.flag-text .parts .part-2 {
  position: absolute;
  top: 0;
  left: 50px;
  width: auto;
  height: 22px;
  line-height: 22px;
  padding: 0 15px;
  white-space: nowrap;
  color: #fff;
  font-family: arial, sans-serif;
  text-decoration: none;
  font-size: 14px;
}
.map-spot.map-spot-type-3 .flag-text .parts .part-1,
.map-spot.map-spot-type-3 .flag-text .parts .part-2 {
  transform: rotate(180deg);
}
.no-sc .part-2 {
  display: none;
}
/*
.widget-map .map-spot {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.widget-map .map-spot .spot {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  background: rgba(255,0,0,1);
  color: #fff;
  border: 1px solid rgba(0,0,0,0.5);
}*/
.widget-map .map-spot.pos-total-default .spot {
  bottom: auto !important;
  top: 0 !important;
  left: auto !important;
  right: 0 !important;
}
.widget-map .map-spot.pos-total-world .spot {
  bottom: 0 !important;
  top: auto !important;
  left: 0 !important;
  right: auto !important;
}
/*
.widget-map .map-spot .spot:hover {
  text-decoration: none;
  cursor: default;
}
.widget-map .map-spot .spot[href]:hover {
  text-decoration: none;
  cursor: pointer;
}
*/
.widget-map .map-spot .spot.border {
  background: transparent;
  color: #fff;
  border: 2px solid #f00;
  text-align: center;
}
/*
.widget-map .map-spot .flag {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 56px;
  min-width: 66px;
  background: transparent url(../images/tooltip_left.png) 0 0 no-repeat;
}
.widget-map .map-spot.map-spot-type-2 .flag {
  height: 100px;
  background: transparent url(../images/tooltip_big_left.png) 0 0 no-repeat;
}
.widget-map .map-spot.map-spot-type-3 .flag {
  left: auto;
  right: 0;
  top: 0;
  bottom: auto;
  background: transparent url(../images/tooltip_down_right.png) right 0 no-repeat;
}

.widget-map .map-spot .flag .text {
  display: block;
  height: 56px;
  margin-left: 29px;
  padding: 3px 10px;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background: transparent url(../images/tooltip_middle.png) 0 0 repeat-x;
}
.widget-map .map-spot .flag .text:after {
  position: absolute;
  display: block;
  right: -12px;
  top: 0;
  width: 12px;
  height: 56px;
  content: " ";
  background: transparent url(../images/tooltip_right.png) right 0 no-repeat;
}
.widget-map .map-spot.map-spot-type-2 .flag .text {
  height: 100px;
  margin-left: 52px;
  background: transparent url(../images/tooltip_big_middle.png) 0 0 repeat-x;
}
.widget-map .map-spot.map-spot-type-2 .flag .text:after {
  position: absolute;
  display: block;
  right: -16px;
  top: 0;
  width: 16px;
  height: 100px;
  content: " ";
  background: transparent url(../images/tooltip_big_right.png) right 0 no-repeat;
}
.widget-map .map-spot.map-spot-type-3 .flag .text {
  position: absolute;
  right: 29px;
  padding-top: 39px;
  background: transparent url(../images/tooltip_down_middle.png) 0 0 repeat-x;
}
.widget-map .map-spot.map-spot-type-3 .flag .text:after {
  position: absolute;
  display: block;
  left: -29px;
  top: 0;
  width: 29px;
  height: 56px;
  content: " ";
  background: transparent url(../images/tooltip_down_left.png) right 0 no-repeat;
}
.widget-map .map-spot .flag a {
  position: relative;
  color: #fff;
  text-decoration: none;
  z-index: 5;
  white-space: nowrap;
}
.widget-map .map-spot-total {
}
*/
.widget-map .map-spot .text.no-flag {
  display: block;
  padding: 3px 10px;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background: transparent url(../images/tooltip_middle.png) 0 0 repeat-x;
}
.widget-map .map-spot.no-flag:before {
  position: absolute;
  left: -20px;
  top: 0x;
  height: 19px;
  width: 20px;
  content: '';
  background: transparent url(../images/tooltip_left.png) right top no-repeat;
}

.widget-map .map-spot .text.no-flag {
  position: relative;
  color: #fff;
  text-decoration: none;
  z-index: 5;
  white-space: nowrap;
}
.widget-map .map-spot.no-flag {
  left: auto !important;
  right: 0 !important;
  bottom: 0 !important;
  top: auto !important;
}

.map-menu {
}

.map-menu a {
  display: block;
  color: #fff;
  padding: 8px 0 0;
  margin: 8px 0 0;
  border-top: 1px dashed #fff;
}
.map-menu a:hover {
  color: #f00;
  text-decoration: none;
}

.pos-total-world {
  position: absolute;
  left: 0 !important;
  right: auto !important;
  bottom: 0 !important;
  top: auto !important;
  margin: 0 !important;
}
.pos-total-default {
  position: absolute;
  left: auto !important;
  right: 0 !important;
  bottom: auto !important;
  top: 0 !important;
  margin: 0 !important;
}

.tooltip.in {
    filter: alpha(opacity=100);
    opacity: 1;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: rgba(255,0,0,1);
    border-radius: 4px;
}
.tooltip.top .tooltip-arrow {
    border-top-color: rgba(255,0,0,1);
}

body {
  background: #000;
  color: #fff;
  overflow-y: scroll;
}

#header {
  height: 100px;
  padding-top: 20px;
  margin-bottom: 40px;
  font-size: 12px;
}
#header.nospace {
  margin-bottom: 20px;
}

#header .container {
  position: relative;
}

#header #logos {
  float: left;
  margin-right: 0;
}

#header a {
  color: #fff;
}

#header h1 {
  font-family: CorporateACondensedRegular, serif;
  font-size: 32px;
  line-height: 48px;
  margin: 0;
  text-align: center;
}
#header img {
  height: 48px;
}
.page-title {
  font-family: CorporateARegular, serif;
  font-size: 48px;
  margin: 0;
}
@media (min-width: 768px) {
  #header #logos {
    float: left;
    margin-right: 10px;
  }
  #header h1 {
    float: left;
    text-align: left;
    font-size: 32px;
    line-height: 45px;
    margin-top: 25px;
  }
  #header img {
    height: 70px;
  }
  .page-title {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  #header h1 {
    font-size: 40px;
  }
  .page-title {
    font-size: 48px;
  }
}

.breadcrumbs {
  padding: 0 0 40px;
  font-style: italic;
}
.breadcrumbs > span a {
  color: #fff;
}
.breadcrumbs > span span {
  color: #f00;
}
.breadcrumbs > span:before {
  content: " - ";
}
.breadcrumbs > span:first-child:before {
  content: "";
}

#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px; /* negative of the offset - height of link element */
    left: 0; /* padding from the left side of the window */
    width: 100%;
}
#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 18px; /* height of link element */
    left: 0; /* padding from the left side of the window */
    width: 100%;
}

#top-link-block .container {
  position: relative;
}

.toplink, .toplink:focus, .toplink:active {
  position: absolute;
  right: -100px;
  top: -50px;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  text-align: center;
  color: #f00;
  border: 2px solid #fff;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
.toplink:hover {
  color: #b00;
}

.toplink .fa {
  font-size: 40px;
  line-height: 40px;
}

#splash-image {
  position: relative;
  margin-bottom: 20px;
}
#splash-image img {
  width: 100%;
}

#splash-image .inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

#splash-image h1 {
  margin-top: 30px;
  font-family: CorporateACondensedRegular, serif;
  font-size: 40px;
  color: #fff;
}
#splash-image h4 {
  margin-top: 5px;
  font-family: CorporateSRegular, serif;
  font-size: 18px;
  color: #fff;
}
#splash-image form {
  margin-top: 30px;
}
.splash-page-title {
  text-align: center;
}
.splash-btn-container {
  text-align: center;
  line-height: 52px;
  margin-top: 20px;
}
.splash-btn-container .btn {
  padding-left: 60px;
  padding-right: 60px;
}
@media (min-width: 768px) {
  .splash-btn-container {
    text-align: center;
    line-height: 52px;
  }
}
@media (min-width: 992px) {
  .splash-btn-container {
    text-align: right;
    line-height: 52px;
    margin-top: 0;
  }
  .login-wrapper {
    position: absolute;
    left: 0;
    top: 20px;
    width: 100%;
    color: #000;
  }
  #splash-image h1,
  #splash-image h4 {
    color: #000;
  }
}
@media (min-width: 1200px) {
  .splash-btn-container {
    line-height: 70px;
  }
  .login-wrapper {
    top: 40px;
  }
}
label {
  font-weight: 400;
  font-family: 'CorporateSRegular';
}
.button-ci {
  display: inline-block;
  background: #f00;
  border: 0;
  padding: 2px 10px;
  margin: 0;
  /*text-indent: -99999em;*/
  text-align: left;
  color: #fff;
  font-family: 'CorporateSRegular';
  width: 120px;
  text-align: center;
}
.button-ci:hover, .button-ci:visited, .button-ci:active {
  color: #fff;
  text-decoration: none;
}
.button-ci-login {
  margin-top: 40px;
  background: #f00;/*transparent url(../images/button-login.jpg) 0 0 no-repeat;*/
  /*width: 72px;
  height: 18px;*/
}
.button-ci-logout {
  background: #f00;/*transparent url(../images/button-logout.jpg) 0 0 no-repeat;*/
  /*width: 72px;
  height: 18px;*/
}
.button-ci-zurueck {
  background: #f00;/*transparent url(../images/button-zurueck.jpg) 0 0 no-repeat;*/
  /*width: 72px;
  height: 18px;*/
}
.panel-title {
  font-size: 14px;
}
.page-contact {
  background: #eee url(../images/background_popup.jpg) top repeat-x;
  color: #000;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 600px;
  -webkit-background-size: 10px 100%;
  background-size: 10px 100%;
}
.page-contact #header {
  padding-bottom: 20px;
  margin-bottom: 0;
  height: auto;
  background : #000;
}
.page-contact .toplinks {
  display: none;
}
.page-title-popup {
  font-weight: 200;
    font-family: 'CorporateACondensedRegular', 'CorporateARegular', serif;
    color: #000;
}
hr {
  height: 10px;
  background: transparent url(../images/redline.png) right top no-repeat;
  border: 0;
  margin-top: -5px
}
.dropdown-total {
  float: right;
}
.dropdown-label {
  display: inline-block;
  width: 80px;
}
.dropdown-count {
  width: 150px;
    padding-right: 60px;
    display: inline-block;
    text-align: right;
}
.panel-title .dropdown-count {
  width: 136px;
  padding-right: 46px;
}
