
.nagykiemelt {
    font-size: 22px;
    color: #F2277E;
}

.kozepre {
    text-align: center;
}

.kerdes {
    background-color: #5F2DED;
    font-size: 22px !important;
    color: white !important;
    margin:0;
    padding-left: 10px;
}


.valasz {
    color: rgb(41, 41, 41) !important;
    padding: 10px 10px 0 10px;
}

.kerdesbox {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0 20px 0;
    border: 1px solid #d5c8fa;
}

.gridarea__details a:link, .gridarea__details a:visited{
    padding: 8px;
    background-color: #5F2DED;
    color: white !important;
}

.gridarea__details a:hover {
    padding: 8px;
    background-color: #F2277E;
    color: white !important;
}

.kiemeltbox {
    background-color: #f1ebff;
    border: 1px solid #5F2DED;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
}

.kiemeltbox p {
    color: black !important;
    font-weight: bold;
}

.kiemeltbox span {
    color:#F2277E;
    font-weight: bold;
}

.nezzbele {
    text-align: center;
    margin-top: 100px;
    background-color: #5F2DED;
    padding: 20px;
}

.nezzbele a{
    color:white;
    font-weight: bold;
    font-size: 25px;
}


.piros {
    color:#F2277E;
    padding-bottom: 8px;
}

.zold {
    color:#1EC902;
    padding-bottom: 8px;
}

.gridarea__price {
    font-size: 15px !important;
    line-height: 28px !important;
}

.nagyobbetu {
    font-size: 18px;
}

.kiemelt {
    color: #F2277E !important;
    font-weight: bold;
}

.kiemelt a {
    color: #5F2DED;
}

.kiemelt2 {
    color: #5F2DED !important;
    font-weight: bold;
}

.reszletek_cim {
    color: #F2277E !important;
    padding: 20px 0 20px 0;
    font-size: 21px;
}

.csoport_tabla td {
    width: 25%;
    color: #5F2DED;
}

.cella1 {
    text-align: right;
    font-weight: bold;
    color: black !important;
}

.balvonal {
    border-left: 1px solid #959595;
    text-align: right;
    font-weight: bold;
    color: black !important;
}

.urlap input{
    margin-bottom: 15px;
}

.kisbetu1 {
    font-size: 14px;
    font-style: italic;
}

.kisbetu2 {
    font-size: 15px;
    color: #F2277E;
}

.kisszoveg {
    color: #5F2DED;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 0;
}

.elkuld_gomb {
    margin-top: 30px;
    background-color: #F2277E;
    color: white;
}

.elkuld_gomb:hover {
    background-color:  #5F2DED !important;
    color: white !important;
}

.sikeres_szoveg {
    color: #1EC902;
    font-weight: bold;
    text-align: center;
    font-size: 19px;
}



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


.fizetes_felsorolas {
    font-size: 14px;
}




/* Stílus a bannerhez */
    

.cookie-banner {
    position: fixed;
    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: #5F2DED;;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
  }
  .cookie-banner .primary-btn:hover {
    background: #7f59e9;
  }
  .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;
  }


