/*!
 * Wauziparadies Preview Styles
 *
 * Copyright 2023 Fruitcake W+P AG, Worb
 * https://fruitcake.ch
 *
 * Uses modern CSS reset
 * https://github.com/hankchizljaw/modern-css-reset
 */*,*::before,*::after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role=list],ol[role=list]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion: reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}@font-face{font-family:wauzi-font;font-weight:400;font-style:normal;src:url("./Raleway-Regular.ttf") format("truetype")}@font-face{font-family:wauzi-font;font-weight:500;font-style:normal;src:url("./Raleway-Medium.ttf") format("truetype")}html{font-size:18px}@media(min-width: 992px){html{font-size:25px}}body{font-family:wauzi-font,sans-serif;font-weight:400}p{margin-block-end:1rem}h1{display:none}h2{font-weight:500;margin-block-end:.25rem;font-size:1.4rem}p+h2{margin-block-start:2rem}.wrapper{min-height:100vh;display:grid;grid-template:"brand" "content";justify-items:stretch;align-items:stretch}@media(min-width: 992px){.wrapper{grid-template:"brand content" 1fr/60% 40%}}.wrapper .brand{grid-area:brand;display:flex;justify-content:center;align-items:center}.wrapper .brand img{max-width:100%;height:auto}@media(min-width: 1170px){.wrapper .brand img{max-width:700px}}@media(min-width: 1500px){.wrapper .brand img{max-width:840px}}.wrapper .content{grid-area:content;display:flex;justify-content:center;align-items:center;background-color:#e58789;color:#fff;padding:3rem}.wrapper .content .hours{list-style:none;margin:0;padding:0}.wrapper .content .hours li{display:flex}.wrapper .content .hours li i{flex:0 0 40%;font-weight:inherit;font-style:inherit}.wrapper .content .hours li b{flex:1 0 auto;font-weight:inherit;font-style:inherit}
