#header ul#nav {
  margin: 40px 0 !important;
}

.image-velit {
  width: 250px !important;
}

.velit-login i {
  margin-left: 5px;
}

#landing_page .lead-info {
  padding: 150px 100px !important;

  position: absolute;

  margin: 0 auto;

  right: 0;

  left: 0;

  top: 281px;

  background: rgba(0, 0, 0, 0.2) !important;

  border-radius: 6px 6px 6px 6px;
}

#header ul#nav li a.active,
#header ul#nav li a:hover {
  color: #15678f !important;
}

#header ul#nav li a.btn.btn-primary.velit-login {
  color: white !important;

  padding: 12px 30px 12px 30px !important;

  transition: 1s;
  background: #38678c;
  border-color: #38678c;
}

#header ul#nav li a.btn.btn-primary.velit-login:hover {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);

  transition: 1s;
}

#header {
  background: white !important;
}

#landing_page .lead-info h1 {
  color: #fff !important;

  font-size: 65px !important;

  padding-bottom: 20px !important;
}

#landing_page .lead-info p {
  color: #ffff !important;

  font-size: 20px !important;
}

.green-velit-span {
  background-color: #7ec01e !important;

  border: 1px solid #7ec01e !important;

  border-radius: 4px 4px 4px 4px;
}

.blue-velit-span {
  background-color: #38678c !important;

  border: 1px solid #38678c !important;

  border-radius: 4px 4px 4px 4px;
}

#footer .social-icons ul li a:hover {
  color: #15678f !important;

  transition: 1s;
}

#footer p {
  margin-top: 10px;
}

.homepage-hero-module {
  border-right: none;

  border-left: none;

  position: relative;
}

.video-container {
  position: relative;

  bottom: 0%;

  left: 0%;

  height: 100%;

  width: 100%;

  overflow: hidden;

  background: #000;
}

.video-container .poster img {
  display: none;

  width: 100%;

  bottom: 0;

  position: absolute;
}

.video-container .filter {
  z-index: 100;

  position: absolute;

  background: rgba(0, 0, 0, 0.4);

  width: 100%;
}

.video-container video {
  position: absolute;

  z-index: 0;

  bottom: 0;
}

.video-container video.fillWidth {
  width: 100%;
}

.velit-link {
  color: #15678f !important;
}

.button-velit-wide {
  width: 100%;
}

.button-velit-blue {
  color: white !important;

  width: 100px;

  background: #15678f !important;

  transition: 1s;
}

.button-velit-blue:hover {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);

  transition: 1s;
}

.button-velit-green {
  color: white !important;

  width: 100px;

  background: #7ec01e !important;

  border-color: #7ec01e !important;

  transition: 1s;
}

.button-velit-green:hover {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);

  transition: 1s;
}

a.btn.btn-warning.button-velit-wide {
  color: black !important;
}

.homepage-hero-module {
  height: 500px;
}

.lead-info {
  text-align: center;

  color: white;
}

.lead-info h1 {
  margin-top: 130px;

  margin-bottom: 50px;

  font-size: 40px;
}

.video-container {
  position: absolute;

  min-height: 100%;

  min-width: 100%;

  overflow: hidden;
}

.video-container video {
  display: inline-block;

  min-width: 100%;

  min-height: 100%;
}

@media only screen and (max-width: 1000px) {
  .homepage-hero-module {
    height: 400px;
  }

  .lead-info {
    text-align: center;
  }

  .lead-info h1 {
    margin-top: 70px;

    font-size: 26px;
  }
}

@media only screen and (max-width: 800px) {
  .slogen {
    font-size: 14px;
  }

  .homepage-hero-module {
    height: 300px;
  }

  .lead-info h1 {
    margin-top: 45px;
  }
}

@media only screen and (max-width: 700px) {
  .slogen {
    font-size: 14px;
  }

  .homepage-hero-module {
    height: 250px;
  }

  .lead-info h1 {
    margin-top: 25px;

    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 600px) {
  .slogen {
    display: none;
  }

  .video-container .poster img {
    display: inline-block !important;
  }

  .video-container video {
    display: none;
  }

  .homepage-hero-module {
    height: 200px;
  }

  .lead-info h1 {
    margin-top: 70px;
  }
}
