/* === Automatically created from app.scss - do not modify! === */

@font-face {
  font-family: "Merriweather";
  src: url(https://j40.ortsmuseum-meilen.ch/onair/assets/fonts/Merriweather-Regular.ttf) format("woff2");
}
@font-face {
  font-family: "Merriweather-Sanse";
  src: url(https://j40.ortsmuseum-meilen.ch/onair/assets/fonts/MerriweatherSans-Regular.ttf) format("woff2");
}
body {
  font-family: "Merriweather-Sanse", Verdana, sans-serif;
  color: var(--text-color);
  background: var(--background-color);
}
body.page-objekte {
  --pfy-page-bg-color: #888;
}
h1, h2, h3 {
  font-family: Merriweather, Georgia;
}
.pfy-header-wrapper, .pfy-main {
  padding: var(--page-padding, 4vw);
  padding-bottom: 0;
  width: 100dvw;
}
.pfy-header-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pfy-header-wrapper > * {
  flex: 1 0 auto;
}
.pfy-header .pfy-page-switcher-wrapper {
  flex-basis: 100%;
}
.pfy-small-screen .pfy-header {
  display: none;
}
.pfy-primary-nav.pfy-nav-horizontal {
  display: flex;
  justify-content: flex-end;
}
#pfy .pfy-nav-horizontal li.pfy-lvl-1:last-child > div {
  right: 0;
  left: unset !important;
  text-align: right;
}
.v-align-with-nav {
  padding-top: calc((var(--pfy-nav-elem-height, 2em) - 1.2em) / 2);
  padding-bottom: calc((var(--pfy-nav-elem-height, 2em) - 1.2em) / 2);
  font-size: var(--pfy-nav-txt-size, 12pt);
}
.pfy-default-styling .pfy-page-switcher-wrapper.pfy-show-as-arrows-and-text {
  display: flex;
  flex-flow: row nowrap;
  margin: 1em 0;
  justify-content: center;
}
.pfy-onboardingaid-button * {
  color: orange;
  margin: 0 0.3em 0 0.2em;
}
.pfy-onboardingaid {
  margin: 2em 0;
  padding: 2em;
  border: 1px solid orange;
  background: #fff2da;
}
#pfy .pfy-onboarding-link {
  display: block;
  margin: 1em 0 0 0;
  color: red;
  border: 1px solid red;
  padding: 0.5em;
}
.pfy-countvisits {
  padding: 1em;
  font-size: 8pt;
  font-family: arial, sans-serif;
}
.dev-footer {
  margin-bottom: 1em;
  display: flex;
  justify-content: space-between;
  background: #a537ff;
  background: repeating-linear-gradient(-55deg, #9f29ff, #9f29ff 10px, #9310fe 10px, #9310fe 15px);
}
.pfy-page-switcher-wrapper.pfy-page-switcher-empty.pfy-page-switcher-empty {
  margin: 0;
}
.form-wrapper {
  background: white;
  outline: 1px solid navy;
  padding: 1rem;
}
.object-number, .img-nr {
  display: block;
  width: 3rem;
  height: 3rem;
  line-height: 2.8rem;
  font-size: 1.8em;
  border: 2px solid gray;
  border-radius: 50%;
  background: #fcfbec;
  text-align: center;
  padding: 0;
  margin: 0 auto;
}
.object-number {
  display: inline-block;
  margin-left: 0.5rem;
  width: 2rem;
  height: 2rem;
  font-size: 1em;
  line-height: 1.5em;
}
.objekt-img {
  position: absolute;
  top: 1rem;
  left: 50%;
  width: 4em;
  height: auto;
  box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.25);
}
.pfy-popup-container {
  position: relative;
}
.pfy-popup-container h2 {
  margin-top: 0;
}
.cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.cards li {
  margin: 0;
}
.cards_item {
  display: flex;
  padding: 1rem;
}
.card, .card_content, .card_image {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 40rem) {
  .cards_item {
    width: 50%;
  }
}
@media (min-width: 56rem) {
  .cards_item {
    width: 33.3333%;
  }
}
.card {
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin: 1rem;
}
.card_content {
  padding: 1rem;
}
#pfy .pfy-popup-wrapper {
  width: 30em;
  font-size: 0.7em;
}
/* === Automatically created from objekte.scss - do not modify! === */

