body {
    background: #ececec; /* Vidámabb, világosabb szürke */
    color: #232323;
    font-family: 'Segoe UI', Arial, sans-serif;
    min-height: 100vh;
    margin: 0;
    display: flex;
    justify-content: center;
}
.container {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 6px 32px rgba(0,0,0,0.10);
    padding: 32px 32px 32px 32px;
    max-width: 1024px;
    width: 100%;
    text-align: center;
}
.ghangtitle {
    position: relative;
    text-align: left; /* a szöveg maradjon bal oldalt */
    display: block; 
}
.ghanglogo {
    float: right;
    width: 180px;
    margin: 0 0 16px 16px; /* balra és lefelé legyen térköz */
}



h1 {
    color: #b2006b;
    font-size: 2.5em;
    margin-bottom: 12px;
    letter-spacing: 1px;
    margin: 0 0 12px 0;
}


.subtitle {
    color: #ffb300;
    font-size: 1.15em;
    margin-bottom: 18px;
}
p {
    font-size: 1.25em;
    color: #444;
}


.ghangcontent {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 16px;
    background-color: #f1f1f1; 
    border-radius: 10px;
    box-shadow: 0 6px 32px rgba(0,0,0,0.10);
    display: flex;
    flex-wrap: wrap; /* hogy több sorba is törhessen */
    gap: 16px; /* kicsi távolság a csomagok között */
    text-align: justify; /* szöveg igazítás */
    position: relative;
}

.ghangpackagesubtitle {
    font-size: 0.9em;
    color: #666;
    margin-top: -10px;
    margin-bottom: 20px;
    text-align: left;
}

.ghangszolgaltatasterulet {
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: justify;
}

.ghangszolgaltatasterulet p {
    color: #666;
    font-size: 0.8em;
    margin-top: 15px;
}

.ghangszolgaltatasterulet a {
    color: #b2006b;
    text-decoration: none;
}
.ghangszolgaltatasterulet a:hover, a.ghangszolgaltatasteruletlink:hover {
    text-decoration: underline;
    color: #b2006b;
}

a.ghangszolgaltatasteruletlink {
    color: #666;
    text-decoration: none;
}

.ghangszolgaltatasvideo {
    width: 75%;
    margin: 50px auto;
}

.ghangszolgaltatasvideo-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 arány */
    max-width: 100%;
    background-color: #000; /* fekete háttér a videó körül */
}

.ghangszolgaltatasvideo-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}


.ghangpackagcategory {
    font-weight: bold;
    font-size: 0.75em;
    color: #fff;
    background-color: #b2006b;
    display: inline-block;
    padding: 4px 8px;
    border-radius: 4px;
    position: absolute;
    top: 16px;
    right: 16px;
    text-transform: uppercase;
}


.ghangseparator {
  height: 300px;
  background-size: cover;       /* kitöltse a div-et */
  background-position: center;  /* középre igazítva */
  transition: background-image 1s ease-in-out; /* lágy átmenet */
  margin: 0 auto 20px auto; /* középre + 50px hely alul */
  position: relative;       /* a szöveg pozicionálásához */
  overflow: hidden;
}

.ghangseparatortext {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* középre igazítás */
  color: white;
  font-size: 2.5em;
  text-align: center; 
  font-weight: bold;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.7); /* olvasható maradjon */
  opacity: 0;
  width: 75%;
}

.fade-in {
  animation: fadeIn 2s forwards;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translate(-50%, -45%); }
  to   { opacity: 1; transform: translate(-50%, -50%); }
}

.ghangmission {
    font-size: 1.5em;
    color: #666;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 20px auto; /* középre + 50px hely alul */
}

.ghangcontactcompany {

    font-size: 0.8em;
    color: #999;
    margin-bottom: 20px;
}


#rolunk {
    display: block;   /* flex helyett sima blokk elrendezés */
 }

.ghangpackage {
    flex: 1 1 30%; /* rugalmas méret, kb. harmad szélesség */
    min-width: 200px; /* ne menjen 250px alá */
    box-sizing: border-box;
    padding: 16px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    padding-top: 0;

    position: relative; /* a price pozícionáláshoz kell */
    padding-bottom: 70px; /* hely a price-nek, hogy ne lógjon rá a szövegre */
}

.ghangcontactinfoA {
    flex: 1 1 40%; 
    font-size: 1.15em;
    box-sizing: border-box;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    padding: 16px;
    justify-content: center;
    flex-direction: column;
    display: flex;
}

.ghangcontactinfoA a {
    color: inherit; /* ugyanaz a szín, mint a szöveg */
    text-decoration: none;
}
.ghangcontactinfoA a:hover {
    text-decoration: underline;
}

