@charset "UTF-8";
.cskin-yellow {
  --content-skin-color: #fff568;
  --content-skin-light-color: #fff88e;
  --content-skin-textcolor: black;
}

.cskin-orange {
  --content-skin-color: #f89829;
  --content-skin-light-color: #fab25f;
  --content-skin-textcolor: black;
}

.cskin-green {
  --content-skin-color: #8dc63f;
  --content-skin-light-color: #aad46f;
  --content-skin-textcolor: black;
}

.cskin-blue {
  --content-skin-color: #6dcff6;
  --content-skin-light-color: #92dbf8;
  --content-skin-textcolor: black;
}

.cskin-darkblue {
  --content-skin-color: #27336b;
  --content-skin-light-color: #c7cad9;
  --content-skin-textcolor: white;
}

@font-face {
  font-family: "Zeebevel";
  src: url("https://virturestaurant.com/wp-content/uploads/2023/07/Zeebevel-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Zeebevel/Zeebevel-Bold.woff2") format("woff2"), url("https://virturestaurant.com/wp-content/uploads/2023/07/Zeebevel-Bold.woff") format("woff"), url("https://virturestaurant.com/wp-content/uploads/2023/07/Zeebevel-Bold.ttf") format("truetype"), url("https://virturestaurant.com/wp-content/uploads/2023/07/Zeebevel-Bold.svg#ZeebevelBold") format("svg");
  font-style: normal;
  font-weight: 700;
  font-display: auto;
}
@font-face {
  font-family: "Zeebevel";
  src: url("https://virturestaurant.com/wp-content/uploads/2023/07/Zeebevel-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Zeebevel/Zeebevel-Regular.woff2") format("woff2"), url("https://virturestaurant.com/wp-content/uploads/2023/07/Zeebevel-Regular.woff") format("woff"), url("https://virturestaurant.com/wp-content/uploads/2023/07/Zeebevel-Regular.ttf") format("truetype"), url("https://virturestaurant.com/wp-content/uploads/2023/07/Zeebevel-Regular.svg#ZeebevelRegular") format("svg");
  font-style: normal;
  font-weight: normal;
  font-display: auto;
}
/**
 * Boxpanel
 */
