.arany {
    color: #c18847 !important;
} 


.feher {
    color: #ffffff !important;
}

.feherhatter {
    background-color: white !important;
    padding: 0 !important;
    margin-bottom: 30px !important;
    border: 1px solid #cacaca;
}

.belsomargo {
    padding: 15px;
}

.tavolsag {
    margin-top: 15px;
}

.kapcsolat_ul {
    list-style-type: none;
    color: white;
    margin: 0;
    padding: 0;
}

.kepem {
    width: 100%;
}

.rejtett {
    display: none;
    position: absolute;
    left: -9999px;
    top: -9999px;
    opacity: 0; /* További biztonság */
    pointer-events: none; /* Ne fogadjon el interakciót */
}

.sikeres_szoveg {
    color: lightgreen;
    font-weight: bold;
}

.sikeres_szoveg2 {
    color: rgb(0, 209, 0);
    font-weight: bold;
}

.szolg_keret {
    border: 1px solid #5e5e5e;
    padding: 20px;
    margin-bottom: 30px;
}

.szolg_cim {
    color: #c18847 !important;
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 70px;
    line-height: 50px;
}

.szolg_cim2 {
    color: #c18847 !important;
    font-size: 22px;
}

.szolg_szoveg {
    font-size: 18px;
    text-align: justify;
    color: white;
}

.szolg_szoveg ul{
    font-size: 18px;
    color: white;
}

.szolg_kep {
    max-width: 300px;
    float: left;
    margin-right: 50px;
}


.feherlink a {
    color: white !important;
}


.kalkulator_box {
    background-color: #e2e2e2;
}

.mentor_kiemelt {
    color: #c18847;
    font-weight: bold;
}

.mentor_kiemelt2 {
    color: rgb(140, 255, 140);
    font-weight: bold;
}


.mentor_kiemelt3 {
    color: #c18847;
    font-weight: bold;
    text-align: center;
}

.reszletek_szoveg, .reszletek_szoveg a{
    color: #c18847 !important;
}

.reszletek_szoveg a:hover {
    color: #5a3000 !important;
}


.ing_gombok_box {
    background-color: #cacaca;
    border: 2px solid #7f7e7e;
    padding: 40px;
}

.ing_gombok_box div {
    margin-bottom: 20px;
}


.ing_gomb {
    font-size: 20px;
    background-color: #c18847 !important;
    width: 200px;
    border: 1px solid #774e1f;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.ing_gomb:hover {
    background-color: #5a3000 !important;
    color: white;
}

.ing_gomb_aktiv {
    font-size: 20px;
    background-color: #68ad42 !important;
    color: white;
    width: 200px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    border: 1px solid #266d00;
}




/* Stílus a bannerhez */
    

.cookie-banner {
    position: fixed !important;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #333;
    color: #fff;
    padding: 20px;
    text-align: center;
    z-index: 1000;
  }
  .cookie-banner .primary-btn {
    margin: 0 10px;
    padding: 10px 20px;
    border: none;
    background: #c18847;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
  }
  .cookie-banner .primary-btn:hover {
    background: #c18847;
  }
  .cookie-banner .secondary-link {
    display: block;
    margin-top: 10px;
    font-size: 0.9em;
    color: #bbb;
    cursor: pointer;
    text-decoration: underline;
  }
  .cookie-banner .secondary-link:hover {
    color: #ddd;
  }



