/* 
    Document   : css
    Created on : 2013.01.30.
    Author     : Gabor Gyorgyi
    Description: Pradalits 1.0
*/

/*
@font-face {
    font-family: "Montserrat-Regular";
    src: url(./fonts/Montserrat-Regular.ttf) format("truetype");
}
*/

@font-face {
    font-family: "robotobold";
    src: url(./css/fonts/Roboto-Bold.ttf) format("truetype");
    font-display: swap; /* Ez azonnal megjeleníti a szöveget egy alap betűtípussal, amíg a Roboto be nem tölt */
}

@font-face {
    font-family: "robotoregular";
    src: url(./css/fonts/Roboto-Regular.ttf) format("truetype");
    font-display: swap;
}


/*
@font-face {
    font-family: "PatuaOne";
    src: url(./fonts/PatuaOne-Regular.ttf) format("truetype");
}
*/
/*
@font-face {
    font-family: "quandoregular";
    src: url(./fonts/quandoregular.ttf) format("truetype");
}
*/


body {
    background-color: #f8f9fa; /* Modern, világosszürke háttér */
    margin: 0;
    padding: 0;
}


a{text-decoration: none; border: none}
img {
    max-width: 100%;
    height: auto;
}

#main {
    contain-intrinsic-size: 1000px;
    width: 100%;
    max-width: 1200px; /* Maximum szélesség, de kisebb gépen összemegy */
    margin: 0 auto;
    background-color: #ffffff;
    /* note: width: 1000px; - törölve a reszponzivitás miatt */
}
.logo-img {
    width: 100%;
    max-width: 250px;
    height: auto;
    aspect-ratio: 250 / 80;
    display: block;
    object-fit: contain;
}


#header_logo{     
    display: block;
    width: 188px;
    height: 100px; 
    aspect-ratio: 250 / 80;
    /*object-fit: contain;*/
}
/* Kifejezetten mobilra (768px alatt) */
@media (max-width: 576px) {
    #header_logo {
        max-width: 188px;
    }
}

.navbar {
    border-bottom: 1px solid #eee;
    margin-bottom: 0 !important;
}

#logo_smaller{       /* Ha mégis keretbe kerülne, ne torzítsa, hanem illessze */
    width: 150px;
    height: 100px;
    background: #eeeeee;
}
/* Kifejezetten mobilra (768px alatt) */
@media (max-width: 767px) {
    #logo_smaller {
        width: 150px;
        height: 100px;
    }
}

td#empty_menu{
    height: 50px;
}
td#empty_menu_td{
    width: 500px;
}

#header_menu {
    width: 100%;
    min-height: 100px;
    /*background-image: url(../images/header_bg.jpg);*/
    background-repeat: repeat-x;
    /* note: height: 155px; - törölve, hogy mobilon nyúlhasson a tartalommal */
}
#menu_d {
    width: 100%;
    /* note: padding-top: 105px; - érdemes lesz finomítani a menü betöltése után */
}

table#menu{
    /*width: 100%;*/
    padding: 0px 0px 0px 0px;
    /*font-weight: bold;*/
    font-size: 12px;
    font-family: robotobold;
    /*text-transform: uppercase;*/
    /*border-bottom: 3px #ffff00 solid;*/
    border-spacing: 0px;
    padding: 0px;
}

td.menu{
    /*width: 400px;*/
    height: 40px;
    width: 100px;
    /*background: url("../images/menu_bg.jpg");*/
    background-repeat: repeat-x;
    padding: 0px;
    border-spacing: 0px;
    vertical-align: bottom;
}

td#menu_logo{
    width: 150px;
    height: 100px;
    /*background: url("../images/menu_bg.jpg");*/
    background-repeat: repeat-x;
    padding: 0px;
    border-spacing: 0px;
}

td#menu_home{
    height: 40px;
    width: 100px;
    /*background: url("../images/menu_bg.jpg");*/
    background-repeat: repeat-x;
    padding: 0px;
    border-spacing: 0px;
    vertical-align: bottom;
}