.boxpanel-fluid {
  width: 100%;
  padding: 0;
}
@media (max-width: 767.98px) {
  .boxpanel-fluid {
    overflow: hidden;
  }
}
.boxpanel-fluid .boxpanel-row-base {
  max-width: 1280px;
  background-color: transparent;
  background-position: inherit;
  background-repeat: inherit;
  background-size: inherit;
  background-attachment: inherit;
}
@media (min-width: 1400px) {
  .boxpanel-fluid .boxpanel-row-base {
    padding-left: 0;
    padding-right: 0;
  }
}
.boxpanel-fluid > .boxpanel-container {
  width: 100%;
  padding: 0;
  position: relative;
  background-color: white;
}
.boxpanel-fluid > .boxpanel-container.slim {
  background-color: transparent;
}
.boxpanel-fluid > .boxpanel-container.slim > .boxpanel-row-base {
  background-color: white;
}
.boxpanel-fluid > .boxpanel-container.bcg {
  background-color: transparent;
}
.boxpanel-fluid > .boxpanel-container.bcg > .boxpanel-row-base {
  background-color: transparent;
}
.boxpanel-fluid > .boxpanel-container.bcg > .boxpanel-video-bcg {
  display: block;
}
.boxpanel-fluid > .boxpanel-container.wide.bcg.bcg-color {
  background-color: transparent;
  background-color: var(--box-background-color);
}
.boxpanel-fluid > .boxpanel-container.wide.bcg.bcg-image {
  background-image: var(--box-background-image);
}
.boxpanel-fluid > .boxpanel-container.slim.bcg.bcg-color > .boxpanel-row-base {
  background-color: var(--box-background-color);
}
.boxpanel-fluid > .boxpanel-container.slim.bcg.bcg-image > .boxpanel-row-base {
  background-image: var(--box-background-image);
}
.boxpanel-fluid > .boxpanel-container.slim > .boxpanel-video-bcg {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.boxpanel-fluid > .boxpanel-container.full > .boxpanel-row-base {
  max-width: initial;
  margin-left: 0;
  margin-right: 0;
}
.boxpanel-fluid > .boxpanel-container > .boxpanel-video-bcg {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}
.sidebar .boxpanel-fluid .boxpanel-row {
  margin-left: 0;
  margin-right: 0;
}
.boxpanel-fluid .boxpanel-row.fixed-height-xs {
  min-height: var(--box-min-height-xs);
}
.boxpanel-fluid .boxpanel-row.fixed-height-xs:before {
  content: none;
}
.boxpanel-fluid .boxpanel-row.fixed-height-xs-percent {
  min-height: 0;
}
.boxpanel-fluid .boxpanel-row.fixed-height-xs-percent:before {
  display: block;
  width: 0;
  content: "";
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: var(--box-min-height-xs);
}
@media (min-width: 576px) {
  .boxpanel-fluid .boxpanel-row.fixed-height-sm {
    min-height: var(--box-min-height-sm);
  }
  .boxpanel-fluid .boxpanel-row.fixed-height-sm:before {
    content: none;
  }
  .boxpanel-fluid .boxpanel-row.fixed-height-sm-percent {
    min-height: 0;
  }
  .boxpanel-fluid .boxpanel-row.fixed-height-sm-percent:before {
    display: block;
    width: 0;
    content: "";
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: var(--box-min-height-sm);
  }
}
@media (min-width: 768px) {
  .boxpanel-fluid .boxpanel-row.fixed-height-md {
    min-height: var(--box-min-height-md);
  }
  .boxpanel-fluid .boxpanel-row.fixed-height-md:before {
    content: none;
  }
  .boxpanel-fluid .boxpanel-row.fixed-height-md-percent {
    min-height: 0;
  }
  .boxpanel-fluid .boxpanel-row.fixed-height-md-percent:before {
    display: block;
    width: 0;
    content: "";
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: var(--box-min-height-md);
  }
}
@media (min-width: 992px) {
  .boxpanel-fluid .boxpanel-row.fixed-height-lg {
    min-height: var(--box-min-height-lg);
  }
  .boxpanel-fluid .boxpanel-row.fixed-height-lg:before {
    content: none;
  }
  .boxpanel-fluid .boxpanel-row.fixed-height-lg-percent {
    min-height: 0;
  }
  .boxpanel-fluid .boxpanel-row.fixed-height-lg-percent:before {
    display: block;
    width: 0;
    content: "";
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: var(--box-min-height-lg);
  }
}
@media (min-width: 1200px) {
  .boxpanel-fluid .boxpanel-row.fixed-height-xl {
    min-height: var(--box-min-height-xl);
  }
  .boxpanel-fluid .boxpanel-row.fixed-height-xl:before {
    content: none;
  }
  .boxpanel-fluid .boxpanel-row.fixed-height-xl-percent {
    min-height: 0;
  }
  .boxpanel-fluid .boxpanel-row.fixed-height-xl-percent:before {
    display: block;
    width: 0;
    content: "";
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: var(--box-min-height-xl);
  }
}
@media (min-width: 1400px) {
  .boxpanel-fluid .boxpanel-row.fixed-height-xxl {
    min-height: var(--box-min-height-xxl);
  }
  .boxpanel-fluid .boxpanel-row.fixed-height-xxl:before {
    content: none;
  }
  .boxpanel-fluid .boxpanel-row.fixed-height-xxl-percent {
    min-height: 0;
  }
  .boxpanel-fluid .boxpanel-row.fixed-height-xxl-percent:before {
    display: block;
    width: 0;
    content: "";
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: var(--box-min-height-xxl);
  }
}
.boxpanel-fluid video.boxpanel-video {
  position: absolute;
  width: 100%;
}

.bcg {
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.bcg.bcg-fix {
  background-attachment: fixed;
}
.bcg.bcg-r-x {
  background-repeat: repeat-x;
}
.bcg.bcg-r-y {
  background-repeat: repeat-y;
}
.bcg.bcg-r-all {
  background-repeat: repeat;
}
.bcg.bcg-s-cover {
  background-size: cover;
}
.bcg.bcg-s-contain {
  background-size: contain;
}
.bcg.bcg-p-left {
  background-position: left;
}
.bcg.bcg-p-right {
  background-position: right;
}
.bcg.bcg-p-top {
  background-position: top;
}
.bcg.bcg-p-bottom {
  background-position: bottom;
}
.bcg.bcg-p-top-left {
  background-position: top left;
}
.bcg.bcg-p-bottom-left {
  background-position: bottom left;
}
.bcg.bcg-p-top-right {
  background-position: top right;
}
.bcg.bcg-p-bottom-right {
  background-position: bottom right;
}
.bcg.bcg-s-contain .boxpanel-video {
  height: 100%;
}
.bcg.bcg-s-cover .boxpanel-video {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  overflow: hidden;
}
.bcg.bcg-p-left .boxpanel-video {
  left: 0;
}
.bcg.bcg-p-right .boxpanel-video {
  right: 0;
}
.bcg.bcg-p-top .boxpanel-video {
  top: 0;
}
.bcg.bcg-p-bottom .boxpanel-video {
  bottom: 0;
}
.bcg.bcg-p-top-left .boxpanel-video {
  top: 0;
  left: 0;
}
.bcg.bcg-p-bottom-left .boxpanel-video {
  bottom: 0;
  left: 0;
}
.bcg.bcg-p-top-right .boxpanel-video {
  top: 0;
  right: 0;
}
.bcg.bcg-p-bottom-right .boxpanel-video {
  bottom: 0;
  right: 0;
}

/**
 * Boxok
 */
.box {
  /* title */
  /* contentlist */
  /* menulista box, szimpla contentlist box */
  /* guest box */
}
.box > .box-header > h1, .box > .box-header > h2 {
  width: 100%;
  text-align: center;
  margin: 0 auto 10px 0;
  color: #333;
  font-family: "Zeebevel", sherif;
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 8.6px;
  text-transform: uppercase;
  padding-top: 12px;
  padding-left: 0;
  padding-bottom: 10px;
}
.box > .box-header > h1 > a, .box > .box-header > h2 > a {
  color: inherit;
  text-decoration: inherit;
}
.box > .box-header.bigboxtitle > h1 {
  font-size: 43px;
}
.box.hiddenboxtitle > .box-header {
  display: none;
}
.box.top-margin-0 {
  margin-top: 0;
}
.box.bottom-margin-0 {
  margin-bottom: 0;
}
.box.top-margin-1 {
  margin-top: 10px;
}
.box.bottom-margin-1 {
  margin-bottom: 10px;
}
.box.top-margin-2 {
  margin-top: 20px;
}
.box.bottom-margin-2 {
  margin-bottom: 20px;
}
.box.top-margin-3 {
  margin-top: 40px;
}
.box.bottom-margin-3 {
  margin-bottom: 40px;
}
.box.top-margin-4 {
  margin-top: 80px;
}
.box.bottom-margin-4 {
  margin-bottom: 80px;
}
@media (max-width: 1399.98px) {
  .box.hmarginless {
    margin-left: calc(0px - var(--bs-gutter-x) * 0.5);
    margin-right: calc(0px - var(--bs-gutter-x) * 0.5);
  }
}
.box.white-bcg {
  background-color: white;
}
.box.white-txt > .box-header h1 {
  color: white;
}
.box.white-txt > .box-header h2 {
  color: white;
}
.box.subdivided.div-xs-1 .subbox {
  flex: 0 0 auto;
  width: 100%;
}
.box.subdivided.div-xs-2 .subbox {
  flex: 0 0 auto;
  width: 50%;
}
.box.subdivided.div-xs-3 .subbox {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.box.subdivided.div-xs-4 .subbox {
  flex: 0 0 auto;
  width: 25%;
}
.box.subdivided.div-xs-6 .subbox {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.box.subdivided.div-xs-8 .subbox {
  flex: 0 0 auto;
  width: 12.5%;
}
.box.subdivided.div-xs-12 .subbox {
  flex: 0 0 auto;
  width: 8.3333333333%;
}
@media (min-width: 576px) {
  .box.subdivided.div-sm-1 .subbox {
    flex: 0 0 auto;
    width: 100%;
  }
  .box.subdivided.div-sm-2 .subbox {
    flex: 0 0 auto;
    width: 50%;
  }
  .box.subdivided.div-sm-3 .subbox {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .box.subdivided.div-sm-4 .subbox {
    flex: 0 0 auto;
    width: 25%;
  }
  .box.subdivided.div-sm-6 .subbox {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .box.subdivided.div-sm-8 .subbox {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .box.subdivided.div-sm-12 .subbox {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
}
@media (min-width: 768px) {
  .box.subdivided.div-md-1 .subbox {
    flex: 0 0 auto;
    width: 100%;
  }
  .box.subdivided.div-md-2 .subbox {
    flex: 0 0 auto;
    width: 50%;
  }
  .box.subdivided.div-md-3 .subbox {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .box.subdivided.div-md-4 .subbox {
    flex: 0 0 auto;
    width: 25%;
  }
  .box.subdivided.div-md-6 .subbox {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .box.subdivided.div-md-8 .subbox {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .box.subdivided.div-md-12 .subbox {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
}
@media (min-width: 992px) {
  .box.subdivided.div-lg-1 .subbox {
    flex: 0 0 auto;
    width: 100%;
  }
  .box.subdivided.div-lg-2 .subbox {
    flex: 0 0 auto;
    width: 50%;
  }
  .box.subdivided.div-lg-3 .subbox {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .box.subdivided.div-lg-4 .subbox {
    flex: 0 0 auto;
    width: 25%;
  }
  .box.subdivided.div-lg-6 .subbox {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .box.subdivided.div-lg-8 .subbox {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .box.subdivided.div-lg-12 .subbox {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
}
@media (min-width: 1200px) {
  .box.subdivided.div-xl-1 .subbox {
    flex: 0 0 auto;
    width: 100%;
  }
  .box.subdivided.div-xl-2 .subbox {
    flex: 0 0 auto;
    width: 50%;
  }
  .box.subdivided.div-xl-3 .subbox {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .box.subdivided.div-xl-4 .subbox {
    flex: 0 0 auto;
    width: 25%;
  }
  .box.subdivided.div-xl-6 .subbox {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .box.subdivided.div-xl-8 .subbox {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .box.subdivided.div-xl-12 .subbox {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
}
@media (min-width: 1400px) {
  .box.subdivided.div-xxl-1 .subbox {
    flex: 0 0 auto;
    width: 100%;
  }
  .box.subdivided.div-xxl-2 .subbox {
    flex: 0 0 auto;
    width: 50%;
  }
  .box.subdivided.div-xxl-3 .subbox {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .box.subdivided.div-xxl-4 .subbox {
    flex: 0 0 auto;
    width: 25%;
  }
  .box.subdivided.div-xxl-6 .subbox {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .box.subdivided.div-xxl-8 .subbox {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .box.subdivided.div-xxl-12 .subbox {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
}
.box.box.box-title {
  text-align: center;
}
.box.box.box-title.left {
  text-align: left;
}
.box.box.box-title.right {
  text-align: right;
}
.box.box.box-title a:not(.btn) {
  color: inherit;
}
.box.box.box-title .buttons {
  text-align: center;
  margin-top: 0.7rem;
}
.box.box.box-title .buttons > .btn {
  margin: 5px 0;
}
.box.box.box-title.big h1 {
  font-size: 5rem;
}
.box.box.box-title.footer h1 {
  color: white;
  font-size: 24px;
  margin-bottom: 14px;
}
.box.box.box-title.footer h1::before {
  border-width: 4px;
}
.box.box.box-title.footer h2 {
  font-size: 16px;
}
.box.box.box-contentlist > .row, .box.box.box-contentlistmenu > .row {
  --bs-gutter-x: 14px;
  --bs-gutter-y: 14px;
}
.box.box.box-contentlist .subbox, .box.box.box-contentlistmenu .subbox {
  display: flex;
  color: black;
  transition: transform 0.2s, opacity 0.2s;
}
.box.box.box-contentlist .subbox.canhover:hover .image > img, .box.box.box-contentlistmenu .subbox.canhover:hover .image > img {
  transition: transform 3s;
  transform: scale(1.12);
}
.box.box.box-contentlist .subbox-body, .box.box.box-contentlistmenu .subbox-body {
  height: 100%;
  width: 100%;
}
.box.box.box-contentlist.white-txt .subbox, .box.box.box-contentlistmenu.white-txt .subbox {
  color: white;
}
.box.box.box-contentlist.white-txt .subbox.canhover:hover, .box.box.box-contentlistmenu.white-txt .subbox.canhover:hover {
  background-color: transparent;
}
.box.box.box-contentlist.white-txt .subbox .txt .red, .box.box.box-contentlistmenu.white-txt .subbox .txt .red {
  color: white;
}
.box.box.box-contentlist.white-txt .subbox-content, .box.box.box-contentlistmenu.white-txt .subbox-content {
  color: inherit;
}
.box.box.box-contentlist.white-txt .subbox-info-line .date, .box.box.box-contentlistmenu.white-txt .subbox-info-line .date {
  border-bottom-color: white;
  color: white;
}
.box.box.box-contentlist.white-bcg, .box.box.box-contentlistmenu.white-bcg {
  padding-left: 14px;
  padding-right: 14px;
  border-radius: 12px;
}
.box.box.box-contentlist .subbox-header, .box.box.box-contentlistmenu .subbox-header {
  font-size: 19px;
  font-weight: bold;
  margin: 8px 0 8px 0;
  background-color: transparent;
  color: #333;
  text-align: left;
}
.box.box.box-contentlist .subbox-header > a.title, .box.box.box-contentlistmenu .subbox-header > a.title {
  color: inherit;
}
.box.box.box-contentlist .subbox-header > a.title:hover, .box.box.box-contentlistmenu .subbox-header > a.title:hover {
  text-decoration: none;
}
.box.box.box-contentlist .subbox-header.subtitle, .box.box.box-contentlistmenu .subbox-header.subtitle {
  font-size: 16px;
  font-weight: bold;
  color: #c29f3a;
  margin-top: -4px;
}
.box.box.box-contentlist .subbox-header .badge:first-of-type, .box.box.box-contentlistmenu .subbox-header .badge:first-of-type {
  margin-left: auto;
}
.box.box.box-contentlist.white-txt .subbox-header, .box.box.box-contentlistmenu.white-txt .subbox-header {
  color: white;
}
.box.box.box-contentlist.white-txt .subbox-header.subtitle, .box.box.box-contentlistmenu.white-txt .subbox-header.subtitle {
  color: white;
}
.box.box.box-contentlist .subbox-info-line, .box.box.box-contentlistmenu .subbox-info-line {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.box.box.box-contentlist .subbox-info-line .info-badge, .box.box.box-contentlistmenu .subbox-info-line .info-badge {
  padding: 3px 12px;
  background-color: #c29f3a;
  color: white;
  font-size: 14px;
}
.box.box.box-contentlist .subbox-info-line .date, .box.box.box-contentlistmenu .subbox-info-line .date {
  flex: 1;
  text-align: left;
  border-bottom: 1px solid #B2B2B2;
  margin-left: 5px;
  font-size: 12px;
  color: #666;
}
.box.box.box-contentlist .subbox-content, .box.box.box-contentlistmenu .subbox-content {
  margin: 10px 0 5px 0;
  font-size: 15px;
  font-weight: 200;
  font-family: "Zeebevel", sherif;
  color: #333;
  line-height: 1.5;
}
.box.box.box-contentlist .subbox-content.downloads a, .box.box.box-contentlistmenu .subbox-content.downloads a {
  color: inherit;
  display: block;
}
.box.box.box-contentlist .subbox-content.downloads .icon, .box.box.box-contentlistmenu .subbox-content.downloads .icon {
  margin-right: 3px;
}
.box.box.box-contentlist .subbox-content.downloads > ul.list, .box.box.box-contentlistmenu .subbox-content.downloads > ul.list {
  margin: 0;
  padding: 0;
}
.box.box.box-contentlist .subbox-content.downloads > ul.list > li, .box.box.box-contentlistmenu .subbox-content.downloads > ul.list > li {
  display: block;
  margin: 2px 0;
  padding: 5px 12px;
  color: white;
  border-radius: 9px;
}
.box.box.box-contentlist.hiddenlead .subbox-content, .box.box.box-contentlistmenu.hiddenlead .subbox-content {
  display: none;
}
.box.box.box-contentlist.hiddentitle .subbox-header, .box.box.box-contentlistmenu.hiddentitle .subbox-header {
  display: none;
}
.box.box.box-contentlist a.more, .box.box.box-contentlistmenu a.more {
  float: right;
  display: none;
  margin-bottom: 10px;
  margin-top: 10px;
}
.box.box.box-contentlist .image, .box.box.box-contentlistmenu .image {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
}
.box.box.box-contentlist .image > a.shader, .box.box.box-contentlistmenu .image > a.shader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.box.box.box-contentlist .image > img, .box.box.box-contentlistmenu .image > img {
  transition: transform 0.5s;
  width: 100%;
  max-width: 100%;
}
.box.box.box-contentlist .image .alert-title, .box.box.box-contentlistmenu .image .alert-title {
  display: block;
  position: absolute;
  right: 0px;
  top: 16px;
  padding: 2px 12px 2px 16px;
  font-size: 16px;
  color: white;
}
.box.box.box-contentlist.hiddenimages .image, .box.box.box-contentlistmenu.hiddenimages .image {
  display: none;
}
.box.box.box-contentlist .product-control, .box.box.box-contentlistmenu .product-control {
  display: flex;
  flex-wrap: wrap;
  margin: 8px 13px 8px 13px;
}
.box.box.box-contentlist .product-control > .price, .box.box.box-contentlistmenu .product-control > .price {
  width: 100%;
  font-size: 17px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  margin-bottom: 5px;
}
.box.box.box-contentlist .product-control > .price > .p, .box.box.box-contentlistmenu .product-control > .price > .p {
  display: block;
}
.box.box.box-contentlist .product-control > .price > .p.display, .box.box.box-contentlistmenu .product-control > .price > .p.display {
  text-decoration: line-through;
  color: #5e5e5e;
}
.box.box.box-contentlist .product-control > .price > .p.netto, .box.box.box-contentlistmenu .product-control > .price > .p.netto {
  font-size: 12px;
  font-weight: normal;
}
.box.box.box-contentlist .product-control > .purchase, .box.box.box-contentlist .product-control > .show, .box.box.box-contentlistmenu .product-control > .purchase, .box.box.box-contentlistmenu .product-control > .show {
  flex: 1;
}
.box.box.box-contentlist .product-control > .show, .box.box.box-contentlistmenu .product-control > .show {
  text-align: right;
}
.box.box.box-contentlist .favorite, .box.box.box-contentlistmenu .favorite {
  margin-left: auto;
  margin-right: 2px;
}
.box.box.box-contentlist .favorite span, .box.box.box-contentlistmenu .favorite span {
  display: none;
}
.box.box.box-contentlist .content-control, .box.box.box-contentlistmenu .content-control {
  display: none;
  margin: 10px 0 5px 0;
  text-align: center;
}
.box.box.box-contentlist.showcontentcontrol .content-control, .box.box.box-contentlistmenu.showcontentcontrol .content-control {
  display: block;
}
.box.box.box-contentlist ul.linklist, .box.box.box-contentlistmenu ul.linklist {
  display: block;
  margin: 0;
  padding: 0;
}
.box.box.box-contentlist ul.linklist > li, .box.box.box-contentlistmenu ul.linklist > li {
  display: block;
  margin: 0 0 0 17px;
  padding: 0;
  font-weight: normal;
}
.box.box.box-contentlist ul.linklist .icon-start, .box.box.box-contentlistmenu ul.linklist .icon-start {
  color: #c29f3a;
  font-size: 80%;
}
.box.box.box-contentlist ul.linklist a, .box.box.box-contentlistmenu ul.linklist a {
  color: inherit;
}
.box.box.box-contentlist.slider .track-container, .box.box.box-contentlistmenu.slider .track-container {
  display: block;
  position: relative;
  overflow: hidden;
}
.box.box.box-contentlist.slider .track, .box.box.box-contentlistmenu.slider .track {
  display: flex;
  position: relative;
  gap: 16px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.box.box.box-contentlist.slider .subbox, .box.box.box-contentlistmenu.slider .subbox {
  display: block;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
  width: 100%;
}
.box.box.box-contentlist.slider .subbox-body, .box.box.box-contentlistmenu.slider .subbox-body {
  display: flex;
  background-color: transparent;
  flex-direction: column;
}
@media (min-width: 768px) {
  .box.box.box-contentlist.slider:not(.small) .subbox-body, .box.box.box-contentlistmenu.slider:not(.small) .subbox-body {
    flex-direction: row;
  }
}
.box.box.box-contentlist.slider.small .click-area, .box.box.box-contentlistmenu.slider.small .click-area {
  display: block;
}
.box.box.box-contentlist.slider .image, .box.box.box-contentlistmenu.slider .image {
  width: 100%;
  overflow: visible;
}
.box.box.box-contentlist.slider .image > img, .box.box.box-contentlistmenu.slider .image > img {
  border-radius: 15px;
}
@media (min-width: 768px) {
  .box.box.box-contentlist.slider:not(.small) .image, .box.box.box-contentlistmenu.slider:not(.small) .image {
    margin-bottom: 20px;
    width: 60%;
    order: 2;
  }
}
.box.box.box-contentlist.slider .content-box-body, .box.box.box-contentlistmenu.slider .content-box-body {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5%;
  flex: 1;
}
@media (max-width: 767.98px) {
  .box.box.box-contentlist.slider .content-box-header, .box.box.box-contentlistmenu.slider .content-box-header {
    margin-top: 2px;
  }
}
.box.box.box-contentlist.slider h2.title, .box.box.box-contentlistmenu.slider h2.title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 26px;
}
@media (max-width: 767.98px) {
  .box.box.box-contentlist.slider h2.title, .box.box.box-contentlistmenu.slider h2.title {
    height: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.box.box.box-contentlist.slider h3.subtitle, .box.box.box-contentlistmenu.slider h3.subtitle {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .box.box.box-contentlist.slider h3.subtitle, .box.box.box-contentlistmenu.slider h3.subtitle {
    height: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.box.box.box-contentlist.slider.small .content-box-header, .box.box.box-contentlistmenu.slider.small .content-box-header {
  margin-top: 2px;
}
.box.box.box-contentlist.slider.small h2.title,
.box.box.box-contentlist.slider.small h3.subtitle, .box.box.box-contentlistmenu.slider.small h2.title,
.box.box.box-contentlistmenu.slider.small h3.subtitle {
  height: 1.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .box.box.box-contentlist.slider:not(.small) .content-box-header, .box.box.box-contentlistmenu.slider:not(.small) .content-box-header {
    margin: 60px 60px 10px 60px;
  }
}
@media (min-width: 768px) {
  .box.box.box-contentlist.slider:not(.small) h2.title, .box.box.box-contentlistmenu.slider:not(.small) h2.title {
    font-size: 34px;
  }
}
@media (min-width: 768px) {
  .box.box.box-contentlist.slider:not(.small) h3.subtitle, .box.box.box-contentlistmenu.slider:not(.small) h3.subtitle {
    font-size: 24px;
  }
}
.box.box.box-contentlist.slider .badge-container > .date-badge, .box.box.box-contentlistmenu.slider .badge-container > .date-badge {
  display: inline-block;
  padding: 10px;
  background-color: var(--content-skin-color);
  color: var(--content-skin-textcolor);
  font-size: 16px;
  font-weight: 600;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
@media (min-width: 768px) {
  .box.box.box-contentlist.slider:not(.small) .badge-container > .date-badge, .box.box.box-contentlistmenu.slider:not(.small) .badge-container > .date-badge {
    margin: 10px 60px 60px 60px;
  }
}
.box.box.box-contentlist.slider .menu-info, .box.box.box-contentlistmenu.slider .menu-info {
  font-weight: 600;
  padding: 10px;
}
@media (min-width: 768px) {
  .box.box.box-contentlist.slider:not(.small) .menu-info, .box.box.box-contentlistmenu.slider:not(.small) .menu-info {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.box.box.box-contentlist.slider .alert-title, .box.box.box-contentlistmenu.slider .alert-title {
  left: 0;
  top: 8%;
  max-width: 77%;
}
.box.box.box-contentlist.slider .controls, .box.box.box-contentlistmenu.slider .controls {
  display: none;
  position: absolute;
  left: -70px;
  bottom: -25px;
  color: black;
}
.box.box.box-contentlist.slider .controls > .more, .box.box.box-contentlistmenu.slider .controls > .more {
  display: block;
  background-color: #dddddd;
  padding: 12px 25px;
}
@media (min-width: 768px) {
  .box.box.box-contentlist.slider:not(.small) .controls, .box.box.box-contentlistmenu.slider:not(.small) .controls {
    display: block;
  }
}
.box.box.box-contentlist.slider .track-control, .box.box.box-contentlistmenu.slider .track-control {
  display: none;
  position: absolute;
  width: 80px;
  top: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
}
.box.box.box-contentlist.slider .track-control > a, .box.box.box-contentlistmenu.slider .track-control > a {
  display: block;
  position: relative;
  color: black;
  font-size: 30px;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 49px;
  background-color: transparent;
  opacity: 1;
  transition: 0.2s opacity, 0.2s padding, 0.3s background-color;
}
@media (min-width: 768px) {
  .box.box.box-contentlist.slider .track-control > a, .box.box.box-contentlistmenu.slider .track-control > a {
    opacity: 0.2;
    box-shadow: none;
  }
}
.box.box.box-contentlist.slider .track-control.left, .box.box.box-contentlistmenu.slider .track-control.left {
  left: 0;
}
.box.box.box-contentlist.slider .track-control.left > a, .box.box.box-contentlistmenu.slider .track-control.left > a {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.box.box.box-contentlist.slider .track-control.right, .box.box.box-contentlistmenu.slider .track-control.right {
  right: 0;
}
.box.box.box-contentlist.slider .track-control.right > a, .box.box.box-contentlistmenu.slider .track-control.right > a {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (min-width: 768px) {
  .box.box.box-contentlist.slider:not(.small) .track-control, .box.box.box-contentlistmenu.slider:not(.small) .track-control {
    display: flex;
  }
}
@media (min-width: 768px) {
  .box.box.box-contentlist.slider:not(.small) .track-container:hover .track-control > a, .box.box.box-contentlistmenu.slider:not(.small) .track-container:hover .track-control > a {
    opacity: 0.7;
    background-color: #dddddd;
  }
  .box.box.box-contentlist.slider:not(.small) .track-container:hover .track-control > a:hover, .box.box.box-contentlistmenu.slider:not(.small) .track-container:hover .track-control > a:hover {
    opacity: 1;
  }
  .box.box.box-contentlist.slider:not(.small) .track-container:hover .track-control.left > a:hover, .box.box.box-contentlistmenu.slider:not(.small) .track-container:hover .track-control.left > a:hover {
    padding-right: 10px;
  }
  .box.box.box-contentlist.slider:not(.small) .track-container:hover .track-control.right > a:hover, .box.box.box-contentlistmenu.slider:not(.small) .track-container:hover .track-control.right > a:hover {
    padding-left: 10px;
  }
}
.box.box.box-contentlist.pictures > .row, .box.box.box-contentlistmenu.pictures > .row {
  --bs-gutter-x: 0px;
  --bs-gutter-y: 0px;
}
.box.box.box-contentlist.pictures .subbox, .box.box.box-contentlistmenu.pictures .subbox {
  padding: 0;
  position: relative;
  left: 0;
  top: 0;
  overflow: hidden;
}
.box.box.box-contentlist.pictures .subbox-content,
.box.box.box-contentlist.pictures .subbox-info-line,
.box.box.box-contentlist.pictures a.more, .box.box.box-contentlistmenu.pictures .subbox-content,
.box.box.box-contentlistmenu.pictures .subbox-info-line,
.box.box.box-contentlistmenu.pictures a.more {
  display: none;
}
.box.box.box-contentlist.pictures .subbox-header, .box.box.box-contentlistmenu.pictures .subbox-header {
  color: white;
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  min-height: 50px;
  max-height: 80px;
  padding: 4px 12px;
  margin: 0;
  font-size: 20px;
  line-height: 35px;
  font-weight: 300;
  transition: top 0.3s;
  overflow: hidden;
}
.box.box.box-contentlist.pictures .subbox-header.subtitle, .box.box.box-contentlistmenu.pictures .subbox-header.subtitle {
  display: none;
}
.box.box.box-contentlist.pictures .image, .box.box.box-contentlistmenu.pictures .image {
  border-bottom: none;
}
.box.box.box-contentlist.pictures .image .alert-title, .box.box.box-contentlistmenu.pictures .image .alert-title {
  top: unset;
  right: unset;
  left: 0;
  bottom: 30px;
  padding: 6px 20px 6px 25px;
  background-color: rgba(100, 100, 100, 0.6);
  font-size: 22px;
}
.box.box.box-contentlist.pictures .purchase, .box.box.box-contentlistmenu.pictures .purchase {
  display: none;
}
.box.box.box-contentlist.pictures .product-control, .box.box.box-contentlistmenu.pictures .product-control {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .box.box.box-contentlist.pictures .subbox-header, .box.box.box-contentlistmenu.pictures .subbox-header {
    top: -80px;
  }
  .box.box.box-contentlist.pictures .subbox:hover .subbox-header, .box.box.box-contentlistmenu.pictures .subbox:hover .subbox-header {
    top: 0;
  }
}
@media (min-width: 768px) {
  .box.box.box-contentlist.pictures.float .subbox, .box.box.box-contentlistmenu.pictures.float .subbox {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    transition: left 0.2s, top 0.2s, box-shadow 0.3s;
  }
  .box.box.box-contentlist.pictures.float .subbox:hover, .box.box.box-contentlistmenu.pictures.float .subbox:hover {
    background-color: transparent;
    left: -10px;
    top: -10px;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.45);
  }
  .box.box.box-contentlist.pictures.float .subbox:hover .box-header, .box.box.box-contentlistmenu.pictures.float .subbox:hover .box-header {
    top: 0;
  }
}
@media (min-width: 768px) {
  .box.box.box-contentlist.pictures.zoom .image > img, .box.box.box-contentlistmenu.pictures.zoom .image > img {
    transition: transform 0.9s;
  }
  .box.box.box-contentlist.pictures.zoom .image > a.shader, .box.box.box-contentlistmenu.pictures.zoom .image > a.shader {
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.4s;
  }
  .box.box.box-contentlist.pictures.zoom .subbox:hover .image, .box.box.box-contentlistmenu.pictures.zoom .subbox:hover .image {
    z-index: 1;
  }
  .box.box.box-contentlist.pictures.zoom .subbox:hover .image > img, .box.box.box-contentlistmenu.pictures.zoom .subbox:hover .image > img {
    transform: scale(1.13);
  }
  .box.box.box-contentlist.pictures.zoom .subbox:hover .image > a.shader, .box.box.box-contentlistmenu.pictures.zoom .subbox:hover .image > a.shader {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
.box.box.box-contentlist.wide h1, .box.box.box-contentlistmenu.wide h1 {
  margin-bottom: 1rem;
}
.box.box.box-contentlist.wide .subbox-imagehalf, .box.box.box-contentlistmenu.wide .subbox-imagehalf {
  display: none;
}
.box.box.box-contentlist.wide .widebox-panel, .box.box.box-contentlistmenu.wide .widebox-panel {
  display: block;
}
@media (min-width: 576px) {
  .box.box.box-contentlist.wide .widebox, .box.box.box-contentlistmenu.wide .widebox {
    display: flex;
    margin: 1rem 0;
    min-height: 300px;
    flex-direction: row;
  }
  .box.box.box-contentlist.wide.imgleft .widebox.odd, .box.box.box-contentlist.wide.imgright .widebox.even, .box.box.box-contentlistmenu.wide.imgleft .widebox.odd, .box.box.box-contentlistmenu.wide.imgright .widebox.even {
    flex-direction: row-reverse;
  }
  .box.box.box-contentlist.wide.imgleft .widebox.even, .box.box.box-contentlist.wide.imgright .widebox.odd, .box.box.box-contentlistmenu.wide.imgleft .widebox.even, .box.box.box-contentlistmenu.wide.imgright .widebox.odd {
    flex-direction: row;
  }
  .box.box.box-contentlist.wide .widebox.wide-align-left, .box.box.box-contentlistmenu.wide .widebox.wide-align-left {
    flex-direction: row-reverse !important;
  }
  .box.box.box-contentlist.wide .widebox.wide-align-right, .box.box.box-contentlistmenu.wide .widebox.wide-align-right {
    flex-direction: row !important;
  }
  .box.box.box-contentlist.wide .subbox-texthalf,
  .box.box.box-contentlist.wide .subbox-imagehalf, .box.box.box-contentlistmenu.wide .subbox-texthalf,
  .box.box.box-contentlistmenu.wide .subbox-imagehalf {
    display: block;
    position: relative;
    width: 50%;
  }
  .box.box.box-contentlist.wide .subbox-texthalf, .box.box.box-contentlistmenu.wide .subbox-texthalf {
    background-color: white;
    padding: 16px 32px;
    z-index: 2;
  }
  .box.box.box-contentlist.wide .subbox-imagehalf, .box.box.box-contentlistmenu.wide .subbox-imagehalf {
    z-index: 1;
  }
  .box.box.box-contentlist.wide .image, .box.box.box-contentlistmenu.wide .image {
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 0;
  }
  .box.box.box-contentlist.wide .image.mobile, .box.box.box-contentlistmenu.wide .image.mobile {
    display: none;
  }
  .box.box.box-contentlist.wide h2.subbox-header, .box.box.box-contentlistmenu.wide h2.subbox-header {
    color: #cfb55b;
    font-size: 30px;
    font-style: normal;
    font-weight: bold;
  }
  .box.box.box-contentlist.wide .subbox-content, .box.box.box-contentlistmenu.wide .subbox-content {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
  }
  .box.box.box-contentlist.wide .content-control, .box.box.box-contentlistmenu.wide .content-control {
    margin-bottom: 1rem;
  }
  .box.box.box-contentlist.wide .content-control .btn, .box.box.box-contentlistmenu.wide .content-control .btn {
    --bs-btn-padding-y: 8px;
    --bs-btn-padding-x: 32px;
    --bs-btn-font-size: 18px;
    --bs-btn-border-radius: 0;
    text-transform: uppercase;
  }
}
.box.box.box-linklist ul.linklist {
  display: block;
  margin: 0;
  padding: 0;
}
.box.box.box-linklist ul.linklist > li {
  display: block;
  margin: 0 0 0 17px;
  padding: 0;
  font-weight: normal;
}
.box.box.box-linklist ul.linklist .icon-start {
  color: #c29f3a;
  font-size: 80%;
}
.box.box.box-linklist ul.linklist a {
  color: inherit;
}
.box.box.box-linklist.numbers {
  opacity: 0;
  transition: opacity 1s;
}
.box.box.box-linklist.numbers.showing {
  opacity: 1;
}
.box.box.box-linklist.numbers.showing ul.numberlist > li {
  opacity: 1 !important;
  top: 0 !important;
  left: 0 !important;
}
.box.box.box-linklist.numbers ul.numberlist {
  padding: 0;
}
.box.box.box-linklist.numbers ul.numberlist > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin: 0;
  text-align: center;
  top: -200px;
  left: -100px;
  opacity: 0;
  transition: top 0.5s, left 0.5s, opacity 0.7s;
}
.box.box.box-linklist.numbers ul.numberlist > li:nth-child(2n) {
  top: 200px;
}
.box.box.box-linklist.numbers ul.numberlist > li:nth-child(4n), .box.box.box-linklist.numbers ul.numberlist > li:nth-child(4n+1) {
  left: 100px;
}
.box.box.box-linklist.numbers ul.numberlist > li:nth-child(1) {
  transition-delay: 0.1s;
}
.box.box.box-linklist.numbers ul.numberlist > li:nth-child(2) {
  transition-delay: 0.2s;
}
.box.box.box-linklist.numbers ul.numberlist > li:nth-child(3) {
  transition-delay: 0.3s;
}
.box.box.box-linklist.numbers ul.numberlist > li:nth-child(4) {
  transition-delay: 0.4s;
}
.box.box.box-linklist.numbers ul.numberlist > li:nth-child(5) {
  transition-delay: 0.5s;
}
.box.box.box-linklist.numbers ul.numberlist > li:nth-child(6) {
  transition-delay: 0.6s;
}
.box.box.box-linklist.numbers ul.numberlist > li:nth-child(7) {
  transition-delay: 0.7s;
}
.box.box.box-linklist.numbers ul.numberlist > li:nth-child(8) {
  transition-delay: 0.8s;
}
.box.box.box-linklist.numbers .number {
  display: inline-flex;
  width: 120px;
  height: 120px;
  border: 9px solid #c29f3a;
  color: #333;
  text-align: center;
  align-items: center;
  justify-content: center;
  align-self: center;
  border-radius: 60px;
  font-family: monospace;
}
.box.box.box-linklist.numbers .number.s {
  font-size: 23px;
}
.box.box.box-linklist.numbers .number.m {
  font-size: 35px;
}
.box.box.box-linklist.numbers .number.l {
  font-size: 48px;
}
.box.box.box-linklist.numbers .number > .sp {
  display: inline-block;
  width: 6px;
}
.box.box.box-linklist.numbers .title {
  font-size: 24px;
  color: #333;
  font-weight: inherit;
  margin-top: 0.5rem;
}
.box.box.box-linklist.numbers.white-txt .number {
  color: white;
  border-color: white;
}
.box.box.box-linklist.numbers.white-txt .title {
  color: white;
}
.box.box.box-linklist.numbers.borderless .number {
  border: none;
  width: 100%;
}
.box.box.box-linklist.numbers.borderless .number.s, .box.box.box-linklist.numbers.borderless .number.m, .box.box.box-linklist.numbers.borderless .number.l {
  font-size: 48px;
}
.box.box.box-linklist.numbers2.showing ul.numberlist > li {
  opacity: 1 !important;
  top: 0 !important;
  left: 0 !important;
}
.box.box.box-linklist.numbers2 ul.numberlist {
  width: 100%;
  padding: 0;
  display: grid;
  gap: 0;
}
.box.box.box-linklist.numbers2 ul.numberlist.count-1 {
  grid-template-columns: repeat(1, 100%);
}
.box.box.box-linklist.numbers2 ul.numberlist.count-2 {
  grid-template-columns: repeat(2, 50%);
}
.box.box.box-linklist.numbers2 ul.numberlist.count-3 {
  grid-template-columns: repeat(3, 33.3333333333%);
}
.box.box.box-linklist.numbers2 ul.numberlist.count-4 {
  grid-template-columns: repeat(4, 25%);
}
.box.box.box-linklist.numbers2 ul.numberlist.count-5 {
  grid-template-columns: repeat(5, 20%);
}
.box.box.box-linklist.numbers2 ul.numberlist.count-6 {
  grid-template-columns: repeat(6, 16.6666666667%);
}
.box.box.box-linklist.numbers2 ul.numberlist.count-7 {
  grid-template-columns: repeat(7, 14.2857142857%);
}
.box.box.box-linklist.numbers2 ul.numberlist.count-8 {
  grid-template-columns: repeat(8, 12.5%);
}
.box.box.box-linklist.numbers2 ul.numberlist.count-9 {
  grid-template-columns: repeat(9, 11.1111111111%);
}
.box.box.box-linklist.numbers2 ul.numberlist.count-10 {
  grid-template-columns: repeat(10, 10%);
}
.box.box.box-linklist.numbers2 ul.numberlist > li {
  position: relative;
  opacity: 0;
  transition: 400ms all;
}
.box.box.box-linklist.numbers2 ul.numberlist > li.title.top {
  grid-row: 1;
  margin-bottom: 0.5rem;
  align-content: end;
  top: -100px;
}
.box.box.box-linklist.numbers2 ul.numberlist > li.title.bottom {
  grid-row: 3;
  margin-top: 0.5rem;
  top: 100px;
}
.box.box.box-linklist.numbers2 ul.numberlist > li.number {
  grid-row: 2;
  left: -100px;
}
.box.box.box-linklist.numbers2 ul.numberlist > li.idx-1 {
  grid-column: 1;
}
.box.box.box-linklist.numbers2 ul.numberlist > li.idx-1.title.top {
  transition-delay: 150ms;
}
.box.box.box-linklist.numbers2 ul.numberlist > li.idx-1.title.bottom {
  transition-delay: 200ms;
}
.box.box.box-linklist.numbers2 ul.numberlist > li.idx-1.number {
  transition-delay: 250ms;
}
.box.box.box-linklist.numbers2 ul.numberlist > li.idx-2 {
  grid-column: 2;
}
.box.box.box-linklist.numbers2 ul.numberlist > li.idx-2.title.top {
  transition-delay: 300ms;
}
.box.box.box-linklist.numbers2 ul.numberlist > li.idx-2.title.bottom {
  transition-delay: 350ms;
}
.box.box.box-linklist.numbers2 ul.numberlist > li.idx-2.number {
  transition-delay: 400ms;
}
.box.box.box-linklist.numbers2 ul.numberlist > li.idx-3 {
  grid-column: 3;
}
.box.box.box-linklist.numbers2 ul.numberlist > li.idx-3.title.top {
  transition-delay: 450ms;
}
.box.box.box-linklist.numbers2 ul.numberlist > li.idx-3.title.bottom {
  transition-delay: 500ms;
}
.box.box.box-linklist.numbers2 ul.numberlist > li.idx-3.number {
  transition-delay: 550ms;
}
.box.box.box-linklist.numbers2 ul.numberlist > li.idx-4 {
  grid-column: 4;
}
.box.box.box-linklist.numbers2 ul.numberlist > li.idx-4.title.top {
  transition-delay: 600ms;
}
.box.box.box-linklist.numbers2 ul.numberlist > li.idx-4.title.bottom {
  transition-delay: 650ms;
}
.box.box.box-linklist.numbers2 ul.numberlist > li.idx-4.number {
  transition-delay: 700ms;
}
.box.box.box-linklist.numbers2 ul.numberlist > li.idx-5 {
  grid-column: 5;
}
.box.box.box-linklist.numbers2 ul.numberlist > li.idx-5.title.top {
  transition-delay: 750ms;
}
.box.box.box-linklist.numbers2 ul.numberlist > li.idx-5.title.bottom {
  transition-delay: 800ms;
}
.box.box.box-linklist.numbers2 ul.numberlist > li.idx-5.number {
  transition-delay: 850ms;
}
.box.box.box-linklist.numbers2 ul.numberlist > li.idx-6 {
  grid-column: 6;
}
.box.box.box-linklist.numbers2 ul.numberlist > li.idx-6.title.top {
  transition-delay: 900ms;
}
.box.box.box-linklist.numbers2 ul.numberlist > li.idx-6.title.bottom {
  transition-delay: 950ms;
}
.box.box.box-linklist.numbers2 ul.numberlist > li.idx-6.number {
  transition-delay: 1000ms;
}
.box.box.box-linklist.numbers2 ul.numberlist > li.idx-7 {
  grid-column: 7;
}
.box.box.box-linklist.numbers2 ul.numberlist > li.idx-7.title.top {
  transition-delay: 1050ms;
}
.box.box.box-linklist.numbers2 ul.numberlist > li.idx-7.title.bottom {
  transition-delay: 1100ms;
}
.box.box.box-linklist.numbers2 ul.numberlist > li.idx-7.number {
  transition-delay: 1150ms;
}
.box.box.box-linklist.numbers2 ul.numberlist > li.idx-8 {
  grid-column: 8;
}
.box.box.box-linklist.numbers2 ul.numberlist > li.idx-8.title.top {
  transition-delay: 1200ms;
}
.box.box.box-linklist.numbers2 ul.numberlist > li.idx-8.title.bottom {
  transition-delay: 1250ms;
}
.box.box.box-linklist.numbers2 ul.numberlist > li.idx-8.number {
  transition-delay: 1300ms;
}
.box.box.box-linklist.numbers2 ul.numberlist > li.idx-9 {
  grid-column: 9;
}
.box.box.box-linklist.numbers2 ul.numberlist > li.idx-9.title.top {
  transition-delay: 1350ms;
}
.box.box.box-linklist.numbers2 ul.numberlist > li.idx-9.title.bottom {
  transition-delay: 1400ms;
}
.box.box.box-linklist.numbers2 ul.numberlist > li.idx-9.number {
  transition-delay: 1450ms;
}
.box.box.box-linklist.numbers2 ul.numberlist > li.idx-10 {
  grid-column: 10;
}
.box.box.box-linklist.numbers2 ul.numberlist > li.idx-10.title.top {
  transition-delay: 1500ms;
}
.box.box.box-linklist.numbers2 ul.numberlist > li.idx-10.title.bottom {
  transition-delay: 1550ms;
}
.box.box.box-linklist.numbers2 ul.numberlist > li.idx-10.number {
  transition-delay: 1600ms;
}
.box.box.box-linklist.numbers2 .number {
  display: flex;
  width: 120px;
  height: 120px;
  border: 9px solid #c29f3a;
  color: #333;
  text-align: center;
  align-items: center;
  justify-content: center;
  justify-self: center;
  border-radius: 60px;
  font-family: monospace;
}
.box.box.box-linklist.numbers2 .number.s {
  font-size: 23px;
}
.box.box.box-linklist.numbers2 .number.m {
  font-size: 35px;
}
.box.box.box-linklist.numbers2 .number.l {
  font-size: 48px;
}
.box.box.box-linklist.numbers2 .number > .sp {
  display: inline-block;
  width: 6px;
}
.box.box.box-linklist.numbers2 .title {
  display: block;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 24px;
  color: #333;
  font-weight: inherit;
  text-align: center;
}
.box.box.box-linklist.numbers2.white-txt .number {
  color: white;
  border-color: white;
}
.box.box.box-linklist.numbers2.white-txt .title {
  color: white;
}
.box.box.box-linklist.numbers2.borderless .number {
  border: none;
  width: 100%;
  height: auto;
}
.box.box.box-linklist.numbers2.borderless .number.s, .box.box.box-linklist.numbers2.borderless .number.m, .box.box.box-linklist.numbers2.borderless .number.l {
  font-size: 48px;
}
.box.box.box-linklist .icon {
  background-color: white;
  border: 4px solid #c29f3a;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 26px;
  color: #c29f3a;
  border-radius: 50%;
}
.box.box.box-linklist .minilead-container {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height 0.4s, margin-bottom 0.4s, opacity 1s;
}
.box.box.box-linklist .item.open .minilead-container {
  opacity: 1;
  transition: height 0.4s, margin-bottom 0.4s, opacity 0.3s;
}
.box.box.box-linklist .item.open .icon.bullet-open {
  transform: rotateX(0.25turn) rotateY(0.25turn);
}
.box.box.box-linklist .item.open .icon.bullet-close {
  transform: none;
}
.box.box.box-linklist.fancy .item, .box.box.box-linklist.accordion .item {
  position: relative;
  margin-left: 3rem;
  border-bottom: 1px solid #333;
}
.box.box.box-linklist.fancy .item:last-child, .box.box.box-linklist.accordion .item:last-child {
  border-bottom: none;
}
.box.box.box-linklist.fancy h2, .box.box.box-linklist.accordion h2 {
  color: #333;
  line-height: 35px;
  font-size: 24px;
  font-weight: 400;
  margin-top: 0.75rem;
  margin-bottom: 0;
}
.box.box.box-linklist.fancy .minilead, .box.box.box-linklist.accordion .minilead {
  line-height: 28px;
  font-size: 18px;
}
.box.box.box-linklist.fancy .icon, .box.box.box-linklist.accordion .icon {
  position: absolute;
  left: -3rem;
  top: 2px;
}
.box.box.box-linklist.fancy .controls, .box.box.box-linklist.accordion .controls {
  margin-top: 1.5rem;
}
.box.box.box-linklist.accordion .icon {
  position: absolute;
  left: -3rem;
  top: 2px;
  transition: transform 0.3s;
}
.box.box.box-linklist.accordion .icon.bullet-open {
  transform: none;
}
.box.box.box-linklist.accordion .icon.bullet-close {
  transform: rotateX(0.25turn) rotateY(0.25turn);
}
.box.box.box-linklist.accordion-huge .item {
  margin-bottom: 2rem;
}
.box.box.box-linklist.accordion-huge .item:last-child {
  margin-bottom: 0;
}
.box.box.box-linklist.accordion-huge h2 {
  color: #333;
  line-height: 35px;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.box.box.box-linklist.accordion-huge.title-left h2 {
  text-align: left;
}
.box.box.box-linklist.accordion-huge.title-right h2 {
  text-align: right;
}
.box.box.box-linklist.accordion-huge.title-center h2 {
  text-align: center;
}
.box.box.box-linklist.accordion-huge.controls-left .controls {
  text-align: left;
}
.box.box.box-linklist.accordion-huge.controls-right .controls {
  text-align: right;
}
.box.box.box-linklist.accordion-huge.controls-center .controls {
  text-align: center;
}
.box.box.box-linklist.accordion-huge .minilead-container {
  margin-top: 15px;
  margin-bottom: 0px;
}
.box.box.box-linklist.accordion-huge .button-close {
  display: none;
}
.box.box.box-linklist.accordion-huge .item.open .minilead-container {
  margin-bottom: 15px;
}
.box.box.box-linklist.accordion-huge .item.open .button-open {
  display: none;
}
.box.box.box-linklist.accordion-huge .item.open .button-close {
  display: inline-block;
}
.box.box.box-menulist.simple ul.menulist {
  display: block;
  padding: 0;
  margin: 0;
}
.box.box.box-menulist.simple ul.menulist > li.item {
  display: block;
  border-bottom: 1px solid #c29f3a;
}
.box.box.box-menulist.simple a {
  color: inherit;
}
.box.box.box-menulist.simple .icon-before {
  margin: 0 4px 0 8px;
}
.box.box.box-menulist.simple .item {
  margin: 0;
  padding: 2px 0;
  color: #161616;
}
.box.box.box-menulist.simple .item.active {
  background-color: #91cdc3;
  color: white;
}
.box.box.box-menulist.simple .item.lvl1 {
  padding-left: 0;
}
.box.box.box-menulist.simple .item.lvl2 {
  padding-left: 1.2rem;
}
.box.box.box-menulist.simple .item.lvl3 {
  padding-left: 2.4rem;
}
.box.box.box-menulist.simple .item.lvl4 {
  padding-left: 3.6rem;
}
.box.box.box-menulist.extended .box-body {
  justify-content: center;
}
.box.box.box-menulist.extended .image > img {
  width: 100%;
  max-width: 100%;
  transition: transform 0.5s;
}
.box.box.box-menulist.extended a.image {
  display: block;
}
.box.box.box-menulist.extended a.link {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.box.box.box-menulist.extended .menu-item {
  display: flex;
  padding-bottom: 12px;
}
.box.box.box-menulist.extended .menu-item:hover .image > img {
  transform: scale(1.12);
  transition: transform 3s;
}
.box.box.box-menulist.extended .item-body {
  border-radius: 7px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.box.box.box-menulist.extended .control {
  background-color: #333;
  z-index: 2;
}
.box.box.box-menulist.extended .control h1 {
  font-weight: normal;
  color: white;
  margin: 0 0 0 12px;
}
.box.box.box-menulist.extended.bottomtitle .item-body {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.box.box.box-menulist.extended.bottomtitle .control {
  display: flex;
  align-items: center;
  position: relative;
}
.box.box.box-menulist.extended.bottomtitle .control h1 {
  font-size: 22px;
  color: white;
  line-height: 56px;
}
.box.box.box-menulist.extended.bottomtitle .control .more {
  margin-left: auto;
  margin-right: 8px;
}
.box.box.box-menulist.extended.toptitle .item-body {
  border-radius: 18px;
  padding-bottom: 10px;
  background-color: #333;
}
.box.box.box-menulist.extended.toptitle .image {
  border-radius: 18px;
  overflow: hidden;
}
.box.box.box-menulist.extended.toptitle .control {
  position: absolute;
  display: flex;
  align-items: center;
  top: 20px;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
}
.box.box.box-menulist.extended.toptitle .control h1 {
  font-size: 18px;
  font-weight: bold;
}
.box.box.box-menulist.extended.toptitle .more {
  margin-left: auto;
  position: relative;
  right: 12px;
  top: 10px;
}
.box.box.box-menulist.extended.white-ribbon .control {
  background-color: white;
}
.box.box.box-menulist.extended.white-ribbon .control h1 {
  color: #333;
}
.box .box.box-guest {
  text-align: center;
}
.box .box.box-map > .map {
  width: 100%;
  min-height: 500px;
}
.box.box.box-imagelist {
  /**
   * képrotátor (image slider)
   */
  /**
   * képlapozó (image slider-ex)
   */
}
.box.box.box-imagelist.talign-right .box-header {
  text-align: right;
}
.box.box.box-imagelist.talign-center .box-header {
  text-align: center;
}
.box.box.box-imagelist.a-left .image {
  align-items: flex-start;
}
.box.box.box-imagelist.a-center .image {
  align-items: center;
}
.box.box.box-imagelist.a-right .image {
  align-items: flex-end;
}
.box.box.box-imagelist.v-top .image {
  justify-content: flex-start;
}
.box.box.box-imagelist.v-center .image {
  justify-content: center;
}
.box.box.box-imagelist.v-bottom .image {
  justify-content: flex-end;
}
.box.box.box-imagelist .box-content {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 200;
}
.box.box.box-imagelist.single .image, .box.box.box-imagelist.responsive .image {
  width: 100%;
}
.box.box.box-imagelist.single .image a, .box.box.box-imagelist.responsive .image a {
  display: block;
}
.box.box.box-imagelist.single .image img, .box.box.box-imagelist.responsive .image img {
  display: block;
  max-width: 100%;
}
.box.box.box-imagelist.single {
  height: 100%;
}
.box.box.box-imagelist.single .image {
  display: flex;
  height: 100%;
}
.box.box.box-imagelist.responsive .image img {
  width: 100%;
}
.box.box.box-imagelist.multi a {
  text-decoration: inherit;
}
.box.box.box-imagelist.multi .subbox.v-top > .image {
  justify-content: flex-start;
}
.box.box.box-imagelist.multi .subbox.v-center > .image {
  justify-content: center;
}
.box.box.box-imagelist.multi .subbox.v-bottom > .image {
  justify-content: flex-end;
}
.box.box.box-imagelist.multi .subbox.a-left > .image {
  align-items: flex-start;
}
.box.box.box-imagelist.multi .subbox.a-center > .image {
  align-items: center;
}
.box.box.box-imagelist.multi .subbox.a-right > .image {
  align-items: flex-end;
}
.box.box.box-imagelist.multi .image {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 100%;
}
.box.box.box-imagelist.multi .image > img {
  display: block;
  max-width: 100%;
}
.box.box.box-imagelist.multi .image > .link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.box.box.box-imagelist.multi h2, .box.box.box-imagelist.multi h3 {
  width: 100%;
  text-align: center;
  margin: 0 auto 10px 0;
  color: #333;
  font-family: "Zeebevel", sherif;
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 8.6px;
  text-transform: uppercase;
  padding-top: 12px;
  padding-left: 0;
  padding-bottom: 10px;
}
.box.box.box-imagelist.multi h2 > a:hover, .box.box.box-imagelist.multi h3 > a:hover {
  color: black;
}
.box.box.box-imagelist.multi .btn-line {
  margin-top: 0.4rem;
  text-align: center;
}
.box.box.box-imagelist.multi .box-content {
  font-family: "Times New Roman", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 1.8px;
}
.box.box.box-imagelist.multi > .row {
  --bs-gutter-y: 1.5rem;
}
.box.box.box-imagelist.multi.g-left > .row {
  justify-content: flex-start;
}
.box.box.box-imagelist.multi.g-center > .row {
  justify-content: center;
}
.box.box.box-imagelist.multi.g-right > .row {
  justify-content: flex-end;
}
.box.box.box-imagelist.multi.v-top > .row {
  align-items: flex-start;
}
.box.box.box-imagelist.multi.v-center > .row {
  align-items: center;
}
.box.box.box-imagelist.multi.v-bottom > .row {
  align-items: flex-end;
}
.box.box.box-imagelist.imgshow {
  position: relative;
}
.box.box.box-imagelist.imgshow .track-panel {
  overflow: hidden;
  width: 100%;
}
.box.box.box-imagelist.imgshow .track {
  display: flex;
  position: relative;
  height: 550px;
}
.box.box.box-imagelist.imgshow .track.anim {
  transition: left 0.4s;
}
.box.box.box-imagelist.imgshow .track-item {
  display: block;
  height: 100%;
  object-fit: cover;
  max-width: 80%;
  margin-right: 30px;
}
.box.box.box-imagelist.imgshow .control {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 96px;
  background-color: transparent;
  transition: background-color 0.4s;
}
.box.box.box-imagelist.imgshow .control:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.box.box.box-imagelist.imgshow .control:hover .ctrl-btn {
  background-color: black;
}
.box.box.box-imagelist.imgshow .control.move-left {
  left: -45px;
}
.box.box.box-imagelist.imgshow .control.move-right {
  right: -45px;
}
.box.box.box-imagelist.imgshow .control .ctrl-btn {
  display: block;
  width: 74px;
  height: 74px;
  background-color: black;
  color: white;
  font-size: 44px;
  text-align: center;
  line-height: 74px;
  border-radius: 50%;
  transition: background-color 0.2s;
}
.box.box.box-imagelist.imgshow .first-item .control.move-left {
  display: none;
}
.box.box.box-imagelist.imgshow .last-item .control.move-right {
  display: none;
}
.box.box.box-imagelist.imgshow .info-panel {
  position: relative;
  overflow: hidden;
  height: 0;
  transition: height 0.4s;
}
.box.box.box-imagelist.imgshow .info-panel > .info {
  display: block;
  position: absolute;
  left: 15px;
  top: 0;
  right: 15px;
  opacity: 0;
  transition: opacity 0.4s;
}
.box.box.box-imagelist.imgshow .info-panel > .info.show {
  opacity: 1;
  transition: opacity 0.4s 0.3s;
}
.box.box.box-imagelist.imgshow h1 {
  font-size: 54px;
  font-weight: 700;
  letter-spacing: 1.62px;
  line-height: 69px;
  margin-bottom: 2.5rem;
  margin-top: 0px;
}
@media (max-width: 767.98px) {
  .box.box.box-imagelist.imgshow h1 {
    font-size: 40px;
  }
}
.box.box.box-imagelist.imgshow h2.box-header {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 1.08px;
  line-height: 55px;
  margin-bottom: 16px;
  margin-top: 0px;
}
.box.box.box-imagelist.imgshow .minilead {
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 28px;
  margin-top: 16px;
}
.box.box.box-imagelist.slider > .frame {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.box.box.box-imagelist.slider .slides,
.box.box.box-imagelist.slider .control {
  display: block;
  margin: 0;
  padding: 0;
  z-index: 1;
}
.box.box.box-imagelist.slider .slides > .item {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
}
.box.box.box-imagelist.slider .slides > .item.show {
  z-index: 1;
}
.box.box.box-imagelist.slider .slides > .item.hidden {
  display: none;
}
.box.box.box-imagelist.slider .slides > .item.show.right div.image {
  animation-name: slider-image-in-right;
}
.box.box.box-imagelist.slider .slides > .item.hide.right div.image {
  animation-name: slider-image-out-right;
}
.box.box.box-imagelist.slider .slides > .item.show.left div.image {
  animation-name: slider-image-in-left;
}
.box.box.box-imagelist.slider .slides > .item.hide.left div.image {
  animation-name: slider-image-out-left;
}
.box.box.box-imagelist.slider .slides > .item.show.opacity div.image {
  animation-name: slider-image-in-opacity;
}
.box.box.box-imagelist.slider .slides > .item.hide.opacity div.image {
  animation-name: slider-image-out-opacity;
}
.box.box.box-imagelist.slider .slides > .item.show.tv div.image {
  animation-name: slider-image-in-tv;
}
.box.box.box-imagelist.slider .slides > .item.hide.tv div.image {
  animation-name: slider-image-out-tv;
}
.box.box.box-imagelist.slider .slides > .item.show.zoom div.image {
  animation-name: slider-image-in-zoom;
}
.box.box.box-imagelist.slider .slides > .item.hide.zoom div.image {
  animation-name: slider-image-out-zoom;
}
.box.box.box-imagelist.slider .slides > .item.show.rota div.image {
  animation-name: slider-image-in-rota;
}
.box.box.box-imagelist.slider .slides > .item.hide.rota div.image {
  animation-name: slider-image-out-rota;
}
.box.box.box-imagelist.slider .slides > .item.show div.title-panel {
  animation-name: slider-text-in;
}
.box.box.box-imagelist.slider .slides > .item.hide div.title-panel {
  animation-name: slider-text-out;
}
.box.box.box-imagelist.slider .slides div.image {
  display: block;
  position: relative;
  width: 100%;
  animation-duration: 1.1s;
}
.box.box.box-imagelist.slider .slides div.image > img {
  width: 100%;
  display: block;
  border: 0;
}
.box.box.box-imagelist.slider div.control {
  opacity: 0.5;
  position: absolute;
  left: 50%;
  bottom: 2vw;
  transition: opacity 300ms;
}
.box.box.box-imagelist.slider div.control > ul {
  display: block;
  padding: 0;
  margin: 0;
  margin-left: -50%;
}
.box.box.box-imagelist.slider div.control > ul > li {
  display: inline-block;
  border: none;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 10px;
  border: 2px solid transparent;
  transition: border-color 0.7s;
}
.box.box.box-imagelist.slider div.control > ul > li.showing {
  border: 2px solid #fff;
}
.box.box.box-imagelist.slider:hover div.control {
  opacity: 1;
}
.box.box.box-imagelist.slider .dot {
  display: block;
  border-radius: 8px;
  background-color: black;
  width: 16px;
  height: 16px;
  margin: 1px;
}
.box.box.box-imagelist.slider .title-panel {
  position: absolute;
  display: flex;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  animation-duration: 0.7s;
}
.box.box.box-imagelist.slider .title-panel > .title-block {
  padding: 0 0 0 16px;
}
.box.box.box-imagelist.slider .title-panel h1 {
  text-align: inherit;
  padding-right: 12px;
  margin-right: 0;
  width: 100%;
  font-size: 45px;
  font-weight: 400;
}
.box.box.box-imagelist.slider .title-panel h1::before {
  display: none;
}
.box.box.box-imagelist.slider .title-panel h2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 200;
  background-color: rgba(0, 83, 134, 0.75);
  color: white;
  padding: 11px 16px 40px 16px;
  border-radius: 5px;
}
.box.box.box-imagelist.slider .title-panel .title-control {
  margin-top: -34px;
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 0.5rem;
}
.box.box.box-imagelist.slider .title-panel .title-control .btn {
  padding: 10px 37px;
  font-size: 18px;
}
.box.box.box-imagelist.slider .title-panel .title-control .btn.btn-primary {
  color: #c29f3a;
  background-color: #9fceef;
}
.box.box.box-imagelist.slider .title-panel.white-txt {
  color: white;
}
.box.box.box-imagelist.slider.talign-right .title-panel {
  justify-content: flex-end;
}
.box.box.box-imagelist.slider.talign-center .title-panel {
  justify-content: center;
}
@keyframes slider-image-in-right {
  from {
    left: 100%;
  }
  to {
    left: 0;
  }
}
@keyframes slider-image-out-right {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}
@keyframes slider-image-out-left {
  from {
    left: 0;
  }
  to {
    left: 100%;
  }
}
@keyframes slider-image-in-left {
  from {
    left: -100%;
  }
  to {
    left: 0;
  }
}
@keyframes slider-image-out-opacity {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes slider-image-in-opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slider-image-out-tv {
  from {
    transform: scaleY(1) scaleX(1);
    opacity: 1;
  }
  to {
    transform: scaleY(0.01) scaleX(1.5);
    opacity: 0;
  }
}
@keyframes slider-image-in-tv {
  from {
    transform: scaleY(0.7) scaleX(1.2);
    opacity: 0;
  }
  to {
    transform: scaleY(1) scaleX(1);
    opacity: 1;
  }
}
@keyframes slider-image-out-zoom {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(3);
    opacity: 0;
  }
}
@keyframes slider-image-in-zoom {
  from {
    transform: scale(0.3);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes slider-image-out-rota {
  from {
    transform: scale(1) rotate(0);
    opacity: 1;
  }
  to {
    transform: scale(0.1) rotate(980deg);
    opacity: 0;
  }
}
@keyframes slider-image-in-rota {
  from {
    transform: scale(0.3) rotate(-30deg);
    opacity: 0.5;
  }
  to {
    transform: scale(1) rotate(0);
    opacity: 1;
  }
}
@keyframes slider-text-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slider-text-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.box.box.box-imagelist.slider-ex .track-container {
  display: block;
  position: relative;
  overflow: hidden;
}
.box.box.box-imagelist.slider-ex .track {
  display: flex;
  position: relative;
  gap: 32px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.box.box.box-imagelist.slider-ex .subbox {
  display: block;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 60%;
  width: 60%;
}
.box.box.box-imagelist.slider-ex .media-panel {
  display: block;
}
.box.box.box-imagelist.slider-ex .media-panel.image {
  border: 1px solid #dddddd;
  border-radius: 14px;
  overflow: hidden;
}
.box.box.box-imagelist.slider-ex .media-panel.image img {
  display: block;
  width: 100%;
}
.box.box.box-imagelist.slider-ex .info-panel > h1 {
  font-size: 26px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1.2;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.box.box.box-imagelist.slider-ex .info-panel > h1 > a {
  color: inherit;
}
.box.box.box-imagelist.slider-ex .info-panel > h1 > a:hover {
  color: white;
}
.box.box.box-imagelist.slider-ex .track-control {
  display: flex;
  position: absolute;
  width: 20%;
  top: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
}
.box.box.box-imagelist.slider-ex .track-control > a {
  display: block;
  position: relative;
  color: white;
  font-size: 40px;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  background-color: black;
  opacity: 1;
  box-shadow: 6px 7px 5px 0px rgba(0, 0, 0, 0.75);
  transition: 0.2s opacity, 0.2s padding, 0.3s background-color;
}
@media (min-width: 768px) {
  .box.box.box-imagelist.slider-ex .track-control > a {
    opacity: 0.2;
    box-shadow: none;
  }
}
.box.box.box-imagelist.slider-ex .track-control.left {
  left: 0;
  justify-content: left;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.box.box.box-imagelist.slider-ex .track-control.right {
  right: 0;
  justify-content: right;
  background: linear-gradient(to left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
@media (min-width: 768px) {
  .box.box.box-imagelist.slider-ex .track-container:hover .track-control > a {
    opacity: 0.7;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5);
  }
  .box.box.box-imagelist.slider-ex .track-container:hover .track-control > a:hover {
    opacity: 1;
  }
  .box.box.box-imagelist.slider-ex .track-container:hover .track-control.left > a:hover {
    padding-right: 10px;
  }
  .box.box.box-imagelist.slider-ex .track-container:hover .track-control.right > a:hover {
    padding-left: 10px;
  }
}
.box.box.box-imagelist.wide h1 {
  margin-bottom: 1rem;
}
.box.box.box-imagelist.wide .subbox-imagehalf {
  display: none;
}
.box.box.box-imagelist.wide .widebox-panel {
  display: block;
}
@media (min-width: 576px) {
  .box.box.box-imagelist.wide .widebox {
    display: flex;
    margin: 1rem 0;
    min-height: 300px;
    flex-direction: row;
  }
  .box.box.box-imagelist.wide.imgleft .widebox.odd, .box.box.box-imagelist.wide.imgright .widebox.even {
    flex-direction: row-reverse;
  }
  .box.box.box-imagelist.wide.imgleft .widebox.even, .box.box.box-imagelist.wide.imgright .widebox.odd {
    flex-direction: row;
  }
  .box.box.box-imagelist.wide .widebox.wide-align-left {
    flex-direction: row-reverse !important;
  }
  .box.box.box-imagelist.wide .widebox.wide-align-right {
    flex-direction: row !important;
  }
  .box.box.box-imagelist.wide .subbox-texthalf,
  .box.box.box-imagelist.wide .subbox-imagehalf {
    display: block;
    position: relative;
    width: 50%;
  }
  .box.box.box-imagelist.wide .subbox-texthalf {
    background-color: white;
    padding: 16px 32px;
    z-index: 2;
  }
  .box.box.box-imagelist.wide .subbox-imagehalf {
    z-index: 1;
  }
  .box.box.box-imagelist.wide .image {
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 0;
  }
  .box.box.box-imagelist.wide .image.mobile {
    display: none;
  }
  .box.box.box-imagelist.wide h2.subbox-header {
    color: #cfb55b;
    font-size: 30px;
    font-style: normal;
    font-weight: bold;
  }
  .box.box.box-imagelist.wide .subbox-content {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
  }
  .box.box.box-imagelist.wide .content-control {
    margin-bottom: 1rem;
  }
  .box.box.box-imagelist.wide .content-control .btn {
    --bs-btn-padding-y: 8px;
    --bs-btn-padding-x: 32px;
    --bs-btn-font-size: 18px;
    --bs-btn-border-radius: 0;
    text-transform: uppercase;
  }
}
.basicform article.txt {
  margin-bottom: 1em;
}
.basicform .form {
  padding-bottom: 2em;
  padding: 1em;
  margin: 1.6em 0;
  border: 1px solid #8C8C8C;
}
.basicform form {
  display: block;
}
.basicform h2 {
  font-weight: normal;
  font-size: 28px;
  color: rgb(0, 106, 178);
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid rgb(0, 106, 178);
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.basicform label {
  font-size: 27px;
  font-family: "Zeebevel", sherif;
  color: rgb(140, 150, 156);
  line-height: 1.704;
  margin-bottom: 0.25rem;
}
.basicform label.form-check-label {
  line-height: 1.7;
}
.basicform .form-check {
  min-height: 3rem;
}
.basicform .form-check .form-check-input {
  width: 40px;
  height: 40px;
  margin-right: 7px;
}
.basicform .form-text {
  font-size: 18px;
  color: rgb(115, 115, 115);
}
.basicform .form-control {
  border-color: #c29f3a;
  border-radius: 0;
  --bs-body-bg: rgb(194, 186.5625, 165.1);
  --bs-body-color: #51595e;
  font-size: 27px;
  font-family: "Zeebevel", sherif;
  line-height: 56px;
  height: 56px;
}
.basicform .form-control:focus {
  border-color: #c29f3a;
  box-shadow: 0 0 0 0.2rem #c29f3a;
  background-color: #fff;
}
.basicform .form-control::placeholder {
  color: #babdbf;
}
.basicform .form-control:disabled {
  opacity: 0.5;
}
.basicform textarea.form-control {
  height: auto;
}
.basicform .form-control.is-invalid,
.basicform .is-invalid .form-control {
  color: white;
  background-color: #c29f3a;
  border-color: #c29f3a;
}
.basicform .btn-primary {
  background-color: #c29f3a;
}
.basicform .btn {
  border-width: 0;
  border-radius: 8px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Zeebevel", sherif;
  letter-spacing: 1px;
  cursor: pointer;
}

/**
 * Gombok
 */
.button {
  display: inline-block;
  background-color: #c29f3a;
  border-radius: 5px;
  color: white;
  text-transform: uppercase;
  font-size: 22px;
  padding: 2px 10px;
  transition: background-color 0.2s;
}
.button:hover {
  color: white;
  background-color: #F26522;
  text-decoration: none;
}
.button.green {
  background-color: #8dc73f;
}

/**
 * Bs extend
 */
.btn {
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-padding-y: 15px;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: #000;
  --bs-btn-border-radius: 0;
  --bs-btn-bg: transparent;
  --bs-btn-font-weight: 600;
  --bs-btn-color: #000;
  --bs-btn-font-size: 22px;
  --bs-btn-hover-color: var(--bs-btn-color);
  --bs-btn-hover-bg: var(--bs-btn-bg);
  --bs-btn-hover-border-color: var(--bs-btn-border-color);
  line-height: 1;
  letter-spacing: 4.4px;
  text-transform: uppercase;
}

/**
 * Freetext styles
 */
.txt {
  color: inherit;
}
.txt a {
  color: #c29f3a;
  text-decoration: none;
}
.txt a:hover {
  color: #191970;
}
.txt strong,
.txt b {
  font-weight: bold;
}
.txt i,
.txt em {
  font-style: italic;
}
.txt sup {
  font-size: smaller;
  line-height: normal;
  vertical-align: super;
}
.txt sub {
  font-size: smaller;
  line-height: normal;
  vertical-align: sub;
}
.txt ul {
  list-style-type: disc;
  list-style-position: inside;
}
.txt ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.txt > ul, .txt > ol {
  margin: 15px 0;
  margin-left: 1.75em;
}
.txt p {
  margin: 15px 0;
}
.txt > *:first-child {
  margin-top: 0;
}
.txt > *:last-child {
  margin-bottom: 0;
}
.txt li > p {
  display: inline;
  margin: 0;
}
.txt blockquote {
  display: block;
  padding: 1rem 2.8rem;
  margin: 1rem 0;
  background-color: rgba(128, 128, 128, 0.1);
  position: relative;
  overflow: hidden;
}
.txt blockquote > blockquote {
  margin-top: 0;
}
.txt blockquote + blockquote {
  margin-top: -1rem;
}
.txt blockquote::before {
  display: block;
  position: absolute;
  left: 7px;
  top: -10px;
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  content: "“";
}
.txt blockquote::after {
  display: block;
  position: absolute;
  right: 7px;
  bottom: -35px;
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  content: "”";
}
.txt .left {
  text-align: left;
}
.txt .right {
  text-align: right;
}
.txt .center {
  text-align: center;
}
.txt .justify {
  text-align: justify;
}
.txt .clear {
  clear: both;
}
.txt .full-width {
  margin-left: 0;
  margin-right: 0;
}
.txt .h1 {
  font-size: 32px;
  font-weight: 700;
}
.txt .h2 {
  font-size: 24px;
  font-weight: 600;
}
.txt .h3 {
  font-size: 24px;
  font-weight: normal;
}
.txt .xs {
  font-size: 12px;
}
.txt .s {
  font-size: 14px;
}
.txt .m {
  font-size: 16px;
}
.txt .l {
  font-size: 18px;
}
.txt .xl {
  font-size: 20px;
}
.txt .alert,
.txt .red {
  color: #f00;
}
.txt span.image {
  display: block;
  text-align: center;
  font-size: 19px;
  color: rgb(140, 150, 156);
  line-height: 1.2;
  overflow: hidden;
}
.txt span.image img {
  display: block;
  margin-bottom: 5px;
  border: 0;
  border-radius: 12px;
}
.txt span.image.baseline img {
  max-width: 100%;
}
.txt span.image.none img {
  margin-bottom: 0;
}
.txt span.image.full img {
  width: 100%;
}
.txt span.video_panel {
  display: block;
}
.txt span.video_panel.baseline {
  text-align: center;
}
.txt span.video_panel.baseline > .video {
  text-align: center;
}
.txt span.video_panel > .video {
  margin: 0 auto;
}
.txt span.video_panel > .video img, .txt span.video_panel > .video video {
  max-width: 100%;
}
.txt span.video_panel.full img, .txt span.video_panel.full video, .txt span.video_panel.full .video {
  width: 100%;
}
.txt span.image.left,
.txt span.video_panel.left {
  float: left;
  padding-right: 10px;
}
.txt span.image.center img {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}
.txt span.image.right,
.txt span.video_panel.right {
  float: right;
  padding-left: 10px;
}
.txt span.image.cright,
.txt span.video_panel.cright {
  clear: right;
}
.txt span.embed {
  display: block;
  position: relative;
}
@media (max-width: 767px) {
  .txt span.image img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .txt span.image.left, .txt span.image.right {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.txt .ctable {
  overflow: auto;
  max-width: 100%;
  font-family: inherit;
  color: inherit;
  font-size: inherit;
}
.txt .ctable > table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 4px;
}
.txt .ctable a {
  color: white;
}
.txt .ctable td {
  padding: 7px 9px;
  background-color: transparent;
}
.txt .ctable td:last-child {
  border-right: none;
}
.txt .ctable td > p:first-child {
  margin-top: 0;
}
.txt .ctable td > p:last-child {
  margin-bottom: 0;
}
.txt .ctable td.chead {
  font-weight: bold;
  background-color: var(--content-skin-color, purple);
  color: black;
}
.txt .ctable td.crow-dark {
  background-color: color-mix(in srgb, var(--content-skin-color, purple) 30%, transparent);
}
.txt .ctable td.crow-light {
  background-color: color-mix(in srgb, var(--content-skin-color, purple) 15%, transparent);
}
.txt .ctable td.crow-gray1 {
  background-color: #cacbcd;
}
.txt .ctable td.crow-gray2 {
  background-color: #e3e4e5;
}
.txt .ctable td.crow-simple {
  background-color: transparent;
}
.txt .ctable td.cleft {
  text-align: left;
}
.txt .ctable td.ccenter {
  text-align: center;
}
.txt .ctable td.cright {
  text-align: right;
}
.txt .ctable td.cjustify {
  text-align: justify;
}
.txt .ctable td.ctop {
  vertical-align: top;
}
.txt .ctable td.cmiddle {
  vertical-align: middle;
}
.txt .ctable td.cbottom {
  vertical-align: bottom;
}

/**
 * Header
 */
/**
 * Fejléc
 */
#site-header {
  background-color: #fff;
}
#site-header .hamburger {
  display: block;
  height: 37px;
  font-size: 37px;
  line-height: 37px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  z-index: 2;
  margin-left: 3vw;
  color: inherit;
}
#site-header .hamburger > span {
  font-size: calc(1.325rem + 0.9vw);
  vertical-align: center;
}
#site-header .hamburger-close {
  display: block;
  position: fixed;
  z-index: 11;
  right: 1vw;
  top: 1vw;
  width: 37px;
  height: 37px;
  line-height: 45px;
  font-size: 30px;
  text-align: center;
  color: black !important;
  vertical-align: middle;
  cursor: pointer;
}
#site-header .hamburger-panel {
  display: flex;
  width: 100%;
  align-items: center;
  height: 58px;
  background-color: #fff;
}
#site-header .menu-block {
  display: block;
}
#site-header .menu-panel {
  display: none;
}
#site-header .language-part {
  display: none;
}
#site-header .mobile-language-part {
  display: none;
}
#site-header .logo {
  text-align: center;
}
#site-header .logo img.image {
  display: inline-block;
  max-width: 27vw;
  width: 163px;
  height: auto;
}
#site-header .logo.normal {
  display: block;
}
#site-header .logo.mobile {
  display: none;
}
#site-header div.logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1200px) {
  #site-header {
    position: relative;
    top: 0;
    z-index: 10;
    width: 100%;
    font-family: "Zeebevel", sherif;
    font-size: 1rem;
    color: #161616;
  }
  #site-header .hamburger-panel,
  #site-header .hamburger-close {
    display: none;
  }
  #site-header div.logo {
    padding: 20px 0;
  }
  #site-header .header-line.header-line-full {
    display: flex;
    height: 103px;
    background-color: #fff;
  }
  #site-header .menu-block {
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
  }
  #site-header .menu-panel {
    display: block;
    flex: 1;
    height: 103px;
    width: 100%;
  }
  #site-header .language-part {
    display: block;
    align-self: center;
    margin-left: 28px;
  }
  #site-header .language-part > lang {
    display: inline-block;
    position: relative;
    top: -2px;
  }
  #site-header.fixed .header-line.header-line-full {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
    transition: box-shadow 0.3s;
  }
}
@media (max-width: 1199.98px) {
  #site-header .hamburger-close {
    display: none;
  }
  #site-header div.logo {
    padding: 15px 0 5px 0;
    border-bottom: 1px solid black;
  }
  #site-header .header-line.header-line-full {
    display: flex;
    height: 58px;
  }
  #site-header.fixed .hamburger-panel {
    position: fixed;
    z-index: 10;
    top: 0;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
    transition: box-shadow 0.3s;
  }
}
#site-header.open .hamburger-panel {
  display: none;
}
#site-header.open .hamburger-close {
  display: block;
}
#site-header.open .mobile-language-part {
  display: none;
  padding: 3px 0;
  text-align: center;
}
#site-header.open .logo.mobile {
  display: block;
}
#site-header.open .menu-panel {
  display: block;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
  overflow: scroll;
  overflow-x: hidden;
  animation-name: menu-panel-open;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
}
@keyframes menu-panel-open {
  from {
    top: -100%;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

/**
 * Lábléc
 */
footer {
  overflow: hidden;
}

#site-footer-info {
  width: 100%;
  font-size: 17px;
  color: black;
  background-color: white;
}
#site-footer-info a {
  color: inherit;
  text-decoration: underline;
}
#site-footer-info .footer-info-panel {
  padding-top: 9px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767.98px) {
  #site-footer-info .footer-info-panel {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/**
 * Breadcrumb
 */
div.breadcrumb {
  display: block;
  max-width: 1280px;
  font-family: "Zeebevel", sherif;
  font-size: 1rem;
  color: #161616;
  background-color: white;
  margin: 0 auto;
  padding: 17px 0 17px 0;
  border-radius: 0;
  text-transform: uppercase;
}
body.view-breadcumbless div.breadcrumb {
  display: none;
}
body.view-wide-breadcrumb div.breadcrumb {
  max-width: none;
}
body.view-wide-breadcrumb div.breadcrumb ul.breadcrumb {
  max-width: 1280px;
  margin: 0 auto;
}
div.breadcrumb a {
  color: inherit;
}
div.breadcrumb ul.breadcrumb {
  display: flex;
  padding: 0;
  margin: 0;
  color: #7B7B80;
  align-items: center;
}
div.breadcrumb ul.breadcrumb > li {
  display: block;
  padding: 0;
  margin: 0;
  line-height: 30px;
}
div.breadcrumb ul.breadcrumb > li.breadcrumb-item {
  border: 1px solid #B5B5B5;
  border-radius: 12px;
  font-size: 12px;
  padding: 0 12px;
  color: #161616;
}
div.breadcrumb ul.breadcrumb > li.breadcrumb-item:last-child {
  background-color: #7B7B80;
  color: white;
}
div.breadcrumb ul.breadcrumb > li.breadcrumb-sep {
  padding: 0 8px;
}

/**
 * Menu
 */
#site-header ul.menu {
  display: flex;
}
#site-header ul.menu a {
  color: inherit;
  text-decoration: inherit;
}
#site-header ul.menu li {
  display: block;
}
@media (min-width: 1200px) {
  #site-header ul.menu {
    display: none;
    font-family: "Zeebevel", sherif;
    font-size: 16px;
    font-weight: bold;
    color: inherit;
    letter-spacing: 3.2px;
  }
  #site-header ul.menu .more {
    display: none;
  }
  #site-header ul.menu li.menu-item:hover > ul.menu {
    display: flex;
  }
  #site-header ul.menu.lvl1 {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    padding: 0;
    align-items: center;
    height: 100%;
    text-transform: uppercase;
  }
  #site-header ul.menu.lvl1 > li.menu-item {
    position: relative;
    padding: 0px;
  }
  #site-header ul.menu.lvl1 > li.menu-item > .menu-item-line {
    position: relative;
  }
  #site-header ul.menu.lvl1 > li.menu-item > .menu-item-line > a.menu-link {
    display: block;
    position: relative;
    z-index: 2;
    height: 103px;
    line-height: 99px;
    padding: 0 20px;
  }
  #site-header ul.menu.lvl1 > li.menu-item.current:before, #site-header ul.menu.lvl1 > li.menu-item.current-parent:before {
    display: block;
    position: absolute;
    left: 0;
    right: -35px;
    top: 0;
    bottom: 0;
    content: " ";
    background-image: url(hover_menu_image.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  #site-header ul.menu.lvl1 > li.menu-item.current > .menu-item-line > a.menu-link, #site-header ul.menu.lvl1 > li.menu-item.current-parent > .menu-item-line > a.menu-link {
    color: white;
  }
  #site-header ul.menu.lvl1 > li.menu-item:hover:before {
    display: block;
    position: absolute;
    left: 0;
    right: -35px;
    top: 0;
    bottom: 0;
    content: " ";
    background-image: url(hover_menu_image.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  #site-header ul.menu.lvl1 > li.menu-item:hover > .menu-item-line > a.menu-link {
    color: #fff !important;
  }
  #site-header ul.menu.lvl2 {
    position: absolute;
    flex-direction: column;
    background-color: white;
    margin: -8px 0 0 0;
    padding: 12px 8px 12px 16px;
    z-index: 1;
    min-width: 200px;
    box-shadow: 1px 2px 6px 1px rgba(0, 0, 0, 0.15);
  }
  #site-header ul.menu.lvl2::before {
    z-index: -1;
    display: block;
    position: absolute;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    content: " ";
  }
  #site-header ul.menu.lvl2::after {
    display: block;
    position: absolute;
    border: 6px solid #dbdbdb;
    border-right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    width: 29px;
    content: " ";
  }
  #site-header ul.menu.lvl2 li.menu-item {
    border-bottom: 1px solid black;
    color: black;
    position: relative;
    z-index: 2;
  }
  #site-header ul.menu.lvl2 li.menu-item:last-child {
    border-bottom: none;
  }
  #site-header ul.menu.lvl2 li.menu-item:hover {
    color: #ffd400;
  }
  #site-header ul.menu.lvl2 .menu-item-line {
    white-space: nowrap;
    padding: 2px 7px;
  }
}
@media (max-width: 1199.98px) {
  #site-header ul.menu {
    flex-direction: column;
    padding: 0;
    margin: 0;
    font-family: "Zeebevel", sherif;
    font-size: 19px;
    font-weight: bold;
    color: inherit;
    letter-spacing: 3.8px;
  }
  #site-header ul.menu.lvl1 {
    margin: 0;
  }
  #site-header ul.menu li.menu-item {
    border-bottom: 1px solid black;
    text-transform: uppercase;
    width: 100%;
  }
  #site-header ul.menu li.menu-item.current > .menu-item-line {
    background-image: url(hover_menu_image.png);
    background-position: -5px center;
    background-repeat: no-repeat;
    background-size: contain;
    color: white;
  }
  #site-header ul.menu li.menu-item.current-parent > .menu-item-line {
    background-color: rgba(194, 159, 58, 0.15);
  }
  #site-header ul.menu li.menu-item > ul.menu {
    display: none;
  }
  #site-header ul.menu li.menu-item.open > .menu-item-line > .more.open {
    display: none;
  }
  #site-header ul.menu li.menu-item.open > .menu-item-line > .more.close {
    display: block;
  }
  #site-header ul.menu li.menu-item.open > ul.menu {
    display: flex;
  }
  #site-header ul.menu .menu-item-line {
    display: flex;
    padding: 0;
  }
  #site-header ul.menu .menu-item-line a.menu-link {
    flex: 1;
    padding: 22px 19px;
  }
  #site-header ul.menu .more {
    display: none;
    /*
    			font-size: 22px;
    			height: 27px;
    			line-height: 27px;
    			padding: 0 10px;

    			&.open {
    				display: block;
    			}
    			&.close {
    				display: none;
    			}
    */
  }
  #site-header ul.menu.lvl2 > li.menu-item > .menu-item-line {
    padding-left: 22px;
  }
  #site-header ul.menu.lvl2 > li.menu-item:last-child {
    border-bottom: none;
  }
}

