@charset "utf-8";
/* CSS Document */



@font-face {
    font-family: 'Juniper Bay';
    src: url('fonts/mycustomfont.eot'); /* IE9- */
    src:
        url('../fonts/JuniperBay-Regular.woff2') format('woff2'), /* modern böngészők */
        url('../fonts/JuniperBay-Regular.woff') format('woff'),   /* modern böngészők */
        url('../fonts/JuniperBay-Regular.ttf') format('truetype'); /* fallback */
    font-weight: normal;
    font-style: normal;
}
.invalid-feedback {
    display: none;
    margin-top: .25rem;
    font-size: .875rem;
    color: #fff;
}
.form-text-feedback {
    position: relative;
    font-size: 1rem;
    height: 1.5em;
    text-overflow: ellipsis;
    overflow: visible;
    transition: 0.15s;
}
.profile-wrapper {
  position: relative;
  width: 160px;
  height: 160px;
  margin: 0 auto 20px;
}
.display-3 {
    font-size: 1.8rem !important;
    line-height: 1.1;
    font-weight: bold !important;
    font-size: 2rem !important;
}
.profile-img {
  position: absolute;
  top: 10px;
  left: 10px;

  width: 140px;
  height: 140px;

  border-radius: 50%;
  object-fit: cover;
  z-index: 2;
}

/* SVG kör */
.circle-anim {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: rotate(-90deg); /* hogy felülről induljon */
}

/* Szaggatott kör + animáció */
.dashed-circle {
  stroke: #fff;               /* piros Generali-stílus */
  stroke-width: 2;
  stroke-dasharray: 5 5;         /* szaggatás */
  stroke-dashoffset: 471;        /* kör hossza */
  animation: drawCircle 1.5s ease-out forwards;
}

/* Animáció */
@keyframes drawCircle {
  from {
    stroke-dashoffset: 471;
    opacity: 0;
  }
  to {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}
#intro-session{
    inset: 0;
    background: #333333;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;

 transform: translateY(0);
  opacity: 1;

  transition: transform 0.6s ease, opacity 0.6s ease;
} 


.form-error {
	 display: block;  
	color:#fff;
	padding-top: 3px;
	font-weight: normal;
	font-style: italic;
}

.checkbox-label + .form-error {
    display: block;
    margin-top: 10px;
}


.is-invalid {
  border-bottom: 2px solid #C21B17;
}

#intro-session.intro-hide {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

.media-post .media-img .img {
    position: absolute;
    width: 100%;
    height: 100%;
	border-radius: 8px !important;
}
.mask-black:before {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px !important;
    background: rgba(0, 0, 0, 0.3);
}

.media-line .media-img .img {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 8px !important;
}

.display-3 {
  font-size: 1.8rem !important;
  line-height: 1.1;
  font-weight: bold !important; }
p {
    line-height: 1.5;
}
.media-post .media-body .display-title {
    text-transform: none;
    font-size: 2rem !important;
}

.animate-on-scroll {
  opacity: 0;
}
.animate-on-scroll.is-visible {
  opacity: 1;
}
h1, h2, h3, h4 {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.0) !important;
}

body[class*="fp-viewing-"]:not(.fp-viewing-home) .page-header .navbar-brand {
    opacity: 0;
    visibility: hidden;
    transition: none;
}


@media (min-width: 768px) {
    .page-header-alpha.logo-center .navbar-brand {
        left: 1%;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        top: 27px;
    }

    .page-header-alpha .navbar-brand .logo img {
        width: 100vw !important;      
        height: auto;
        display: block;

    }
    
    .main-home {background-image:url("../img/header_image.png");
    background-size: cover;}
}

.main-home .bg-video{
  position: absolute;
  top: 50%;
  left: 50%;

  width: 100%;
  height: 100%;
  object-fit: cover;

  transform: translate(-50%, -50%);
  z-index: -1;
}

.alcim {font-size: 24px; font-weight: 300; padding-top: 20px}
.page-cover:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.3s;
  background-image: none !important;
  background-color: red}

.section-about-1{
  position: relative;     /* kell a pseudo elem pozicionálásához */
  background-color: #fff;
  /* FONTOS: vedd ki innen a background-image-t, mert azt a pseudo elemre tesszük */
}

.section-about-1::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 611px;          /* a “háttér alja” magassága */
  background-image: url(../img/background_bottom.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  z-index: 1;             /* háttér réteg */
  pointer-events: none;   /* ne akadályozza a kattintást */
}

