body {
  font-weight: normal !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
  font-weight: bold !important;
  line-height: 1.2;
}

/* a {
  color: #055F96 !important;
} */

a.bite-list--entry--title {
  font-weight: 500 !important;
}

a.bite-list--entry--title:hover {
  text-decoration: underline;
 
}

a.bite-list--entry-btn {
  font-size: 0.8rem !important;
  cursor: pointer !important;
}

.card {
  border-radius: 12px;
}

.btn-group .btn,
.bite-button-reset {
  height: 35px !important;
  padding: 0.6rem 1.1rem !important;
}

.kontakt .card-pic {
  display: flex;
  margin-bottom: .5em;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1em;

}

.kontakt img {
  max-width: 6rem;
  border-radius: 999px;
}

/* .header-image {
 background-image: url(../images/BITV_Arche_Header_300px.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: cover; 
 height: 300px;
  padding-top: 2.4em;
} */

@media screen and (max-width: 767px) {
  .btn-group {
    display: unset;
    vertical-align: inherit;
    text-align: left !important;
  }

  /* .header-image {
    background-position: top center;
    height: 140px;
  } */
}