#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 !important;
    left: calc((100% - 259px) / 2 ) !important;
    top: 40px !important;
  }  
}

@media (max-width: 992px) {
  #vhs-head .logo:after{
    left: calc(((100% - 259px) / 2) + 110px ) !important;
  }
}

@media (max-width: 767px) {
  #vhs-head .logo {
    margin-bottom: 40px !important;
  }
  #vhs-head .logo:after{
    left: 60px !important;
    top: 125px !important;
  }
}