body {
    margin: 0;
    padding: 40px;
    font-family: Arial, Helvetica, sans-serif;    line-height: 1.6;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
background-image: url(jooo.png);}

h1{
    color: black;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
    text-align: left;

}

h2{
color: black;
    font-size: 42px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
    display: inline-block;
}

summary {
    padding: 8px 12px;
    border-radius: 8px;
    transition: 0.3s;
    font-size: 26px;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    border-bottom: 0.5px solid white;
}

summary:hover {
    background-color: rgba(255,255,255,0.15);
    color: rgb(255,80,80);
    transform: translateX(8px);
}

p{
    color: black;
    margin-bottom: 30px;
    font-size: 25px;
}

h3{
    color: black;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
    text-align: left;
}

h1, h2, h3, p, li, a, summary {
    color: white;
    text-shadow:
        0 2px 4px rgba(0, 0, 0, 0.9),
        0 0 10px rgba(0, 0, 0, 0.5);
}

.tartalom {
    max-width: 900px;
    padding: 25px;
    border-radius: 15px;
    
}

a{
    padding:5px 10px;
    border:0.5px solid white;
    border-radius:8px;
    color: white;
}

a:hover{
    background:skyblue;
    color:white;
}

details {
    margin-bottom: 15px;
}

nav {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 20px;
}

nav a {
    color: white;
    text-decoration: none;
    font-size: 20px;
}

html {
    scroll-behavior: smooth;
}

/* 10px-es eredeti görgetősávod */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #111;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(transparent, white);
    border-radius: 10px;
}

/* A házikó pozicionálása */
.custom-scroll-house {
    position: fixed;
    right: -7px; /* Vízszintesen úgy állítsd be, hogy a 10px-es sáv közepén legyen */
    top: 0;
    font-size: 24px; /* Tetszőlegesen nagy lehet! */
    z-index: 9999;
    pointer-events: none; /* Átengedi a kattintást a görgetősávra */
    user-select: none;
}

.elerhetoseg {
    position: absolute;
    top: 180px;
    right: 20px;

    width: 180px;

    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(8px);

    padding: 10px;
    border-radius: 10px;

    color: white;
    font-size: 14px;
}

.elerhetoseg h2 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
}

.elerhetoseg p {
    margin: 5px 0;
    word-break: break-word;
    font-size: 14px;
}

.elerhetoseg {
    position: absolute;
    top: 180px;
    right: 20px;

    width: 180px;

    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(8px);

    padding: 10px;
    border-radius: 10px;

    color: white;
    font-size: 14px;
}

.elerhetoseg h2 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
}

.elerhetoseg p {
    margin: 5px 0;
    word-break: break-word;
    font-size: 14px;
}


/* EZ A KAPCSOLAT RÉSZ */

.kapcsolat {
    width: 500px;
    max-width: 90%;

    margin-top: 60px;
    margin-left: 0 !important;
    margin-right: 0 !important;

    padding: 25px;

    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(8px);

    border-radius: 15px;
    box-sizing: border-box;

    text-align: left;
}

.kapcsolat-gombok {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    margin: 20px 0;
    flex-wrap: wrap;
}

.kapcsolat-gombok .ajanlat,
.kapcsolat-gombok .hivas {
    margin: 0;
}


nav {
    margin-top: 60px;
}

.teljes-szeles {
    width: 100%;
}

.teljes-szeles p {
    max-width: none;
}

nav {
    margin-top: 60px;
}

.teljes-szeles {
    width: 100%;
}

.teljes-szeles p {
    max-width: none;
}

.kozep {
    color: white;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: -0.5px;

    text-align: center;
    width: 100vw;
    margin-left: calc(-40px);

}

a{
    padding:5px 10px;
    border:0.5px solid white;
    border-radius:8px;
    color: white;
}

a:hover{
    background:blue;
    color:white;
}

summary {
    padding: 8px 12px;
    border-radius: 8px;
    transition: 0.3s;
    font-size: 1.5em;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    border-bottom: 0.5px solid white;
}

summary:hover {
    background-color: rgba(255,255,255,0.15);
    color: rgb(255,80,80);
    transform: translateX(8px);
}

