body {
  background-size: cover;
  background-position-y: 50%;
}

.container-wrap {
  padding-bottom: .5rem;
  opacity: .9;
}

.d-flex {
  display: flex;
  align-items: flex-end;
}

.justify-content-between {
  justify-content: space-between;
}

.logo-wrapper {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.logo--left {
  height: 50px;
}

.logo--right {
  height: 40px;
}

.question .header .help button, 
.question .tag-header .help button {
  border-radius: 50%;
}

.question .header .help button::before, 
.question .tag-header .help button::before {
  content: "i";
  font-weight: bold;
  font-family: initial;
}

@media screen and (max-width: 767px) {
  body {
    background-image: url("/uc/images/CQT/Logo_Visana_ohneClaim_bg_mobile.png") !important;
  }
}

@media screen and (max-width: 500px) {
  .d-flex {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
   
  .logo--left {
    margin-bottom: 1rem;
  }
}