body
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    background-color: #D7D6D5;
    color: #343332;
}

/* blokkok elkerulese */
nav#toMain a {position:absolute; left:-9999px}
nav#toMain a:focus {position:static; background-color:#D7D6D5}

.hidden {position:absolute; left:-9999px;}

.navbar
{
    background-color: #343332;
}

.navbar-nav{
    width: 100%;
}

#navbar_img{
    width: 100%;
}

.navbar-brand
{
    width: 12.5%;
}

.navbar-nav li:nth-child(4)
{
    background-color: #D7D6D5;
    width: 10em;
    align-content: center;
} 

.navbar .nav-item
{
    margin-left: 2.5%;
    margin-right: 2.5%;
    width: 25%;
    text-align: center;
}

.navbar .nav-item .nav-link
{
    font-size: 1.25em;
    font-style: italic;
    color: #FFF;
}


#lang {
    list-style-type: none;
    display: inline;
    padding-inline-start: 5px;
}

#lang li
{
    display: inline;
}

#lang li a
{
    text-decoration: none;
    color: #343332;
}

.container_content h1
{
    text-align: center;
    margin-bottom: 5vh;
    margin-top: 5vh;
}


#div_footer
{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    text-align: left;
    align-content: center;
    background-color: #343332;
    color: white;
    font-size: 1.2em;
    font-weight: 600;
    padding: 2vh;
}

#div_footer a
{
    color: white;
    text-decoration: underline;
}

ul
{
    text-align: left;
}

.services_ul
{
    list-style-type: none;
    padding-inline-start: 20px;
}

.services_ul li
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.services_ul li::before {
    content: ""; 
    position: absolute;
    left: 0;
    width: 24px;                  /* A kép szélessége */
    height: 24px;                 /* A kép magassága */
    background-image: url('../img/lightbulb.webp');
    background-size: contain;    /* A kép arányos méretezése */
    background-repeat: no-repeat; /* A kép ismétlésének letiltása */
}

.servicesrightDiv
{
    border-left: 1px solid gray;
}

@media screen and (max-width:991px)
{
    .navbar .nav-item
    {
        width: 50%;
    }
}

@media screen and (max-width:780px)
{
    .servicesrightDiv
    {
        border-left: none;
    }
    #div_footer
    {
        position: relative;
    }
}

@media screen and (max-width:550px)
{
    .container_content h1
    {
        font-size: 1.6rem;
    }

    .content h2
    {
        font-size: 1.2rem;
    }
}