/*
Möglichst alle Styles im namespace des VC Elements behalten, um Konflikte zu vermeiden
*/
.dhsv_vc_history {
  width: 100%;
}
.dhsv_vc_history .el-title {
  margin-bottom: 60px;
  font-size: 30px;
  width: 50%;
}
@media (max-width: 1200px) {
  .dhsv_vc_history .el-title {
    width: 100%;
  }
}
.dhsv_vc_history::after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  height: calc(100% + 100px);
  width: 5px;
  background-color: #ededed;
}
@media (max-width: 1200px) {
  .dhsv_vc_history::after {
    display: none;
  }
}
.dhsv_vc_history .entries {
  margin-top: -285px;
  position: relative;
}
@media (max-width: 1200px) {
  .dhsv_vc_history .entries {
    margin-top: 0;
    display: block;
  }
}
.dhsv_vc_history .entries .entry {
  position: relative;
  float: left;
  width: 50%;
  z-index: 2;
}
@media (max-width: 1200px) {
  .dhsv_vc_history .entries .entry {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
}
.dhsv_vc_history .entries .entry::after {
  content: '';
  position: absolute;
  width: auto;
  height: 5px;
  background-color: #ededed;
  left: 20%;
  right: 0;
  top: 105%;
  z-index: 1;
}
@media (max-width: 1200px) {
  .dhsv_vc_history .entries .entry::after {
    display: none;
  }
}
.dhsv_vc_history .entries .entry:last-child {
  margin-bottom: 120px;
}
.dhsv_vc_history .entries .entry:nth-child(even) {
  float: right;
  -webkit-transform: translateY(20%);
      -ms-transform: translateY(20%);
       -o-transform: translateY(20%);
          transform: translateY(20%);
}
@media (max-width: 1200px) {
  .dhsv_vc_history .entries .entry:nth-child(even) {
    width: 100%;
    float: none;
    margin-bottom: 30px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}
.dhsv_vc_history .entries .entry:nth-child(even)::after {
  right: 20%;
  left: 0;
}
@media (max-width: 1200px) {
  .dhsv_vc_history .entries .entry:nth-child(even)::after {
    display: none;
  }
}
.dhsv_vc_history .entries .entry:nth-child(even) .imageholder {
  float: right;
}
@media (max-width: 1200px) {
  .dhsv_vc_history .entries .entry:nth-child(even) .imageholder {
    float: none;
    width: 100%;
  }
}
.dhsv_vc_history .entries .entry:nth-child(even) .textbox {
  text-align: right;
  left: 10%;
  right: auto;
}
@media (max-width: 1200px) {
  .dhsv_vc_history .entries .entry:nth-child(even) .textbox {
    float: none;
    left: 0;
  }
}
.dhsv_vc_history .entries .entry .imageholder {
  margin-top: 60px;
  width: 80%;
  height: 480px;
  text-align: center;
  position: relative;
  z-index: 3;
  background-position: center bottom;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}
@media (max-width: 1200px) {
  .dhsv_vc_history .entries .entry .imageholder {
    margin-top: 0;
    width: 100%;
  }
}
.dhsv_vc_history .entries .entry .imageholder img {
  width: 100%;
  height: auto;
}
.dhsv_vc_history .entries .entry .textbox {
  background: white;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  padding: 20px;
  position: absolute;
  left: auto;
  right: 10%;
  bottom: -10%;
  width: 80%;
  text-align: left;
  z-index: 4;
}
@media (max-width: 1200px) {
  .dhsv_vc_history .entries .entry .textbox {
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
  }
}
.dhsv_vc_history .entries .entry .textbox .title,
.dhsv_vc_history .entries .entry .textbox .text {
  text-align: left;
}
.dhsv_vc_history .entries .entry .textbox .title {
  font-weight: bold;
}
.dhsv_vc_history .entries .entry .textbox .text {
  font-size: 14px;
}
