@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Oswald:wght@200..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

body {
    background-color: white;
}

.navbar {
    background-color: #15253c !important;
    margin-bottom: 20px;
}

.nav-link {
    color: #6a7275;
    font-family: 'Bebas Neue';
    font-size: 25px;
}

#logo {
    width: 15%;
}

@media (min-width: 992px) {

    /* Csak asztali nézetben, hogy mobilon ne csússzon el */
    .navbar-collapse {
        display: flex !important;
        justify-content: center;
    }

    .navbar-nav {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
}

/* A szendvicsgomb ikonjának átszínezése */
.navbar-toggler-icon {
    /* Ez a sor fehérre színezi */
    filter: invert(1);
}

/* Ha konkrét színt akarsz (pl. pirosas): */
.navbar-toggler {
    border-color: rgb(106, 114, 117);
    /* A keret színe */
    border: none;
    /* Keret eltüntetése */
    outline: none;
    /* Kattintáskori kék keret eltüntetése */
    box-shadow: none !important;
    /* Bootstrap árnyék kikapcsolása */
}

.kartya {
    padding-left: 30px;
}

.re {
    color: #c00;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.85rem;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.cim {
    font-family: 'Times New Roman', Times, serif;
    font-weight: 900;
    color: #1a1a1a;
    font-size: 1.6rem;
    line-height: 1.2;
    margin-bottom: 12px;
    cursor: pointer;
}

.alcim {
    color: #555;
    font-size: 1.05rem;
    line-height: 1.5;
    margin-bottom: 15px;
}

.datum {
    color: #888;
    font-size: 0.85rem;
}

/* A hír-konténer egyedi stílusa a scripthez */
.hír-konténer {
    max-width: 1000px; 
    padding: 25px 0; 
    border-top: 1px solid #dcdcdc; 
    border-bottom: 1px solid #dcdcdc; 
    margin-bottom: -1px;
    cursor: pointer;
    transition: background 0.2s;
}
.hír-konténer:hover { background-color: #f9f9f9; }

.kep-tarolo { width: 100%; aspect-ratio: 16 / 9; overflow: hidden; }
.kep-tarolo img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* AZ IDÉZET BOX STÍLUSA */
.idezet {
    background-color: #f4f4f4;
    border-right: 8px solid #c00; /* Vastag piros vonal a jobb oldalon */
    padding: 20px;
    margin: 30px 0;
    position: relative;
    font-style: italic;
    font-size: 1.2rem;
    color: #333;
}

.idezet::before, .idezet::after {
    content: '"';
    color: #c00;
    font-size: 3rem;
    font-family: 'serif';
    line-height: 0;
    position: absolute;
}

.idezet::before { top: 15px; left: 5px; }
.idezet::after { bottom: -5px; right: 10px; }

.cikk-szoveg {
    font-family: 'Georgia', serif; /* A hosszú szöveg talpas betűvel kényelmesebb */
}

/* AZ IDÉZET BOX STÍLUSA - Pontosan ahogy kérted */
.idezet {
    background-color: #f9f9f9;
    border-right: 10px solid #c00;
    padding: 30px 40px;
    margin: 40px 0;
    font-style: italic;
    font-size: 1.4rem;
    color: #1a1a1a;
    display: block;
    text-align: left;
    position: relative;
    line-height: 1.6;
}

/* Felső idézőjel - közvetlenül a szöveg előtt */
.idezet::before {
    content: '„';
    color: #c00;
    font-size: 3.5rem;
    font-family: 'Georgia', serif;
    vertical-align: middle;
    margin-right: 10px;
    line-height: 0; /* Ez megakadályozza, hogy eltolja a sort */
    opacity: 0.4;
}

/* Alsó idézőjel - közvetlenül a szöveg után */
.idezet::after {
    content: '”';
    color: #c00;
    font-size: 3.5rem;
    font-family: 'Georgia', serif;
    vertical-align: middle;
    margin-left: 10px;
    line-height: 0; /* Ez megakadályozza, hogy eltolja a sort */
    opacity: 0.4;
    padding: 10px;
}

#hirek-lista .col-md-6:hover h3 {
    color: #c00; /* Piros lesz a cím, ha ráviszed az egeret */
    transition: 0.2s;
}

#hirek-lista img {
    transition: transform 0.3s ease;
}

#hirek-lista .col-md-6:hover img {
    transform: scale(1.02); /* Kicsit rázoomol a képre hovernél */
}

/* Általános oldalkonténer */
.page-container {
    max-width: 800px;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

/* Oldalcímek */
.page-title {
    font-family: 'Playfair Display', serif;
    font-weight: 800;
    border-bottom: 3px solid #c00;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 1.5rem;
}

.page-title-center {
    font-family: 'Playfair Display', serif;
    font-weight: 800;
    margin-bottom: 2rem;
}

/* Rólam oldal elemei */
.profile-img {
    width: 100%;
    border-radius: 4px;
    filter: grayscale(15%);
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.rolam-lead {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.4;
    color: #1a1a1a;
}

.rolam-text {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #444;
}

.mission-box {
    background-color: #f8f9fa;
    border-left: 5px solid #c00;
    padding: 2rem;
    margin-top: 3rem;
}

.mission-title {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333;
}

/* Kapcsolat oldal elemei */
.contact-width {
    max-width: 600px;
}

.contact-intro {
    color: #666;
    margin-bottom: 3rem;
}

.contact-item {
    padding: 1.5rem 0;
    border-bottom: 1px solid #eee;
}

.contact-item:last-child {
    border-bottom: none;
}

.contact-label {
    color: #c00;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    letter-spacing: 1px;
}

.contact-link {
    color: #1a1a1a;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 500;
    transition: color 0.2s;
}

.contact-link:hover {
    color: #c00;
}

/* Saját vélemény doboz a cikken belül */
.velemeny-box {
    background-color: #fdf2f2; /* Nagyon halvány pirosas háttér */
    border-left: 4px solid #c00;
    padding: 1.5rem;
    margin: 2rem 0;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1.15rem;
    color: #333;
}

/* Egy kis felirat a doboz tetejére */
.velemeny-box::before {
    content: "SZERINTEM:";
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 700;
    color: #c00;
    margin-bottom: 0.5rem;
}