td#menu_contact{
    height: 40px;
    width: 100px;
    /*background: url("../images/menu_bg.jpg");*/
    background-repeat: repeat-x;
    padding: 0px;
    border-spacing: 0px;
    vertical-align: bottom;
}

td#menu_search{
    width: 300px;
    height: 40px;
    /*background: url("../images/menu_bg.jpg");*/
    background-repeat: repeat-x;
    padding: 0px;
    border-spacing: 0px;
    vertical-align: bottom;
}

a.menu{
    text-decoration: none;
    color: #000000;
    padding: 0px;
}
a.menu:hover{
    padding: 0px;
    text-decoration: none;
    color: #aaaaaa;
}
a.menu_blue{
    text-decoration: none;
    color: #374996;
    padding: 0px;
}
a.menu_blue:hover{
    padding: 0px;
    text-decoration: none;
    color: #aaaaaa;
}
a.menu_yellow{
    text-decoration: none;
    color: #ffd017;
    padding: 0px;
}
a.menu_yellow:hover{
    padding: 0px;
    text-decoration: none;
    color: #aaaaaa;
}
a.menu_red{
    text-decoration: none;
    color: #e74748;
    padding: 0px;
}
a.menu_red:hover{
    padding: 0px;
    text-decoration: none;
    color: #aaaaaa;
}
a.menu_green{
    text-decoration: none;
    color: #3ea955;
    padding: 0px;
}
a.menu_green:hover{
    padding: 0px;
    text-decoration: none;
    color: #aaaaaa;
}
/*
td#active_menu_blue{
    background-color: #374996;
    color: #ffffff;
}
td#active_menu_yellow{
    background-color: #374996;
}
td#active_menu_red{
    background-color: #374996;
}
td#active_menu_green{
    background-color: #374996;
}
*/

td.home_icons{
    width: 250px;
    padding-left: 0px;
}

a.home_icons{
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    font-family: robotobold;
}

td#main_functional{
    background-color: #ffffff;
    padding: 0px 0px 0px 0px;
}

.home_content_tr{
}
a.home_content_link{
    padding: 0px;
    margin: 0;
    line-height: 0px;
    transition: transform 0.2s ease, shadow 0.2s ease;
    border: 1px solid #eee;
}
.home_content_link:hover {
    transform: translateY(-5px); /* Kicsit kiemelkedik hoverre */
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}



.category-description {
    display: block;
    text-align: center;      /* Középre zárás */
    hyphens: auto;           /* Automatikus elválasztás (böngészőfüggő) */
    word-wrap: break-word;   /* Hosszú szavak törése */
    line-height: 1.5;        /* Kényelmes sortávolság */
    margin: 15px 0;
    padding: 0 10px;
}

td.home_content_small{
    padding: 0px;
    vertical-align: text-top;
    white-space: pre-line;
    text-align: justify;
    text-justify: inter-word;
    font-family: robotoregular;
    font-size: 12px;
    line-height: 3px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 20px;
}
td.home_content_medium{
    padding: 0px;
    vertical-align: text-top;
    white-space: pre-line;
    text-align: justify;
    text-justify: inter-word;
    font-family: robotoregular;
    font-size: 12px;
    line-height: 3px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 20px;
}
td.home_content_large{
    padding: 0px;
    vertical-align: text-top;
    white-space: pre-line;
    text-align: justify;
    text-justify: inter-word;
    font-family: robotoregular;
    font-size: 12px;
    line-height: 8px;
    padding-bottom: 20px;
}
tr.home_content_social_tr{
    
    
}
td.home_content_small_social{
    height: 75px;
    width: 200px;
    padding: 10px;
    font-size: 12px;
    margin: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 75px;
}
td#home_content_contact{
    padding: 0px;
    vertical-align: text-top;
    white-space: pre-line;
    text-align: justify;
    text-justify: inter-word;
    font-family: robotoregular;
    padding-bottom: 20px;
}


