


/* Fő tartalomkeret */


h1 {
    font-size: 2rem;
    font-weight: 600;
    color: #222;
}

.subtitle {
    font-size: 1.2rem;
    color: #555;
    margin-top: 8px;
}

/* Szakaszok */
section {
    margin-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

section:last-child {
    border-bottom: none;
}

/* Alcímek */
h2 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    text-align: left;
}

/* Szövegformázás */
p {
    font-size: 1rem;
    color: #444;
    margin-bottom: 15px;
}

/* Lista */
ul {

    padding-left: 0;
}


#liunigue, #liunigue2, #liunigue3, #liunigue4, #liunigue5{
    font-size: 1rem;
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
}

li:last-child {
    border-bottom: none;
}

/* Kapcsolati adatok */
.contact {
    background: #f1f1f1;
    padding: 20px;
    border-radius: 5px;
    display: flex;
   justify-content: space-evenly;
   
}

.contact h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 8px;
}

.contact p {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 8px;
}

.contact a {
    color: #0056b3;
    text-decoration: none;
    font-weight: 500;
}


/* Elérhetőségek címének teljes balra igazítása */
#contactTitle {
    text-align: left !important;
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    display: block;
    padding-left: 0;
    width: 100%;
}

.inztezmenyekUL{
    padding-left: 20px !important;
}