.section-ertek2 {background-color:#fff;}

.section-register {background-color:#C21B17 !important;}

.form-container-transparent .form-input input.form-control-line {
    height: 48px;
    font-size: 1.2rem !important;
    color: #ffffff;
}
.form-control-line {
    display: block;
    width: 100%;
    border: none;
    background: none;
    box-shadow: none;
    border-bottom: 1px solid #0094D8;
    color: inherit;
    border-radius: 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  font-size: 16px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  font-size: 16px;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  font-size: 16px;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  font-size: 16px;
}

.btn-outline-white {
    color: #C21B17;
    border: none;
    transition: 0.3s background-color;
    background: #fff;
    line-height: 1.25;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-transform: none;
    font-family: "Montserrat", "Open Sans", sans-serif;
   letter-spacing: 0px;;
    font-size: 1rem;
    border-radius: 25px;
    font-weight: 600;
}

.btn-outline-white:hover {
    color: #fff !important;
    background: #AA1B17;
}


.section-ertekeink {background-color: rgb(194, 27, 23);
    background-image: url(../img/background_bottom.png);
    height: 611px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;}

.section-utazas{
  position: relative;     /* kell a pseudo elem pozicionálásához */
  background-color: #fff;
  height: 611px;
}

.section-utazas {
  overflow: hidden;
  padding-bottom: 20px;
}

.section-bmw{
  overflow: hidden;
  padding-bottom: 50px;
}

.section-utazas::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 611px;          /* a “háttér alja” magassága */
  background-image: url(../img/background_bottom.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  z-index: 1;             /* háttér réteg */
  pointer-events: none;   /* ne akadályozza a kattintást */
}

.section-utazas .content{
  position: relative;
  z-index: 2;             /* tartalom a háttér fölött */
}
.section-bmw {
    background-color:#fff;
    background-image: url("../img/red_wing.png");
    height: 611px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}

.section-karrier2 {
    background-color:#C21B17;
}

.project {background-color: rgb(194, 27, 23);
    background-image: url(../img/background_bottom.png);
}

.section-1 {background-color: #C21B17;
    background-image: url("../img/white_wing.png");
    height: 611px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;}

.section-karrier {background-color: #AA1B17;
    background-image: url("../img/white_wing.png");
    height: 611px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;}

.section-ertek {background-color: #C21B17;
    background-image: url("../img/white_wing.png");
    height: 611px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;}

.section-kivalosag {background-color: #C21B17;
    background-image: url("../img/white_wing.png");
    height: 611px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;}


.anim-slide-right-delay {
  opacity: 0;
  transform: translateX(100px);
  animation: slideInRight 0.8s ease-out forwards;
  animation-delay: 1.5s; /* ⏱️ késleltetés */
}

.anim-slide-right-delay2 {
  opacity: 0;
  transform: translateX(100px);
  animation: slideInRight 0.8s ease-out forwards;
  animation-delay: 1.8s; /* ⏱️ késleltetés */
}

.anim-slide-right-delay3 {
  opacity: 0;
  transform: translateX(100px);
  animation: slideInRight 0.8s ease-out forwards;
  animation-delay: 2s; /* ⏱️ késleltetés */
}

@keyframes slideInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.section-content .title-desc .display-title.decor:before {
    content: "";
    position: absolute;
    top: 0.5em;
    width: 48px;
    height: auto;
    opacity: 0.2;
    border-bottom: 0px solid currentColor;

}

.section-cover.mask-black:before, .section-cover-full.mask-black:before {
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
	
}

body.fp-viewing-utazas i.icon.ion-android-home, body.fp-viewing-utazas i.icon.ion-arrow-down-a{
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: solid 1px #C21B17 !important;
    color: #C21B17 !important;
    transition: 0.6s;
    font-size: 1.5rem;
}

body.fp-viewing-utazas i.icon.ion-android-home:hover, body.fp-viewing-utazas i.icon.ion-arrow-down-a:hover{
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: solid 1px #C21B17 !important;
    background-color: #C21B17 !important;
    color: #fff !important;
    transition: 0.6s;
    font-size: 1.5rem;
}
body.fp-viewing-bmw i.icon.ion-android-home, body.fp-viewing-bmw i.icon.ion-arrow-down-a{
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: solid 1px #C21B17 !important;
    color: #C21B17 !important;
    transition: 0.6s;
    font-size: 1.5rem;
}

body.fp-viewing-bmw i.icon.ion-android-home:hover, body.fp-viewing-bmw i.icon.ion-arrow-down-a:hover{
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: solid 1px #C21B17 !important;
    background-color: #C21B17 !important;
    color: #fff !important;
    transition: 0.6s;
    font-size: 1.5rem;
}
body.fp-viewing-bmw .fp-scrolled a {color: #C21B17 !important;}
body.fp-viewing-bmw .footer-left p {color: #C21B17 !important;}
body.fp-viewing-bmw .page-footer .footer-right .social a {color: #C21B17 !important;}
body.fp-viewing-bmw #fp-nav.right a {color: #C21B17 !important;}
body.fp-viewing-utazas #fp-nav.right a {color: #C21B17 !important;}
body.fp-viewing-vallalasaink .fp-scrolled a {color: #C21B17 !important;}
body.fp-viewing-vallalasaink .footer-left p {color: #C21B17 !important;}
body.fp-viewing-vallalasaink .page-footer .footer-right .social a {color: #C21B17 !important;}
body.fp-viewing-vallalasaink #fp-nav.right a {color: #C21B17 !important;}
body.fp-viewing-vallalasaink i.icon.ion-android-home, body.fp-viewing-vallalasaink i.icon.ion-arrow-down-a{
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: solid 1px #C21B17 !important;
    color: #C21B17 !important;
    transition: 0.6s;
    font-size: 1.5rem;
}

body.fp-viewing-allfinance i.icon.ion-android-home:hover, body.fp-viewing-allfinance i.icon.ion-arrow-down-a:hover{
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: solid 1px #C21B17 !important;
    background-color: #C21B17 !important;
    color: #fff !important;
    transition: 0.6s;
    font-size: 1.5rem;
}
body.fp-viewing-allfinance i.icon.ion-android-home, body.fp-viewing-allfinance i.icon.ion-arrow-down-a{
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: solid 1px #C21B17 !important;
    color: #C21B17 !important;
    transition: 0.6s;
    font-size: 1.5rem;
}
body.fp-viewing-allfinance #fp-nav.right a {color: #C21B17 !important;}

body.fp-viewing-vallalasaink i.icon.ion-android-home:hover, body.fp-viewing-vallalasaink i.icon.ion-arrow-down-a:hover{
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: solid 1px #C21B17 !important;
    background-color: #C21B17 !important;
    color: #fff !important;
    transition: 0.6s;
    font-size: 1.5rem;
}

  /* ====== A teljes "színpad", amit mozgatunk ====== */
  .section-bmw .bmw-stage{
    position: relative;
    display: inline-block; 
    max-width: 100%;
    transform: translateX(120%);
    opacity: 0;
    will-change: transform, opacity;
  }

  /* ====== A karosszéria kép ====== */
  .section-bmw .bmw-body{
    display: block;
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
    pointer-events: none;
    user-select: none;
    z-index: 100;
    
  }

  /* ====== Kerekek konténere (abszolút pozíció a bmw-stage-en belül) ====== */
  .section-bmw .bmw-wheel{
    position: absolute;
    top: 53%;          /* a te inline top-odból átvéve */
    width: 16.5%;
    z-index: 1;
    pointer-events: none;
    user-select: none;
    z-index: 100
  }

  /* Bal kerék pozíció (a te inline left-odból átvéve) */
  .section-bmw .wheel-left{ left: 13.5%; }

  /* Jobb kerék pozíció (a te inline right-odból átvéve) */
  .section-bmw .wheel-right{ right: 12%; }

  /* Kerék képe */
  .section-bmw .bmw-wheel img{
    display: block;
    width: 100%;
    height: 100%;
    transform-origin: 50% 50%;
    will-change: transform;
  }

  /* ====== Animációk ====== */
  @keyframes bmw-in{
    0%   { transform: translateX(120%); opacity: 1; }
    80%  { transform: translateX(-30px); opacity: 1; }
    100% { transform: translateX(0); opacity: 1; }
  }

  @keyframes wheel-spin{
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
  }



.section-bmw .bmw-stage.bmw-run{
  animation: bmw-in 1.2s ease-out forwards;
}

.section-bmw .bmw-stage.bmw-run .bmw-wheel img{
  animation: wheel-spin 0.3s linear 3;
}


  /* ====== Mobil / kisebb kijelző finomhangolás (opcionális) ====== */
  @media (max-width: 768px){
    .section-bmw .bmw-wheel{
      top: 160px;     
      width: 120px;
      height: 120px;
    }
    .section-bmw .wheel-left{ left: 110px; }
    .section-bmw .wheel-right{ right: 80px; }
  }

@keyframes wing-in-left{
  from { transform: translateX(-120%); opacity: 0; }
  to   { transform: translateX(0); opacity: 1; }
}

@keyframes wing-in-right{
  from { transform: translateX(120%); opacity: 0; }
  to   { transform: translateX(0); opacity: 1; }
}

body.fp-viewing-bmw .bmw-wing.wing-left{
  animation: wing-in-left 0.8s ease-out forwards;
}

body.fp-viewing-bmw .bmw-wing.wing-right{
  animation: wing-in-right 0.8s ease-out forwards;
}

.point-pulse {
  cursor: pointer;
  animation: pointPulse 1.1s ease-in-out infinite;
  transform-origin: 50% 50%;
}

@keyframes pointPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.18);
  }
  100% {
    transform: scale(1);
  }
}

/* Akinek be van kapcsolva a "csökkentett mozgás", annál álljon le */
@media (prefers-reduced-motion: reduce) {
  .point-pulse {
    animation: none;
  }
}

.point{position: absolute; top: 30%; right: 12px}
/* ===== CSEMPE / HOVER KÉPCSERE ===== */
.tile { position: relative; }

.tile-trigger{
  position: relative;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

.tile-img{ display:block; }

.tile-img--hover{
  position:absolute;
  left:0; top:0;
  opacity:0;
  pointer-events:none;
  transition: opacity .15s ease;
}

.tile-img--default{
  transition: opacity .15s ease;
}

.tile-trigger:hover .tile-img--default,
.tile-trigger:focus-visible .tile-img--default{
  opacity:0;
}

.tile-trigger:hover .tile-img--hover,
.tile-trigger:focus-visible .tile-img--hover{
  opacity:1;
}

.point{
  position:absolute;
  top:33%;
  right:15px;
  z-index:3;
}
.point_video{
  position:absolute;
  top:38%;
  right:-70px;
  z-index:3;
}

/* ===== PONT LÜKTETÉS (NINCS ÁRNYÉK) ===== */
.point-pulse{
  animation: pointPulse 1.1s ease-in-out infinite;
  transform-origin: 50% 50%;
}
@keyframes pointPulse{
  0%{ transform: scale(1); }
  50%{ transform: scale(1.18); }
  100%{ transform: scale(1); }
}

@media (prefers-reduced-motion: reduce){
  .point-pulse{ animation:none; }
}

/* ===== LETISZTULT MODAL – BALRÓL BEÚSZÁS (FIX) ===== */
.g-modal{
  position: fixed;
  inset: 0;
  z-index: 9999;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition:
    opacity .25s ease,
    visibility .25s ease;
}

.g-modal.is-open{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.g-modal__backdrop{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.85);
}

.g-modal__dialog{
  position: relative;
  max-width: 900px;
  width: calc(100% - 32px);
  margin: 10vh auto 0;

  background: #fff;
  border-radius: 14px;
  padding: 22px 22px 18px;
  outline: none;

  /* KIINDULÓ ÁLLAPOT */
  transform: translateX(-120px);

  /* FONTOS: külön késleltetjük */
  transition:
    transform .45s ease;
}

.g-modal.is-open .g-modal__dialog{
  transform: translateX(0);
  transition-delay: .1s; /* ⭐ EZ A KULCS */
}

.g-modal__title{
  margin: 110px 34px 12px 0;
  font-size: 24px;
  font-weight: 600;
  color: #C21B17;
}

.g-modal__body{
  color: #333;
  font-size: 14px;
  line-height: 1.55;
}

.g-modal__footer{
  display: flex;
  justify-content: flex-end;
  margin-top: 14px;
}

.g-modal__btn{
  background: none;
  color: #C21B17;
  padding: 10px 14px;
  cursor: pointer;
  font-weight: 600;
  border: none;
}

.g-modal__btn:hover{
  text-decoration: underline;
}

.g-modal__close{
  position: absolute;
  top: 10px;
  right: 12px;
  width: 34px;
  height: 34px;
  border: none;
  background: transparent;
  font-size: 26px;
  line-height: 34px;
  cursor: pointer;
  color: #444;
}

body.g-modal-open{
  overflow: hidden;
}

.video-modal{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.85);
  z-index: 9999;

  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease;
}

.video-modal.is-open{
  opacity: 1;
  visibility: visible;
}

.video-wrapper{
  position: relative;
  width: min(90vw, 960px);
}

.video-wrapper video{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

/* ELEGÁNS BEZÁRÓ */
.video-close{
  position: absolute;
  top: 24px;
  right: 28px;
  font-size: 36px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  opacity: .7;
}
.video-close:hover{ opacity: 1; }

/* NAV GOMBOK */
.video-nav{
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 12px;
}

.video-nav button{
  background: rgba(255,255,255,.15);
  border: none;
  color: #fff;
  padding: 8px 14px;
  border-radius: 20px;
  cursor: pointer;
}
.video-nav button:hover{
  background: rgba(255,255,255,.25);
}
/* A teljes label kattintható legyen */
.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
}

/* Natív checkbox elrejtése */
.checkbox-label input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  margin-top: 3px;
  background-color: #ffffff; /* fehér alap */
  border: none;               /* nincs border */
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}

/* PIROS pipa, ha be van jelölve */
.checkbox-label input[type="checkbox"]:checked::after {
  content: "✓";
  color: #C21B17;              /* piros pipa */
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -55%);
}


/* Optional: focus állapot billentyűzethez */
.checkbox-label input[type="checkbox"]:focus-visible {
  outline: 2px solid #C21B17;
  outline-offset: 2px;
}

/* Szöveg stílusa */
.checkbox-label span {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.4;
}
.floating-apply-btn {
  position: fixed;
  right: 45px;
  top: 28px;
  z-index: 9999;
  background: #c21b17;
  color: #fff;
  padding: 14px 26px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-decoration: none;
  transition: all 0.3s ease;

 
  z-index: 100;
}

.floating-apply-btn:hover {
  background: #a31713;
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.kiertekeles {
position: relative;
  background: #c21b17;
  color: #fff;
  padding: 14px 26px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-decoration: none;
  transition: all 0.3s ease;
  z-index: 100;
 border: none;
cursor: pointer;
}

.kiertekeles:hover {
  background: #fff;
  color: #c21b17;
  text-decoration: none;
}

body.fp-viewing-bmw .floating-apply-btn {
  position: fixed;
  right: 45px;
  top: 20px;
  z-index: 9999;
  background: #fff;
  color: #c21b17;
  padding: 14px 26px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-decoration: none;
  transition: all 0.3s ease;

}
body.fp-viewing-bmw .floating-apply-btn:hover {
  position: fixed;
  right: 45px;
  top: 20px;
  z-index: 9999;
  background: #AA1B17;
  color: #fff;
  padding: 14px 26px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

body.fp-viewing-karrier2 .floating-apply-btn {
  position: fixed;
  right: 45px;
  top: 20px;
  z-index: 9999;
  background: #fff;
  color: #c21b17;
  padding: 14px 26px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-decoration: none;
  transition: all 0.3s ease;
}
body.fp-viewing-karrier2 .floating-apply-btn:hover {
  position: fixed;
  right: 45px;
  top: 20px;
  z-index: 9999;
  background: #AA1B17;
  color: #fff;
  padding: 14px 26px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

body.fp-viewing-home .floating-apply-btn {
	display: none;
}
body.fp-viewing-register .floating-apply-btn {
	display: none;
}

/* ==========================================================
   MOBIL NÉZET
   ========================================================== */
@media (max-width: 768px){
	
    .tile-img {
        width: 300px !important;     
    }

	.section-home {
		min-height: 100vh;
	}	
	body.fp-viewing-register .page-footer.scrolled .footer-left {padding-bottom: 40px !important; opacity: 100% !important;
    visibility: visible !important;}
	body.fp-viewing-register .page-footer.scrolled .footer-right {padding-bottom: 40px !important;opacity: 100% !important;
    visibility: visible !important;}
	body.fp-viewing-register .page-footer.fp-scrolled {
   	 	opacity: 100% !important;
    	visibility: visible !important;
	    display: block !important;
}
	.checkbox-label input[type="checkbox"] {
		appearance: none;
		-webkit-appearance: none;
		width: 35px !important;
		height: 22px;
		margin-top: 3px;
		background-color: #ffffff;
		border: none;
		border-radius: 4px;
		cursor: pointer;
		position: relative;
	} 
	body.g-modal-open{
		overflow-y: auto;
		position: relative;
	  }

	video-modal{
	  -webkit-overflow-scrolling: touch;
	}
	.section-home .section-wrapper {height: 355px; padding-top: 62px;}

	.section-karrier2 {
	background: #AC1C17 url("../img/red2_wing.png") no-repeat center bottom / contain !important;}

  body.g-modal-open {overflow-y: auto;}
  
  html, body{
	width: 100%;
 	max-width: 100%;
 	overflow-x: hidden;}
	
  .elmeny_font span {display: block !important; line-height: 1.1;}	
  .teljesitmeny {margin-top: 4.75rem !important;}
  .section-bmw {overflow: visible;}

  .section-bmw .bmw-stage {opacity: 1 !important; }

  .wing_1 {position: absolute;
    top: 57% !important;
    right: -27% !important;}
	
  .section-title p { font-size: 17px !important;}
	
  .page-header-alpha {
    justify-content: flex-start;
    z-index: 2;
    margin-top: -20px;
}
  .csempe {text-align: center !important}
  .section-about-1::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 611px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    z-index: 1;
    pointer-events: none;
}
.section-utazas{
  background-color: #fff !important;
}	
  .section-utazas::after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		height: 611px;
		background-image: none;
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: contain;
		z-index: 1;
		pointer-events: none;
}

  .page-header-alpha.logo-center .navbar-brand{
		position: fixed;
		right: 0px !important;
		top: 15px !important;
		transform: none !important;
		display: flex;
		align-items: center;
		z-index: 1001;
		margin: 0 !important;
		padding: 0 !important;
  }
  .page-header-alpha .navbar-brand .logo{
		content: url("../img/generali_logo_mobil.svg");
		width: 102%;
		display: flex;
		justify-content: center;
  }
  .page-header-alpha .navbar-brand .logo img{
		width: 200vw !important;
		height: auto !important;
  }

  /* Lebegő CTA gomb – logó alá */
  
  .floating-apply-btn {
        position: fixed;         
        top: 91vh !important;
	    right: 27% !important;
        padding: 10px 14px;
        font-size: 14px;
        line-height: 1.2;
        z-index: 1002;
	    background: #AA1B17;
	    font-size: 16px;
	    text-align: center;
	    box-shadow: 0 3px 3px rgba(10, 10, 10, 0.6);
    }

  .floating-apply-btn:hover {
        top: 91vh !important;
	    right: 23% !important;
	    background: #fff;
		color:#c21b17 !important;
	    transform:none!important;
 		box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    }
	
  body.fp-viewing-bmw .floating-apply-btn {
  		position: fixed;         
        top: 91vh !important;
	    right: 27% !important;
        padding: 10px 14px;
        font-size: 14px;
        line-height: 1.2;
        z-index: 1002;
	    background: #AA1B17;
	    color:#fff !important;
	    font-size: 16px;
	    text-align: center;
	     box-shadow: 0 3px 3px rgba(10, 10, 10, 0.6);
}
  body.fp-viewing-bmw .floating-apply-btn:hover {
  		position: fixed;         
        top: 91vh !important;
	    right: 27% !important;
        padding: 10px 14px;
        font-size: 14px;
        line-height: 1.2;
        z-index: 1002;
	    background: #c21b17;
	    color:#fff !important;
	    font-size: 16px;
	    text-align: center;
}
	
  body.fp-viewing-allfinance .floating-apply-btn {
  		position: fixed;         
        top: 91vh !important;
	    right: 27% !important;
        padding: 10px 14px;
        font-size: 14px;
        line-height: 1.2;
        z-index: 1002;
	    background: #AA1B17;
	    color:#fff !important;
	    font-size: 16px;
	    text-align: center;
	    box-shadow: 0 3px 3px rgba(10, 10, 10, 0.6);
}
  body.fp-viewing-allfinance .floating-apply-btn:hover {
  		position: fixed;         
        top: 91vh !important;
	    right: 27% !important;
        padding: 10px 14px;
        font-size: 14px;
        line-height: 1.2;
        z-index: 1002;
	    background: #c21b17;
	    color:#fff !important;
	    font-size: 16px;
	    text-align: center;
}
	
  body.fp-viewing-karrier2 .floating-apply-btn {
  		position: fixed;         
        top: 91vh !important;
	    right: 27% !important;
        padding: 10px 14px;
        font-size: 14px;
        line-height: 1.2;
        z-index: 1002;
	    background: #AA1B17;
	    color:#fff !important;
	    font-size: 16px;
	    text-align: center;
	    box-shadow: 0 3px 3px rgba(10, 10, 10, 0.6);
}
  body.fp-viewing-karrier2 .floating-apply-btn:hover {
  		position: fixed;         
        top: 91vh !important;
	    right: 27% !important;
        padding: 10px 14px;
        font-size: 14px;
        line-height: 1.2;
        z-index: 1002;
	    background: #c21b17;
	    color:#fff !important;
	    font-size: 16px;
	    text-align: center;
}

  .section{
		padding-top: 90px;
		padding-bottom: 72px;
  }
  .section .section-wrapper.with-margin{
		padding-left: 16px;
		padding-right: 16px;
  }
  .section-1,
  .section-ertek,
  .section-bmw,
  .section-ertek2{
    background: none !important;
  }

  .section-kivalosag{
    height: auto !important;
    min-height: 611px;
  }

  .section-1{
    background: #C21B17 !important;
    height: auto !important;
    min-height: 55vh;
  }
  .section-ertek{
    background: #C21B17 url("../img/white_wing.png") no-repeat center top / contain !important;
    height: auto !important;
    min-height: 55vh;
  }
	
  .section-kivalosag{
    background: #C21B17;
    height: auto !important;
    min-height: 55vh;
  }

  .section-1 .section-wrapper > div[style*="win_atkoto"][style*="top:60%"][style*="right: 25%"],
  .section-ertek .section-wrapper > div[style*="win_atkoto"][style*="top:60%"][style*="right: 25%"],
  .section-kivalosag .section-wrapper > div[style*="win_atkoto"][style*="top:60%"][style*="right: 25%"]{
    top: 58% !important;
    right: 0% !important;
    left: auto !important;
  }

  .section-1 .section-wrapper > div[style*="win_atkoto"][style*="top:50%"][style*="right: 5%"],
  .section-ertek .section-wrapper > div[style*="win_atkoto"][style*="top:50%"][style*="right: 5%"],
  .section-kivalosag .section-wrapper > div[style*="win_atkoto"][style*="top:50%"][style*="right: 5%"]{
    top: 51% !important;
    right: 13% !important;
    left: auto !important;
  }

  .section-home h1.home-title > span{
    top: -68px !important;
    left: 120px !important;
    display: block !important;
    width: 100%;
    margin: -6px auto 10px auto;
    transform: none !important;
  }
  .section-home h1.home-title > span img{
    width: 150px !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
  }
  .section-utazas .media-line{
    flex-direction: column;
  }
  .section-utazas .media-line .media-img{
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 40px rgba(0,0,0,0.15);
    margin-bottom: 14px;
  }

.point_video img {
    content: url("../img/point_video2.png");
	width: 100%;
  }

  .section-utazas .media-line .media-img img.img,
  .section-utazas .media-line .media-img img.img-block{
    position: relative !important;
    width: 100%;
    height: auto;
    order: 1;
    display: block;
  }
  .section-utazas .teljesitmeny .point_video{
	position: relative !important;
    left: 28% !important;
    top: 25px !important;
    order: 2;
    display: flex;
    justify-content: flex-end;
    padding: 10px 12px 12px;
  }
  .section-utazas .point_video{
	position: relative !important;
	left: 28% !important;
    top: 25px !important;
    order: 2;
    display: flex;
    justify-content: flex-end;
    padding: 10px 12px 12px;
  } 
	
  .section-utazas .point_video img{
    width: 145px !important;
    height: auto !important;
  }
	
  .section-utazas {padding-bottom: 30px !important;}

  .section-bmw{
    background: #ffffff !important;
    height: auto !important;
	padding-top: 28px !important;
  }

  .section-bmw .title-desc h2.display-3.display-title.anim-1{
    padding-top: 14px !important; /* <-- kisebb */
    margin-top: 0 !important;
  }

  .section-bmw .bmw-wing img{
    width: 62vw !important;
    height: auto !important;
    max-width: 420px;
  }
  .section-bmw .bmw-wing.wing-right{
    right: -8vw !important;
    top: -10px !important;
  }
  .section-bmw .bmw-wing.wing-left{
    right: 18vw !important;
    top: 35px !important; 
  }

  .section-bmw .bmw-stage{
    width: 100%;
    max-width: 560px;
    margin: 22px auto 0;
  }
  .section-bmw .bmw-body{
    width: 100%;
    height: auto;
    top: 10px;
  }
  .section-bmw .bmw-wheel{
    top: 62%;
    width: 15.2%;
    height: auto;
  }
  .section-bmw .wheel-left{ left: 12.8%; }
  .section-bmw .wheel-right{ right: 11.4%; }

  .section-ertek2{
    background: #ffffff !important;
    background-color: #ffffff !important;
  }


.section,
.section-wrapper {
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.wing_1,
.bmw-wing,
.win_atkoto,
.floating-apply-btn,
.point_video,
.page-header-alpha,
.navbar-brand {
  max-width: 100%;
  overflow-x: hidden;
}

img,
svg {max-width: 100%;}
	
}


/* Extra small finomhangolás */
@media (max-width: 420px){
  .section-home h1.home-title > span img{ width: 140px !important; }

  .section-bmw .bmw-wheel{ top: 63%; width: 16%; }
  .section-bmw .wheel-left{ left: 13.6%; }
  .section-bmw .wheel-right{ right: 12.8%; }
}

/* ==========================================================
   KISEBB FELBONTÁS NÉZET
   ========================================================== */

@media (min-width: 1200px) and (max-width: 1600px) {
	.section-title .title {
    line-height: 1;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: bold;
    transition: 0.3s ease-in-out;
    font-family: "Montserrat", "Open Sans", sans-serif;
    font-size: 5rem;
	padding-top: 80px;
}
    p {
        font-size: 1.1rem;
    }
	.tile-img {
        width: 200px !important;     
    }
	.floating-apply-btn {
    position: fixed;
    right: 45px;
    top: 16px;
    z-index: 9999;
    background: #c21b17;
    color: #fff;
    padding: 14px 26px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-decoration: none;
    transition: all 0.3s ease;
    z-index: 100;
}

body.fp-viewing-bmw .floating-apply-btn {
  position: fixed;
  right: 45px;
  top: 16px;
  z-index: 9999;
  background: #c21b17;
  color: #fff;
  padding: 14px 26px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-decoration: none;
  transition: all 0.3s ease;

}
body.fp-viewing-bmw .floating-apply-btn:hover {
  position: fixed;
  right: 45px;
  top: 16px;
  z-index: 9999;
  background: #AA1B17;
  color: #fff;
  padding: 14px 26px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

body.fp-viewing-karrier2 .floating-apply-btn {
  position: fixed;
  right: 45px;
  top: 16px;
  z-index: 9999;
  background: #fff;
  color: #c21b17;
  padding: 14px 26px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-decoration: none;
  transition: all 0.3s ease;
}
body.fp-viewing-karrier2 .floating-apply-btn:hover {
  position: fixed;
  right: 45px;
  top: 16px;
  z-index: 9999;
  background: #AA1B17;
  color: #fff;
  padding: 14px 26px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

body.fp-viewing-home .floating-apply-btn {
	display: none;
}
body.fp-viewing-register .floating-apply-btn {
	display: none;
}

.section-bmw .bmw-body {
    display: block;
    max-width: 72%;
    height: auto;
    position: relative;
    z-index: 2;
    pointer-events: none;
    user-select: none;
    z-index: 100;
	left: 80px;
    
}
.section-bmw .wheel-left {
    left: 18%;
}
.section-bmw .bmw-wheel img {
    display: block;
    width: 71%;
    height: 87%;
    transform-origin: 50% 50%;
    will-change: transform;
}
.section-bmw .wheel-right {
    right: 24%;
}
.section-bmw {
    background-color: #fff;
    background-image: none;
    height: 611px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}
.section-bmw h2 {
	padding-top: 0px !important;
}
  .section-bmw .bmw-wing.wing-right{
    right: 0vw !important;
    top: -10px !important;
  }
  .section-bmw .bmw-wing.wing-left{
    right: 31vw !important;
    top: 41px !important; 
  }
.media-post .media-body .display-title {
    text-transform: none;
    font-size: 1.8rem !important;
}
.display-3 {
    font-size: 1.8rem !important;
    line-height: 1.1;
    font-weight: bold !important;
    font-size: 1.8rem !important;
}
.allfinance_logo {top: -104px !important;
    position: absolute;
    margin-left: 6px;}
.section-home img {
        width: 200px !important;     
    }
	
 body.fp-viewing-utazas .media-line .media-body {
        padding: 40px 40px;
    }
.wing_1 {position: absolute;
    top: 60%;
    right: 25% !important;
    width: 31% !important;}
.wing_2 {position: absolute;
    top: 50%;
    right: 6%;
    width: 29% !important;}
	
.section-bmw{
  overflow: hidden;
  padding-bottom: 5px;
}
.section-register {
  position: relative;
  z-index: 999;
}

.section-register .section-wrapper,
.section-register .section-content {
  position: relative;
  z-index: 1000;
}

}
