/*
Möglichst alle Styles im namespace des VC Elements behalten, um Konflikte zu vermeiden
*/
.dhsv_vc_standorte .hotspot {
  position: relative;
}
.dhsv_vc_standorte .hotspot img {
  width: 100%;
}
.dhsv_vc_standorte .hotspot .hotspot-item {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 15px;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.dhsv_vc_standorte .hotspot .hotspot-item.hover {
  opacity: 0.3;
}
.dhsv_vc_standorte .hotspot .hotspot-item.active {
  opacity: 1;
  -webkit-transform: scale(3) translate(-25%, -50%);
      -ms-transform: scale(3) translate(-25%, -50%);
       -o-transform: scale(3) translate(-25%, -50%);
          transform: scale(3) translate(-25%, -50%);
}
.dhsv_vc_standorte .pointlist {
  margin-top: 30px;
}
.dhsv_vc_standorte .pointlist .list-item {
  padding: 10px 30px 10px 10px;
  border-bottom: 1px solid #ffffff;
  font-size: 16px;
  float: left;
  width: 100%;
  position: relative;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.dhsv_vc_standorte .pointlist .list-item:after {
  content: "\f35d";
  font-family: Ionicons;
  position: absolute;
  right: 10px;
  top: 0;
  padding: 10px 0;
}
.dhsv_vc_standorte .pointlist .list-item:hover,
.dhsv_vc_standorte .pointlist .list-item.active,
.dhsv_vc_standorte .pointlist .list-item.activecontent {
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
.dhsv_vc_standorte .pointlist .list-item:hover .list-preview,
.dhsv_vc_standorte .pointlist .list-item.active .list-preview,
.dhsv_vc_standorte .pointlist .list-item.activecontent .list-preview {
  height: 150px;
  margin-top: 20px;
}
.dhsv_vc_standorte .pointlist .list-item .list-preview {
  display: block;
  width: 100%;
  height: 0px;
  margin-top: 0px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: 9999;
}
.dhsv_vc_standorte .pointlist .list-item .list-content {
  display: inline-block;
  float: left;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.dhsv_vc_standorte .pointlist .list-item .list-content .listinner {
  padding: 10px 0;
}
.dhsv_vc_standorte .pointlist .list-item .list-content p {
  margin-bottom: 15px;
}
.dhsv_vc_standorte .pointlist .list-item .list-content ul {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 10px 0 0 0;
  padding: 5px 0 0 0;
}
.dhsv_vc_standorte .pointlist .list-item .list-content ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.dhsv_vc_standorte .pointlist .list-item.activecontent {
  background: rgba(255, 255, 255, 0.1);
}
.dhsv_vc_standorte .pointlist .list-item.activecontent:after {
  content: "\f366";
}
.dhsv_vc_standorte .btn {
  margin-top: 35px;
}
.dhsv_vc_standorte .btn:hover {
  background-color: #e6e6e6;
}
.dhsv_vc_standorte .modal a,
.dhsv_vc_standorte .modal h2,
.dhsv_vc_standorte .modal h3,
.dhsv_vc_standorte .modal h4,
.dhsv_vc_standorte .modal h5,
.dhsv_vc_standorte .modal h6,
.dhsv_vc_standorte .modal p,
.dhsv_vc_standorte .modal p.big,
.dhsv_vc_standorte .modal span,
.dhsv_vc_standorte .modal blockquote p,
.dhsv_vc_standorte .modal label {
  color: #121212;
}
.dhsv_vc_standorte .modal .modal-body {
  padding-bottom: 45px;
}
