.vacation-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* The hero slider (.slider-8) is position:fixed at top:0 and would paint over a
     static banner; the site's own .navbar-6 solves this the same way. */
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  min-height: 44px;
  padding: 6px 20px;
  background-color: #E0B457;
  color: #22201B;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.3;
  text-align: center;
  text-wrap: balance;
}

.vacation-banner__icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

@media screen and (min-width: 480px) {
  .vacation-banner {
    min-height: 48px;
    font-size: 1rem;
  }
}

.vacation-note-kontakt {
  display: inline-block;
  margin-bottom: 12px;
  color: #E0B457;
  font-weight: 600;
  font-size: 0.9375rem;
  font-family: 'Open Sans', Arial, sans-serif;
}