/**
 * Content oldal
 */
#site-content {
  margin: 0 auto;
  display: block;
  flex: 1;
  width: 100%;
  overflow: hidden;
  /**
   * Error page
   */
  /**
   * Error panel
   */
}
@media (min-width: 768px) {
  #site-content {
    display: flex;
    flex-wrap: wrap;
  }
}
.content #site-content {
  max-width: 1280px;
  padding: 0 26px 1px 26px;
}
.content.view-wide-content #site-content {
  max-width: none;
}
.content.view-wide-content #site-content .site-content-panel {
  max-width: 1228px;
  margin: 0 auto;
}
#site-content .sidebar {
  --bs-gutter-x: 1.5rem;
}
@media (min-width: 768px) {
  #site-content .sidebar {
    min-width: 30%;
    width: 30%;
  }
}
@media (min-width: 992px) {
  #site-content .sidebar {
    min-width: 20%;
    width: 20%;
  }
}
#site-content .sidebar .boxpanel-fluid .boxpanel-row-base {
  padding: 0;
}
#site-content .boxpanel-left {
  order: 2;
}
@media (min-width: 576px) {
  #site-content .boxpanel-left {
    margin-left: calc(-0.5 * var(--bs-gutter-x));
  }
}
#site-content .boxpanel-right {
  order: 4;
}
@media (min-width: 576px) {
  #site-content .boxpanel-right {
    margin-right: calc(-0.5 * var(--bs-gutter-x));
  }
}
#site-content .site-content-panel {
  order: 3;
  flex: 1;
}
#site-content.panel-left .site-content-panel, #site-content.panel-right .site-content-panel {
  width: 80%;
}
#site-content.panel-left.panel-right .site-content-panel {
  width: 60%;
}
#site-content .boxpanel-chead,
#site-content .boxpanel-cfoot {
  width: 100%;
}
#site-content .content {
  /**
   * Article oldal saját stílusok
   */
  /**
   * Cikklista oldal
   */
}
#site-content .content > h1 {
  padding: 0;
  margin: 50px 0px 20px 0px;
  font-size: 34px;
  font-weight: 700;
}
#site-content .content > h2 {
  padding: 0;
  margin: -15px 0px 20px 0px;
  font-size: 24px;
  font-weight: 700;
}
#site-content .content > article {
  font-family: "Times New Roman", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 1.8px;
}
#site-content .content a:not([href]):not([class]) {
  height: 0px;
  visibility: hidden;
}
#site-content .content .cpart h2.section-title {
  margin-bottom: 1.2rem;
}
#site-content .content .cpart h2.section-title > .title, #site-content .content .cpart h2.section-title > .subtitle {
  display: block;
  font-weight: 600;
}
#site-content .content .cpart h2.section-title > .title {
  font-size: 24px;
}
#site-content .content .cpart h2.section-title > .subtitle {
  font-size: 20px;
}
#site-content .content .cpart.basic-part {
  display: block;
}
#site-content .content .cpart.basic-part:last-child {
  margin-bottom: 60px;
}
#site-content .content .cpart.basic-part ~ .cpart.social-part {
  margin-top: 60px;
}
#site-content .content .cpart.basic-part > article {
  font-family: "Times New Roman", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 1.8px;
}
#site-content .content .cpart.basic-part.white-panel {
  background-color: var(--content-skin-color, white);
  margin: 20px 0;
  border-radius: 15px;
  overflow: hidden;
}
#site-content .content .cpart.basic-part.white-panel > article {
  padding: 20px;
  background-color: white;
}
#site-content .content .cpart.basic-part.white-panel:not(.skinless) > article {
  border-radius: 10px;
  margin-bottom: 10px;
}
#site-content .content .cpart.twocol-part {
  margin: 20px 0;
}
@media (min-width: 768px) {
  #site-content .content .cpart.twocol-part {
    display: flex;
  }
}
@media (min-width: 768px) {
  #site-content .content .cpart.twocol-part > article {
    width: 50%;
    flex-basis: 50%;
    padding: 20px;
  }
  #site-content .content .cpart.twocol-part > article.column-1 {
    padding-left: 0px;
  }
  #site-content .content .cpart.twocol-part > article.column-2 {
    padding-right: 0px;
  }
}
@media (max-width: 767.98px) {
  #site-content .content .cpart.twocol-part > article.column-1 {
    padding-bottom: 20px;
  }
}
#site-content .content .cpart.twocol-part.white-panel {
  background-color: var(--content-skin-color, white);
  border-radius: 15px;
  overflow: hidden;
}
#site-content .content .cpart.twocol-part.white-panel > article {
  padding: 20px;
  background-color: white;
}
@media (min-width: 768px) {
  #site-content .content .cpart.twocol-part.white-panel:not(.skinless) > article {
    border-radius: 10px;
    margin-bottom: 10px;
  }
  #site-content .content .cpart.twocol-part.white-panel:not(.skinless) > article.column-1 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-right: 10px;
  }
  #site-content .content .cpart.twocol-part.white-panel:not(.skinless) > article.column-2 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 10px;
  }
}
@media (max-width: 767.98px) {
  #site-content .content .cpart.twocol-part.white-panel > article.column-2 {
    padding-top: 0;
    margin-bottom: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
#site-content .content .cpart.eventhead-part {
  margin-top: 50px;
}
#site-content .content .cpart.eventhead-part > h1 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #site-content .content .cpart.eventhead-part > h1 {
    margin-top: 20px;
    font-size: 34px;
  }
}
#site-content .content .cpart.eventhead-part > h2 {
  padding: 0;
  margin: -15px 0px 20px 0px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 768px) {
  #site-content .content .cpart.eventhead-part > h2 {
    font-size: 24px;
  }
}
#site-content .content .cpart.eventhead-part > .head-info {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  #site-content .content .cpart.eventhead-part > .head-info {
    flex-direction: row;
  }
}
#site-content .content .cpart.eventhead-part .alert-title {
  display: block;
  position: absolute;
  left: 0;
  top: 8%;
  max-width: 77%;
  font-size: 16px;
  font-weight: 600;
  color: white;
  padding: 8px 20px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: red;
}
#site-content .content .cpart.eventhead-part .friend-menu {
  display: none;
  position: absolute;
  right: 0;
  bottom: -14px;
}
@media (max-width: 767.98px) {
  #site-content .content .cpart.eventhead-part .friend-menu.mobile {
    display: block;
  }
}
#site-content .content .cpart.eventhead-part .friend-menu.desktop {
  bottom: -9px;
}
@media (min-width: 768px) {
  #site-content .content .cpart.eventhead-part .friend-menu.desktop {
    display: block;
  }
}
#site-content .content .cpart.eventhead-part .friend-menu > .friend-menu-badge {
  display: block;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 600;
  background-color: var(--content-skin-color);
  color: var(--content-skin-textcolor);
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
}
#site-content .content .cpart.eventhead-part .image {
  display: block;
  flex: 1;
}
@media (min-width: 768px) {
  #site-content .content .cpart.eventhead-part .image {
    position: relative;
    min-height: 46vw;
  }
}
@media (min-width: 1200px) {
  #site-content .content .cpart.eventhead-part .image {
    min-height: 560px;
  }
}
#site-content .content .cpart.eventhead-part .image-container {
  background-image: var(--head-image);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 16px 0px 0px 16px;
}
@media (max-width: 767.98px) {
  #site-content .content .cpart.eventhead-part .image-container {
    position: relative;
    border-radius: 16px;
    padding-top: 75%;
  }
}
#site-content .content .cpart.eventhead-part .image-object {
  width: 100%;
  height: 550px;
  object-fit: cover;
  object-position: center center;
  border-radius: 16px 0px 0px 16px;
}
@media (max-width: 767.98px) {
  #site-content .content .cpart.eventhead-part .image-object {
    border-radius: 16px;
    height: auto;
  }
}
#site-content .content .cpart.eventhead-part .info {
  flex: 0;
  min-width: 30%;
  background-color: white;
  padding: 40px;
}
#site-content .content .cpart.eventhead-part .info > .strong {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#site-content .content .cpart.eventhead-part .info > .block {
  margin-bottom: 20px;
}
#site-content .content .cpart.eventhead-part .time-floater {
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  padding: 10px;
  font-weight: 600;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  background-color: var(--content-skin-color);
  color: var(--content-skin-textcolor);
}
@media (min-width: 768px) {
  #site-content .content .cpart.eventhead-part .time-floater {
    bottom: -11px;
  }
}
#site-content .content .cpart.eventhead-part .ticket,
#site-content .content .cpart.eventhead-part .free {
  margin: 40px 0 20px 0;
}
#site-content .content .cpart.eventhead-part .ticket .btn,
#site-content .content .cpart.eventhead-part .free .btn {
  display: block;
  --bs-btn-padding-y: 9px;
  --bs-btn-color: black;
  --bs-btn-hover-color: #444;
}
#site-content .content .cpart.eventhead-part .ticket .btn:not(a),
#site-content .content .cpart.eventhead-part .free .btn:not(a) {
  cursor: default;
}
#site-content .content .cpart.eventhead-part .ticket .btn.btn-primary,
#site-content .content .cpart.eventhead-part .free .btn.btn-primary {
  --bs-btn-bg: var(--content-skin-color);
  --bs-btn-hover-bg: var(--content-skin-color);
  --bs-btn-color: var(--content-skin-textcolor);
  --bs-btn-hover-color: var(--content-skin-textcolor);
}
#site-content .content .cpart.eventhead-part .ticket .btn.btn-secondary,
#site-content .content .cpart.eventhead-part .free .btn.btn-secondary {
  --bs-btn-bg: var(--content-skin-light-color);
  --bs-btn-hover-bg: var(--content-skin-light-color);
  --bs-btn-color: var(--content-skin-textcolor);
  --bs-btn-hover-color: var(--content-skin-textcolor);
}
#site-content .content .cpart.eventhead-part .share .line {
  display: block;
  margin: 10px 0;
}
#site-content .content .cpart.eventhead-part .share .social-link.g-calendar {
  font-weight: 600;
}
#site-content .content .cpart.eventhead-part .social-button {
  display: inline-flex;
  overflow: hidden;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 700;
  height: 45px;
}
#site-content .content .cpart.eventhead-part .social-button.facebook {
  background-color: #f3f3f3;
}
#site-content .content .cpart.eventhead-part .social-button > .icon, #site-content .content .cpart.eventhead-part .social-button > .text {
  padding-left: 15px;
  padding-right: 15px;
}
#site-content .content .cpart.eventhead-part .social-button > .icon {
  align-self: center;
}
#site-content .content .cpart.eventhead-part .social-button > .text {
  padding-left: 13px;
  line-height: 45px;
}
#site-content .content .cpart.gallery-part {
  margin: 20px 0 40px 0;
}
#site-content .content .cpart.contact-part {
  background-color: white;
  padding: 30px 20px;
  border-radius: 13px;
  margin-bottom: 30px;
  --bs-border-color: rgb(105, 114, 125);
}
#site-content .content .cpart.contact-part .important {
  color: var(--content-skin-color);
  font-size: inherit;
  font-weight: 700;
}
#site-content .content .cpart.contact-part .form-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
#site-content .content .cpart.contact-part .contact-form {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
}
#site-content .content .cpart.contact-part .form-group {
  margin-bottom: 0.5rem;
}
#site-content .content .cpart.contact-part .form-group label.form-label {
  display: block;
  margin-bottom: 2px;
}
#site-content .content .cpart.contact-part .form-group .form-control {
  padding-top: 9px;
  padding-bottom: 9px;
}
#site-content .content .cpart.contact-part .btn.btn-primary {
  display: block;
  width: 100%;
  text-transform: uppercase;
  --bs-btn-bg: var(--content-skin-color);
  --bs-btn-hover-bg: var(--content-skin-color);
  --bs-btn-font-size: 15px;
  --bs-btn-font-weight: 500;
  --bs-btn-color: black;
  --bs-btn-hover-color: white;
  --bs-btn-padding-y: 9px;
}
#site-content .content .cpart.social-part .social-button {
  display: inline-flex;
  overflow: hidden;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 700;
  color: white;
  height: 45px;
  margin-bottom: 60px;
  transition: filter 300ms;
  filter: saturate(1) brightness(1);
}
#site-content .content .cpart.social-part .social-button:hover {
  filter: saturate(1.5) brightness(1.2);
}
#site-content .content .cpart.social-part .social-button + .social-button {
  margin-left: 8px;
}
#site-content .content .cpart.social-part .social-button.facebook {
  background-color: rgb(59, 89, 152);
}
#site-content .content .cpart.social-part .social-button.email {
  background-color: rgb(234, 67, 53);
}
#site-content .content .cpart.social-part .social-button > .icon, #site-content .content .cpart.social-part .social-button > .text {
  padding-left: 15px;
  padding-right: 15px;
}
#site-content .content .cpart.social-part .social-button > .icon {
  align-self: center;
}
#site-content .content .cpart.social-part .social-button > .text {
  padding-left: 13px;
  line-height: 45px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0));
}
#site-content .content .cpart.download-part {
  margin-bottom: 60px;
  margin-top: 30px;
}
#site-content .content .cpart.download-part .join-download {
  display: block;
  padding: 0;
  margin: 0;
}
#site-content .content .cpart.download-part .download {
  display: block;
  padding: 0;
  margin: 0;
}
#site-content .content .cpart.download-part.images .join-download {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
  row-gap: 30px;
}
#site-content .content .cpart.download-part.images .download {
  padding: 0 30px;
}
@media (min-width: 576px) {
  #site-content .content .cpart.download-part.images .download {
    width: 50%;
  }
}
@media (min-width: 768px) {
  #site-content .content .cpart.download-part.images .download {
    width: 33%;
  }
}
#site-content .content .cpart.download-part.images .item-title {
  display: block;
  color: black;
  font-size: 24px;
  font-weight: 600;
  margin-top: 10px;
}
#site-content .content .cpart.download-part.simple .item-title {
  color: #4169e1;
  font-weight: 700;
  line-height: 24px;
}
#site-content .content .cpart.download-part.simple .item-title:hover {
  color: black;
}
#site-content .content .cpart.download-part img {
  display: block;
  border-radius: 13px;
  max-width: 100%;
}
#site-content .content .cpart.form-part {
  background-color: white;
  padding: 30px 20px;
  border-radius: 13px;
  margin-bottom: 30px;
  margin-top: 30px;
  --bs-border-color: rgb(105, 114, 125);
}
#site-content .content .cpart.form-part .important {
  color: var(--content-skin-color);
  font-size: inherit;
  font-weight: 700;
}
#site-content .content .cpart.form-part .form-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
#site-content .content .cpart.form-part .form-group {
  margin-bottom: 0.5rem;
}
#site-content .content .cpart.form-part .form-group label.form-label {
  display: block;
  margin-bottom: 2px;
}
#site-content .content .cpart.form-part .form-group .form-control {
  padding-top: 9px;
  padding-bottom: 9px;
}
#site-content .content .cpart.form-part .btn.btn-primary {
  display: block;
  width: 100%;
  text-transform: uppercase;
  --bs-btn-bg: var(--content-skin-color);
  --bs-btn-hover-bg: var(--content-skin-color);
  --bs-btn-font-size: 15px;
  --bs-btn-font-weight: 500;
  --bs-btn-color: var(--content-skin-textcolor);
  --bs-btn-hover-color: var(--content-skin-textcolor);
  --bs-btn-padding-y: 9px;
}
#site-content .content .cpart.pricetable-part table.prices {
  border: 1px solid black;
  width: 100%;
}
#site-content .content .cpart.pricetable-part table.prices td, #site-content .content .cpart.pricetable-part table.prices th {
  border: 1px solid black;
  padding: 3px 8px;
}
#site-content .content.article > .head-image {
  margin-top: 50px;
  margin-bottom: -30px;
}
#site-content .content.article > .head-image > img {
  border-radius: 16px;
  width: 100%;
}
#site-content .content.page_error .error {
  border: 2px solid red;
  background-color: #a40c0c;
  margin: 1rem 0;
  color: white;
  font-size: 18px;
  padding: 2rem;
}
#site-content ul.errors {
  background-color: #efa0a6;
  color: #890202;
  font-size: 26px;
  padding: 0.7rem 1rem 0.7rem 3rem;
}
#site-content .walker {
  display: block;
  text-align: right;
  margin-bottom: 1rem;
  margin-top: 30px;
  font-size: 17px;
  font-weight: 600;
  color: rgb(80, 80, 80);
}
#site-content .walker > ul {
  display: inline;
  margin: 0;
  padding: 0;
}
#site-content .walker > ul > li {
  display: inline;
  margin: 0;
  padding: 0 5px;
}
#site-content .walker a {
  color: inherit;
  text-decoration: inherit;
}
#site-content .walker .currentpage {
  color: black;
  font-weight: 900;
}