hr.home_hr{
    border: 1px solid #374996;
}

.home_category_img {
    max-height: 400px;
    object-fit: cover; 
    transition: transform 0.3s ease;
    padding: 5px; /* Belső fehér keret a képnek, ha szükséges */
    margin-bottom: 5px; /* Extra távolság a linkek között */
    width: 100%;    
    height: 100% !important;
    display: block;
    background: #eeeeee;
}

.home_category_img:hover {
    transform: scale(1.02);
}

.img-container {
    width: 100%;
    background: #eee;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}

.contact-card {
    height: 100%;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 25px;
}

.map-container {
    width: 100%;
    height: 100%;
    min-height: 400px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.contact-block h5 {
    color: #374996;
    border-bottom: 2px solid #dee2e6;
    padding-bottom: 8px;
    margin-bottom: 15px;
    font-family: robotobold;
}

#home_content_google{
        /*border: 1px solid #374996;*/
}
#home_content_contact{
    height: 150px;
    width: 200px;
    vertical-align: text-top;
    white-space: pre-line;
    text-align: justify;
    text-justify: inter-word;
    font-family: robotoregular;
    font-size: 16px;
}

#search_iframe{

}


td.contact_data{
    text-decoration: none;
    color: #000000;
    font-family: robotoregular;
    font-size: 12px;
    padding-bottom: 40px;
}
table.interface_panel{
    width: 250px;
    height: 100px;
    line-height: 0px;
    margin: 0px;
}
td.input_header{
    text-decoration: none;
    color: #000000;
    font-family: robotoregular;
    font-size: 20px;
    line-height: 12px;
    padding: 0px;
    padding-bottom: 5px;
}
td.input_label{
    text-decoration: none;
    color: #000000;
    font-family: robotoregular;
    font-size: 12px;
    line-height: 7px;
    padding: 0px;
}
td.message_input_label{
    text-decoration: none;
    color: #000000;
    font-family: robotoregular;
    font-size: 12px;
    padding: 0px;
}
td.input_tag{
    text-decoration: none;
    color: #000000;
    font-family: robotoregular;
    font-size: 12px;
    line-height: 6px;
    padding: 0px;
    padding-bottom: 0px;
    /*background-color: red;*/
}
input.inputs{
    text-decoration: none;
    color: #000000;
    font-family: robotoregular;
    font-size: 12px;
    width: 250px;
}
input.message_inputs{
    text-decoration: none;
    color: #000000;
    font-family: robotoregular;
    font-size: 12px;
    width: 500px;
}
td.input_textarea{
    text-decoration: none;
    color: #000000;
    font-family: robotoregular;
    font-size: 12px;
    /*line-height: 100px;*/
    padding: 0px;
    padding-top: 5px;
}
textarea.textarea{
    text-decoration: none;
    width: 250px;
    height: 200px;
    color: #000000;
    font-family: robotoregular;
    font-size: 10px;
}

td.message_input_textarea{
    text-decoration: none;
    color: #000000;
    font-family: robotoregular;
    font-size: 12px;
    /*line-height: 100px;*/
    padding: 0px;
    padding-top: 5px;
}
textarea.message_textarea{
    text-decoration: none;
    width: 500px;
    height: 200px;
    color: #000000;
    font-family: robotoregular;
    font-size: 10px;
}
select.input_tag_option{
    width: 250px;
}
option.input_option{
    /*width: 230px;*/
}
td.input_note{
    text-decoration: none;
    color: #000000;
    font-family: robotoregular;
    font-size: 12px;
    line-height: 14px;
    padding: 0px;
    padding-bottom: 0px;
    /*background-color: red;*/
}