.ghangcontactdetails {
    text-align: center;
    font-size: 1.15em;
    margin: 15px 0 15px 0;
}

.ghangcontactinfoB {
    flex: 1 1 100%;
    font-size: 1.15em;
    box-sizing: border-box;
    padding: 30px;
    padding-top: 0;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    text-align: left;
}

.ghangcontactinfoB a {
    color: inherit; /* ugyanaz a szín, mint a szöveg */
    text-decoration: none;
}
.ghangcontactinfoB a:hover {
    text-decoration: underline;
}

.ghangcontactinfoBsuccess {
    position: relative;
    padding-bottom: 5px;
}


.ghangcontactformheader {
    font-size: 1.15em;
    font-weight: bold;
    color: #000000;
    margin-bottom: 12px;
    margin-top: 30px;
    text-align: left;
}

.ghangcontactmessage {
    font-size: 0.7em;
    margin-top: 1px;
    text-align: left;
    color: red;
    font-style: bold;
/*    display: none; /* alapból rejtve */
}

/* 404 oldal speciális stílusai START */
.ghang404 {
    position: relative;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    margin: 50px 0;
    padding: 0 40px;
}

.ghangkeverorobi404 {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 300px;
}

/* 404 oldal speciális stílusai END */


/* Kapcsolat - kalkuláció START */

.ghangkeverorobicalc {
    width: 200px;
    vertical-align: middle;
}

.ghangcalculation {
    display: flex;
    gap: 12px;              /* kis térköz a két div között */
    align-items: flex-start;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 60px;
}

.ghangcalculationcell, .ghangcalculationcellA, .ghangcalculationcellB {
    font-size: 1.25em;
    font-weight: bold;
    color: #b2006b;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ghangcalculationcellA {
   flex: 0 0 30%;
}

.ghangcalculationcellB {
   flex: 0 0 70%;
}


.ghangcalculationcellprice {
    position: relative;
    font-size: 1.25em; /* közepes betűméret */
    font-weight: bold;
    color: #b2006b; /* egyedi szín */
    text-align: center;
}

.ghangcalculationcellpricebrutto {
    font-size: 0.6em; /* kisebb betűméret */
    color: #666;      /* halványabb szín */
    margin-top: 4px;  /* kis távolság a nettó ár alatt */
    font-weight: normal;
}


.ghangcalculationcell_grid {
    /* display: flex; csak akkor jelenik meg, ha van kedvezmény*/
    display: none;
    flex-direction: column;
    gap: 3px;
    margin-bottom: 25px;
    width: 60%;
}

.ghangcalculationcell_row {
    display: flex;
    font-size: 0.7em;
    color: #333333;
}

.ghangcalculationcell_cell_A {
    text-align: left;
    flex: 1;
    padding: 4px;
}
.ghangcalculationcell_cell_B {
    text-align: right;
    flex: 1;
    padding: 4px;
}

/* Kapcsolat - kalkuláció END */

.ghangcontactformitemdesc {
    font-size: 0.8em;
    color: #333333;
    margin-bottom: 0;
    margin-top: 16px;
    text-align: left;
}

/* Alap (desktop): kötőjel */
.pkg-sep::before {
  content: " – ";
}

.pkg-sep2::before {
  content: " | ";
}


.ghanggdprcheckbox {
    display: block;
    margin: 35px 0px 20px 0px;
    font-size: 0.8em;
    color: #333;
    text-align: left;
}

.ghangpackagecheckbox {
    display: block;
    margin: 12px 0px 12px 0px;
    color: #333;
    text-align: left;
}

.ghangpackagecheckbox a:hover, .ghanggdprcheckbox a:hover, .ghangsimplelink:hover, .ghangcitypagecontent a:hover, .ghangcitypageisservice a:hover, .ghangcitypagecountysubpages a:hover, .ghanglinkcolor a:hover {
    text-decoration: underline;
}

.ghangpackagecheckbox a, .ghanggdprcheckbox a, .ghangsimplelink, .ghangcitypagecontent a, .ghangcitypageisservice a, .ghangcitypagecountysubpages a, .ghanglinkcolor a {
    color: #b2006b;
    text-decoration: none;
}


/************ghangblock: adatkezelés és ASZF******************/

.ghangblock {
  display: block;
}

.ghangblock a {
    color: #b2006b;
    text-decoration: none;
}

.ghangblock a:hover {
    text-decoration: underline;
}

.ghangblock p {
    font-size: 1em;
    color: #333;
    text-align: justify;
}

.ghangblock ul {
    text-align: left;
    margin-left: 20px;
    color: #333;
}

