.visually-hidden {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  * {
    font-family: Roboto, Helvetica, sans-serif;
  
  }

  body::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
  }
  
  body {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */

    background: linear-gradient(135deg, #d09b3e, #fcedc6); font-family: Lora, serif;
    /* background-image: url("img/bg_wollerau_2.jpg"); */
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    max-width: 120ch;
    min-width: 1024px;
    /* margin: 20px auto; */
    margin: auto;
    left: 0px;
    right: 0px;
    top: 20px;
    padding: 20px;
    /* padding-bottom: 0; */
    display: grid;
    grid-template: "header  header  header" "divider divider divider" "nav     main    sidebar" "footer  footer  footer"/160px 1fr 240px;
    grid-gap: 20px 40px;
  }
  body::before {
    content: "";
    display: block;
    grid-area: divider;
    border-bottom: 1px dashed #000;
  }
  body > header {
    grid-area: header;
  }
  
  .header {
    display: grid;
    grid-template: "logo ........... ......" 1fr "logo primary-nav search" auto "logo ........... ......" 1fr/200px 1fr 200px;
    grid-gap: 0 40px;
  }
  
  .primary-nav {
    grid-area: primary-nav;
    display: flex;
  }
  .primary-nav ul {
    flex-grow: 1;
    display: flex;
    list-style: none;
    padding: 0;
    margin-left: -20px;
    margin-top: 210px;
    opacity: 2;
    
  }
  .primary-nav li {
    margin-left: 20px;
    flex-grow: 1;
    display: flex;
    text-align: center;
    
  }
  .primary-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: transparent;
    color: black;
    text-decoration: none;
    padding: 10px 20px;
  }
  .primary-nav button {
    background: rgba(255,255,255, 0.5);
    flex-grow: 1; 
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-decoration: none;
    /* font-weight: bold; */
    
    
  }
  .logo {
    grid-area: logo;
    /* border: 1px solid #000; */
    /* padding: 10px 20px; */
    font-size: 2em;
    margin: 0;
    text-align: center;
    text-decoration: none;
    color: #000;
  }
  
  .search {
    grid-area: search;
    display: flex;
    align-items: flex-end;
  }
  .search input {
    width: 100%;
  }
  
  .secondary-nav {
    grid-area: nav;
    /* background-color: lightgray; */
    padding: 20px;
    flex-grow: 1;
  }
  .secondary-nav ul {
    list-style: none;
    padding: 0;
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
  .secondary-nav li {
    /* background: rgba(255,255,255, 0.5); */
    display: flex;
    width: 100%;
  }
  .secondary-nav a {
    background: rgba(255,255,255, 0.5);
    flex-grow: 1; 
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    padding: 30px 10px;
    
  }

  .secondary-nav button {
    background: rgba(255,255,255, 0.5);
    flex-grow: 1; 
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-decoration: none;
    /* font-weight: bold; */
    
    
  }
  
  main {
    grid-area: main;
    color: #000; 
  }
  main p:last-child {
    margin-bottom: 0;
  }
  
  aside {
    grid-area: sidebar;
    /* background: lightgray; */
    padding: 20px;
  }
  aside section {
    margin-bottom: 2.5em;
  }
  aside h2 {
    margin: 0;
    margin-bottom: 0.5em;
    font-size: 1.2em;
  }
  
  .share ul {
    background: rgba(255,255,255, 0.5);
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .share li {
    margin-top: 0.5em;
    font-size: 0.9em;
  }
  
  .recommended ul {
    background: rgba(255,255,255, 0.5);
    list-style: none;
    padding: 0;
  }
  .recommended li {
    
    padding: 5px;
    margin-top: 5px;
  }
  .recommended h3 {
    margin: 0;
    margin-bottom: 0.5em;
  }
  .recommended p {
    margin: 0;
  }
  
  footer {
    grid-area: footer;
    padding: 20px;
    border-top: 1px dashed #000;
    margin-top: 20px;
  }
  footer ul {
    display: block;
    list-style: none;
    padding: 0;
    text-align: center;
  }
  footer li {
    color: #fff;
    display: inline-block;
    margin-left: 10px;
  }
  footer a {
    color: #fff;
    text-decoration: none;
  }
  
  h1 {
    margin: 0;
    font-size: 2.5em;
  }
  
  h2 {
    font-size: 1.5em;
  }
  
  ul {
    margin: 0;
  }
  
  a {
    color: #000;
  }

  .beer-table{
    width: 100%;
    table-layout: fixed;
  }

  .beer-table th {
    width:35%;
  }

  .beer-table th + th {
    width:50%;
  }

  .beer-table th + th + th {
    width:15%;
  }

  .beer-description {
    font-size: 0.7em;
  }

  .information {
    font-size: 0.8em;    
  }

  .information h1 {
    text-align: center;
  }

  /* .informational_text {
    font-size: 0.5em;    
  } */

  .recommended iframe, .video-container object, .video-container embed {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
  
   form .form-row {
    padding: 3px;
    margin:0 0 6px
}

 form .form-row [placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity .5s .5s ease;
    transition: opacity .5s .5s ease;
    opacity:0
}

 form .form-row label {
    line-height:2
}

 form .form-row label.hidden {
    visibility:hidden
}

 form .form-row label.inline {
    display:inline
}

 form .form-row .woocommerce-input-wrapper .description {
    background: #1e85be;
    color: #fff;
    border-radius: 3px;
    padding: 1em;
    margin: .5em 0 0;
    clear: both;
    display: none;
    position:relative
}

 form .form-row .woocommerce-input-wrapper .description a {
    color: #fff;
    text-decoration: underline;
    border: 0;
    box-shadow:none
}

 form .form-row .woocommerce-input-wrapper .description::before {
    left: 50%;
    top: 0;
    margin-top: -4px;
    -webkit-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
    content: "";
    position: absolute;
    border-width: 4px 6px 0 6px;
    border-style: solid;
    border-color: #1e85be transparent transparent transparent;
    z-index: 100;
    display:block
}

form p {
  margin-bottom: 5px;
}

form .form-row p {
  margin-bottom: 5px;
}

 form .form-row select {
    cursor: pointer;
    margin:0
}

 form .form-row .required {
    color: red;
    font-weight: 700;
    border: 0 !important;
    text-decoration: none;
    visibility:hidden
}

 form .form-row .optional {
    visibility:visible
}

 form .form-row .input-checkbox {
    display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align:middle
}

form .form-row input.input-text,  form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height:normal
}

 form .form-row textarea {
    height: 4em;
    line-height: 1.5;
    display: block;
    box-shadow:none
}

 form .form-row .select2-container {
    width: 100%;
    line-height:2em
}

 form .form-row.woocommerce-invalid label {
    color:#a00
}

 form .form-row.woocommerce-invalid .select2-container,  form .form-row.woocommerce-invalid input.input-text,  form .form-row.woocommerce-invalid select {
    border-color:#a00
}

 form .form-row.woocommerce-validated .select2-container,  form .form-row.woocommerce-validated input.input-text,  form .form-row.woocommerce-validated select {
    border-color:#6dc22e
}

 form .form-row ::-webkit-input-placeholder {
    line-height:normal
}

 form .form-row :-moz-placeholder {
    line-height:normal
}

 form .form-row :-ms-input-placeholder {
    line-height:normal
}

 form.checkout_coupon,  form.login,  form.register {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius:5px
}

 ul#shipping_method {
    list-style: none outside;
    margin: 0;
    padding:0
}

 ul#shipping_method li {
    margin: 0 0 .5em;
    line-height: 1.5em;
    list-style:none outside
}

 ul#shipping_method li input {
    margin: 3px .4375em 0 0;
    vertical-align:top
}

 ul#shipping_method li label {
    display:inline
}

 ul#shipping_method .amount {
    font-weight:700
}

 p.woocommerce-shipping-contents {
    margin:0
}

 ul.order_details {
    margin: 0 0 3em;
    list-style:none
}

 ul.order_details::after,  ul.order_details::before {
    content: " ";
    display:table
}

 ul.order_details::after {
    clear:both
}

 ul.order_details li {
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1;
    border-right: 1px dashed #d3ced2;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0;
    list-style-type:none
}