								/* production map */
.prod-map {
  position:relative;
  overflow:hidden;
  float:left;
}

.prod-map span {
  position:absolute;
  z-index:10;
  height:13px;
  width:13px;
  overflow:hidden;
}

.prod-map span a {
  display:block;
  width:13px;
  height:13px;
  text-indent:-3000px;
  overflow:hidden;
  /*background:url(../images/ico-ges.png) 0 0 no-repeat;*/
  background:url(../images/ico-ges.svg) 0 0 no-repeat;
  background-size:13px;
  border:none;
}

.prod-map span a.tec {
	/*background:url(../images/ico-tec.png) 0 0 no-repeat;*/
	background-image:url(../images/ico-tec.svg);
}

.prod-map span a.inactive {
	background-image:url(../images/ico-station_inactive.svg);
}

.prod-map span a:hover {
 	/*background:url(../images/ico-map-hover.png) 0 0 no-repeat !important;*/
 	opacity:0.7;
}

p.map-legend {
  color:#495260;
  padding-left:35px;
  line-height:13px;
  font-size:13px;
  margin-bottom:0.5em;
}

p.map-legend.ges {background:url(../images/ico-ges.svg) 15px 50% no-repeat;}
p.map-legend.tec {background:url(../images/ico-tec.svg) 15px 50% no-repeat;}

.action-map {
  position:relative;
  z-index:2;
}

.action-map__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.action-map__layer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}


        /* production > station single */
.branch-production-image {
    float: left;
    margin-right: 20px;
    max-width: 70%;  
}

.branch-production-image .csc-textpic img {
  max-width:100%;
  height:auto;
}

.branch-production-figures  {
  overflow:hidden;
  min-width:250px;
}

.branch-production-figures h3 {
	margin: 1em 0 0.6em;
    font-size: 22px;
    font-weight: normal;
    color: #007AC2;		
}

.branch-production-figures dl {
  border-left: solid 3px #00ADEF;
  padding-left:15px;
  margin-bottom:20px;
}

.branch-production-figures dt {
  color:#007AC2;
  font-size:13px;
  line-height:16px;
  margin-bottom:0.3em;
  float:none;
  padding:0;
}

.branch-production-figures dd  {
  padding:0;
  margin-bottom:0.5em;
  min-height:initial;
  line-height:1.25;
}

.branch-production-figures dd:last-child {margin-bottom:0;}