.ghangblock li {
    margin-bottom: 8px;
    font-size: 1em;
}

.ghangblock > h2 {
    color: black;
    font-size: 1.5em;
    margin-bottom: 12px;
    letter-spacing: 1px;
    margin: 0 0 12px 0;
    text-align: left;
    margin-top: 80px;
}

.ghangblock > h2:first-of-type {
  margin-top: 50px;
}


.ghangblock h3 {
    color: black;
    font-size: 1.25em;
    margin-bottom: 8px;
    text-align: left;
    margin-top: 40px;
}

/******************************/

.ghangcontactnote {
    font-size: 0.7em;
    color: #666666;
    margin-top: 20px;
    font-style: italic;
    text-align: right;
}


.ghangpackage h3 {
  margin-bottom: 0;
  font-size: 1.25em;
}

.ghangpackage p {
  font-size: 1em;
  text-align: left;
}


.ghangpackage h3 + p {
  font-size: 0.8em;
  margin-top: 0;
}

.ghangpackage a {
    color: inherit; /* ugyanaz a szín, mint a szöveg */
    text-decoration: none;
}
.ghangpackage a:hover {
    text-decoration: underline;
}


.ghangpackageprice {
    position: absolute;
    bottom: 20px; /* kicsi távolság az aljától */
    left: 50%;
    transform: translateX(-50%); /* vízszintesen középre */
    width: 75%;
    font-size: 1.25em; /* közepes betűméret */
    font-weight: bold;
    color: #b2006b; /* egyedi szín */
    text-align: center;
}

.ghangpackagepricebrutto {
    font-size: 0.6em; /* kisebb betűméret */
    color: #666;      /* halványabb szín */
    margin-top: 4px;  /* kis távolság a nettó ár alatt */
    font-weight: normal;
}


.ghangpackagedetails {
    text-align: left;
    margin-top: 10px;
    font-size: 0.9em;
}

.ghangpackagedetails p {
    margin-top: 40px;
}

.ghangpackage .ghangpackagedetails:first-of-type {
  min-height: 260px; /* cél: a minimum eszközlista rész egyvonalban kezdődjön */
}


.ghangcontentheader {
    width: 100%;
    margin-bottom: 20px; /* távolság a csomagok előtt */
    text-align: center;  /* középre igazított cím */
}

.ghangcontentheader h2 {
    color: #b2006b;
    font-size: 1.75em;
    margin-bottom: 12px;
    letter-spacing: 1px;
    margin: 0 0 12px 0;
    text-align: left;
}

.ghanghirlevelbanner {
    width: 75%;
    margin: 60px auto;
    display: block;
}











.footer, .footerlinks{
    font-size: 0.8em; /* kisebb betűméret */
    color: #666;      /* halványabb szín */
    text-align: center;
}
.footer a, .footerlinks a {
    color: inherit; /* ugyanaz a szín, mint a szöveg */
    text-decoration: none;
}
.footer a:hover, .footerlinks a:hover {
    text-decoration: underline;
}

.footer {
    margin-top: 0px;
    margin-bottom: 16px;
}

.footerlinks {
    margin-bottom: 0px;
    margin-top: 100px;
}





.ghangmenu {
    display: flex;
    justify-content: space-between;
    background-color: #f2f2f2;
    flex-wrap: wrap; /* biztos, ami biztos, hogy törjön */
}

.ghangmenuitem {
    flex: 1;
    text-align: center;
}

