.tx-rm-tourmap svg {
  width: 100%;
  height: auto;
}



.tx-rm-tourmap svg .cities-background g.city path,
.tx-rm-tourmap svg .cities-background g.chartaCity path {
  fill: white;
}

.tx-rm-tourmap svg .cities-background g.chartaCity.charta path {
  fill: #DAD7C0;
}

.tx-rm-tourmap svg .cities-background g.city.awarded path {
  fill: #E6ECB9;
}

.tx-rm-tourmap svg .cities-background g.city.hover path {
  fill: rgba(231, 85, 22, 0.76);;
}

.tx-rm-tourmap svg .cities-background g.city.awarded.hover path {
  fill: #AEC634;
}

.tx-rm-tourmap svg .cities-transparent g.city path,
.tx-rm-tourmap svg .cities-transparent g.chartaCity path {
  fill: transparent;
}

.tx-rm-tourmap svg .cities-background g.chartaCity.hover path {
  fill: rgba(231, 85, 22, 0.76);
}

.tx-rm-tourmap svg .cities-background g.chartaCity.charta.hover path {
  fill: #AEC634;
}

.tx-rm-tourmap svg .cities-transparent g.district g.contour path {
  fill: none;
}

.tx-rm-tourmap svg .cities-transparent g.city:hover,
.tx-rm-tourmap svg .cities-transparent g.chartaCity:hover,
.tx-rm-tourmap svg .cities-transparent g.district g.name:hover {
  cursor: pointer;
}

.tx-rm-tourmap svg g.cities-transparent g.district g.name path {
  stroke: transparent;
  stroke-width: 20px;
}

.tx-rm-tourmap svg g.cities-transparent g.district g.name:hover + g.contour path {
  stroke: #e34e26;
  fill: rgba(0,0,0,0.5);
}

.fancybox-wrap.tourmap .venue {
  padding: 0 20px 50px;
  box-sizing: border-box;
}

.fancybox-wrap.tourmap .venue h3 {
  color: #E75012;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 53px;
  padding: 0;
  border-bottom:none;
  position: relative;
  font-family: Veneer ,Georgia, "Times New Roman", Times, serif;
}


.fancybox-wrap.tourmap .venue h3:after{
  position: absolute;
  left:0;
  bottom: 0;
  content:'';
  width:375px;
  height:16px;
  background: url(/typo3conf/ext/rm_base_package/Resources/Public/Images/Frontend/h3line.png) no-repeat center top;
}

.fancybox-wrap.tourmap .venue h4 {
  color: #E75012;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
  margin:0;
  padding: 0;
  border-bottom:none;
  position: relative;
  font-family: Veneer ,Georgia, "Times New Roman", Times, serif;
  
}



.fancybox-wrap.tourmap .venue .bodytext {
  box-sizing: border-box;
  padding: 10px 30px;
  background: rgba(255,255,255,0.6);
  margin-top: 15px;
  border-radius: 4px;
}
.fancybox-wrap.tourmap .venue .bodytext p {
  font-size:16px;
}

.fancybox-wrap.tourmap .venue a:link,
.fancybox-wrap.tourmap .venue a:visited{
  color:#e75012;
  transition: color 0.3s;
}
.fancybox-wrap.tourmap .venue  a:hover{
  color:#009ee3;
}

.fancybox-wrap.tourmap .fancybox-outer {
  position: static;
}

.fancybox-wrap.tourmap .fancybox-next span,
.fancybox-wrap.tourmap .fancybox-prev span {
  display: none;
}

.fancybox-wrap.tourmap .fancybox-nav {
  width: 70px;
}

.fancybox-wrap.tourmap .fancybox-next,
.fancybox-wrap.tourmap .fancybox-prev {
  background-image: url(/typo3conf/ext/rm_tourmap/Resources/Public/Icons/arrow-right.png);
  background-size: auto 150px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

.fancybox-wrap.tourmap .fancybox-prev {
  background-image: url(/typo3conf/ext/rm_tourmap/Resources/Public/Icons/arrow-left.png);
  background-position: 0 50%;
}

.fancybox-wrap.tourmap {
  background:#E5ECB7 url(/typo3conf/ext/rm_base_package/Resources/Public/Images/Frontend/bg-raute.png) no-repeat center top;
  background-size: contain;

}
.fancybox-wrap.tourmap .fancybox-skin {
  background: url(/typo3conf/ext/rm_base_package/Resources/Public/Images/Frontend/bg-kartebottom-weiss.png) no-repeat center bottom;
  background-size: contain;


}


.fancybox-wrap.tourmap .venue .img-wrap {
  background: rgba(255,255,255,0.6);
  padding: 20px 0 20px 20px;
  margin-top: 10px;
  font-size: 0;
}

.fancybox-wrap.tourmap .venue .img-wrap .caption {
  font-size: 12px;
  line-height: 1.2em;
  padding: 5px 20px 0 0;
}

.fancybox-wrap.tourmap .venue .img-wrap img {
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  height: auto;
  vertical-align: top;
  padding: 0 20px 0px 0;
}

.fancybox-wrap.tourmap .venue .cleft{
  display: table-cell;
  vertical-align: top;
}
.fancybox-wrap.tourmap .venue .sidebar{
  width:35%;
  display: table-cell;
  vertical-align: top;
  padding: 79px 0 0 20px;
}