@font-face {
  font-family: 'FuturaPT';
  src: url('../asset/fonts/FuturaPTBook.woff2') format('woff2'), url('../asset/fonts/FuturaPTBook.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FuturaPT';
  src: url('../asset/fonts/FuturaPTDemi.woff2') format('woff2'), url('../asset/fonts/FuturaPTDemi.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FuturaPT';
  src: url('../asset/fonts/FuturaPTLight.woff2') format('woff2'), url('../asset/fonts/FuturaPTLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FuturaPT';
  src: url('../asset/fonts/FuturaPTMedium.woff2') format('woff2'), url('../asset/fonts/FuturaPTMedium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local(''), url('../fonts/nunito-sans-v11-latin-ext_latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/nunito-sans-v11-latin-ext_latin-300.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''), url('../fonts/nunito-sans-v11-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/nunito-sans-v11-latin-ext_latin-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local(''), url('../fonts/nunito-sans-v11-latin-ext_latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/nunito-sans-v11-latin-ext_latin-600.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''), url('../fonts/nunito-sans-v11-latin-ext_latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/nunito-sans-v11-latin-ext_latin-700.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 800;
  src: local(''), url('../fonts/nunito-sans-v11-latin-ext_latin-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/nunito-sans-v11-latin-ext_latin-800.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'RoyalRomain';
  src: url('../fonts/RoyalRomain-Bold.woff2') format('woff2'), url('../fonts/RoyalRomain-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'RoyalRomain';
  src: url('../fonts/RoyalRomain-BoldItalic.woff2') format('woff2'), url('../fonts/RoyalRomain-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'RoyalRomain';
  src: url('../fonts/RoyalRomain-Regular.woff2') format('woff2'), url('../fonts/RoyalRomain-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'RoyalRomain';
  src: url('../fonts/RoyalRomain-Italic.woff2') format('woff2'), url('../fonts/RoyalRomain-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
.container {
  margin: 0 auto;
}
.container.main {
  max-width: 1920px;
  box-shadow: 0 0 48px 20px rgba(0, 0, 0, 0.3);
}
.container.s1184 {
  max-width: 1184px;
}
@media (max-width: 1216px) {
  .container.s1184 {
    padding: 0 16px;
  }
}
.container.s982 {
  max-width: 982px;
}
@media (max-width: 1014px) {
  .container.s982 {
    padding: 0 16px;
  }
}
.container.nopad {
  padding: 0;
}
body {
  font-family: 'FuturaPT', 'Nunito Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  background: #ffffff;
  line-height: 1.5;
  overflow-x: hidden;
  margin: auto;
}
img {
  max-width: 100%;
  height: auto;
}
h2 {
  font-weight: 600;
  font-size: 24px;
}
h3 {
  font-weight: 600;
  font-size: 18px;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 48px auto;
}
@media (max-width: 770px) {
  #menu {
    margin-bottom: 1em;
  }
}
@media (max-width: 650px) {
  #menu {
    align-items: flex-start;
  }
}
#menu a {
  display: flex;
}
#menu .menuWrapper {
  position: relative;
}
#menu .menuWrapper #menuToggle {
  display: none;
  width: 24px;
  height: 24px;
}
#menu .menuWrapper #menuToggle .bar1,
#menu .menuWrapper #menuToggle .bar2,
#menu .menuWrapper #menuToggle .bar3 {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #666;
  margin: 6px 0;
  transition: 0.4s;
}
#menu .menuWrapper #menuToggle.active .bar1 {
  transform: translate(0, 8px) rotate(-45deg);
}
#menu .menuWrapper #menuToggle.active .bar2 {
  opacity: 0;
}
#menu .menuWrapper #menuToggle.active .bar3 {
  transform: translate(0, -8px) rotate(45deg);
}
#menu .menuWrapper #menu-main {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 50px;
}
#menu .menuWrapper #menu-main a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 650px) {
  #menu .menuWrapper #menuToggle {
    display: block;
  }
  #menu .menuWrapper #menu-main {
    display: none;
    position: absolute;
    z-index: 100;
    right: 0;
    top: 100%;
    width: 200px;
    padding: 2em 1em;
    padding-right: 0;
    background-color: white;
    flex-direction: column;
    align-items: flex-end;
    gap: 1em;
    animation: scale-up-tr 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  }
  #menu .menuWrapper #menu-main.active {
    display: flex;
  }
  #menu .menuWrapper #menu-main a {
    min-height: auto;
  }
}
@keyframes scale-up-tr {
  0% {
    transform: scale(0.5);
    transform-origin: 100% 0%;
  }
  100% {
    transform: scale(1);
    transform-origin: 100% 0%;
  }
}
#opener {
  margin-bottom: 4em;
}
@media (max-width: 770px) {
  #opener {
    margin-bottom: 1em;
  }
}
#opener .wp-block-image {
  position: relative;
}
#opener .wp-block-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000010;
  opacity: 0.3;
  z-index: 1;
}
#opener .wp-block-image:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 98%;
  height: 96%;
  border: 1px solid #e2e1db;
  z-index: 2;
}
#katalog {
  margin-bottom: 4em;
}
#katalog :where(.wp-block-columns.is-layout-flex) {
  gap: 1em;
}
@media (max-width: 770px) {
  #katalog {
    margin-bottom: 1em;
  }
}
#kontakt {
  margin-bottom: 4em;
}
@media (max-width: 770px) {
  #kontakt {
    margin-bottom: 1em;
  }
}
#marketingcontact,
#servicecontact {
  display: grid;
  grid: min-content / 1fr 25px 25px 1fr;
  gap: 0px;
  margin-bottom: 2em;
}
#marketingcontact .mh,
#servicecontact .mh {
  grid-area: 1 / 2 / 2 / 4;
  align-self: center;
  max-width: 50px;
}
#marketingcontact .box,
#servicecontact .box {
  grid-area: 1 / 3 / 2 / 5;
  border: 1px solid #e2e1db;
}
#marketingcontact .text,
#servicecontact .text {
  grid-area: 1 / 4 / 2 / 5;
  margin-left: 60px;
  align-self: center;
}
#marketingcontact .left,
#servicecontact .left {
  grid-area: 1 / 1 / 2 / 2;
  margin-right: 60px;
}
#marketingcontact .left .text,
#servicecontact .left .text {
  margin-left: auto;
}
#marketingcontact h2,
#servicecontact h2 {
  font-weight: 600;
  font-size: 24px;
}
#marketingcontact h3,
#servicecontact h3 {
  font-weight: 600;
  font-size: 18px;
}
#marketingcontact a,
#servicecontact a {
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
}
@media (max-width: 782px) {
  #marketingcontact,
  #servicecontact {
    grid: min-content min-content / 25px 25px 1fr;
  }
  #marketingcontact .mh,
  #servicecontact .mh {
    grid-area: 2 / 1 / 3 / 3;
  }
  #marketingcontact .box,
  #servicecontact .box {
    grid-area: 2 / 2 / 3 / 4;
  }
  #marketingcontact .text,
  #servicecontact .text {
    grid-area: 2 / 3 / 3 / 4;
    margin-left: 60px;
  }
  #marketingcontact .left,
  #servicecontact .left {
    grid-area: 1 / 1 / 2 / 4;
    margin-right: auto;
  }
}
@media (max-width: 460px) {
  #marketingcontact .text,
  #servicecontact .text {
    margin-left: 5vw;
  }
  #marketingcontact h3,
  #servicecontact h3,
  #marketingcontact p,
  #servicecontact p {
    margin: 10px auto;
  }
}
@media (max-width: 405px) {
  #marketingcontact .mh,
  #servicecontact .mh {
    display: none;
  }
  #marketingcontact .box,
  #servicecontact .box {
    grid-area: 2 / 1 / 2 / 4;
  }
  #marketingcontact .text,
  #servicecontact .text {
    grid-area: 2 / 1 / 2 / 4;
    margin: 1fr auto;
  }
  #marketingcontact h3,
  #servicecontact h3,
  #marketingcontact p,
  #servicecontact p {
    margin: 10px auto;
  }
}
footer {
  background: #F4EEE9;
  padding: 2em;
  margin-bottom: 4em;
}
@media (max-width: 770px) {
  footer {
    padding: 2em / 2;
  }
}
footer .logo {
  text-align: center;
  margin-bottom: 2em;
}
footer .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2em;
}
footer .menu .item {
  text-align: center;
}
footer .menu .item a {
  display: inline;
  font-family: 'FuturaPT', 'Nunito Sans', sans-serif !important;
  font-size: 16px!important;
  font-weight: 400!important;
  color: #000000 !important;
  padding: 0!important;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  border: none!important;
  background: none!important;
}
footer .menu .item a:hover:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 4px;
  background: #dfdfd8;
  z-index: 1;
}
@media (max-width: 770px) {
  footer .menu {
    flex-direction: column;
    gap: calc(2em / 3);
  }
  footer .menu .item a:hover {
    text-decoration: underline;
  }
  footer .menu .item a:hover:before {
    display: none;
  }
}
footer .claim {
  font-size: 14px;
  text-align: center;
  margin: 2em;
}
.noalcoholstickybanner {
  position: fixed;
  bottom: 0;
  width: 100vw;
  min-height: 40px;
  border-top: 1px black solid;
  border-bottom: 1px black solid;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'FuturaPT', 'Nunito Sans', sans-serif;
  font-weight: 600;
  font-size: 0.8em;
  color: #555555;
  background-color: #F4EEE9;
  text-transform: uppercase;
  z-index: 1000;
}
.noalcoholstickybanner p {
  max-width: 90%;
  text-align: center;
}
.agegate-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  color: #505050;
  font-size: 18px;
  background: #f4eee9;
  z-index: 2000;
}
.agegate-modal h3,
.agegate-modal p {
  color: #505050;
}
.agegate-modal h3 {
  font-size: 2em;
}
.agegate-modal .agegate-bar {
  padding: 3em;
  text-align: center;
}
.agegate-modal .inputs {
  margin: 1em auto;
  text-align: center;
}
.agegate-modal .inputs span {
  display: none;
}
.agegate-modal .form-danger {
  color: #f0506e;
  font-weight: 500;
}
.agegate-modal input {
  color: #505050;
  background: transparent;
  border: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  outline: none;
  box-sizing: border-box;
  font-size: 22px;
  font-weight: bold;
}
.agegate-modal input span {
  display: none;
  margin-top: 10px;
}
.agegate-modal input[type="submit"] {
  display: block;
  font-size: 18px;
  color: #505050;
  background: white;
  height: auto;
  padding: 0.5em 1em;
  margin: 0 auto;
  cursor: pointer;
}
.agegate-modal input[type="submit"]:hover {
  color: white;
  background: #505050;
}
.agegate-modal .infotext {
  margin-top: 40px;
  max-width: 300px;
  font-size: 0.8em;
}