/**
 * Méretezhető vendébox tartó.
 */
.sized-box {
  position: relative;
  height: var(--panel-height);
}
.sized-box.noheight {
  height: auto;
}
.sized-box.h-percent {
  height: 0;
  padding-bottom: var(--panel-height);
}
.sized-box > .sized-panel {
  display: block;
}
.sized-box:not(.noheight) > .sized-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.sized-box .sized-iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}

.global-popup {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 20;
}
.global-popup.open {
  display: block;
}
.global-popup.open .shader {
  animation-name: global-popup-shader-slidein;
  animation-duration: 0.5s;
}
.global-popup.open .panel {
  opacity: 0;
}
.global-popup.loading .loader {
  display: flex;
  opacity: 0;
  animation-name: global-popup-loader, global-popup-loader2;
  animation-duration: 0.35s, 0.7s;
  animation-delay: 0.3s;
  animation-direction: normal, alternate;
  animation-iteration-count: 1, infinite;
}
.global-popup.ready .panel {
  opacity: 1;
  animation-name: global-popup-panel-slidein;
  animation-duration: 0.3s;
}
.global-popup.closing {
  display: block;
}
.global-popup.closing .panel {
  opacity: 0;
  animation-name: global-popup-panel-slideout;
  animation-duration: 0.3s;
}
.global-popup.closing .shader {
  opacity: 0;
  animation-name: global-popup-shader-slideout;
  animation-duration: 0.5s;
}
.global-popup .shader,
.global-popup .loader,
.global-popup .panel {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.global-popup .shader {
  background-color: rgba(0, 0, 0, 0.5);
}
.global-popup .panel {
  display: flex;
  align-items: center;
  justify-content: center;
}
.global-popup .loader {
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  color: #cccccc;
}
.global-popup .content-panel {
  display: block;
  position: relative;
  background-color: white;
  background-clip: content-box;
  border: 15px solid rgba(0, 0, 0, 0.2);
  min-width: 10vw;
  min-height: 10vw;
  max-width: 90vw;
  max-height: 90vh;
  overflow: auto;
}
@media (max-width: 767.98px) {
  .global-popup .content-panel {
    max-width: 99vw;
  }
}
.global-popup .content-panel .popup-close {
  position: absolute;
  font-size: 30px;
  color: #161616;
  right: 8px;
  top: 0px;
  z-index: 1;
}
.global-popup.loading .load-invisible {
  visibility: hidden;
}

@keyframes global-popup-panel-slidein {
  from {
    top: -100px;
    opacity: 0;
  }
  to {
    top: 0px;
    opacity: 1;
  }
}
@keyframes global-popup-shader-slidein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes global-popup-panel-slideout {
  from {
    opacity: 1;
  }
  to {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes global-popup-shader-slideout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes global-popup-loader {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 0.4;
  }
}
@keyframes global-popup-loader2 {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 0.8;
    transform: scale(1.2);
  }
}
.gallery-container .images {
  margin: 0;
}
.gallery-container .images .image {
  position: relative;
  width: 25%;
}
.gallery-container .images .image > img.image-object {
  border-radius: 7px;
}
.gallery-container .images .image > a.shade {
  border-radius: 7px;
  display: block;
  position: absolute;
  left: 5px;
  right: 5px;
  top: 0;
  bottom: 0;
  transition: background-color 0.5s;
}
.gallery-container .images .image > a.shade:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.gallery-container.fixed .images {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.gallery-container.fixed .image {
  display: flex;
  position: relative;
  width: 25%;
  flex-basis: 25%;
  padding: 0 5px;
}
.gallery-container.fixed .image > img.image-object {
  object-fit: cover;
  width: 100%;
  border-radius: 7px;
  object-fit: cover;
}
.gallery-container.tiled .image {
  position: relative;
  float: left;
  padding: 0 0 10px 0;
  width: 33%;
  text-align: center;
}
.gallery-container.tiled .image.loading {
  visibility: hidden;
}
.gallery-container.tiled .image > a.shade {
  bottom: 10px;
}

#gpopup {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  align-items: center;
  justify-content: center;
  /**
   * okk txt popup
   */
}
#gpopup > .gpopup-container {
  display: block;
  position: relative;
  transform-origin: right bottom;
  max-width: calc(100vw - 40px);
  max-height: calc(100vh - 40px);
  border: 4px solid #27336b;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 10px 0px;
  padding: 0;
  margin: 0;
  background-color: white;
}
@media (min-width: 992px) {
  #gpopup > .gpopup-container {
    max-width: 60vw;
  }
}
#gpopup .gpopup-shader {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
#gpopup .gpopup-close-button {
  display: block;
  position: absolute;
  top: -20px;
  right: -20px;
  width: 48px;
  height: 48px;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  text-shadow: 0 0 6px white, 0 0 3px white, 0 0 2px white;
  cursor: pointer;
  z-index: 1;
}
#gpopup .gpopup-close-button > .icon {
  position: relative;
  z-index: 2;
}
#gpopup .gpopup-close-button::before {
  display: block;
  position: absolute;
  left: 6px;
  right: 6px;
  top: 6px;
  bottom: 6px;
  border-radius: 22px;
  background-color: white;
  content: " ";
  z-index: 1;
}
#gpopup .gpopup-link {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#gpopup #gpopup_title,
#gpopup #gpopup_text,
#gpopup #gpopup_image {
  display: block;
}
#gpopup #gpopup_title,
#gpopup #gpopup_text {
  margin: 16px;
}
#gpopup #gpopup_image {
  max-width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
