/* custom */
@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

.josefin {
  font-family: "Josefin Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
}

.brush {
  font-family: "Alex Brush", cursive !important;
  font-weight: 400;
  font-style: normal;
}

#section-5 {
  height: 40vh;
  min-height: 500px;
}

#section-5 h1 {
  font-size: 4rem;
}

#section-5>.ec-teaser {
  height: 100%;
  text-align: center;
}

#section5-logo {
  max-height: 25vh;
  margin-top: 100px;
}

@media (max-width: 960px) {
  .ec-category-header .ecaupo-mainlogo {
    display: none;
  }

  .ec-category-header {
    height: 50px !important;
  }

  #ecaupo-logo {
    max-height: 60px;
    margin-top: 6px;
    margin-left: 30%;
  }
}

@media (min-width: 960px) {
  .ec-category-header {
    height: 300px !important;
  }

  /* end custom */
  /* Element menu */
  .ec-categoryModal {
    background: url('varianten/menu/Pizza/bg_rechts.jpg') no-repeat top 30% right, url('varianten/menu/Pizza/bg_links.jpg') no-repeat top 70% left #222;
  }

  /* --Element menu */
