.imagehero {
    background-image: url(../img_new/testata.jpg);
    height: 189px;
    background-size: contain;
    width: 100%;
    background-repeat: no-repeat;
}

.bg-light {
    background-color: #f4f4f4 !important;
    color: #000000;
}

.bg-light .fst-italic {
    background-color: #9cbcc5 !important;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: white;
    font-family: inherit;
    font-style: inherit !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000 !important;
    font-weight: bold;
}

.navbar-light .navbar-nav .nav-link.active {
    /* color: #000000 !important;
    font-weight: bold; */
}

.post-headline{
  font-size: 1.6rem;
}

.art{
  margin-top:10px;
  color: #000000;
  text-decoration: none;
}

.art a :hover{
  color: #000000;
}

.fst-italic {

}

.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d!important;
}

.bi {
    vertical-align: -0.125em;
    fill: currentColor;
}

@media only screen and (min-width: 768px) {
  .onlymobile{
    display: none;
  }
  .nopaddinfdesk{
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .imagehero {
      background-image: url(../img_new/testata.jpg);
      height: 84px;
      background-size: contain;
      width: 100%;
      background-repeat: no-repeat;
  }
  .nomobile{
    display: none;
  }

}