html {
  font-size: 2.5vmin;
  --transition-time: 2s;
}
html:has(.pfy-small-screen) {
  font-size: 5vw;
}
.pfy-main {
  width: 100vmin;
  margin: 0 auto;
}
h1 {
  text-align: center;
}
.wrapper {
  position: relative;
  height: 29em;
  --txt-col: 0deg;
  cursor: pointer;
  margin-bottom: 1em;
}
.wrapper > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  opacity: 0;
}
.wrapper .text, .wrapper .text2 {
  position: absolute;
  inset: 0;
  text-align: center;
  font-weight: bold;
  font-size: 3em;
  color: hsl(var(--txt-col), 85.48%, 70%);
  margin-top: 10%;
  opacity: 0;
  z-index: 1;
}
.wrapper .text2 {
  margin-top: 40%;
  background: #d9f3ffbb;
  padding-top: 0.2em;
  height: 2em;
  margin-left: 1rem;
  margin-right: 1rem;
}
.wrapper .text2 span, .wrapper .text2 img {
  font-size: 1.4rem;
  color: red;
  display: inline-block;
  height: 3rem;
  vertical-align: middle;
}
.wrapper .text2 span {
  margin-top: 4%;
}
.wrapper .text2 .img-nr {
  font-size: 0.5em;
}
.in-motion .wrapper > div {
  transition: opacity var(--transition-time);
}
.in-motion .wrapper .text, .in-motion .wrapper .text2 {
  transition: opacity var(--transition-time);
}
.pfy-default-styling.pfy-modal .pfy-popup-bg {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  opacity: 1;
}
.mdp-accordion-body, .mdp-accordion-body p {
  font-size: 90%;
  line-height: 1.6em;
}
#pfy .btns {
  float: right;
  vertical-align: top;
  font-size: 0;
}
#pfy .btn {
  width: 1.5em;
  height: 1.5em;
  color: #333;
  font-size: 1rem;
}
#pfy .btn span {
  font-size: 1rem;
  line-height: 1.15rem;
  color: #777;
  vertical-align: middle;
}
#pfy .prev span, #pfy .next span {
  font-size: 70%;
}
#pfy .pause:not([aria-pressed=true]) span {
  font-size: 140%;
}
.btn {
  display: inline-block;
  padding: 0.2em;
  color: #666;
  font-family: helvetica, arial, sans-serif;
  border-radius: 4px;
  border: 1px solid #bcbcbc;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  background: -webkit-linear-gradient(#FFF 0%, #EFEFEF 60%, #E1DFE2 100%);
  background: -ms-linear-gradient(#FFF 0%, #EFEFEF 60%, #E1DFE2 100%);
  background: linear-gradient(#FFF 0%, #EFEFEF 60%, #E1DFE2 100%);
}
#pfy-nav-menu-icon {
  display: none;
}
#pfy.pfy-small-screen .mdp-accordion {
  clear: both;
}
#pfy.pfy-small-screen .pfy-main {
  padding: 0;
  width: 100%;
}
#pfy.pfy-small-screen .wrapper {
  height: 16em;
}
#pfy.pfy-small-screen .btn {
  font-size: 1.6rem;
  transform: translateY(-0.3rem);
}
#pfy.pfy-small-screen .text {
  font-size: 1.4em;
}
#pfy.pfy-small-screen .text2 {
  font-size: 2rem;
}
#pfy.pfy-small-screen .text2 img {
  height: 1.6rem;
}
#pfy.pfy-small-screen .text2 span {
  font-size: 1rem;
  height: 2rem;
}
