@charset "UTF-8";
/*
@import 'font/raleway';
@import 'font/spartan';
@import 'font/roboto';
*/
@font-face {
  font-family: "Libre Caslon Text";
  font-style: normal;
  font-weight: bold;
  src: url("fonts/LibreCaslonText/LibreCaslonText-Bold.ttf");
}
@font-face {
  font-family: "Libre Caslon Text";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/LibreCaslonText/LibreCaslonText-Regular.ttf");
}
/**
 * Header
 */
/**
 * Fejléc
 */
#site-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 5;
}
#site-header .hamburger {
  display: none;
  position: absolute;
  right: 10px;
  top: 33px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 30px;
  text-align: center;
  vertical-align: middle;
  color: white !important;
  cursor: pointer;
  z-index: 10;
  transition: background-color 0.3s, top 0.3s;
}
@media (max-width: 575.98px) {
  #site-header .hamburger {
    display: block;
  }
}
#site-header .hamburger > .icon {
  line-height: inherit;
}
#site-header .hamburger > .open {
  display: block;
}
#site-header .hamburger > .close {
  display: none;
}
#site-header .header-panel {
  display: flex;
  color: white;
  z-index: 1;
  height: 114px;
  width: 100%;
}
@media (min-width: 576px) {
  #site-header .header-panel {
    width: fit-content;
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 140px 20px auto 20px;
  }
}
@media (min-width: 1200px) {
  #site-header .header-panel {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
#site-header .top-shader {
  background-color: #c33c42;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 114px;
  z-index: -1;
}
#site-header div.logo {
  display: block;
  width: 100%;
  align-self: center;
}
@media (min-width: 576px) {
  #site-header div.logo {
    width: auto;
    order: 1;
    grid-row: 1/3;
    grid-column: 1;
  }
}
#site-header div.logo a {
  display: block;
}
#site-header div.logo img {
  display: block;
}
#site-header div.logo img.desktop {
  display: none;
  width: 140px;
}
@media (min-width: 576px) {
  #site-header div.logo img.desktop {
    display: block;
  }
}
#site-header div.logo img.mobile {
  display: none;
  padding-left: 20px;
  padding-right: 25px;
  max-height: 114px;
}
@media (max-width: 575.98px) {
  #site-header div.logo img.mobile {
    display: block;
  }
}
#site-header .sep {
  display: none;
  visibility: hidden;
  flex: 1;
  padding: 4px 8px 0 8px;
  min-width: 48px;
  box-sizing: content-box;
}
@media (min-width: 1200px) {
  #site-header .sep {
    display: block;
  }
}
#site-header .sep > .line {
  display: block;
  height: 2px;
  width: 100%;
  background-color: white;
}
#site-header .sep.sep0 {
  grid-row: 1/3;
  grid-column: 2;
  padding: 20px 9px;
  min-width: auto;
}
@media (min-width: 576px) {
  #site-header .sep.sep0 {
    display: block;
  }
}
#site-header .sep.sep0 > .line {
  display: block;
  height: 100%;
  width: 2px;
  background-color: white;
}
#site-header .sep.sep1 {
  order: 2;
}
#site-header .sep.sep2 {
  order: 4;
}
#site-header .sep.sep3 {
  order: 6;
}
#site-header .info {
  display: none;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  align-self: center;
}
@media (min-width: 576px) {
  #site-header .info {
    display: block;
    order: 3;
    grid-row: 1;
    grid-column: 3/5;
  }
}
#site-header .info > p {
  margin: 0;
}
#site-header .icon-panel {
  display: none;
  justify-content: center;
  gap: 20px;
  background-color: #c6bcb7;
  color: #000;
  font-size: 40px;
  padding: 10px;
}
#site-header .icon-panel > .icon {
  color: inherit;
}
#site-header .links {
  display: none;
  padding: 10px;
}
#site-header .links > .link {
  display: block;
  color: #c33c42;
  text-align: center;
}
#site-header .links > .sep {
  display: none;
}
#site-header .languages {
  display: flex;
  padding-right: 90px;
  align-self: center;
  grid-row: 2;
  grid-column: 4;
  order: 7;
}
@media (min-width: 576px) {
  #site-header .languages {
    align-self: start;
    justify-self: end;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  #site-header .languages {
    align-self: unset;
  }
}
#site-header .languages .lang {
  display: block;
}
#site-header .languages .icon {
  display: block;
  width: 40px;
}
#site-header .menu-panel {
  display: none;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  #site-header .menu-panel {
    display: block;
    grid-row: 2;
    grid-column: 3;
    order: 5;
  }
}
#site-header .mobile-shader {
  display: none;
  z-index: -1;
  position: fixed;
  left: 0;
  right: 0;
  top: 114px;
  bottom: 0;
  background-color: #efe3dc;
}
#site-header .mobile-foot {
  display: none;
  background-color: #c33c42;
  font-size: 13px;
  text-align: center;
}
#site-header .mobile-foot > .logo, #site-header .mobile-foot > .text {
  display: block;
  margin: 4px 0;
}
#site-header.open {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#site-header.open .hamburger > .open {
  display: none;
}
#site-header.open .hamburger > .close {
  display: block;
}
#site-header.open .mobile-shader {
  display: block;
}
#site-header.open .header-panel {
  height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 114px auto 1fr auto auto auto;
}
#site-header.open .languages {
  grid-row: 1;
  grid-column: 2;
  justify-self: end;
}
#site-header.open .info {
  display: block;
  grid-row: 2;
  grid-column: 1/3;
  color: #c33c42;
  text-align: center;
  padding: 10px 25px;
}
#site-header.open .menu-panel {
  display: block;
  grid-row: 3;
  grid-column: 1/3;
  padding-top: 10px;
}
#site-header.open .links {
  display: block;
  grid-row: 4;
  grid-column: 1/3;
}
#site-header.open .icon-panel {
  display: flex;
  grid-row: 5;
  grid-column: 1/3;
}
#site-header.open .mobile-foot {
  display: block;
  grid-row: 6;
  grid-column: 1/3;
}

/**
 * Lábléc
 */
#site-footer {
  margin: 0;
  padding: 20px 0 20px 0;
  position: relative;
  background-color: #efe3dc;
  color: #c33c42;
  text-align: left;
}
#site-footer .logo {
  position: relative;
  text-align: center;
}
#site-footer .logo::before {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background-color: #c33c42;
  content: " ";
  z-index: 1;
}
#site-footer .logo::after {
  display: block;
  position: absolute;
  width: 178px;
  height: 223px;
  left: calc(50% - 178px/2);
  top: 0;
  background-color: #efe3dc;
  content: " ";
  z-index: 1;
}
#site-footer .logo > img {
  position: relative;
  z-index: 2;
  max-width: 178px;
}
#site-footer .icon-panel {
  display: flex;
  justify-content: center;
  gap: 10px;
  color: #000;
  font-size: 22px;
  margin: 20px 0 20px 0;
}
#site-footer .link-panel {
  text-align: center;
  font-size: 15.3388px;
}
#site-footer .szechenyi-logo {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
#site-footer .szechenyi-logo > img {
  display: block;
  max-width: 350px;
}
#site-footer a {
  color: inherit;
}

#site-footer-info {
  width: 100%;
  font-size: 11px;
  background-color: #c33c42;
  color: #efe3dc;
}
#site-footer-info .footer-info-panel {
  padding: 10px 0;
  margin: 0 auto;
  width: fit-content;
  display: flex;
}
#site-footer-info img.logo {
  display: block;
  height: 21px;
}
#site-footer-info .text {
  flex: 1;
  margin-left: 12px;
}

/**
 * Breadcrumb
 */
div.breadcrumb {
  display: block;
  max-width: 1280px;
  font-family: "Libre Caslon Text", sans-serif;
  font-size: 11px;
  color: #c33c42;
  margin: 0 auto;
  padding: 10px 0 10px 0;
  border-radius: 0;
  text-transform: uppercase;
  width: 100%;
}
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 {
  display: block;
  color: inherit;
  line-height: inherit;
}
div.breadcrumb ul.breadcrumb {
  display: flex;
  padding: 0;
  margin: 0;
  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 #c4c4c4;
  border-radius: 12px;
  background-color: white;
  padding: 0 12px;
  margin: 7px 0;
}
div.breadcrumb ul.breadcrumb > li.breadcrumb-item:hover {
  background-color: #c33c42;
  color: white;
}
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: 576px) {
  #site-header ul.menu {
    display: none;
    font-family: "Libre Caslon Text", sans-serif;
    font-size: 16px;
    font-weight: inherit;
    color: inherit;
  }
  #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;
    padding: 0;
    align-items: flex-start;
    height: 100%;
  }
  #site-header ul.menu.lvl1 > li.menu-item {
    position: relative;
    padding: 0 7px;
  }
  #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;
    line-height: 1.3;
  }
  #site-header ul.menu.lvl1 > li.menu-item.current::after, #site-header ul.menu.lvl1 > li.menu-item.current-parent::after {
    display: block;
    position: absolute;
    left: 5px;
    right: 5px;
    top: 100%;
    height: 3px;
    background-color: #efe3dc;
    content: " ";
  }
  #site-header ul.menu.lvl1 > li.menu-item:hover {
    color: #efe3dc;
  }
  #site-header ul.menu.lvl2 {
    position: absolute;
    flex-direction: column;
    background-color: #860c0d;
    margin: 5px 0 0 0;
    padding: 8px;
    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 li.menu-item {
    border-bottom: 1px solid black;
  }
  #site-header ul.menu.lvl2 li.menu-item:last-child {
    border-bottom: none;
  }
  #site-header ul.menu.lvl2 li.menu-item:hover {
    background-color: #efe3dc;
    color: #c33c42;
  }
  #site-header ul.menu.lvl2 .menu-item-line {
    white-space: nowrap;
    padding: 2px 7px;
  }
}
@media (max-width: 575.98px) {
  #site-header ul.menu {
    flex-direction: column;
    padding: 0;
    margin: 0;
    font-family: "Libre Caslon Text", sans-serif;
    font-size: 18px;
    font-weight: inherit;
    color: #c33c42;
  }
  #site-header ul.menu li.menu-item {
    font-weight: 400;
    width: 100%;
  }
  #site-header ul.menu li.menu-item.current > .menu-item-line {
    background-color: black;
    color: white;
  }
  #site-header ul.menu li.menu-item.current-parent > .menu-item-line {
    background-color: rgba(0, 0, 0, 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 li.menu-item:last-child > .menu-item-line::after {
    display: none;
  }
  #site-header ul.menu .menu-item-line {
    display: flex;
    position: relative;
    padding: 12px 5px;
    text-align: center;
    font-size: 32px;
  }
  #site-header ul.menu .menu-item-line a.menu-link {
    flex: 1;
  }
  #site-header ul.menu .menu-item-line::after {
    display: block;
    position: absolute;
    bottom: 0;
    height: 2px;
    left: 36%;
    right: 36%;
    background-color: #860c0d;
    content: " ";
  }
  #site-header ul.menu .more {
    font-size: 22px;
    height: 27px;
    line-height: 27px;
    padding: 0 10px;
  }
  #site-header ul.menu .more.open {
    display: block;
  }
  #site-header ul.menu .more.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;
  }
}

