:root {
  /* Beer options */
  --hh-bg-color: #BABFB5;
  --hh-bg-color2: #313344;
  --hh-pr-color: #54737F;
  --hh-sd-color: #72816e;
  --hh-hl-color: #C69D2F;
  --hh-tx-color: #493E3D;
  --hh-er-color: #8b0000;
  --hh-dsb-color: #727272;
  --hh-dsf-color: #BABABA;
  --hh-bg-color2-trans: rgba(32,33,44,0.5);
  /* image vars */
  --hh-img-maj: 50%;
  --hh-img-min: 7%;
  /* body size */
  --hh-max-width: 1200px;
  /* 
      --hh-bg-color: teal;
      --hh-pr-color: blue;
      --hh-sd-color: rebeccapurple;
      --hh-hl-color: cornsilk;
      --hh-tx-color: #111
   */
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 62.5%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  background-color: var(--hh-bg-color);
  font-family: Lato, Helvetica, sans-serif;
  text-align: center;
}

img {
  border-radius: 10px;
  max-width: 100%;
}

a {
  color: var(--hh-pr-color);
}

p {
  padding: 5px 0;
  text-align: justify;
}

figcaption {
  font-style: italic;
  margin-bottom: 10px;
}

ul {
  list-style: inside circle;
  margin-bottom: 10px;
}

li {
  text-align: left;
}

h3, h4, h5, h6 {
  margin-top: 10px;
  text-align: left;
}

.hh_header {
  background-image: url(../img/_s/banner3.jpg);
  background-color: var(--hh-bg-color2);
  background-position: center;
  background-position-x: center;
  background-size: cover;
  color: var(--hh-bg-color);
  display: block;
  height: 25vh;
  min-height: 180px;
  position: relative;
}

.hh_nav {
  background-color: var(--hh-bg-color2);
  display: none;
  height: 70vh;
  padding: 20px;
  position: absolute;
  top: 0;
  width: 70vw;
}
.hh_nav_list {
  list-style: none;
}
.hh_nav_item {
  padding: 20px;
  text-align: center;
}
.hh_nav_item a {
  color: var(--hh-bg-color);
  font-size: 1.2em;
  text-transform: capitalize;
  text-decoration: none;
}
.hh_nav_item_selected a {
  color: var(--hh-hl-color);
}

.hh_logo {
  max-width: 60%;
  padding: 10px;
}
.hh_logo_link {
  font-size: 0;
}

.hh_burger_check {
  display: none;
}
.hh_burger_button {
  all: unset;
  cursor: pointer;
  display: block;
}
.hh_burger_button * {
  pointer-events: none;
}
.hh_burger_label {
  background-color: var(--hh-bg-color2-trans);
  display: block;
  height: 31px;
  position: absolute;
  top: 0;
  width: 31px;
  z-index: 1;
}
.hh_burger_label_text {
  font-size: 0;
}
.hh_burger_container {
  left: 7px;
  position: absolute;
  top: 15px;
}
.hh_burger_line {
  background: white;
  border-radius: 3px;
  height: 1px;
  width: 17px;
}
.hh_burger_container {
  transition: transform 0.2s ease-in-out 0.1s;
}
.hh_burger_container_top {
  transform: translateY(-3px) scaleX(0.88235);
}
.hh_burger_container_bottom {
  transform: translateY(3px) scaleX(0.88235);
}
.hh_burger_line {
  transition: transform 0.2s ease-in-out;
}

input.hh_burger_check:checked + label .hh_burger_container {
  transition-delay: 0s;
}
input.hh_burger_check:checked + label .hh_burger_container_bottom {
  transform: none;
}
input.hh_burger_check:checked + label .hh_burger_container_top {
  transform: none;
}
input.hh_burger_check:checked + label .hh_burger_line_bottom {
  transform: rotateZ(45deg);
  transition-delay: 0.1s;
}
input.hh_burger_check:checked + label .hh_burger_line_top {
  transform: rotateZ(-45deg);
  transition-delay: 0.1s;
}
input.hh_burger_check:checked + label + nav {
  display: block;
}