.ghangmenuitem a {
    display: block;
    padding: 12px 0;
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.ghangmenuitem a:hover {
    background-color: #ddd;
}

.ghangmenuitem:last-child {
    display: flex;                 /* rugalmas sor */
    justify-content: center;       /* vízszintesen középre */
    align-items: center;           /* függőlegesen középre */
    gap: 10px;                     /* távolság a képek között */
}

.ghangmenuitem:last-child a {
    display: inline-flex;          /* csak akkora helyet foglaljon, mint a kép */
    padding: 0;                    /* ne legyen felesleges üres tér */
}

.ghangprofilepic {
    float: left;
    margin: 0 16px 16px 0;  /* jobbra és alul legyen térköz */
    width: 250px;           /* alapméret desktop nézetben */
    border-radius: 16px;     /* lekerekített sarkok (opcionális) */
}


.ghangkeverorobi {
    position: absolute;
    width: 100px;
    margin: 5px 5px 5px 5px;
}

.ghangkeverorobiB, .ghangkeverorobicontatsuccess {
    bottom: 0;
    position: absolute;
    width: 150px;
    margin: 5px 5px 5px 5px;
}

.ghangkeverorobiC {
    position: absolute;
    width: 100px;
    margin: 5px 5px 5px 5px;
}

.ghangcontactsuccessmessage {
    padding-left: 175px;
}





.ghangnewslettercontainer {
    padding-left: 120px;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
}

.ghangnewslettertitle {
    color: #b2006b;
    font-size: 1.75em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 12px;
}

.ghangnewsletterinput, .ghangcontactinput, .ghangcontactinputdate {
    width: 100%;
    padding: 12px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 1em;
}

.ghangcontactinputdate {
    box-sizing: border-box;
    max-width: 100%;
    appearance: none;
    -webkit-appearance: none;
    line-height: 1.2;
    min-height: 48px;
}


.ghangnewslettercheckboxinput {
    width: 22px;
    height: 22px;
    accent-color: #b2006b;
    cursor: pointer;
}

.ghangnewslettercheckbox {
    display: block;
    margin: 12px 0px 20px 0px;
    font-size: 1em;
    color: #333;
}

.ghangnewslettercheckbox a:hover {
    text-decoration: underline;
}

.ghangnewslettercheckbox a {
    color: #b2006b;
    text-decoration: none;
}

.ghangnewsletterbutton:disabled, .ghangcontactbutton:disabled, .ghangcoupontbutton:disabled, .ghangcoupondeletebutton:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.ghangnewsletterbutton, .ghangcontactbutton, .ghangcoupontbutton, .ghangcoupondeletebutton, .ghangdetailsbutton {
    background-color: #b2006b;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
}

.ghangdetailsbutton {
    text-decoration: none;
    width: auto;
    text-align: center;
    display: inline-block;
    margin: 12px 12px;
    color: white;
}

.ghangdetailswrap {
    text-align: center;   /* ez végzi a varázslatot */
    margin-top: 30px;
    width: 100%;
    color: white;
    font-weight: bold;
}

.ghangdetailswrap a {
    color: white;
    text-decoration: none;
}

.ghangcoupondeletebutton {
    width: 70px;
    margin-left: 15px;
}

.ghangcoupontbutton {
    width: 80px;
    margin-left: 15px;
}


.ghangcoupondeletebutton {
    display: inline-block;
}

.ghangcontactbutton {
    display: block;
    margin: 50px auto 20px auto;
}

.ghangcouponpercent {
    font-weight: bold;
    color: #b2006b;
}

.ghangcouponinfo, .ghangcouponinputareamain {
    display: flex;
    align-items: center;
}


.ghangcouponinputarea, .ghangcouponinfotext {
    flex: 1;
}

.ghangcouponinfo, .ghangcontactmessage {
    display:none;
}


.ghangnewslettermessage {
    margin-top: 20px;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    line-height: 2;
}

.ghangnewslettersubscriber {
    color: #b2006b;
}

.ghangrequired {
    color: red;
    font-weight: bold;
    margin-left: 4px;
}

/* Események oldal stílusai */
.ghangesemenyeklist {
    box-sizing: border-box;
    width: calc(50% - 12px); /* 2 elem egy sorban desktopon */
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    text-align: left;
}

.ghang-event-type-card {
  width: 100%;
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  background-image: none !important; /* a régi fix background helyett a rétegek dolgoznak */
}

.ghang-event-type-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.35), rgba(0,0,0,.05));
}

/* 2 réteg egymás felett */
.ghang-bg-layer {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 900ms ease-in-out; /* átmenet */
  will-change: opacity;
}

.ghang-bg-layer.is-visible {
  opacity: 1;
}

.ghang-event-title {
  position: absolute;
  bottom: 16px;
  left: 16px;
  color: #fff;
  font-size: 1.5rem;
  z-index: 1;
}

/* egyedi képek */
.ghang-bck-conference {
/* JS megoldás tölti be a háttérképet */  
/*  background-image: url("pictures/event_conference_fenyella.png"); */
}

.ghang-bck-corporate {
/* JS megoldás tölti be a háttérképet */  
/*  background-image: url("pictures/event_corporate_keverorobi.png"); */
}

.ghang-bck-wedding {
/* JS megoldás tölti be a háttérképet */  
/*  background-image: url("pictures/event_wedding_fenyella.png"); */
}

.ghang-bck-concert {
/* JS megoldás tölti be a háttérképet */  
/*  background-image: url("pictures/event_concert_mikrofonmiki.png"); */
}

.ghang-bck-birthday {
/* JS megoldás tölti be a háttérképet */  
/*  background-image: url("pictures/event_birthday_mikrofonmiki.png"); */
}

.ghang-bck-school {
/* JS megoldás tölti be a háttérképet */  
/*  background-image: url("pictures/event_school_keverorobi.png"); */
}