#gpopup img {
  display: block;
  object-fit: contain;
}
#gpopup h1 {
  color: rgb(0, 0, 0);
  font-size: 32px;
  font-weight: bold;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
}
#gpopup.show {
  display: flex;
}
#gpopup.hide {
  animation: 1s gpopup-hide;
}
@keyframes gpopup-hide {
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#gpopup.hide > .gpopup-container {
  animation: 1s gpopup-container-hide;
}
@keyframes gpopup-container-hide {
  0% {
    top: 0;
  }
  4% {
    top: -50px;
  }
  8% {
    top: 0;
  }
  12% {
    top: -100px;
    transform: scale(1);
  }
  16% {
    top: 0px;
  }
  100% {
    top: 40vh;
    transform: scale(0);
  }
}
#gpopup.okk-txt-over #gpopup_text {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 1em;
  color: white;
  font-size: 36px;
  font-size: min(3vh, 3vw);
  text-transform: uppercase;
}
#gpopup.okk-txt-over #gpopup_text p {
  margin-bottom: 0.8em;
  line-height: 1.2;
}
#gpopup.okk-txt-over #gpopup_text p:last-child {
  margin-bottom: 0;
}
#gpopup.okk-txt-over #gpopup_image {
  max-width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
  border-radius: 12px;
}
#gpopup.okk-txt-over img {
  width: 100%;
  height: 100%;
  max-height: 90vh;
}