H1, H2, H3, H4, H5, H6 {
  font-family: "Oooh Baby", cursive;
}

/* normally H1 */
.hh_pag_title, h1 {
  font-family: "Oooh Baby", cursive;
  font-size: 2.4rem;
  padding: 16px;
}

/* normally H2 */
.hh_sec_title, h2 {
  font-family: "Oooh Baby", cursive;
  font-size: 2rem;
}

/* normally H3 */
.hh_blk_title, h3 {
  color: var(--hh-pr-color);
  font-family: "Oooh Baby", cursive;
  font-size: 1.6rem;
}

/* normally H4 */
.hh_item_title, h4 {
  font-family: "Oooh Baby", cursive;
  font-size: 1.4rem;
}

.hh_main {
  background-color: var(--hh-bg-color);
  line-height: normal;
  min-height: 72vh;
  padding: 0 10px;
}

.hh_central {
  margin: 0 auto;
  max-width: var(--hh-max-width);
  width: 100%;
}

.hh_content {
  display: grid;
  grid-template-columns: 60% 40%;
}
.hh_content p:nth-child(n+2) {
  grid-column: span 2;
}
.hh_content_img_r {
  display: inline-block;
  grid-column: 2;
  grid-row-start: 1;
  grid-row-end: 6;
  max-height: 400px;
  margin: 0 auto;
  padding: 0 5px;
}
.hh_content_text_l {
  display: inline-block;
  grid-column: 1;
  text-align: justify;
}

.hhTeaser {
  display: block;
  padding: 10px;
}
.hhTeaser_title {
  text-align: left;
  padding: 5px;
  font-size: 2em;
}
.hhTeaser_content {
  display: grid;
  grid-template-columns: 30% 70%;
}
.hhTeaser_img {
  display: inline-block;
  grid-column: 1;
  width: 100%;
}
.hhTeaser_txt {
  grid-column: 2;
  text-align: left;
  padding: 10px;
}

.hh_img {
  border-bottom-left-radius: var(--hh-img-maj) var(--hh-img-min);
  border-bottom-right-radius: var(--hh-img-maj) var(--hh-img-min);
  border-top-left-radius: var(--hh-img-maj) var(--hh-img-min);
  border-top-right-radius: var(--hh-img-maj) var(--hh-img-min);
}

.hh_img_container {
  overflow: hidden;
  display: inline-block;
  border-bottom-left-radius: var(--hh-img-min) var(--hh-img-maj);
  border-bottom-right-radius: var(--hh-img-min) var(--hh-img-maj);
  border-top-left-radius: var(--hh-img-min) var(--hh-img-maj);
  border-top-right-radius: var(--hh-img-min) var(--hh-img-maj);
}

.hhForm {
  border: 1px solid var(--hh-bg-color2);
  border-radius: 10px;
  display: block;
  grid-column: 1;
  margin: 10px;
  padding: 10px;
  max-width: 400px;
}
.hhForm_wrapper {
  display: grid;
  justify-items: center;
}
.hhForm_intro {
  grid-column: 1;
  padding: 10px 0;
}
.hhForm_title {
  margin-top: 0px;
  padding-bottom: 5px;
  text-align: center;
}
.hhForm_fieldrow {
  display: block;
  margin: 5px auto;
}
.hhForm_fieldrow.hhHidden {
  display: none;
}
.hhForm_label {
  display: inline-block;
  padding-right: 1%;
  text-align: right;
  width: 44%;
}
.hhForm_input {
  display: inline-block;
  margin: 0 5px;
  text-align: left;
  width: 45%;
}
.hhForm_submit {
  background-color: var(--hh-pr-color);
  border-radius: 9px;
  border-style: none;
  color: var(--hh-hl-color);
  cursor: pointer;
  display: inline-block;
  margin: 10px auto 0 auto;
  padding: 5px 9px;
}
.hhForm_submit:disabled {
  background-color: var(--hh-dsb-color);
  color: var(--hh-dsf-color);
}
.hhForm_error {
  color: var(--hh-er-color);
  font-style: italic;
}

