/*
Möglichst alle Styles im namespace des VC Elements behalten, um Konflikte zu vermeiden
*/
.dhsv_vc_megamenu ul {
  padding: 0;
  margin-top: 10px;
}
.dhsv_vc_megamenu ul li {
  list-style: none;
  display: inline-block;
  float: left;
  width: 100%;
}
.dhsv_vc_megamenu ul li a {
  display: inline-block;
  width: 100%;
  float: left;
  padding: 10px 0;
  color: #ffffff;
  border-bottom: 1px dotted #ffffff;
  position: relative;
}
.dhsv_vc_megamenu ul li a:after {
  content: "\f30f";
  font-family: Ionicons;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
}
.dhsv_vc_megamenu ul li a:before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.4+50,0+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 */
  opacity: 0;
}
.dhsv_vc_megamenu ul li a:hover:before {
  opacity: 0.5;
  width: 100%;
}
.dhsv_vc_megamenu .standorte ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.dhsv_vc_megamenu .standorte ul li {
  -webkit-column-break-inside: avoid;
     page-break-inside: avoid;
          break-inside: avoid;
}
.dhsv_vc_megamenu .standorte .plzinput {
  width: auto;
  float: right;
}
.dhsv_vc_megamenu .standorte .plzinput input[type="text"] {
  padding: 10px;
  width: 250px;
  display: inline-block;
  float: left;
  background: transparent;
  border: solid 1px #ffffff;
  color: #ffffff;
  font-size: 16px;
}
.dhsv_vc_megamenu .standorte .plzinput .submit {
  padding: 10px;
  display: inline-block;
  float: left;
  background: #ffffff;
  border: solid 1px #ffffff;
  color: #10427c;
}