#site-footer ul.menu {
  display: flex;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #b2b2b9;
}
#site-footer ul.menu li {
  display: block;
  padding: 0;
  margin: 0;
  line-height: 4rem;
  text-transform: uppercase;
  padding: 0 6px;
}
#site-footer ul.menu li:first-child {
  padding-left: 0;
}
#site-footer ul.menu li:last-child {
  padding-right: 0;
}

/**
 * Boxpanel
 */
.boxpanel-fluid {
  width: 100%;
  padding: 0;
  overflow: hidden;
}
@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;
  z-index: -1;
}
.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%;
}
.boxpanel-fluid a[name^=boxpart] {
  position: relative;
  top: -114px;
}

.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 {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  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 {
  --boxx-border-color: transparent;
  --boxx-border-style: none;
  --boxx-border-width: 20px;
  --boxx-background-color: none;
  --boxx-text-color: inherit;
  --boxx-subbox-title-color: inherit;
  /* title */
  /* contentlist */
  /* timeline */
  /* contentlist */
  /* downloads */
}
.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;
}
.box.border-baige {
  --boxx-border-style: solid;
  --boxx-border-color: #efe3dc;
}
.box.border-baige.border-tr-1 {
  --boxx-border-color: rgba(239, 227, 220, 0.85);
}
.box.border-baige.border-tr-2 {
  --boxx-border-color: rgba(239, 227, 220, 0.7);
}
.box.tbg-baige {
  --boxx-background-color: #efe3dc;
}
.box.tbg-baige.tbg-tr-1 {
  --boxx-background-color: rgba(239, 227, 220, 0.85);
}
.box.tbg-baige.tbg-tr-2 {
  --boxx-background-color: rgba(239, 227, 220, 0.7);
}
.box.txt-baige {
  --boxx-text-color: #efe3dc;
}
.box.titc-baige > header {
  color: #efe3dc;
}
.box.sbtc-baige {
  --boxx-subbox-title-color: #efe3dc;
}
.box.border-darkbaige {
  --boxx-border-style: solid;
  --boxx-border-color: #c6bcb7;
}
.box.border-darkbaige.border-tr-1 {
  --boxx-border-color: rgba(198, 188, 183, 0.85);
}
.box.border-darkbaige.border-tr-2 {
  --boxx-border-color: rgba(198, 188, 183, 0.7);
}
.box.tbg-darkbaige {
  --boxx-background-color: #c6bcb7;
}
.box.tbg-darkbaige.tbg-tr-1 {
  --boxx-background-color: rgba(198, 188, 183, 0.85);
}
.box.tbg-darkbaige.tbg-tr-2 {
  --boxx-background-color: rgba(198, 188, 183, 0.7);
}
.box.txt-darkbaige {
  --boxx-text-color: #c6bcb7;
}
.box.titc-darkbaige > header {
  color: #c6bcb7;
}
.box.sbtc-darkbaige {
  --boxx-subbox-title-color: #c6bcb7;
}
.box.border-red {
  --boxx-border-style: solid;
  --boxx-border-color: #c33c42;
}
.box.border-red.border-tr-1 {
  --boxx-border-color: rgba(195, 60, 66, 0.85);
}
.box.border-red.border-tr-2 {
  --boxx-border-color: rgba(195, 60, 66, 0.7);
}
.box.tbg-red {
  --boxx-background-color: #c33c42;
}
.box.tbg-red.tbg-tr-1 {
  --boxx-background-color: rgba(195, 60, 66, 0.85);
}
.box.tbg-red.tbg-tr-2 {
  --boxx-background-color: rgba(195, 60, 66, 0.7);
}
.box.txt-red {
  --boxx-text-color: #c33c42;
}
.box.titc-red > header {
  color: #c33c42;
}
.box.sbtc-red {
  --boxx-subbox-title-color: #c33c42;
}
.box.border-darkred {
  --boxx-border-style: solid;
  --boxx-border-color: #860c0d;
}
.box.border-darkred.border-tr-1 {
  --boxx-border-color: rgba(134, 12, 13, 0.85);
}
.box.border-darkred.border-tr-2 {
  --boxx-border-color: rgba(134, 12, 13, 0.7);
}
.box.tbg-darkred {
  --boxx-background-color: #860c0d;
}
.box.tbg-darkred.tbg-tr-1 {
  --boxx-background-color: rgba(134, 12, 13, 0.85);
}
.box.tbg-darkred.tbg-tr-2 {
  --boxx-background-color: rgba(134, 12, 13, 0.7);
}
.box.txt-darkred {
  --boxx-text-color: #860c0d;
}
.box.titc-darkred > header {
  color: #860c0d;
}
.box.sbtc-darkred {
  --boxx-subbox-title-color: #860c0d;
}
.box.border-black {
  --boxx-border-style: solid;
  --boxx-border-color: #000;
}
.box.border-black.border-tr-1 {
  --boxx-border-color: rgba(0, 0, 0, 0.85);
}
.box.border-black.border-tr-2 {
  --boxx-border-color: rgba(0, 0, 0, 0.7);
}
.box.tbg-black {
  --boxx-background-color: #000;
}
.box.tbg-black.tbg-tr-1 {
  --boxx-background-color: rgba(0, 0, 0, 0.85);
}
.box.tbg-black.tbg-tr-2 {
  --boxx-background-color: rgba(0, 0, 0, 0.7);
}
.box.txt-black {
  --boxx-text-color: #000;
}
.box.titc-black > header {
  color: #000;
}
.box.sbtc-black {
  --boxx-subbox-title-color: #000;
}
@media (max-width: 767.98px) {
  .box.border-baige, .box.border-darkbaige, .box.border-red, .box.border-darkred, .box.border-black {
    --boxx-border-width: 15px;
  }
}
@media (max-width: 575.98px) {
  .box.border-baige, .box.border-darkbaige, .box.border-red, .box.border-darkred, .box.border-black {
    --boxx-border-width: 10px;
  }
}
.box.white-bcg {
  background-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-body,
.box .subbox-body {
  border-width: var(--boxx-border-width);
  border-style: var(--boxx-border-style);
  border-color: var(--boxx-border-color);
  background-color: var(--boxx-background-color);
  color: var(--boxx-text-color);
}
.box > header {
  color: #c33c42;
  text-align: center;
}
.box > header > h1 {
  font-weight: normal;
  margin-bottom: 1.2rem;
  font-size: 40px;
}
@media (max-width: 767.98px) {
  .box > header > h1 {
    font-size: 35px;
  }
}
@media (max-width: 575.98px) {
  .box > header > h1 {
    font-size: 30px;
  }
}
.box.hiddenboxtitle > header {
  display: none;
}
.box.box-title {
  border-width: var(--boxx-border-width);
  border-style: var(--boxx-border-style);
  border-color: var(--boxx-border-color);
  background-color: var(--boxx-background-color);
  color: var(--boxx-text-color);
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}
.box.box-title.left {
  text-align: left;
}
.box.box-title.right {
  text-align: right;
}
.box.box-title a:not(.btn) {
  color: inherit;
}
.box.box-title h1 {
  font-size: 40px;
}
@media (max-width: 767.98px) {
  .box.box-title h1 {
    font-size: 35px;
  }
}
@media (max-width: 575.98px) {
  .box.box-title h1 {
    font-size: 30px;
  }
}
.box.box-title h2 {
  font-size: 30px;
}
@media (max-width: 767.98px) {
  .box.box-title h2 {
    font-size: 25px;
  }
}
@media (max-width: 575.98px) {
  .box.box-title h2 {
    font-size: 20px;
  }
}
.box.box-title article {
  font-size: 18px;
}
.box.box-title.white-txt {
  color: white;
}
.box.box-title.hiddenboxtitle h1 {
  display: none;
}
.box.box-title.h-margin-0 {
  padding-left: 0;
  padding-right: 0;
}
.box.box-title.top-padding-0 {
  padding-top: 0;
}
.box.box-title.bottom-padding-0 {
  padding-bottom: 0;
}
.box.box-title.h-margin-1 {
  padding-left: 10px;
  padding-right: 10px;
}
.box.box-title.top-padding-1 {
  padding-top: 10px;
}
.box.box-title.bottom-padding-1 {
  padding-bottom: 10px;
}
.box.box-title.h-margin-2 {
  padding-left: 20px;
  padding-right: 20px;
}
.box.box-title.top-padding-2 {
  padding-top: 20px;
}
.box.box-title.bottom-padding-2 {
  padding-bottom: 20px;
}
.box.box-title.h-margin-3 {
  padding-left: 40px;
  padding-right: 40px;
}
.box.box-title.top-padding-3 {
  padding-top: 40px;
}
.box.box-title.bottom-padding-3 {
  padding-bottom: 40px;
}
.box.box-title.h-margin-4 {
  padding-left: 80px;
  padding-right: 80px;
}
.box.box-title.top-padding-4 {
  padding-top: 80px;
}
.box.box-title.bottom-padding-4 {
  padding-bottom: 80px;
}
.box.box-title.btn-baige .btn.btn-action {
  --bs-btn-font-weight: bold;
  --bs-btn-bg: #efe3dc;
  --bs-btn-hover-bg: #c6bcb7;
  --bs-btn-color: #c33c42;
  --bs-btn-hover-color: #860c0d;
}
.box.box-title.btn-red .btn.btn-action {
  --bs-btn-font-weight: bold;
  --bs-btn-bg: #c33c42;
  --bs-btn-hover-bg: #860c0d;
  --bs-btn-color: #efe3dc;
  --bs-btn-hover-color: #c6bcb7;
}
.box.box-contentlist {
  margin-left: 0;
  margin-right: 0;
}
.box.box-contentlist .row {
  --bs-gutter-x: 14px;
}
.box.box-contentlist .subbox {
  display: flex;
  transition: transform 0.2s, opacity 0.2s;
  margin: 12px 0;
  --bs-gutter-x: 14px;
}
.box.box-contentlist .subbox.canhover:hover .image > img {
  transition: transform 3s;
  transform: scale(1.12);
}
.box.box-contentlist .subbox-body {
  height: 100%;
  width: 100%;
}
.box.box-contentlist .subbox header {
  text-align: center;
  color: var(--boxx-subbox-title-color);
}
.box.box-contentlist .subbox header a {
  color: inherit;
}
.box.box-contentlist .box-content {
  padding: 20px 9% 9% 9%;
}
.box.box-contentlist .lead {
  font-size: 1rem;
  font-weight: normal;
}
.box.box-contentlist.hiddenlead .lead {
  display: none;
}
.box.box-contentlist h2.title {
  color: inherit;
  font-size: 30px;
}
@media (max-width: 767.98px) {
  .box.box-contentlist h2.title {
    font-size: 25px;
  }
}
@media (max-width: 575.98px) {
  .box.box-contentlist h2.title {
    font-size: 20px;
  }
}
.box.box-contentlist h3.subtitle {
  color: inherit;
  font-size: 20px;
}
@media (max-width: 767.98px) {
  .box.box-contentlist h3.subtitle {
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .box.box-contentlist h3.subtitle {
    font-size: 10px;
  }
}
.box.box-contentlist.hiddentitle .subbox h2.title {
  display: none;
}
.box.box-contentlist.hiddensubtitle .subbox h3.subtitle {
  display: none;
}
.box.box-contentlist .image {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 10px 10px 0 10px;
}
.box.box-contentlist .image > a.shader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.box.box-contentlist .image > img {
  display: block;
  transition: transform 0.5s;
  width: 100%;
  max-width: 100%;
}
.box.box-contentlist.hiddenimages .image {
  display: none;
}
.box.box-contentlist.border-none .image {
  padding: 0 !important;
}
.box.box-contentlist .content-control {
  display: none;
  margin: 10px 0 5px 0;
  text-align: center;
}
.box.box-contentlist.showcontentcontrol .content-control {
  display: block;
}
.box.box-contentlist.btn-baige .btn.btn-more {
  --bs-btn-font-weight: bold;
  --bs-btn-bg: #efe3dc;
  --bs-btn-hover-bg: #c6bcb7;
  --bs-btn-color: #c33c42;
  --bs-btn-hover-color: #860c0d;
}
.box.box-contentlist.btn-red .btn.btn-more {
  --bs-btn-font-weight: bold;
  --bs-btn-bg: #c33c42;
  --bs-btn-hover-bg: #860c0d;
  --bs-btn-color: #efe3dc;
  --bs-btn-hover-color: #c6bcb7;
}
@media (min-width: 768px) {
  .box.box-contentlist.wide .subbox-body {
    display: flex;
    flex-direction: row;
  }
  .box.box-contentlist.wide .subbox:nth-child(2n+1) .subbox-body {
    flex-direction: row-reverse;
  }
  .box.box-contentlist.wide.imgright .subbox-body {
    flex-direction: row-reverse;
  }
  .box.box-contentlist.wide.imgright .subbox:nth-child(2n+1) .subbox-body {
    flex-direction: row;
  }
}
.box.box-contentlist.wide .image,
.box.box-contentlist.wide .box-content {
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 50%;
}
.box.box-contentlist.wide .image {
  display: flex;
  padding-bottom: 10px;
  padding-right: 0;
}
.box.box-contentlist.wide .image > img {
  object-fit: cover;
}
.box.box-contentlist.wide .box-content {
  padding: 20px 3% 3% 3%;
  align-self: center;
}
.box.box-timeline {
  --timeline-item-zoom: 1;
  --timeline-item-slip: 0;
}
@media (max-width: 1399.98px) {
  .box.box-timeline {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
.box.box-timeline .timeline-container {
  display: block;
  overflow: auto;
  overflow-y: hidden;
  cursor: url(fakanal_64.png) 21 3, url(fakanal_32.png) 10 2, url(fakanal_16.png) 5 1, pointer;
}
@media (min-width: 992px) {
  .box.box-timeline .timeline-container {
    overflow: hidden;
    padding: 2.5rem 0;
    margin: -2.5rem 0;
  }
}
.box.box-timeline .track {
  display: flex;
  position: relative;
}
.box.box-timeline .timeline-item {
  display: flex;
  flex-direction: column;
  width: 200px;
  flex: 0 0 200px;
}
.box.box-timeline .image {
  width: 100%;
  padding: 0 15px;
}
.box.box-timeline .image > img {
  display: block;
  position: relative;
  width: 100%;
  transform: scale(var(--timeline-item-zoom));
  transform-origin: center bottom;
  left: var(--timeline-item-slip);
  transition: transform 0.5s, left 0.5s, filter 0.2s !important;
}
.box.box-timeline.bw .image > img {
  filter: grayscale(100%);
  transition: filter 1s;
}
.box.box-timeline.bw .image:hover > a {
  background-color: transparent;
}
.box.box-timeline.bw .image:hover > img {
  filter: grayscale(0%);
  transition: filter 0.2s;
}
.box.box-timeline .year {
  display: block;
  background-color: #860c0d;
  color: #efe3dc;
  text-align: center;
  font-size: 24px;
  line-height: 2;
}
.box.box-timeline .year > .year-value {
  display: inline-block;
  position: relative;
  left: var(--timeline-item-slip);
  transition: left 0.5s;
}
.box.box-timeline .title {
  display: block;
  position: relative;
  margin: 0 15px;
  padding: 15px 10px;
  background-color: #efe3dc;
  text-align: center;
  flex: 1;
  transform: scale(var(--timeline-item-zoom));
  transform-origin: center top;
  left: var(--timeline-item-slip);
  transition: transform 0.5s, left 0.5s;
}
.box.box-timeline .title > h1 {
  font-size: 18px;
  font-weight: normal;
}
.box.box-timeline .z0 {
  z-index: 3;
  --timeline-item-zoom: 1.3;
  --timeline-item-slip: 0;
}
.box.box-timeline .z1 {
  z-index: 2;
  --timeline-item-zoom: 1.15;
  --timeline-item-slip: 20px;
}
.box.box-timeline .z1.neg {
  --timeline-item-slip: -20px;
}
.box.box-timeline .z2 {
  z-index: 1;
  --timeline-item-zoom: 1.06;
  --timeline-item-slip: 14px;
}
.box.box-timeline .z2.neg {
  --timeline-item-slip: -14px;
}
.box.box-contact .lead {
  font-size: 18px;
}
.box.box-contact.white-txt .lead {
  color: white;
}
.box.box-contact .form a {
  color: #ae7879;
}
.box.box-downloads ul {
  display: block;
  margin: 0;
  padding: 0;
}
.box.box-downloads ul > li {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
}
.box.box-downloads.btn-baige .btn.btn-download {
  --bs-btn-font-weight: bold;
  --bs-btn-bg: #efe3dc;
  --bs-btn-hover-bg: #c6bcb7;
  --bs-btn-color: #c33c42;
  --bs-btn-hover-color: #860c0d;
}
.box.box-downloads.btn-red .btn.btn-download {
  --bs-btn-font-weight: bold;
  --bs-btn-bg: #c33c42;
  --bs-btn-hover-bg: #860c0d;
  --bs-btn-color: #efe3dc;
  --bs-btn-hover-color: #c6bcb7;
}
.box.box-gallery.bw .image > img {
  filter: grayscale(100%);
  transition: filter 1s;
}
.box.box-gallery.bw .image:hover > a {
  background-color: transparent;
}
.box.box-gallery.bw .image:hover > img {
  filter: grayscale(0%);
  transition: filter 0.2s;
}

.box.box-linklist.white-bcg {
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 12px;
}
.box.box-linklist ul.linklist {
  display: block;
  margin: 0;
  padding: 0;
}
.box.box-linklist ul.linklist > li {
  display: block;
  margin: 0 0 0 3px;
  padding: 0;
  font-weight: normal;
}
.box.box-linklist ul.linklist .icon-start {
  font-size: 80%;
  margin-right: 5px;
}
.box.box-linklist ul.linklist a {
  color: inherit;
}
.box.box-linklist.footer > h1 {
  color: white;
  font-size: 24px;
  margin-bottom: 14px;
}
.box.box-linklist.footer > h1::before {
  border-color: white;
}
.box.box-linklist.footer ul.linklist {
  font-size: 14px;
  line-height: 1.4;
}
.box.box-linklist.footer ul.linklist > li {
  margin-left: 12px;
}
.box.box-linklist.footer ul.linklist .icon-start {
  font-size: 12px;
}
.box.box-linklist.numbers {
  opacity: 0;
  transition: opacity 1s;
}
.box.box-linklist.numbers.showing {
  opacity: 1;
}
.box.box-linklist.numbers.showing ul.numberlist > li {
  opacity: 1 !important;
  top: 0 !important;
  left: 0 !important;
}
.box.box-linklist.numbers ul.numberlist {
  padding: 0;
}
.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;
  padding: 3.7rem 0;
}
.box.box-linklist.numbers ul.numberlist > li:nth-child(2n) {
  top: 200px;
}
.box.box-linklist.numbers ul.numberlist > li:nth-child(4n), .box.box-linklist.numbers ul.numberlist > li:nth-child(4n+1) {
  left: 100px;
}
.box.box-linklist.numbers ul.numberlist > li:nth-child(1) {
  transition-delay: 0.1s;
}
.box.box-linklist.numbers ul.numberlist > li:nth-child(2) {
  transition-delay: 0.2s;
}
.box.box-linklist.numbers ul.numberlist > li:nth-child(3) {
  transition-delay: 0.3s;
}
.box.box-linklist.numbers ul.numberlist > li:nth-child(4) {
  transition-delay: 0.4s;
}
.box.box-linklist.numbers ul.numberlist > li:nth-child(5) {
  transition-delay: 0.5s;
}
.box.box-linklist.numbers ul.numberlist > li:nth-child(6) {
  transition-delay: 0.6s;
}
.box.box-linklist.numbers ul.numberlist > li:nth-child(7) {
  transition-delay: 0.7s;
}
.box.box-linklist.numbers ul.numberlist > li:nth-child(8) {
  transition-delay: 0.8s;
}
.box.box-linklist.numbers .number {
  display: inline-flex;
  width: 120px;
  height: 120px;
  color: #c33c42;
  text-align: center;
  align-items: center;
  justify-content: center;
  align-self: center;
  border-radius: 60px;
  font-family: monospace;
}
@media (max-width: 575.98px) {
  .box.box-linklist.numbers .number {
    width: 115px;
    height: 115px;
  }
}
.box.box-linklist.numbers .number.s {
  font-size: 23px;
}
@media (max-width: 575.98px) {
  .box.box-linklist.numbers .number.s {
    font-size: 19px;
  }
}
.box.box-linklist.numbers .number.m {
  font-size: 35px;
}
.box.box-linklist.numbers .number.l {
  font-size: 48px;
}
.box.box-linklist.numbers .number > .sp {
  display: inline-block;
  width: 6px;
}
.box.box-linklist.numbers .title {
  font-size: 24px;
  color: #c33c42;
  font-weight: inherit;
  position: absolute;
  width: 100%;
  height: 3.7rem;
  left: 0;
  margin: 0;
  padding: 0;
}
@media (max-width: 575.98px) {
  .box.box-linklist.numbers .title {
    font-size: 19px;
  }
}
.box.box-linklist.numbers .title.top {
  top: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.box.box-linklist.numbers .title.bottom {
  bottom: 0;
}
.box.box-linklist.numbers.white-txt .number {
  color: white;
  border-color: white;
}
.box.box-linklist.numbers.white-txt .title {
  color: white;
}
@media (max-width: 575.98px) {
  .box.box-linklist.numbers.borderless ul.numberlist > li {
    min-width: 33%;
  }
}
.box.box-linklist.numbers.borderless .number {
  border: none;
  width: 100%;
  padding: 0 6px;
}
.box.box-linklist.numbers.borderless .number.s, .box.box-linklist.numbers.borderless .number.m, .box.box-linklist.numbers.borderless .number.l {
  font-size: 48px;
}
@media (max-width: 575.98px) {
  .box.box-linklist.numbers.borderless .number.s, .box.box-linklist.numbers.borderless .number.m, .box.box-linklist.numbers.borderless .number.l {
    font-size: 23px;
  }
}

.box.fancylist .icon {
  background-color: white;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
}
.box.fancylist .minilead-container {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height 0.4s, margin-bottom 0.4s, opacity 1s;
}
.box.fancylist .item.open .minilead-container {
  opacity: 1;
  transition: height 0.4s, margin-bottom 0.4s, opacity 0.3s;
}
.box.fancylist .item.open .icon.bullet-open {
  transform: rotateX(0.25turn) rotateY(0.25turn);
}
.box.fancylist .item.open .icon.bullet-close {
  transform: none;
}
.box.fancylist.fancy .item, .box.fancylist.accordion .item {
  position: relative;
  margin-left: 3rem;
}
.box.fancylist.fancy h2, .box.fancylist.accordion h2 {
  line-height: 35px;
  font-size: 24px;
  font-weight: 400;
  margin-top: 0.75rem;
  margin-bottom: 0;
}
.box.fancylist.fancy .minilead, .box.fancylist.accordion .minilead {
  line-height: 28px;
  font-size: 16px;
}
.box.fancylist.fancy .icon, .box.fancylist.accordion .icon {
  position: absolute;
  left: -3rem;
  top: 2px;
}
.box.fancylist.fancy .controls, .box.fancylist.accordion .controls {
  margin-top: 1.5rem;
}
.box.fancylist.accordion .icon {
  position: absolute;
  left: -3rem;
  top: 2px;
  transition: transform 0.3s;
}
.box.fancylist.accordion .icon.bullet-open {
  transform: none;
}
.box.fancylist.accordion .icon.bullet-close {
  transform: rotateX(0.25turn) rotateY(0.25turn);
}
.box.fancylist.accordion-huge .item {
  margin-bottom: 2rem;
}
.box.fancylist.accordion-huge .item:last-child {
  margin-bottom: 0;
}
.box.fancylist.accordion-huge h2 {
  color: #c33c42;
  line-height: 35px;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.box.fancylist.accordion-huge.title-left h2 {
  text-align: left;
}
.box.fancylist.accordion-huge.title-right h2 {
  text-align: right;
}
.box.fancylist.accordion-huge.title-center h2 {
  text-align: center;
}
.box.fancylist.accordion-huge.controls-left .controls {
  text-align: left;
}
.box.fancylist.accordion-huge.controls-right .controls {
  text-align: right;
}
.box.fancylist.accordion-huge.controls-center .controls {
  text-align: center;
}
.box.fancylist.accordion-huge .minilead-container {
  margin-top: 15px;
  margin-bottom: 0px;
}
.box.fancylist.accordion-huge .button-close {
  display: none;
}
.box.fancylist.accordion-huge .item.open .minilead-container {
  margin-bottom: 15px;
}
.box.fancylist.accordion-huge .item.open .button-open {
  display: none;
}
.box.fancylist.accordion-huge .item.open .button-close {
  display: inline-block;
}

/* menulista box, szimpla contentlist box */
.box.box-menulist.simple ul.menulist {
  display: block;
  padding: 0 0 0 12px;
  margin: 0;
  background-color: white;
  border-radius: 12px;
  font-size: 16px;
}
.box.box-menulist.simple ul.menulist > li.item {
  display: flex;
  transition: background 0.2s;
}
.box.box-menulist.simple ul.menulist > li.item:last-child {
  border-bottom: none;
}
.box.box-menulist.simple ul.menulist > li.item:hover {
  background-color: #6793ba;
  color: white;
}
.box.box-menulist.simple ul.menulist > li.item.hidden {
  display: none;
}
.box.box-menulist.simple a.title {
  flex: 1;
  display: block;
  color: inherit;
  font-weight: 400;
}
.box.box-menulist.simple .icon-start {
  display: block;
  align-self: center;
  margin: 0 4px 0 0;
  color: inherit;
  font-size: 14px;
}
.box.box-menulist.simple .icon-end {
  display: block;
  align-self: center;
  margin-right: 16px;
  border: 2px solid #c33c42;
  background-color: white;
  color: #c33c42;
  font-size: 14px;
  width: 21px;
  height: 21px;
  line-height: 19px;
  text-align: center;
}
.box.box-menulist.simple .button-close,
.box.box-menulist.simple .button-open {
  display: none;
}
.box.box-menulist.simple .open .button-close,
.box.box-menulist.simple .close .button-open {
  display: block;
}
.box.box-menulist.simple .item {
  margin: 0;
  padding: 6px 12px;
  color: #c33c42;
  text-transform: uppercase;
}
.box.box-menulist.simple .item.active {
  background-color: #c33c42;
  color: white;
}
.box.box-menulist.simple .item.lvl1 {
  padding-left: 0.8rem;
}
.box.box-menulist.simple .item.lvl1 .icon-start {
  display: none;
}
.box.box-menulist.simple .item.lvl2 {
  padding-left: 1.6rem;
}
.box.box-menulist.simple .item.lvl3 {
  padding-left: 2.4rem;
}
.box.box-menulist.simple .item.lvl4 {
  padding-left: 3.2rem;
}
.box.box-menulist.simple.footer > h1 {
  color: white;
  font-size: 24px;
  margin-bottom: 14px;
}
.box.box-menulist.simple.footer > h1::before {
  border-color: white;
}
.box.box-menulist.simple.footer ul.menulist {
  background: transparent;
  padding-left: 0;
  font-size: 14px;
  line-height: 1.4;
}
.box.box-menulist.simple.footer .item {
  color: white;
  font-weight: normal;
  padding: 0;
  border-bottom: none !important;
  margin-left: 12px !important;
  text-transform: none;
}
.box.box-menulist.simple.footer .item:hover {
  background-color: transparent !important;
}
.box.box-menulist.simple.footer .icon-start {
  font-size: 12px;
  margin-right: 5px;
}
.box.box-menulist.extended .image > img {
  width: 100%;
  max-width: 100%;
  transition: transform 0.5s;
}
.box.box-menulist.extended a.image {
  display: block;
}
.box.box-menulist.extended a.link {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.box.box-menulist.extended .menu-item {
  display: flex;
  padding-bottom: 12px;
}
.box.box-menulist.extended .menu-item:hover .image > img {
  transform: scale(1.12);
  transition: transform 3s;
}
.box.box-menulist.extended .item-body {
  border-radius: 7px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.box.box-menulist.extended .control {
  background-color: #c33c42;
  z-index: 2;
}
.box.box-menulist.extended .control h1 {
  font-weight: normal;
  color: white;
  margin: 0 0 0 6px;
}
.box.box-menulist.extended.bottomtitle .item-body {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.box.box-menulist.extended.bottomtitle .control {
  display: flex;
  align-items: center;
  position: relative;
}
.box.box-menulist.extended.bottomtitle .control h1 {
  font-size: 22px;
  color: white;
  line-height: 56px;
}
.box.box-menulist.extended.bottomtitle .control .more {
  margin-left: auto;
  margin-right: 8px;
}
.box.box-menulist.extended.toptitle .item-body {
  border-radius: 18px;
  padding-bottom: 10px;
  background-color: #c33c42;
}
.box.box-menulist.extended.toptitle .image {
  border-radius: 18px;
  overflow: hidden;
}
.box.box-menulist.extended.toptitle .control {
  position: absolute;
  display: flex;
  align-items: center;
  top: 20px;
  width: 100%;
}
.box.box-menulist.extended.toptitle .control h1 {
  font-size: 18px;
}
.box.box-menulist.extended.toptitle .more {
  margin-left: auto;
  position: relative;
  right: 12px;
  top: 10px;
}
.box.box-menulist.extended.white-ribbon .control {
  background-color: white;
}
.box.box-menulist.extended.white-ribbon .control h1 {
  color: #c33c42;
}

/* guest box */
.box.box-guest {
  text-align: center;
}

.box.box-map > .map {
  width: 100%;
  min-height: 500px;
}

.box.box-imagelist {
  /**
   * képrotátor (image slider)
   */
}
.box.box-imagelist.talign-right .box-header {
  text-align: right;
}
.box.box-imagelist.talign-center .box-header {
  text-align: center;
}
.box.box-imagelist.a-left .image {
  justify-content: flex-start;
}
.box.box-imagelist.a-center .image {
  justify-content: center;
}
.box.box-imagelist.a-right .image {
  justify-content: flex-end;
}
.box.box-imagelist.v-top .image {
  align-items: flex-start;
}
.box.box-imagelist.v-center .image {
  align-items: center;
}
.box.box-imagelist.v-bottom .image {
  align-items: flex-end;
}
.box.box-imagelist .box-content {
  font-size: 15px;
  color: inherit;
}
.box.box-imagelist.btn-baige .btn.btn-more {
  --bs-btn-font-weight: bold;
  --bs-btn-bg: #efe3dc;
  --bs-btn-hover-bg: #c6bcb7;
  --bs-btn-color: #c33c42;
  --bs-btn-hover-color: #860c0d;
}
.box.box-imagelist.btn-red .btn.btn-more {
  --bs-btn-font-weight: bold;
  --bs-btn-bg: #c33c42;
  --bs-btn-hover-bg: #860c0d;
  --bs-btn-color: #efe3dc;
  --bs-btn-hover-color: #c6bcb7;
}
.box.box-imagelist.single .image, .box.box-imagelist.responsive .image {
  width: 100%;
}
.box.box-imagelist.single .image a, .box.box-imagelist.responsive .image a {
  display: block;
}
.box.box-imagelist.single .image img, .box.box-imagelist.responsive .image img {
  display: block;
  max-width: 100%;
  border-width: var(--boxx-border-width);
  border-style: var(--boxx-border-style);
  border-color: var(--boxx-border-color);
  border-width: 10px;
}
.box.box-imagelist.single {
  height: 100%;
}
.box.box-imagelist.single .image {
  display: flex;
  height: 100%;
}
.box.box-imagelist.responsive .image img {
  width: 100%;
}
.box.box-imagelist.multi {
  color: var(--boxx-text-color);
}
.box.box-imagelist.multi a {
  text-decoration: inherit;
}
.box.box-imagelist.multi .image {
  display: flex;
  position: relative;
  max-width: 100%;
}
.box.box-imagelist.multi .image img {
  max-width: 100%;
  border-width: var(--boxx-border-width);
  border-style: var(--boxx-border-style);
  border-color: var(--boxx-border-color);
  border-width: 10px;
}
.box.box-imagelist.multi .image > .link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.box.box-imagelist.multi h2, .box.box-imagelist.multi h3 {
  font-size: 25px;
  font-weight: normal;
  color: var(--boxx-subbox-title-color);
}
.box.box-imagelist.multi h3 {
  margin-top: 0.8rem;
}
.box.box-imagelist.multi .btn-line {
  margin-top: 0.4rem;
  text-align: center;
}
.box.box-imagelist.multi > .row {
  --bs-gutter-y: 1.5rem;
}
.box.box-imagelist.multi.g-left > .row {
  justify-content: flex-start;
}
.box.box-imagelist.multi.g-center > .row {
  justify-content: center;
}
.box.box-imagelist.multi.g-right > .row {
  justify-content: flex-end;
}
.box.box-imagelist.imgshow .track-container {
  display: block;
  position: relative;
  overflow: hidden;
}
.box.box-imagelist.imgshow .track {
  display: flex;
  position: relative;
  gap: 16px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.box.box-imagelist.imgshow .subbox {
  display: block;
  position: relative;
  /*
  		flex-grow: 0;
  		flex-shrink: 0;
  		flex-basis: 100%;
  		width: 100%;
  */
}
.box.box-imagelist.imgshow .subbox-body {
  display: flex;
  background-color: transparent;
  flex-direction: column;
}
.box.box-imagelist.imgshow .track-control {
  display: none;
  position: absolute;
  width: 80px;
  top: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
}
.box.box-imagelist.imgshow .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-imagelist.imgshow .track-control > a {
    opacity: 0.2;
    box-shadow: none;
  }
}
.box.box-imagelist.imgshow .track-control.left {
  left: 0;
}
.box.box-imagelist.imgshow .track-control.left > a {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.box.box-imagelist.imgshow .track-control.right {
  right: 0;
}
.box.box-imagelist.imgshow .track-control.right > a {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (min-width: 768px) {
  .box.box-imagelist.imgshow:not(.small) .track-control {
    display: flex;
  }
}
@media (min-width: 768px) {
  .box.box-imagelist.imgshow:not(.small) .track-container:hover .track-control > a {
    opacity: 0.7;
    background-color: #efe3dc;
  }
  .box.box-imagelist.imgshow:not(.small) .track-container:hover .track-control > a:hover {
    opacity: 1;
  }
  .box.box-imagelist.imgshow:not(.small) .track-container:hover .track-control.left > a:hover {
    padding-right: 10px;
  }
  .box.box-imagelist.imgshow:not(.small) .track-container:hover .track-control.right > a:hover {
    padding-left: 10px;
  }
}
.box.box-imagelist.slider > .frame {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.box.box-imagelist.slider .slides,
.box.box-imagelist.slider .control {
  display: block;
  margin: 0;
  padding: 0;
  z-index: 1;
}
.box.box-imagelist.slider .slides > .item {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
}
.box.box-imagelist.slider .slides > .item.show {
  z-index: 1;
}
.box.box-imagelist.slider .slides > .item.hidden {
  display: none;
}
.box.box-imagelist.slider .slides > .item.show.right div.image {
  animation-name: slider-image-in-right;
}
.box.box-imagelist.slider .slides > .item.hide.right div.image {
  animation-name: slider-image-out-right;
}
.box.box-imagelist.slider .slides > .item.show.left div.image {
  animation-name: slider-image-in-left;
}
.box.box-imagelist.slider .slides > .item.hide.left div.image {
  animation-name: slider-image-out-left;
}
.box.box-imagelist.slider .slides > .item.show.opacity div.image {
  animation-name: slider-image-in-opacity;
}
.box.box-imagelist.slider .slides > .item.hide.opacity div.image {
  animation-name: slider-image-out-opacity;
}
.box.box-imagelist.slider .slides > .item.show.tv div.image {
  animation-name: slider-image-in-tv;
}
.box.box-imagelist.slider .slides > .item.hide.tv div.image {
  animation-name: slider-image-out-tv;
}
.box.box-imagelist.slider .slides > .item.show.zoom div.image {
  animation-name: slider-image-in-zoom;
}
.box.box-imagelist.slider .slides > .item.hide.zoom div.image {
  animation-name: slider-image-out-zoom;
}
.box.box-imagelist.slider .slides > .item.show.rota div.image {
  animation-name: slider-image-in-rota;
}
.box.box-imagelist.slider .slides > .item.hide.rota div.image {
  animation-name: slider-image-out-rota;
}
.box.box-imagelist.slider .slides > .item.show div.title-panel {
  animation-name: slider-text-in;
}
.box.box-imagelist.slider .slides > .item.hide div.title-panel {
  animation-name: slider-text-out;
}
.box.box-imagelist.slider .slides div.image {
  display: block;
  position: relative;
  width: 100%;
  animation-duration: 1.1s;
}
.box.box-imagelist.slider .slides div.image > img {
  width: 100%;
  display: block;
  border: 0;
}
.box.box-imagelist.slider div.control {
  opacity: 0.5;
  position: absolute;
  left: 50%;
  bottom: 2vw;
  transition: opacity 300ms;
}
.box.box-imagelist.slider div.control > ul {
  display: block;
  padding: 0;
  margin: 0;
  margin-left: -50%;
}
.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-imagelist.slider div.control > ul > li.showing {
  border: 2px solid #fff;
}
.box.box-imagelist.slider:hover div.control {
  opacity: 1;
}
.box.box-imagelist.slider .dot {
  display: block;
  border-radius: 8px;
  background-color: black;
  width: 16px;
  height: 16px;
  margin: 1px;
}
.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-imagelist.slider .title-panel > .title-block {
  padding: 0 0 0 16px;
}
.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-imagelist.slider .title-panel h1::before {
  display: none;
}
.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-imagelist.slider .title-panel .title-control {
  margin-top: -34px;
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 0.5rem;
}
.box.box-imagelist.slider .title-panel .title-control .btn {
  padding: 10px 37px;
  font-size: 18px;
}
.box.box-imagelist.slider .title-panel .title-control .btn.btn-primary {
  color: #c33c42;
  background-color: #9fceef;
}
.box.box-imagelist.slider .title-panel.white-txt {
  color: white;
}
.box.box-imagelist.slider.talign-right .title-panel {
  justify-content: flex-end;
}
.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;
  }
}

.basicform article.txt {
  margin-bottom: 1em;
}
.basicform .form {
  padding-bottom: 2em;
}
.basicform form {
  display: block;
}
.basicform label:not(.input-group-text) {
  display: block;
  font-size: 16px;
  font-family: "Libre Caslon Text", sans-serif;
  color: white;
  line-height: 1.704;
  margin-bottom: 0.1rem;
  margin-top: 0.75rem;
  text-align: center;
}
.basicform label:not(.input-group-text).form-check-label {
  text-align: left;
}
.basicform label.input-group-text {
  cursor: pointer;
}
.basicform .form-text {
  font-size: 14px;
  color: white;
}
.basicform .form-control {
  border-color: #fff;
  border-radius: 0;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-family: "Libre Caslon Text", sans-serif;
  line-height: 20px;
  height: 38px;
  text-align: center;
}
.basicform .form-control:focus {
  border-color: #fff;
  box-shadow: 0 0 0 0.2rem #fff;
}
.basicform .form-control::placeholder {
  color: #babdbf;
}
.basicform .form-control::file-selector-button {
  display: none;
}
.basicform select.form-control,
.basicform .form-control[type=file] {
  line-height: 45px;
}
.basicform .input-group-text {
  font-size: 18px;
}
.basicform textarea.form-control {
  height: auto;
  text-align: left;
}
.basicform .form-control.is-invalid,
.basicform .is-invalid .form-control {
  color: white;
  background-color: #860c0d;
  border-color: #fff;
}
.basicform .form-button-line {
  text-align: center;
}

/**
 * Bs extend
 */
.btn {
  --bs-btn-font-size: 16px;
  --bs-btn-border-width: 0;
  --bs-btn-font-weight: bold;
  --bs-btn-padding-x: 1.4rem;
  --bs-btn-padding-y: 0.7rem;
  --bs-btn-border-radius: 0;
}
.btn.btn-primary {
  --bs-btn-bg: #c33c42;
  --bs-btn-hover-bg: #860c0d;
  --bs-btn-color: #efe3dc;
  --bs-btn-hover-color: #c6bcb7;
}
.btn.btn-secondary {
  --bs-btn-bg: #efe3dc;
  --bs-btn-hover-bg: #c6bcb7;
  --bs-btn-color: #c33c42;
  --bs-btn-hover-color: #860c0d;
}

/**
 * Freetext styles
 */
.txt {
  color: inherit;
}
.txt a {
  color: #c33c42;
}
.txt a:hover {
  color: #860c0d;
}
.box.white-txt .txt a {
  color: #27aae1;
}
.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: outside;
}
.txt ol {
  list-style-type: decimal;
  list-style-position: outside;
}
.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: 0 2.5rem;
  margin: 1rem 0;
  /*
  	position: relative;
  	overflow: hidden;

  	&::before {
  		display: block;
  		position: absolute;
  		left: 0;
  		top: -15px;

  		font-family: Georgia, serif;
  		font-size: 60px;
  		font-weight: bold;

  		content: "\201C";
  	}

  	&::after {
  		display: block;
  		position: absolute;
  		right: 0;
  		bottom: -30px;

  		font-family: Georgia, serif;
  		font-size: 60px;
  		font-weight: bold;

  		content: "\201D";
  	}
  */
}
.txt blockquote > blockquote {
  margin-top: 0;
}
.txt blockquote + blockquote {
  margin-top: -1rem;
}
.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: 222.2222222222%;
  font-weight: normal;
  color: #c33c42;
}
.txt .h2 {
  font-size: 166.6666666667%;
  font-weight: normal;
  color: #c33c42;
}
.txt .h3 {
  font-size: 138.8888888889%;
  font-weight: normal;
  color: #c33c42;
}
.txt .xs {
  font-size: 77.7777777778%;
}
.txt .s {
  font-size: 88.8888888889%;
}
.txt .l {
  font-size: 111.1111111111%;
}
.txt .xl {
  font-size: 122.2222222222%;
}
.txt .red {
  color: #c33c42;
}
.txt .darkred {
  color: #860c0d;
}
.txt .baige {
  color: #efe3dc;
}
.txt .darkbaige {
  color: #c6bcb7;
}
.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;
}
.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;
  background-color: white;
}
.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: #c33c42;
  color: white;
}
.txt .ctable td.chead-gray {
  font-weight: bold;
  background-color: #939598;
  color: white;
}
.txt .ctable td.crow1 {
  background-color: #a5d0ef;
}
.txt .ctable td.crow2 {
  background-color: #d1e5f6;
}
.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;
}

/**
 * Content oldal
 */
#site-content {
  margin: 0 auto;
  display: block;
  width: 100%;
  flex: 1;
  /**
   * 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;
}
body.view-wide-content #site-content > .site-content-panel {
  margin: 0 auto;
}
body.view-wide-content #site-content > .site-content-panel > .content {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}
#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;
}
body.full #site-content .site-content-panel {
  order: initial;
  width: 100%;
}
#site-content .boxpanel-chead,
#site-content .boxpanel-cfoot {
  width: 100%;
}
#site-content .boxpanel-chead {
  order: 1;
}
#site-content .boxpanel-cfoot {
  order: 4;
}
#site-content .content {
  /**
   * Article oldal saját stílusok
   */
}
#site-content .content > header {
  color: #c33c42;
  text-align: center;
  margin-bottom: 2.5rem;
  margin-top: 2rem;
}
#site-content .content > header > h1 {
  font-weight: normal;
  font-size: 40px;
}
@media (max-width: 767.98px) {
  #site-content .content > header > h1 {
    font-size: 35px;
  }
}
@media (max-width: 575.98px) {
  #site-content .content > header > h1 {
    font-size: 30px;
  }
}
#site-content .content > header > h3 {
  font-weight: normal;
  font-size: 30px;
}
@media (max-width: 767.98px) {
  #site-content .content > header > h3 {
    font-size: 25px;
  }
}
@media (max-width: 575.98px) {
  #site-content .content > header > h3 {
    font-size: 20px;
  }
}
#site-content .content > article {
  color: black;
  margin-bottom: 2rem;
}
#site-content .content .cpart {
  margin-bottom: 2rem;
}
#site-content .content .cpart > .section-tite {
  margin-bottom: 0;
  text-align: center;
  color: #c33c42;
  margin-bottom: 1rem;
}
#site-content .content .cpart > .section-tite .title,
#site-content .content .cpart > .section-tite .subtitle {
  display: block;
}
#site-content .content .cpart > .section-tite .subtitle {
  font-size: 20px;
  font-weight: normal;
}
#site-content .content .cpart > .section-tite .title {
  font-size: 30px;
  font-weight: normal;
}
#site-content .content .cpart.basic-part {
  display: block;
}
#site-content .content .cpart.twocol-part {
  margin: 20px 0;
}
#site-content .content .cpart.twocol-part > .column-1 {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  #site-content .content .cpart.twocol-part {
    display: flex;
    gap: 15px;
  }
  #site-content .content .cpart.twocol-part > .column-1, #site-content .content .cpart.twocol-part > .column-2 {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 50%;
    margin-bottom: 0;
  }
}
#site-content .content .cpart.gallery-part.bw .image > img {
  filter: grayscale(100%);
  transition: filter 1s;
}
#site-content .content .cpart.gallery-part.bw .image:hover > a {
  background-color: transparent;
}
#site-content .content .cpart.gallery-part.bw .image:hover > img {
  filter: grayscale(0%);
  transition: filter 0.2s;
}
#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.downloads-part .download-list {
  display: block;
  padding: 0;
  margin: 0;
}
#site-content .content .cpart.downloads-part .download {
  display: block;
  padding: 0;
  margin: 0;
  text-align: center;
  margin: 0.5rem;
}
#site-content .content .cpart.downloads-part .download-item > .info.name, #site-content .content .cpart.downloads-part .download-item > .info.date {
  display: none;
}
#site-content .content.timeline .timeline-body {
  margin: 1rem 0;
}
#site-content .content.timeline .timeline-item {
  margin-bottom: 2.5rem;
  display: grid;
  grid-template-columns: 76px 1fr;
  grid-template-rows: auto auto;
}
@media (min-width: 768px) {
  #site-content .content.timeline .timeline-item {
    display: flex;
    flex-direction: row;
  }
}
#site-content .content.timeline .timeline-item .line {
  position: relative;
  text-align: center;
  width: 76px;
  margin-bottom: -2.5rem;
  grid-row: 1/3;
  grid-column: 1;
}
#site-content .content.timeline .timeline-item .line::before {
  display: block;
  position: absolute;
  left: calc(50% - 1px);
  width: 2px;
  top: 0;
  bottom: 0;
  background-color: black;
  content: " ";
}
#site-content .content.timeline .timeline-item .line > .dot {
  display: inline-block;
  position: relative;
  top: -60px;
  background-color: #c33c42;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  opacity: 0;
  transition: top 0.4s, opacity 0.7s;
}
#site-content .content.timeline .timeline-item.show .line > .dot {
  top: 5px;
  opacity: 1;
}
#site-content .content.timeline .timeline-item .image {
  margin-bottom: 1rem;
  grid-row: 1;
  grid-column: 2;
}
@media (min-width: 768px) {
  #site-content .content.timeline .timeline-item .image {
    margin-bottom: 0;
    width: 50%;
  }
}
#site-content .content.timeline .timeline-item .image > img {
  width: 100%;
}
@media (min-width: 768px) {
  #site-content .content.timeline .timeline-item header {
    width: 50%;
    text-align: right;
  }
}
#site-content .content.timeline .timeline-item h1 {
  font-size: 30px;
  color: #c33c42;
  margin-bottom: 1em;
}
#site-content .content.timeline .timeline-item h1 > .year::after {
  content: " — ";
}
#site-content .content.timeline .timeline-item .lead {
  font-size: 18px;
}
@media (min-width: 768px) {
  #site-content .content.timeline .timeline-item:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
  #site-content .content.timeline .timeline-item:nth-of-type(2n) header {
    text-align: left;
  }
}
#site-content .content.timeline a[name^=timeline] {
  position: relative;
  top: -114px;
}
#site-content .content.contact .form {
  padding: 1rem;
  background-color: #8b8d93;
}
#site-content .content.contact > article {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
#site-content .content.contact > .form .form-group,
#site-content .content.contact > .form .form-check,
#site-content .content.contact > .form .form-button-line {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
#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 .freetext .result-title {
  margin-bottom: 2rem;
}
#site-content .freetext .shader {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#site-content .freetext .result-list .item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
#site-content .freetext .result-list .item:hover .image > img {
  transition: transform 3s;
  transform: scale(1.12);
}
#site-content .freetext .result-list .image {
  overflow: hidden;
  position: relative;
}
@media (min-width: 576px) {
  #site-content .freetext .result-list .image {
    width: 250px;
    align-self: center;
    margin-right: 1.5rem;
    flex-shrink: 0;
  }
}
@media (max-width: 575.98px) {
  #site-content .freetext .result-list .image {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
#site-content .freetext .result-list .image > img {
  display: block;
  border-radius: 15px;
  transition: transform 0.5s;
  width: 250px;
  margin: 0 auto;
}
#site-content .freetext .result-list .item-body {
  flex: 1;
  position: relative;
}
#site-content .freetext .result-list h2 {
  color: #c33c42;
  margin-bottom: 0.5rem;
  font-size: 22px;
}
#site-content .freetext .result-list h3 {
  font-size: 18px;
  margin-top: -0.5rem;
  margin-bottom: 0.5rem;
}
#site-content .freetext .result-list .item-content {
  font-size: 16px;
}
#site-content .freetext .result-list .control-line {
  display: none;
  margin-top: 0.5rem;
}
#site-content .freetext .result-list .search_hilight {
  display: inline-block;
  padding: 0 3px;
  background-color: #d8e9f0;
}
#site-content .freetext .result-list .info-line {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
#site-content .freetext .result-list .info-line .menu {
  padding: 2px 12px;
  color: white;
}
#site-content .freetext .result-list .info-line .date {
  flex: 1;
  text-align: left;
  border-bottom: 1px solid #B2B2B2;
  margin-left: 5px;
  font-size: 12px;
  color: #666;
}
#site-content .freetext .result-list hr {
  border-top-color: #B2B2B2;
  opacity: 1;
  margin: 0.5rem 0 0 0;
}
#site-content .freetext .walker {
  display: block;
  text-align: center;
  margin-bottom: 1rem;
}
#site-content .freetext .walker a {
  color: inherit;
  text-decoration: inherit;
}
#site-content .freetext .walker .item {
  display: inline-block;
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 22px;
}
#site-content .freetext .walker .item.page.current, #site-content .freetext .walker .item > a {
  padding: 4px 8px;
}
#site-content .freetext .walker .item > a {
  display: block;
  border-radius: 6px;
}
#site-content .freetext .walker .item > a:hover {
  background-color: #c33c42;
}