.gomb {
    position: absolute;
    right: 20px;

    width: 130px;

    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(8px);

    padding: 8px;
    border-radius: 10px;

    color: white;
    font-size: 13px;
}

.gomb {
    position: fixed;
    bottom: 20px;
    right: 20px;

    background: rgba(0,0,0,0.65);
    backdrop-filter: blur(8px);

    padding: 10px 18px;
    border-radius: 10px;
}

.gomb a {
    color: white;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;

    border: none;
    padding: 0;
}

.ajanlat {
    display: inline-block;
    margin-top: 20px;

    background: #ff9800;
    color: white;

    padding: 15px 30px;

    border-radius: 10px;

    font-size: 22px;
    font-weight: bold;

    text-decoration: none;

    transition: 0.3s;
}

.ajanlat:hover {
    background: #e68900;
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(255,152,0,0.6);
}

.kapcsolat {
    width: 500px;
    margin: 60px auto;
    padding: 25px;

    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(8px);

    border-radius: 15px;

    color: white;
}

.kapcsolat input,
.kapcsolat textarea {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 8px;
    margin-top: 5px;
    box-sizing: border-box;
}

.kapcsolat button {
    background: #ff9800;
    color: white;

    border: none;
    border-radius: 8px;

    padding: 12px 25px;
    font-size: 16px;

    cursor: pointer;

    transition: 0.3s;
}

.kapcsolat button:hover {
    background: #e68900;
}

.hivas {
    display: inline-block;
    margin-top:180px;
    margin-left: 15px;

    background: #28a745;
    color: white;

    padding: 15px 25px;
    border-radius: 10px;

    text-decoration: none;
    font-size: 20px;
    font-weight: bold;

    transition: 0.3s;
}

.hivas:hover {
    background: #218838;
    transform: scale(1.05);
}

.bemutatkozas p {
    margin: 5px 0;
    word-break: break-word;
    font-size: 19px;
    color: white;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.bemutatkozas {
    position: absolute;
    top: 10px;
    left: 20px;

    width: 220px;

    padding: 10px;
    border-radius: 10px;

    color: white;
}

.profil {
    position: absolute;
    top: 20px;
    left: 20px;

    text-align: center;
}

.profil img {
    width: 180px;
    height: 180px;

    object-fit: cover;
    border-radius: 50%;

    border: 3px solid white;
}

.profil h2 {
    font-size: 20px;
    margin: 5px 0 0 0;
}

.profil p {
    font-size: 20px;
    margin: 0;
}
.profil p {
    margin: 5px 0;
    word-break: break-word;
    font-size: 19px;
    color: white;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.szlogen {
    text-align: center;
    margin: 60px auto;
    padding: 30px 20px;

    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(8px);

    border-radius: 18px;
}

.szlogen h2 {
    font-size: 38px;
    color: white;
    margin-bottom: 15px;
    text-shadow: 2px 2px 8px black;
}

.szlogen p {
    font-size: 20px;
    color: white;
    max-width: 900px;
    margin: 0 auto;
    text-shadow: 1px 1px 5px black;
}

li {
    color: white;
    margin-bottom: 30px;
    font-size: 25px;
}

.tartalom p {
    background: rgba(0, 0, 0, 0.18);
    padding: 8px 12px;
    border-radius: 8px;

    text-shadow: 0 2px 4px black;

    backdrop-filter: blur(2px);
}

.kozep {
    color: white;
    text-shadow:
        0 3px 6px black,
        0 0 12px rgba(0, 0, 0, 0.7);

    font-weight: 700;
}

.kapcsolat button {
    padding: 12px 25px;
    border: none;
    border-radius: 8px;
    background: blue;
    color: white;
    cursor: pointer;
}

.kapcsolat button:hover {
    background: #1976d2;
}

.feliratkozas {
    position: fixed;
    bottom: 20px;
    right: 20px;

    padding: 12px 20px;
    border-radius: 10px;
    border: none;

    background-color: white;
    color: black;

    cursor: pointer;
    font-size: 16px;
}

.feliratkozas:hover {
    background-color: blue;
    color: white;
}

#koszonet {
    position: fixed;
    bottom: 70px;
    right: 20px;

    color: white;
    font-weight: bold;
}

.kiemelt {
    color: black;
    font-weight: bold;
}