/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
#g-container-site {
  margin-top: 0;
  margin-bottom: 0;
}
#g-mainbody {
  padding: 0rem 0;
}
.com-users-login.login {
  display: flex;
  flex-direction: column;
  /* Elemek egymás alá helyezése */
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 10px 0;
  /* Csökkentett felső és alsó padding */
  /* A login gomb középre igazítása */
}
.com-users-login.login .login {
  max-width: 33%;
  padding: 15px;
  /* Csökkentett belső térköz */
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  /* Kisebb távolság a login box alatt */
}
.com-users-login.login .btn.btn-primary {
  margin: 0 auto;
  /* A gombot középre igazítjuk horizontálisan */
  display: block;
  /* A gombot blokk szintű elemként kezeljük */
}
.com-users-login.login .com-users-login__options {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 200px;
  /* Minimum szélesség a kis képernyők számára */
  padding: 5px;
  /* Csökkentett padding */
  box-sizing: border-box;
  margin-top: 1rem;
}
.com-users-login.login .com-users-login__options li {
  margin-bottom: 5px;
  /* Csökkentett távolság a listák között */
}
.com-users-login.login .com-users-login__options a {
  text-decoration: none;
  /* Linkek aláhúzásának eltüntetése */
  color: #3498db;
  /* Link színének beállítása */
  font-weight: bold;
}
.com-users-login.login .com-users-login__options a:hover {
  color: #2980b9;
  /* Hover effekt a linkekre */
  text-decoration: underline;
}
#system-message {
  display: none !important;
}
.pullup {
  margin-top: -10.5rem;
  /* Felfelé csúsztatás */
  position: relative;
  /* Szülőhöz viszonyított helyzet */
  z-index: 4;
  /* Réteg prioritás */
}
@media (max-width: 768px) {
  .pullup {
    margin-top: 0;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-page-title {
    margin-bottom: -30px;
  }
}
.g-page-title h3 {
  margin: 0;
}
.g-page-title i {
  margin-right: 10px;
}
.g-keypoints {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
.g-keypoints .g-left-points .g-content {
  margin: 0 0.625rem 0 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: right;
}
@media only all and (max-width: 47.99rem) {
  .g-keypoints .g-left-points .g-keypoints-item:last-child {
    margin-bottom: 25px;
  }
}
.g-keypoints .g-main-image {
  text-align: center;
}
.g-keypoints .g-main-image .g-content {
  margin: 0;
  padding: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-keypoints .g-main-image .g-content {
    margin-bottom: 1rem;
  }
}
.g-keypoints .image-bottom {
  margin-bottom: -4.063rem;
}
@media only all and (max-width: 47.99rem) {
  .g-keypoints .image-bottom {
    margin-bottom: 1rem;
  }
}
.g-keypoints .g-right-points .g-content {
  margin: 0 0 0 0.625rem;
  padding-top: 0;
  padding-bottom: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-keypoints.style1 .g-content {
    text-align: center;
  }
}
.g-keypoints.style1 .g-keypoints-item .g-keypoints-item-desc {
  margin: 1.5rem 0;
}
.g-keypoints.style1 .g-keypoints-item:last-child .g-keypoints-item-desc {
  margin-bottom: 0;
}
.g-keypoints.style1 .g-keypoints-item-icon {
  color: #ffffff;
  background: #948543;
  line-height: 2.5rem;
  border-radius: 100%;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
}
.g-keypoints.style1 .g-left-points .g-keypoints-item-icon {
  margin-left: 1.25rem;
}
.g-keypoints.style1 .g-right-points .g-keypoints-item-icon {
  margin-right: 1.25rem;
}
.g-keypoints.style2 .g-keypoints-item {
  margin-bottom: 40px;
}
.g-keypoints.style2 .g-keypoints-item:last-child {
  margin-bottom: 0;
}
.g-keypoints.style2 .g-keypoints-item:hover .g-keypoints-item-icon {
  background: #948543;
  color: #ffffff;
}
.g-keypoints.style2 .g-keypoints-item-icon {
  font-size: 24px;
  margin-right: 0;
  color: #948543;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  border: 1px solid #948543;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.g-keypoints.style2 .g-left-points {
  padding-top: 25px;
}
@media only all and (max-width: 47.99rem) {
  .g-keypoints.style2 .g-left-points {
    padding-top: 0;
    margin-bottom: 40px;
  }
  .g-keypoints.style2 .g-left-points .g-content {
    text-align: left;
  }
}
.g-keypoints.style2 .g-left-points .g-keypoints-item-icon {
  float: right;
}
@media only all and (max-width: 47.99rem) {
  .g-keypoints.style2 .g-left-points .g-keypoints-item-icon {
    float: left;
  }
}
.g-keypoints.style2 .g-left-points .g-title-desc-container {
  margin-right: 85px;
}
@media only all and (max-width: 47.99rem) {
  .g-keypoints.style2 .g-left-points .g-title-desc-container {
    margin-right: 0;
    margin-left: 85px;
  }
}
.g-keypoints.style2 .g-right-points {
  padding-top: 25px;
}
@media only all and (max-width: 47.99rem) {
  .g-keypoints.style2 .g-right-points {
    padding-top: 0;
    margin-top: 15px;
  }
}
.g-keypoints.style2 .g-right-points .g-keypoints-item-icon {
  float: left;
}
.g-keypoints.style2 .g-right-points .g-title-desc-container {
  margin-left: 85px;
}
.g-keypoints.style2 .g-keypoints-item-title {
  margin-top: 0;
  margin-bottom: 10px;
}
.custom-pricing-table {
  max-width: 50%;
  /* Alapértelmezett szélesség (pl. desktop és tablet) */
  margin: 0 auto;
}
@media (max-width: 768px) {
  .custom-pricing-table {
    max-width: 100%;
    /* Mobilon teljes szélesség */
  }
}
.g-before-after .g-grid {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
@media only all and (max-width: 47.99rem) {
  .g-before-after .g-ba-feature-left {
    margin-bottom: 35px;
  }
}
.g-before-after .g-ba-feature-left .g-content {
  margin: 0 0.625rem 0 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-before-after .g-ba-feature-left .g-content {
    margin: 0;
  }
}
.g-before-after .g-ba-feature-right .g-content {
  margin: 0 0 0 0.625rem;
  padding-top: 0;
  padding-bottom: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-before-after .g-ba-feature-right .g-content {
    margin: 0;
  }
}
.g-before-after .g-ba-feature-right.align-right {
  text-align: right;
}
.g-before-after .g-ba-feature-title {
  margin-top: -5px;
}
.g-before-after .g-ba-feature-link {
  margin-top: 5px;
}
.g-before-after .g-ba-feature-link i {
  margin-right: 10px;
}
.g-before-after .g-ba-feature-desc i {
  margin-right: 8px;
}
.g-before-after .twentytwenty-horizontal .twentytwenty-handle:before, .g-before-after .twentytwenty-horizontal .twentytwenty-handle:after, .g-before-after .twentytwenty-vertical .twentytwenty-handle:before, .g-before-after .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.g-before-after .twentytwenty-horizontal .twentytwenty-handle:before, .g-before-after .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
}
.g-before-after .twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.g-before-after .twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.g-before-after .twentytwenty-horizontal .twentytwenty-before-label:before, .g-before-after .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px;
}
.g-before-after .twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px;
}
.g-before-after .twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px;
}
.g-before-after .twentytwenty-vertical .twentytwenty-handle:before, .g-before-after .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}
.g-before-after .twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.g-before-after .twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.g-before-after .twentytwenty-vertical .twentytwenty-before-label:before, .g-before-after .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
}
.g-before-after .twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px;
}
.g-before-after .twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px;
}
.g-before-after .twentytwenty-before-label, .g-before-after .twentytwenty-after-label, .g-before-after .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.g-before-after .twentytwenty-before-label, .g-before-after .twentytwenty-after-label {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}
.g-before-after .twentytwenty-before-label:before, .g-before-after .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  border-radius: 2px;
  box-sizing: border-box;
}
.g-before-after .twentytwenty-left-arrow, .g-before-after .twentytwenty-right-arrow, .g-before-after .twentytwenty-up-arrow, .g-before-after .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}
.g-before-after .twentytwenty-left-arrow, .g-before-after .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}
.g-before-after .twentytwenty-up-arrow, .g-before-after .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px;
}
.g-before-after .twentytwenty-container {
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.g-before-after .twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
}
.g-before-after .twentytwenty-container.active .twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}
.g-before-after .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label, .g-before-after .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}
.g-before-after .twentytwenty-container * {
  box-sizing: content-box;
}
.g-before-after .twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25;
}
.g-before-after .twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}
.g-before-after .twentytwenty-overlay:hover .twentytwenty-before-label, .g-before-after .twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}
.g-before-after .twentytwenty-before {
  z-index: 20;
}
.g-before-after .twentytwenty-after {
  z-index: 10;
}
.g-before-after .twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  border-radius: 1000px;
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer;
}
.g-before-after .twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}
.g-before-after .twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}
.g-before-after .twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px;
}
.g-before-after .twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px;
}
.g-page-title {
  display: flex;
  flex-direction: column;
  /* Biztosítja, hogy minden egymás alatt legyen */
  align-items: center;
  /* Horizontálisan középre helyezi */
  justify-content: center;
  /* Vertikálisan középre helyezi */
  text-align: center;
  height: 150px;
  /* Magasság */
  padding: 0 15px;
}
@media (max-width: 768px) {
  .g-page-title {
    height: 150px;
    /* Fontos, hogy azonos legyen a szülővel */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.g-timeline.style1 {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
.g-timeline.style1 .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.g-timeline.style1 .g-timeline-row {
  width: 100%;
  height: 10px;
  margin-top: 3.5rem;
  margin-bottom: -15px;
  background: #ecf0f1;
  border-bottom-right-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
  border-top-left-radius: 0.1875rem;
}
.g-timeline.style1 .g-timeline-row:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  background: #ecf0f1;
  border-radius: 100%;
  margin-top: -10px;
}
.g-timeline.style1 .g-timeline-row:after {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  background: #ecf0f1;
  border-radius: 100%;
  margin-top: -10px;
  margin-left: -30px;
  position: relative;
  float: right;
}
@media only all and (max-width: 47.99rem) {
  .g-timeline.style1 .g-timeline-row {
    display: none;
  }
}
.g-timeline.style1 .g-timeline-item {
  text-align: center;
}
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-icon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  line-height: 60px;
  font-size: 1.5rem;
  margin-top: -35px;
}
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-icon:after {
  content: "";
  display: block;
  width: 1px;
  height: 4rem;
  background: #ecf0f1;
  margin: 0 auto;
}
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-year {
  color: #ecf0f1 !important;
  position: relative;
  margin: 1.25rem 0 1.5rem -2rem;
  min-height: 1.4rem;
  font-size: 1rem;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-title {
  color: #2e373c !important;
  margin-top: 1rem;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 1rem;
}
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-title a {
  color: #2e373c;
}
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-title a:hover {
  color: #948543;
}
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-description {
  margin: 0;
}
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-button {
  margin-top: 20px;
}
@media only all and (max-width: 47.99rem) {
  .g-timeline.style1 .g-timeline-item {
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
  .g-timeline.style1 .g-timeline-item:last-child {
    margin-bottom: 0;
  }
}
.g-timeline.style2 #g-timeline {
  position: relative;
  padding: 35px 0;
}
.g-timeline.style2 #g-timeline:before {
  /* this is the vertical line */
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #ecf0f1;
}
@media only all and (min-width: 60rem) {
  .g-timeline.style2 #g-timeline:before {
    left: 50%;
    margin-left: -2px;
  }
}
.g-timeline.style2 .g-timeline-block {
  position: relative;
  margin: 30px 0;
}
.g-timeline.style2 .g-timeline-block::after {
  clear: both;
  content: "";
  display: table;
}
.g-timeline.style2 .g-timeline-block:first-child {
  margin-top: 0;
}
.g-timeline.style2 .g-timeline-block:last-child {
  margin-bottom: 0;
}
@media only all and (min-width: 60rem) {
  .g-timeline.style2 .g-timeline-block {
    margin: 60px 0;
  }
  .g-timeline.style2 .g-timeline-block:first-child {
    margin-top: 0;
  }
  .g-timeline.style2 .g-timeline-block:last-child {
    margin-bottom: 0;
  }
}
.g-timeline.style2 .g-timeline-icon-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  box-shadow: 0 0 0 4px #ffffff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
@media only all and (min-width: 60rem) {
  .g-timeline.style2 .g-timeline-icon-container {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .g-timeline.style2 .g-timeline-icon-container.is-hidden {
    visibility: hidden;
  }
  .g-timeline.style2 .g-timeline-icon-container.bounce-in {
    visibility: visible;
    -webkit-animation: g-bounce-1 0.6s;
    -moz-animation: g-bounce-1 0.6s;
    animation: g-bounce-1 0.6s;
  }
}
@-webkit-keyframes g-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes g-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes g-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.g-timeline.style2 .g-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #ffffff;
  border-radius: 0.1875rem;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
}
.g-timeline.style2 .g-timeline-content::after {
  clear: both;
  content: "";
  display: table;
}
.g-timeline.style2 .g-timeline-content .g-timeline-title {
  margin-top: -5px;
  margin-bottom: 15px;
}
.g-timeline.style2 .g-timeline-content .g-timeline-title a {
  color: #2e373c;
}
.g-timeline.style2 .g-timeline-content .g-timeline-title a:hover {
  color: #948543;
}
.g-timeline.style2 .g-timeline-content .g-timeline-year {
  display: inline-block;
}
.g-timeline.style2 .g-timeline-content .g-timeline-year {
  float: left;
  padding: 13px 0;
  opacity: 0.7;
}
.g-timeline.style2 .g-timeline-content:before {
  content: "";
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #ffffff;
}
.g-timeline.style2 .g-timeline-content .g-timeline-button {
  margin-top: 25px;
}
@media only all and (max-width: 47.99rem) {
  .g-timeline.style2 .g-timeline-content .g-timeline-button {
    margin-bottom: 10px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-timeline.style2 .g-timeline-content .g-timeline-button {
    margin-bottom: 10px;
  }
}
@media only all and (min-width: 60rem) {
  .g-timeline.style2 .g-timeline-content {
    margin-left: 0;
    padding: 25px;
    width: 45%;
  }
  .g-timeline.style2 .g-timeline-content:before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #ffffff;
  }
  .g-timeline.style2 .g-timeline-content .g-timeline-year {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 1rem;
  }
  .g-timeline.style2 .g-timeline-content.is-hidden {
    visibility: hidden;
  }
  .g-timeline.style2 .g-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: g-bounce-2 0.6s;
    -moz-animation: g-bounce-2 0.6s;
    animation: g-bounce-2 0.6s;
  }
}
.g-timeline.style2 .g-timeline-block:nth-child(even) .g-timeline-content {
  float: right;
}
.g-timeline.style2 .g-timeline-block:nth-child(even) .g-timeline-content:before {
  left: auto;
  right: 100%;
  border-color: transparent;
  border-right-color: #ffffff;
}
.g-timeline.style2 .g-timeline-block:nth-child(even) .g-timeline-content .g-timeline-year {
  left: auto;
  right: 122%;
  text-align: right;
}
@media only all and (min-width: 60rem) {
  .g-timeline.style2 {
    /* inverse bounce effect on even content blocks */
  }
  .g-timeline.style2 .g-timeline-block:nth-child(even) .g-timeline-content.bounce-in {
    -webkit-animation: g-bounce-2-inverse 0.6s;
    -moz-animation: g-bounce-2-inverse 0.6s;
    animation: g-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes g-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes g-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes g-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes g-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes g-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes g-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.item-content {
  background-color: #fffde5;
  padding: 15px;
  border-radius: 8px;
}
#osm-forgot-username-password {
  margin-bottom: 20px;
}
.nav-bar, .nav-tabs {
  border-bottom: none !important;
}
#osm-forgot-username-password a {
  margin-right: 10px;
  /* Vízszintes térköz a linkek között */
}
ul.nav.nav-tabs.nav-stacked {
  margin-left: 0 !important;
  padding-left: 0 !important;
  /* Ha esetleg a padding okozza a beljebb tolást */
}
.custom-links a:hover {
  color: #e4be5b !important;
  /* Hover szín */
}
.jcm-user-cm {
  pointer-events: none !important;
  cursor: default !important;
  text-decoration: none !important;
  color: inherit !important;
}
.jcm-user-cm[href] {
  cursor: default !important;
}
.jcm-user-cm:hover {
  text-decoration: none !important;
}
/* ===== VIP 3-card layout (centered) ===== */
.vip-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin: 18px 0 22px;
}
@media (min-width: 768px) {
  .vip-cards--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .vip-cards--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* Cards */
.vip-card {
  border-radius: 18px;
  padding: 22px 18px 18px;
  display: flex;
  flex-direction: column;
  min-height: 340px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.1);
  /* center everything */
  text-align: center;
  align-items: center;
}
/* Color themes (as requested) */
.vip-card--gold {
  background: #e0d292;
  color: #000;
}
.vip-card--light {
  background: #e1e2ec;
  color: #000;
}
.vip-card--navy {
  background: #2d3d4d;
  color: #fff;
}
/* Icon */
.vip-card__icon {
  font-size: 48px;
  /* bigger */
  line-height: 1;
  margin-top: 6px;
  /* a bit lower */
  margin-bottom: 14px;
  opacity: 0.98;
}
/* Title */
.vip-card__title {
  margin: 0 0 14px 0;
  /* lower and bigger spacing */
  font-size: 1.22rem;
  /* slightly bigger */
  font-weight: 900;
  line-height: 1.2;
}
/* Force white title for navy card (requested) */
.vip-card__title--white {
  color: #fff;
}
/* Text */
.vip-card__text {
  margin: 0 0 16px 0;
  line-height: 1.5;
  max-width: 46ch;
  /* nicer centered readability */
}
/* Module area */
.vip-card__module {
  margin-top: 6px;
  width: 100%;
}
/* Footer pinned to bottom + centered */
.vip-card__footer {
  margin-top: auto;
  padding-top: 14px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.vip-card__footer--note {
  font-size: 0.98rem;
  opacity: 0.92;
  max-width: 46ch;
}
/* Buttons */
.vip-btn {
  display: inline-block;
  text-decoration: none;
  font-weight: 800;
  padding: 10px 16px;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: transform 0.12s ease, opacity 0.12s ease;
}
.vip-btn:hover {
  transform: translateY(-1px);
  opacity: 0.96;
}
.vip-btn--dark {
  background: rgba(0, 0, 0, 0.12);
  color: #000;
}
.vip-btn--light {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.25);
}
/* ===== Modal (CSS-only :target) ===== */
.vip-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}
.vip-modal:target {
  display: block;
}
.vip-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.vip-modal__box {
  position: relative;
  max-width: 760px;
  margin: 8vh auto;
  background: #fff;
  color: #000;
  border-radius: 18px;
  padding: 24px 22px 18px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  max-height: 80vh;
  overflow: auto;
}
.vip-modal__close {
  position: absolute;
  right: 14px;
  top: 12px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  text-decoration: none;
  color: #000;
  background: rgba(0, 0, 0, 0.04);
}
.vip-modal__title {
  margin: 0 0 12px;
  font-size: 1.35rem;
  font-weight: 900;
  text-align: center;
}
.vip-modal__text {
  margin: 0 0 16px;
  line-height: 1.55;
}
.vip-modal__actions {
  display: flex;
  justify-content: center;
  gap: 10px;
}
/* Force white title on navy card */
.vip-card--navy .vip-card__title {
  color: #ffffff !important;
}
/* Force white text inside navy card (including bold) */
.vip-card--navy, .vip-card--navy p, .vip-card--navy strong, .vip-card--navy b, .vip-card--navy span {
  color: #ffffff !important;
}
/* Full-width intro card */
.vip-card--full {
  width: 100%;
  min-height: auto;
  align-items: flex-start;
  /* override center alignment */
  text-align: left;
  /* left align text */
  padding: 22px 22px 18px;
}
.vip-full__title {
  margin: 0 0 10px 0;
  font-size: 1.35rem;
  font-weight: 900;
}
.vip-full__text {
  margin: 0;
  line-height: 1.55;
}
/* ===== Kampányok blokk ===== */
.vip-campaigns {
  margin-top: 18px;
}
.vip-campaigns__meta {
  margin: 0 0 14px 0;
  opacity: 0.8;
  font-size: 0.95rem;
}
.vip-campaigns__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.vip-campaign {
  width: 100%;
  border-radius: 14px;
  padding: 12px 14px;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.vip-campaign__top {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media (min-width: 768px) {
  .vip-campaign__top {
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
  }
}
.vip-campaign__name {
  margin: 0;
  font-weight: 900;
  line-height: 1.25;
}
.vip-campaign__dates {
  margin: 0;
  opacity: 0.85;
  font-size: 0.95rem;
  white-space: nowrap;
}
.vip-campaign__metrics {
  margin: 8px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: baseline;
  justify-content: flex-start;
}
.vip-metric {
  display: inline-flex;
  gap: 6px;
  align-items: baseline;
}
.vip-metric__label {
  opacity: 0.75;
  font-size: 0.92rem;
}
.vip-metric__value {
  font-weight: 900;
}
.vip-campaigns__empty {
  margin: 0;
  opacity: 0.8;
}
.backup-features-intro {
  max-width: 1100px;
  margin: 0 auto 35px auto;
  text-align: center;
}
.backup-features-intro h3 {
  margin-bottom: 22px;
  font-size: 1.2rem;
  font-weight: 700;
}
.backup-feature-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
.backup-feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.04);
  font-size: 0.98rem;
  line-height: 1.35;
}
.backup-feature-item i {
  font-size: 1.15rem;
  opacity: 0.85;
}
.backup-note {
  margin-top: 22px;
  font-size: 0.95rem;
  opacity: 0.75;
  text-align: center;
}
@media (max-width: 768px) {
  .backup-feature-item {
    width: 100%;
    justify-content: center;
  }
}
.backup-spec-list {
  max-width: 900px;
  margin: 0 auto;
}
.spec-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
  line-height: 1.6;
}
.spec-item i {
  min-width: 22px;
  font-size: 18px;
  margin-top: 3px;
  opacity: 0.8;
}
.spec-item span {
  flex: 1;
}
@media (max-width: 768px) {
  .spec-item {
    gap: 12px;
  }
}
/*# sourceMappingURL=custom__body_only.css.map */