.hh_map_link {
  font-size: 0;
  grid-column: 2;
  grid-row-start: 1;
  grid-row-end: 5;
  padding: 0 10px;
}

.hh_footer {
  background-color: var(--hh-bg-color2);
  color: var(--hh-bg-color);
  padding: 1vh;
}
.hh_footer_central {
  columns: 3;
  display: grid;
  grid-template-columns: 30 40 30;
}
.hh_footer_social {
  grid-column: 1;
  display: inline-block;
}
.hh_footer_facebook, .hh_footer_instagram {
  float: left;
  height: 20px;
  margin: 0 5px;
  overflow: hidden;
  text-indent: -300px;
  width: 20px;
}
.hh_footer_facebook {
  background: url("../img/ico/facebook.png") no-repeat;
  background-size: cover;
}
.hh_footer_instagram {
  background: url("../img/ico/instagram.png") no-repeat;
  background-size: cover;
}
.hh_footer_contact {
  display: none;
  grid-column: 2;
}
.hh_footer_contact_mobile {
  display: inline-block;
}
.hh_footer_copyright {
  grid-column: 3;
  text-align: right;
  display: none;
}
.hh_footer_copyright_mobile {
  display: inline-block;
}

@media only screen and (min-width: 850px) {
  .hh_header {
    background-image: url(../img/_m/banner3.jpg);
  }
  .hh_logo {
    float: left;
    max-width: 25%;
  }
  .hh_burger_label {
    display: none;
  }
  .hh_nav {
    background-color: transparent;
    bottom: 0;
    display: block;
    height: auto;
    max-width: var(--hh-max-width);
    padding: 0;
    top: unset;
    width: 100%;
  }
  .hh_nav_list {
    background-color: var(--hh-bg-color2-trans);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-bottom: 0;
  }
  .hh_nav_item {
    display: inline-block;
    padding: 5px;
  }
  .hh_pag_title, h1 {
    font-size: 3rem;
  }
  .hh_main {
    background-color: var(--hh-bg-color);
    line-height: normal;
    min-height: 72vh;
    padding: 0 10px;
  }
  .hh_central {
    margin: 0 auto;
    max-width: var(--hh-max-width);
    width: 100%;
  }
  .hh_central p {
    line-height: 1.25em;
  }
  .hh_content {
    display: grid;
    grid-template-columns: 60% 40%;
  }
  .hh_content p:nth-child(n+2) {
    grid-column: 1;
  }
  .hh_content_img_r {
    display: inline-block;
    grid-column: 2;
    grid-row-start: 1;
    grid-row-end: 6;
    max-height: 400px;
    margin: 0 auto;
    padding: 0 5px;
  }
  .hh_content_text_l {
    display: inline-block;
    grid-column: 1;
    text-align: justify;
  }
  .hhForm {
    grid-column: 2;
  }
  .hhForm_wrapper {
    grid-template-columns: 70% 30%;
  }
  .hh_footer_contact {
    display: inline-block;
  }
  .hh_footer_contact_mobile {
    display: none;
  }
  .hh_footer_copyright {
    display: inline-block;
  }
  .hh_footer_copyright_mobile {
    display: none;
  }
}
@media only screen and (min-width: 1050px) {
  .hh_header {
    background-image: url(../img/_l/banner3.jpg);
  }
}
@media only screen and (min-width: 1600px) {
  .hh_header {
    background-image: url(../img/_w/banner3.jpg);
  }
}

/*# sourceMappingURL=highdays.css.map */
