@media (max-width: 767px) {
  .t4-header-r #jtl {
    display: block  !important;
  }
}

header {
    background-image: url(https://migavibe.ch/images/abstract_bg_2_band.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: scroll; 
}

.blog-item-content img {
  max-width: 150px;
}

.t4-megamenu .navbar-nav > li > .nav-link, .t4-megamenu .navbar-nav > li > a {
  letter-spacing: 0;
  padding: 20px 10px;
}


@media (min-width: 991px) and (max-width: 1280px) {
  .container, .container-lg, .container-md, .container-sm, .t4-masthead .t4-masthead-detail {
    max-width: 1124px;
  }
  .navbar-brand {
  width: 200px;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.navbar-brand {
  width: 200px;
}
}
