@media (max-width: 1180px) {
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
}
@media (max-width: 767px) {
  * {
    box-sizing: border-box;
  }
  html,
  body {
    overflow-x: hidden;
    width: 100%;
  }

  .dropdown-menu.depth_0 :is(.dropdown-item.active, .dropdown-item:active) {
    color: var(--bs-dropdown-link-color);
    background-color: transparent;
  }
  .header-container.container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #header .header-nav-main nav {
    max-height: initial;
    height: 100svh;
  }
  #header .header-nav.header-nav-line nav > ul > li > a {
    padding: 1.4rem 1.2rem !important;
    font-size: 17px !important;
  }
  .body #header .header-nav.header-nav-line nav > ul > li.menubtn > a {
    top: initial;
    transform: initial;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    text-align: center;
  }
  #header .header-nav-main nav > ul li a {
    font-size: 16px;
    padding: 12px 8px;
  }
  #header .header-nav-main nav > ul li a.dropdown-toggle .fa-chevron-down {
    font-size: 1rem;
  }

  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 22px;
  }
  .entry-contentpost h1 {
    font-size: 1.9rem;
    word-wrap: break-word;
  }
  .headerbooking {
    width: 100px;
    height: 100px;
    left: initial;
    font-size: 18px;
    line-height: 1;
  }
  .headerbooking {
    position: absolute;
    bottom: -50px;
    left: initial;
    right: 15px;
  }
  h2.modulheadline {
    font-size: 32px;
  }
  h3.modulheadline {
    font-size: 30px;
  }
  .wrap-teaser .btn {
    margin-bottom: 64px;
  }
  #brstpagehead {
    height: initial;
  }
  #brstpagehead .firstheadercol {
    padding-top: 130px;
  }
  #brstpagehead h1 {
    font-size: 34px;
    line-height: 1.3;
  }
  #brstpagehead .head-teamimage {
    padding-top: 36px;
  }
  #brstpagehead .head-teamimage img {
    max-width: 100%;
    height: auto;
  }
  .bigtextimage--container .bigtextimage--textcol {
    padding-left: 15px;
    padding-right: 15px;
  }
  .bigtextimage--container .bigtextimage--title {
    text-align: center;
  }
  .bigtextimage--image {
    min-height: 60vh;
  }
  #brstpagehead.hasHeaderImage {
    height: 400px;
    object-fit: cover;
  }
  #brstpageheadhome .firstheadercol {
    padding-top: 120px;
  }
  .single-cpt_team .headerbooking {
    left: 15px;
  }
  .owl-carousel h2 {
    font-size: 26px;
    word-wrap: break-word;
  }
  #footer .footerbooking {
    width: 100px;
    height: 100px;
    top: -122px;
    font-size: 18px;
    line-height: 1.2;
    right: 15px;
  }
  #teampartner figure {
    display: flex;
    justify-content: center;
  }
  #teampartner img {
    max-width: 260px;
    height: auto;
    margin-bottom: 1rem;
  }
  .imgfmh img {
    max-height: 64px !important;
  }
}

@media (max-width: 576px) {
}
