/* A htmlre */
html{
    background-image     : url("../media/bg.jpg");
    background-attachment: fixed;
    background-size      : cover;
    background-color     : #755a23; /*Ha gatya a háttérkép ez lesz helyette*/
}

/*A bodyra*/
body{
    font-family: "Arial", sans-serif;
    margin: 20px auto;
    /*#9db54c;*/
    color: black;
    line-height: 2;
    border-radius: 8px;
    border: 2px solid black;
    max-width: 1500px;
    box-shadow: 5px 5px 10px black;
}
/* A logóra */
.logo-img {
    height: 100px;
    width: 100%;
    object-fit: contain;
    margin-left: auto; /* Ez tolja jobbra a képet */
    display: block;
}

.header, .footer{
    background-color: rgb(17, 16, 16);
    color: white;
}

/* Minden gomb alap stílusa */
button,
.btn {
    background-color: white !important;
    border: 2px solid black !important;
    color: black !important;
    transition: background-color 0.3s ease, color 0.3s ease !important;
    padding: 10px 20px !important;
}

/* Minden gomb hover állapota */
button:hover,
.btn:hover {
    background-color: #9bb031 !important;
    color: white !important;
}

/* Gombok hover állapota */
header button.btn:hover,
header button:hover {
    background-color: #9bb031 !important;
    color: white !important;
}

/* Footer stílusok */
.footer {
    padding: 20px 0;
}

.footer p {
    margin-bottom: 10px; /* Szöveg és gomb közötti térköz */
    text-align: center;
}

.footer button {
    width: auto; /* Gomb szélessége a tartalomhoz igazodik */
    margin: 0 auto; /* Középre igazítás */
}

/* Tartalom és video doboz stílusa */
.tartalom, .video-container{
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

.video-container{
    position: relative;
    width: 100%;
    padding-bottom: 50%;
    overflow: hidden;
}
  
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Mobilnézet: gombok és kép egymás alatt */
@media (max-width: 768px) {
    header .col-2,
    header .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        margin-bottom: 0.5rem;
    }

    .logo-img {
        max-width: 80%;
        margin: auto auto;
    }

    .order-md-1, 
    .order-md-2 {
        order: 0;
    }
    
    .video-container,
    .tartalom {
        margin: 10px 0;
    }

}

div#bodybanAYappeles, div#csnk{
 margin: 10px 10px;
 text-align: left;
 padding: 10px;
}

h1{
    text-align: center;
}

table{
    border-collapse: collapse;
    width: 100%;
}

th, td {
    border: 1px solid;
    padding: 8px;
    text-align: left;
}

a:visited {
    color: purple;
}

#skiptocontent *{
    position: absolute;
    left: -10000px;
}

#skiptocontent, a:focus {
    position: static;
    width: auto;
    height: auto;
}

.urlap{
    text-align: center;
}