/**
 * 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: #efe3dc;
  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);
  }
}
.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;
}

body.kdr {
  background: #efe3dc;
  background-attachment: scroll;
  font-family: "Libre Caslon Text", sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #000;
  text-rendering: optimizespeed;
  margin-top: 114px;
}
@media (min-width: 768px) {
  body.kdr {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 120px);
  }
}

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

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

a {
  color: #860c0d;
  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;
}

/*
.clearfix:after {
	content: "";
	display: table;
	clear: both;
	visibility: hidden;
	border-collapse: collapse;
}
*/
/* új calendar */
.gtcadm-datepicker > .gtcadm-dropdown {
  display: none;
  clear: both;
  overflow: visible;
  border: 1px solid #c30004;
  width: 285px;
  color: #be0000;
  z-index: 5;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffe2+100 */
  background: #ffe04f; /* Old browsers */
  background: linear-gradient(135deg, #ffffff 0%, #ffe04f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  box-shadow: 2px 2px 4px -1px rgba(0, 0, 0, 0.55);
}
.gtcadm-datepicker > .gtcadm-dropdown.show {
  display: block;
  position: absolute;
  transform-origin: 50% 0px;
  animation: datepicker_show 0.2s;
}
.gtcadm-datepicker > .gtcadm-dropdown.hide {
  display: block;
  animation: datepicker_hide 0.2s;
}

.gtcadm-dropdown > .close {
  display: block;
  float: none;
  position: absolute;
  color: #be0000;
  font-size: 16px;
  z-index: 3;
  border: 1px solid #c30004;
  border-radius: 0.25rem;
  padding: 3px;
  right: -10px;
  top: -10px;
  width: 23px;
  height: 26px;
  line-height: 19px;
  text-align: center;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffe2+100 */
  background: #ffe04f; /* Old browsers */
  background: linear-gradient(135deg, #ffffff 0%, #ffe04f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  box-shadow: 2px 2px 4px -1px rgba(0, 0, 0, 0.55);
  opacity: 1;
}
.gtcadm-dropdown > .close:hover {
  color: black;
  border-color: black;
  opacity: 1 !important;
}
.gtcadm-dropdown b,
.gtcadm-dropdown u {
  box-sizing: border-box;
  cursor: default;
}
.gtcadm-dropdown > .gtcadm-datepicker_control {
  display: block;
  height: 35px;
}
.gtcadm-dropdown > .gtcadm-datepicker_control > b {
  display: block;
  line-height: 35px;
  font-size: 140%;
  font-weight: bold;
  text-align: center;
  color: #be0000;
  transition: color 0.3s;
  white-space: nowrap;
}
.gtcadm-dropdown > .gtcadm-datepicker_control > b:hover {
  color: #000000;
}
.gtcadm-dropdown > .gtcadm-datepicker_control > a {
  display: block;
  width: 60px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  color: #be0000;
}
.gtcadm-dropdown > .gtcadm-datepicker_control > a:hover {
  color: black;
}

.gtcadm-datepicker_control > a[data-datepicker-action~=left] {
  float: left;
}

.gtcadm-datepicker_control > a[data-datepicker-action~=right] {
  float: right;
}

.gtcadm-datepicker > .gtcadm-dropdown .gtcadm-dp_container {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 140px;
}

.gtcadm-datepicker > .gtcadm-dropdown .gtcadm-dp_panel.month,
.gtcadm-datepicker > .gtcadm-dropdown .gtcadm-dp_panel.year,
.gtcadm-datepicker > .gtcadm-dropdown .gtcadm-dp_panel.decade {
  display: block;
  position: absolute;
  width: 100%;
}

.gtcadm-dp_panel.month > .gtcadm-datepicker_weekdays {
  padding: 0 0 0 12.5%;
}

.gtcadm-dp_panel.month .gtcadm-datepicker_days {
  display: block;
  float: left;
  width: 87.5%;
}

.gtcadm-dp_panel.month b,
.gtcadm-dp_panel.month u {
  display: block;
  float: left;
  width: 14.2857%;
  height: 20px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  transition: background-color 0.2s, color 0.2s;
}
.gtcadm-dp_panel.month b.unselectable,
.gtcadm-dp_panel.month u.unselectable {
  color: black;
}

.gtcadm-dp_panel.month.weeks4 b,
.gtcadm-dp_panel.month.weeks4 u {
  height: 28px;
  line-height: 28px;
}

.gtcadm-dp_panel.month.weeks4 b.sel {
  line-height: 26px;
}

.gtcadm-dp_panel.month.weeks5 b,
.gtcadm-dp_panel.month.weeks5 u {
  height: 23.3333px;
  line-height: 23.3333px;
}

.gtcadm-dp_panel.month.weeks5 b.sel {
  line-height: 21.3333px;
}

.gtcadm-dp_panel.month b.guest {
  color: lightgray;
}

.gtcadm-dp_panel.month u {
  width: 12.5%;
  color: gray;
}

.gtcadm-dp_panel.month > .gtcadm-datepicker_weekdays > b {
  font-weight: bold;
  color: black;
}

.gtcadm-dp_panel.month .gtcadm-datepicker_days > b:hover {
  background-color: #b8e1f7;
  color: black;
  font-size: 14px;
}
.gtcadm-dp_panel.month .gtcadm-datepicker_days > b:hover.unselectable {
  background-color: transparent;
  font-size: 18px;
}

.gtcadm-dp_panel.year > b {
  display: block;
  float: left;
  width: 33.3333%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  transition: background-color 0.2s, color 0.2s;
}

.gtcadm-dp_panel.year > b:hover {
  background-color: #b8e1f7;
  font-size: 14px;
  color: black;
}

.gtcadm-dp_panel.decade > b {
  display: block;
  float: left;
  width: 20%;
  height: 28px;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  transition: background-color 0.2s, color 0.2s;
}

.gtcadm-dp_panel.decade > b:hover {
  background-color: #b8e1f7;
  font-size: 14px;
  color: black;
}

.gtcadm-dp_panel b.sel {
  background-color: #ffea00;
  border: 1px solid #c30004;
}

.gtcadm-dp_panel.month b.sel {
  line-height: 18px;
}

.gtcadm-dp_panel.year b.sel {
  line-height: 33px;
}

.gtcadm-dp_panel.decade b.sel {
  line-height: 26px;
}

.gtcadm-dp_panel.anim.left.in {
  animation: dp_left_in 0.3s;
}

.gtcadm-dp_panel.anim.left.out {
  animation: dp_left_out 0.3s;
}

.gtcadm-dp_panel.anim.right.in {
  animation: dp_right_in 0.3s;
}

.gtcadm-dp_panel.anim.right.out {
  animation: dp_right_out 0.3s;
}

.gtcadm-dp_panel.anim.up.in {
  animation: dp_up_in 0.4s;
  z-index: 2;
}

.gtcadm-dp_panel.anim.up.out {
  animation: dp_up_out 0.4s;
  z-index: 1;
}

.gtcadm-dp_panel.anim.down.in {
  animation: dp_down_in 0.4s;
  z-index: 2;
}

.gtcadm-dp_panel.anim.down.out {
  animation: dp_down_out 0.4s;
  z-index: 1;
}

@keyframes dp_left_out {
  0% {
    left: 0px;
    opacity: 1;
  }
  100% {
    left: -300px;
    opacity: 0.4;
  }
}
@keyframes dp_left_in {
  0% {
    left: 300px;
    opacity: 0.4;
  }
  100% {
    left: 0px;
    opacity: 1;
  }
}
@keyframes dp_right_out {
  0% {
    left: 0px;
    opacity: 1;
  }
  100% {
    left: 300px;
    opacity: 0.4;
  }
}
@keyframes dp_right_in {
  0% {
    left: -300px;
    opacity: 0.4;
  }
  100% {
    left: 0px;
    opacity: 1;
  }
}
@keyframes dp_up_out {
  0% {
    opacity: 1;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform: scale(0.1, 0.1);
  }
}
@keyframes dp_up_in {
  0% {
    opacity: 0;
    transform: scale(4, 4);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes dp_down_out {
  0% {
    opacity: 1;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform: scale(6, 6);
  }
}
@keyframes dp_down_in {
  0% {
    opacity: 0;
    transform: scale(0.1, 0.1);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes datepicker_show {
  0% {
    opacity: 0;
    transform: scale(0.1, 0.1);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes datepicker_hide {
  0% {
    opacity: 1;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform: scale(1.4, 1.4);
  }
}
.gtcadm-datepicker > .gtcadm-dropdown .gtcadm-dp_extra {
  display: block;
  border-top: 2px solid #c30004;
}

.gtcadm-dropdown .gtcadm-dp_extra > b {
  display: block;
  float: left;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: normal;
}

.gtcadm-dropdown .gtcadm-dp_extra > b:hover {
  background-color: #b8e1f7;
  font-size: 14px;
}

.gtcadm-dropdown .gtcadm-dp_extra > b.sel {
  background-color: #ffea00;
  border: 1px solid #c30004;
}

.gtcadm-dropdown .gtcadm-dp_extra.hours > b {
  width: 12.5%;
}

.gtcadm-dropdown .gtcadm-dp_extra.minutes > b {
  width: 16.6667%;
}

/**
 * Galéria
 */
.images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0;
}
.images > .image {
  position: relative;
  padding: 0 8px 8px 0;
  text-align: center;
}
.images > .image.loading {
  visibility: hidden;
}
.images > .image.line-last {
  padding-right: 0;
}
.images > .image.line-last > a {
  right: 0;
}
.images > .image > a {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 8px;
  bottom: 8px;
  background-color: transparent;
  transition: background-color 0.2s;
}
.images > .image > img {
  width: 100%;
}
.images > .image:hover > a {
  background-color: rgba(239, 227, 220, 0.3);
}
.images > .image:hover > img {
  animation: 0.5s ease-in sun-rise;
}
@keyframes sun-rise {
  from {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(-2deg);
  }
  60% {
    transform: rotate(2deg);
  }
  70% {
    transform: rotate(-2deg);
  }
  80% {
    transform: rotate(2deg);
  }
  90% {
    transform: rotate(-2deg);
  }
  to {
    transform: rotate(0deg);
  }
}

/**
 * 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;
}
.gallery-frame.closing {
  animation-duration: 500ms;
  animation-name: gallery-close;
}
@keyframes gallery-open {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@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;
}
.gallery-frame > .image.in-left {
  animation-name: gallery-image-in-left;
  animation-duration: 700ms;
}
.gallery-frame > .image.in-right {
  animation-name: gallery-image-in-right;
  animation-duration: 700ms;
}
.gallery-frame > .image.out-left {
  animation-name: gallery-image-out-left;
  animation-duration: 700ms;
}
.gallery-frame > .image.out-right {
  animation-name: gallery-image-out-right;
  animation-duration: 700ms;
}
@keyframes gallery-image-in {
  from {
    top: 0%;
    opacity: 0;
  }
  to {
    opacity: 1;
    top: 50%;
  }
}
@keyframes gallery-image-in-left {
  from {
    left: -50%;
  }
  to {
    left: 50%;
  }
}
@keyframes gallery-image-in-right {
  from {
    left: 150%;
  }
  to {
    left: 50%;
  }
}
@keyframes gallery-image-out-left {
  from {
    /* left: 50%; */
  }
  to {
    left: -50%;
  }
}
@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 {
    display: none;
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    width: 10%;
    min-width: 50px;
    background-color: rgba(0, 0, 0, 0);
    opacity: 0.55;
    color: #efe3dc;
    font-size: 120px;
    transition: opacity 0.2s, background-color 0.2s;
    justify-content: center;
    align-items: center;
  }
  .gallery-frame a.slide-button.left {
    left: 0;
  }
  .gallery-frame a.slide-button.right {
    right: 0;
  }
  .gallery-frame a.slide-button > span, .gallery-frame a.slide-button > i {
    display: block;
    text-decoration: none;
  }
  .gallery-frame a.slide-button:hover {
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 1;
    text-decoration: none;
    transition: opacity 0.2s, background-color 0.2s;
  }
  .gallery-frame.has-left a.slide-button.left, .gallery-frame.has-right a.slide-button.right {
    display: flex;
  }
}
.gallery-frame .gallery-close {
  display: none;
  z-index: 11;
  position: absolute;
  right: 25px;
  top: 10px;
  font-size: 30px;
  color: #efe3dc;
  cursor: pointer;
}
@media (min-width: 768px) {
  .gallery-frame .gallery-close {
    display: block;
  }
}
.gallery-frame .title {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  color: white;
  background-color: black;
  opacity: 0;
  transition: opacity 0.5s;
  padding: 3px 0;
  font-size: 16px;
}
@media (min-width: 768px) {
  .gallery-frame .title {
    padding: 8px 0;
    font-size: 22px;
  }
}
.gallery-frame.show-title .title {
  opacity: 1;
}

#gdpr-panel {
  display: block;
  position: fixed;
  z-index: 1000000;
  font-size: 16px;
  color: blck;
  line-height: 1.2;
}
#gdpr-panel .show-open,
#gdpr-panel .show-close {
  display: none;
}
#gdpr-panel.close .show-open {
  display: none !important;
}
#gdpr-panel.close .show-close {
  display: block;
}
#gdpr-panel.open .show-open {
  display: block;
}
#gdpr-panel > .gdpr-open {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url(gdpr-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 97px;
  height: 65px;
  opacity: 0.7;
  border-radius: 10px;
}
#gdpr-panel > .gdpr-open:hover {
  opacity: 1;
}
#gdpr-panel > .shader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
#gdpr-panel > .panel {
  display: none;
  position: fixed;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
}
#gdpr-panel > .panel > .panel-content {
  min-width: 300px;
  max-width: 800px;
  width: 95%;
  display: block;
  background-color: #efe3dc;
  padding: 20px;
}
@media (min-width: 576px) {
  #gdpr-panel > .panel > .panel-content {
    width: 80%;
  }
}
#gdpr-panel > .panel.hide {
  display: none;
}
#gdpr-panel > .panel.show {
  display: flex;
}
@media (min-width: 576px) {
  #gdpr-panel .btn.right {
    float: right;
  }
}
#gdpr-panel .txt {
  color: inherit;
  font-size: inherit;
}
#gdpr-panel .txt *:last-child {
  margin-bottom: 18px;
}
#gdpr-panel .txt .h1,
#gdpr-panel .txt h1 {
  font-size: 26.8px;
  line-height: 1.491;
  font-weight: normal;
  color: inherit;
}
#gdpr-panel .control {
  margin-top: 2rem;
}
#gdpr-panel label {
  display: block;
  line-height: 2.1;
}

@media (min-width: 576px) {
  #gdpr-panel > .panel > .panel-content {
    width: 80%;
  }
}

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