td#left_side_content{
    width: 700px;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 0px;
    vertical-align: text-top;
    white-space: pre-line;
    text-align: justify;
    text-justify: inter-word;
    font-family: robotoregular;
    font-size: 14px;
}
td#right_side_content{
    padding: 0px;
    vertical-align: top;
    white-space: pre-line;
    text-align: justify;
    text-justify: inter-word;
    font-family: robotoregular;
    font-size: 12px;
    line-height: 3px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 90px;
    background-color: #dddddd;
}
ul.side_contact_list{
    list-style-type: none;
    padding: 0px;
    vertical-align: top;
    white-space: pre-line;
    text-align: justify;
    text-justify: inter-word;
    font-family: robotoregular;
    font-size: 12px;
    line-height: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-left: 10px;
}
a.rightside_link_contact{
    text-decoration: none;
    color: #000000;
    font-family: robotoregular;
    font-size: 18px;
}
ul.side_link_list{
    list-style-type: disc;
    padding: 0px;
    vertical-align: top;
    white-space: pre-line;
    text-align: justify;
    text-justify: inter-word;
    font-family: robotoregular;
    font-size: 12px;
    line-height: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-left: 20px;
}
a.rightside_link{
    text-decoration: none;
    color: #000000;
    font-family: robotoregular;
    font-size: 14px;
}
td.footer_link_list{
    width: 200px;
}
ul.footer_link_list{
    list-style-type: none;
    padding: 0px;
    vertical-align: top;
    white-space: pre-line;
    text-align: justify;
    text-justify: inter-word;
    font-family: robotoregular;
    font-size: 12px;
    line-height: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-left: 20px;
}
a.footer_link{
    text-decoration: none;
    color: #ffffff;
    font-family: robotoregular;
    font-size: 14px;
}
img.content_img{
    display: block;
    margin-left: auto; 
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    left: 50%;
    border: 1px solid #374996;
    border-radius: 4px;
    padding: 5px;
    max-width: 90%;
    height: auto;
    
}







.headline{
    font-size: 30px;
    /*font-weight: bold;*/
    color: #ffff00;
    vertical-align: top;
}

.sub_headline{
    font-size: 20px;
    /*font-weight: normal;*/
    color: #ffff00;
    vertical-align: top;
}
.important_text{
    vertical-align: top;
    color: #ffff00;
    font-size: 20px;
    /*font-weight: bold;*/
}
.high_text{
    vertical-align: top;
    color: #ffffff;
    font-size: 16px;
}
.text{
    vertical-align: top;
    color: #ffffff;
    font-size: 14px;
}

#article_list_label{
    font-family: quandoregular;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 40px;
}

.article_column_table1{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 2px;
    padding-right: 20px;
    border-spacing: 0px;
    margin: 0px;
}

.article_column_table2{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 20px;
    border-spacing: 0px;
    margin: 0px;
}

.article_column_table3{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-spacing: 0px;
    margin: 0px;
}
.article_column_td1{
    vertical-align: top;
    width: 279px;
}
.article_column_td2{
    vertical-align: top;
    width: 279px;
}
.article_column_td3{
    vertical-align: top;
    width: 279px;
}

.article_list_img{

}

.article_list_publication{
    width: 279px;
    font-family: ubunturegular;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 15px;
}

.article_list_headline{
    width: 279px;
    padding-top: 10px;
}
.article_list_headline_a{
    width: 279px;
    text-decoration: none;
    color: #000000;
    font-family: ubunturegular;
    font-size: 15px;
    font-weight: bolder;
    padding: 0px;
}

.article_list_introduction{
    width: 279px;
    text-decoration: none;
    color: #555555;
    font-family: ubunturegular;
    font-size: 14px;
    font-weight: normal;
    padding: 0px;
    padding-top: 10px;
}

.article_list_more_a{
    width: 279px;
    text-decoration: none;
    color: #33cccd;
    font-family: ubunturegular;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bolder;
    padding: 0px;
    padding-top: 10px;
}

.article_list_space{
    width: 279px;
    padding-bottom: 40px;
}