/**
 * Galéria popup
 */
.gallery-frame {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  animation-name: gallery-open;
  animation-duration: 300ms;
  z-index: 1000;
  color: white;
}
@keyframes gallery-open {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.gallery-frame a {
  color: inherit;
}
.gallery-frame.closing {
  animation-duration: 500ms;
  animation-name: gallery-close;
}
@keyframes gallery-close {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.gallery-frame .loader {
  display: none;
}
.gallery-frame.loading .loader {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  background-color: rgba(220, 220, 220, 0.5);
}
.gallery-frame > .image {
  position: absolute;
  left: 50%;
  top: 50%;
}
.gallery-frame > .image > img {
  display: block;
  margin-left: -50%;
}
.gallery-frame > .image > .loader {
  display: none;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  background-color: rgba(220, 220, 220, 0.5);
}
.gallery-frame > .image.loading > img {
  display: none;
}
.gallery-frame > .image.loading > .loader {
  display: block;
}
.gallery-frame > .image.in {
  animation-name: gallery-image-in;
  animation-duration: 500ms;
}
@keyframes gallery-image-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.gallery-frame > .image.in-left {
  animation-name: gallery-image-in-left;
  animation-duration: 700ms;
}
@keyframes gallery-image-in-left {
  from {
    left: -50%;
  }
  to {
    left: 50%;
  }
}
.gallery-frame > .image.in-right {
  animation-name: gallery-image-in-right;
  animation-duration: 700ms;
}
@keyframes gallery-image-in-right {
  from {
    left: 150%;
  }
  to {
    left: 50%;
  }
}
.gallery-frame > .image.out-left {
  animation-name: gallery-image-out-left;
  animation-duration: 700ms;
}
@keyframes gallery-image-out-left {
  from {
    /* left: 50%; */
  }
  to {
    left: -50%;
  }
}
.gallery-frame > .image.out-right {
  animation-name: gallery-image-out-right;
  animation-duration: 700ms;
}
@keyframes gallery-image-out-right {
  from {
    /* left: 50%; */
  }
  to {
    left: 150%;
  }
}
.gallery-frame a.slide-button {
  display: none;
}
@media (min-width: 768px) {
  .gallery-frame a.slide-button {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    width: 10%;
    min-width: 50px;
    opacity: 0.55;
    font-size: 30px;
    transition: opacity 0.2s;
    align-items: center;
  }
  .gallery-frame a.slide-button:hover {
    opacity: 1;
  }
  .gallery-frame a.slide-button.left {
    justify-content: flex-end;
    left: 0;
  }
  .gallery-frame a.slide-button.right {
    justify-content: flex-start;
    right: 0;
  }
}
@media (min-width: 768px) {
  .gallery-frame.has-left a.slide-button.left, .gallery-frame.has-right a.slide-button.right {
    display: flex;
  }
}
.gallery-frame .controls {
  display: flex;
  gap: 20px;
  position: absolute;
  right: 25px;
  top: 15px;
  font-size: 26px;
  z-index: 11;
}
.gallery-frame .controls .gallery-button {
  display: block;
  cursor: pointer;
}
.gallery-frame .controls .gallery-button[data-gallery-action~=windowed] {
  display: none;
}
.gallery-frame.full-screen .controls .gallery-button[data-gallery-action~=windowed] {
  display: block;
}
.gallery-frame.full-screen .controls .gallery-button[data-gallery-action~=full-screen] {
  display: none;
}

.badge {
  display: inline-block;
  padding: 0.35em 10px;
  border-radius: 0;
  border-top-right-radius: 9px;
  margin-left: 4px;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}
.badge.info-badge {
  background-color: #008300;
}
.badge.alert-badge {
  background-color: #ff0000;
}

.admin-panel {
  position: fixed;
  right: 5px;
  top: 5px;
  border: 1px solid blue;
  background: rgba(128, 122, 150, 0.3882352941);
  z-index: 10;
  padding: 2px;
}
@media (max-width: 1199.98px) {
  .admin-panel {
    right: 60px;
  }
}
.admin-panel .abtn {
  display: block;
  padding: 8px 12px;
}
.admin-panel .abtn.abtn-open {
  font-size: 18px;
}
.admin-panel .abtn.abtn-link {
  margin: 2px;
  border-radius: 2px;
  background-color: rgba(223, 224, 237, 0.9);
  font-weight: 600;
}
.admin-panel .abtn.abtn-link > small {
  display: block;
  font-weight: normal;
}
.admin-panel .close {
  display: block;
}
.admin-panel .open {
  display: none;
}
.admin-panel.opened .close {
  display: none;
}
.admin-panel.opened .open {
  display: block;
}
.box .admin-panel {
  position: absolute;
  right: 5px;
  border-top-right-radius: 10px;
}

body.jw {
  background: white;
  background-attachment: fixed;
  font-family: "Zeebevel", sherif;
  font-size: 1rem;
  font-weight: 400;
  color: #333;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media (min-width: 1200px) {
  body.jw.fixed-header {
    margin-top: 103px;
  }
}
@media (max-width: 1199.98px) {
  body.jw {
    margin-top: 78px;
  }
}

body.preview {
  margin: 1rem;
}
body.preview > pre {
  margin-top: 2rem;
}

.block {
  max-width: 1280px;
  margin: 0 auto;
}

a {
  transition: color 0.2s, background-color 0.2s;
  text-decoration: none;
}

.gothic-debug {
  background-color: #dddddd;
  color: black;
  border: 1px solid black;
  padding: 5px;
  white-space: pre-line;
}

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