#quicksearch{
  display:none!important;
}

:root{
  --bs-btn-bg:#002B5C;
}

.btn-primary, .frame-type-felogin_login input[type="submit"]{
    background-color:#002B5C!important;
    border-color:transparent!important;
}

#vhs-head[style="top: 0px;"] .logo:after,
#vhs-head:not(.fixed-position) .logo:after{
  content: "Buchungsplattform";
  position: fixed;
  display: block;
  left: calc((100% - 389px) / 2 );
  top: 29px;
  font-size: 3rem;
}

.jobType {
  display:none;
}

@media (max-width: 1200px) {
  #vhs-head .logo:after{
    font-size:2rem;
    left: calc((100% - 259px) / 2 );
    top:40px;
  }
}

@media (max-width: 992px) {
  #vhs-head .logo:after{
    left: calc(((100% - 259px) / 2) + 110px );
  }
}

@media (max-width: 767px) {
  #vhs-head .logo:after{
    display:none;
  }
}