#article_back{
    text-decoration: none;
    color: #555555;
    font-family: ubunturegular;
    font-size: 18px;
    font-weight: normal;
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 30px;
}

#article_headline{
    text-decoration: none;
    color: #555555;
    font-family: ubunturegular;
    font-size: 20px;
    font-weight: bold;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 20px;
}

#article_publicationdate{
    text-decoration: none;
    color: #555555;
    font-family: ubunturegular;
    font-size: 14px;
    font-weight: normal;
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 5px;
}

#article_intro{
    text-decoration: none;
    color: #555555;
    font-family: ubunturegular;
    font-size: 16px;
    font-weight: normal;
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
}

#article_main{
    text-decoration: none;
    color: #555555;
    font-family: ubunturegular;
    font-size: 16px;
    font-weight: normal;
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
}
#article_table{
    width: 100%;
    padding-bottom: 30px;
}
.file_list_filetype{
    width: 100px;
    text-decoration: none;
    color: #555555;
    font-family: ubunturegular;
    font-size: 16px;
    font-weight: normal;
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
}
a.file_list_name{
    width: 300px;
    text-decoration: none;
    color: #555555;
    font-family: ubunturegular;
    font-size: 16px;
    font-weight: normal;
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
}
a.file_list_download{
    width: 300px;
    text-decoration: none;
    color: #555555;
    font-family: ubunturegular;
    font-size: 16px;
    font-weight: normal;
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
}
td.file_list_infos{
    width: 300px;
    text-decoration: none;
    color: #555555;
    font-family: ubunturegular;
    font-size: 16px;
    font-weight: normal;
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
}
td.file_list_filesize{
    width: 300px;
    text-decoration: none;
    color: #555555;
    font-family: ubunturegular;
    font-size: 16px;
    font-weight: normal;
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}




table#offer{
    width: 100%;
    padding: 0px;
}

td#main_offers{   
    vertical-align: top;
    background-color: #ffffff;
    padding-left: 20px;
}


div#offer{
    width: 860px;
    height: 300px;
    background-color: #ffffff;
}

td.offer{
    vertical-align: top;
}


div#content_homepage{
    width: 860px;
    background-color: #ffffff;
    vertical-align: top;
}
table#content_homepage{
    width: 100%;
    padding-left: 20px;
    padding-bottom: 40px;
    border-spacing: 0px;
}
td#services_headline{
    border-right: #ffff00 solid 3px;
}
td#contact_headline{
    padding-left: 50px;
}


td#main_services{
    width: 360px;
    padding-left: 40px;
    padding-bottom: 60px;
    vertical-align: top;
    border-right: #ffff00 solid 3px;
}
table#services_list{
    width: 100%;
    padding-right: 70px;
}
td#services_list{
    width: 100%;
    white-space: pre-wrap;
}
a#main_services_more{
    font-size: 14px;
    text-decoration: none;
    padding: 0px;
    color: #ffff00;
}
a#main_services_more:hover{
    font-size: 14px;
    text-decoration: none;
    padding: 0px;
    color: #aaaaaa;
}


td#main_contact{
    padding-left: 85px;
    vertical-align: top;
}
td#opening_time{
    vertical-align: top;
    white-space: pre-wrap;    
}
td#central_phone{
    vertical-align: top;
    white-space: pre-wrap;    
}
td#central_email{
    vertical-align: top;
    white-space: pre-wrap;    
}

td#main_contact_more{
    padding-right: 70px;
}
a#main_contact_more{
    font-size: 14px;
    text-decoration: none;
    padding: 0px;
    color: #ffff00;
}
a#main_contact_more:hover{
    font-size: 14px;
    text-decoration: none;
    padding: 0px;
    color: #aaaaaa;
}



td#contact_td{
    width: 300px;
}
table#contact{
    padding-left: 20px;
    padding-bottom: 40px;
}
td#opening_time{
    padding-left: 10px;
    white-space: pre-wrap;
}
td#contact_label{
    padding-top: 30px;
}
td#contact_text{
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 10px;
    white-space: pre-wrap;
}
td#google{
    vertical-align: top;
}
table#google{
    position: relative;
    top: -25px;
    left: 80px;
}



table#services{
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 40px;
}
td#services_text{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    white-space: pre-wrap;
}




td#footer_videri{
    /*border-bottom: #ffff00 solid 3px;*/
    background-color: #ffffff;
    height: 25px;
    width: 100%;
}
td#facebook{    
    width: 160px;
}
td#videri_logo{    
    width: 730px;
}



#footer_info {
    width: 100%;
    background-color: #343a40;
    color: #ffffff;
    padding: 20px 0;
}
#footer_table {
    width: 100%;
}
td.footer_menu{
    width: 279px;
}
a.footer_menu{
    width: 279px;
    padding: 0px 0px 0px 0px;
    /*font-weight: bold;*/
    font-size: 12px;
    text-transform: uppercase;
    /*border-bottom: 3px #ffff00 solid;*/
    border-spacing: 0px;
    padding: 0px;
    color: #ffffff;
}
td#footer_copyright{
    color: black;
    width: 100%;
}
td#footer_results{
    width: 100%;
}

#main_content {
    width: 100%;
    padding: 20px;
    min-height: 400px;
    vertical-align: top;
}



div#image_album_label{
    font-size: 16px;
    text-transform: uppercase;
}
table.image_album_mosaic{
    border: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

tr.album_list_image{
    border: none;
    padding: 0px;
    margin: 0px;
}

td.album_list_image{
    border: none;
    padding: 0px;
    margin: 0px;
    width: 279px;
    padding-left: 15px;
    padding-bottom: 50px;
}

div.album_list_image{
    border: none;
    padding: 0px;
    margin: 0px;

}


img.album_list_image{
    border: none;
    padding: 0px;
    margin: 0px;
    
}

a.thumb_image{
    text-decoration: none;
    color: #000000;
    font-size: 14px;
}


.album_image_consol{
    font-family: quandoregular;
    font-size: 12px;
    text-transform: uppercase;
    color: #000000;
    width: 33%;
    padding: 10px;
}

#image_album_back{
    text-decoration: none;
    color: #000000;
    font-family: quandoregular;
    font-size: 12px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.button{
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: white;
    text-decoration: none;
    padding-right: 12px;
    padding-left: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-image: url(../images/buttom.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
    outline:none;
    cursor: pointer;
    height: auto;
    overflow: visible;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    CCborderRadius: 20px;
    border-radius: 20px;
}


input#antirobi{
    position: absolute;
    display: none;
    visibility: hidden;
}

h1.black_label{
    color: black;
    line-height: 0px;
    margin-left: 0px;
    margin-bottom: 5px;
}

h1.yellow_label{
    color: #e6b330;
    line-height: 0px;
    margin-left: 0px;
    margin-bottom: 5px;
}

.logo-slider {
    overflow: hidden;
    width: 100%;
    background: white;
    position: relative;
}

.logo-slide-track {
    display: flex;
    /* Számítás: (egy slide szélessége) * (összes slide száma, tehát az 1. és 2. adag együtt) */
    width: calc(250px * 10); 
    animation: scroll 30s linear infinite;
    will-change: transform;
}

.slide {
    width: 250px; /* Fix szélesség minden logónak */
    display: flex;
    align-items: center;
    justify-content: center;
}



.slide img {
    width: 200px;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: contain;
    filter: grayscale(100%); /* Elegáns szürke, hoverre színesedik */
    transition: 0.3s;
}

.slide img:hover {
    filter: grayscale(0%);
}


@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        /* Számítás: -(egy slide szélessége * egyedi logók száma) */
        /* Itt ugrik vissza az elejére észrevétlenül */
        transform: translateX(calc(-250px * 5)); 
    }
}