
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap');

body{
    /*    font-family: 'Arial', 'Verdana', Helvetica san-serif;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 21px;
    background: url(../index_files/background_body.gif) center top;
    color: #777777;
}
.animated{
    color: #269bc6;
}
.mhide{
    display: none;
}
.ftext p{
    font-size: 15px;
}
.container{
    width: 980px;
    background-color: #fff;
    padding: 20px;
}
.flags{
    background: url(../index_files/background_body.gif) center bottom;
    background-repeat: repeat-x;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.flags li img{
    display: inline-block;
    vertical-align: middle;
}
.flags li{
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    padding: 0px 30px 0px 20px;
}
.flags li, nav li{
    background-image: url(../index_files/background_body.gif);
    background-repeat: repeat-y;
    background-position: right;
}
nav li:last-child, .flags li:not(.hide):last-child, .nobg{
    background-image: none !important;
}
nav li{
    display: inline-block;
    vertical-align: middle;
    padding: 10px 25px 10px 15px;/* padding: 10px 25px 10px 15px; eredeti */
    text-align: center;
}
nav ul ul{
    display: none;
}
nav li:hover > ul{
    background-color: #fff;
    display: block;
    z-index: 9999;
    position: absolute;
    margin: 5px 0px 0px -21px;
    border-bottom: 3px solid #269bc6;
}
nav li:hover > ul li{
    display: block;
    text-align: left;
    background-position: left;
}
nav li:hover > ul li:last-child{
    background-image: url(../index_files/background_body.gif);
}
h1, h2, h3, h4, h5, h6 {
    padding: 0 0 10px 0;
    /*    font-family: 'Trebuchet MS', 'Arial', Helvetica, san-serif;*/
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}
h1{
    color: #ee1c25;
    font-size: 35px;
    padding-bottom: 40px;
}
h2{
    color: #535353;
    font-size: 25px;
    padding-bottom: 30px;
    text-transform: uppercase;
}
nav li a:hover, footer a:hover{
    color: #269bc6;
}
.owl-carousel{
    margin-top: 20px;
    margin-bottom: 20px;
}
.slider img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
}
.slider .txt{
    background-color: rgba(255,255,255,0.8);
    position: absolute;
    margin-top: -250px;
    padding: 20px;
    width: 500px;
}
.slider .txt h3{
    font-size: 30px;
    color: #000;
    font-weight: 700;
}
.slider .txt p{
    padding-top: 10px;
    font-size: 17px;
    color: #000;
}
.owl-dots{
    text-align: center;
}
.owl-dots button span{
    border: 2px solid #269bc6;
    display: inline-block;
    width: 20px;
    margin: 0px 5px;
}
.owl-dots button.active span{
    border: 2px solid red;
}
section{
    padding: 20px 0px;
}
main img{
    max-width: 100%;
}
section .txt{
    font-size: 17px;
    padding-left: 30px;
}
section .txt p, .content p{
    padding-bottom: 10px;
    line-height: 1.4;
}
main a{
    color: #269bc6;
    font-weight: 700;
}
main a:hover{
    color: #ee1c25;
}
section .item{
    text-align: center;
    width: 24%;
    display: inline-block;
    vertical-align: top;
    margin-right: 1%;
    margin-bottom: 1%;
    font-size: 17px;
}
section .item:nth-child(4n+1){
    margin-right: 0;
}
section.content .item:nth-child(4n+1) {
    margin-right: 1%;
}
section .item img{
    width: 100%;
    height: 145px;
    object-fit: cover;
    object-position: center;
}

footer{
    font-size: 13px;
    padding-top: 30px;
    background: url(../index_files/background_body.gif) center top;
    background-repeat: repeat-x;
}
footer table{
    width: 100%;
    margin-bottom: 20px;
}
footer td{
    width: 25%;
    border-right: 1px dotted #ccc;
    padding: 0px 20px;
}
footer td:last-child{
    border: none;
}
footer h3{
    font-weight: 700;
    text-transform: uppercase;
}
footer ul{
    margin-left: 20px;
}
footer li{
    list-style-type: square;
}
footer img{
    margin: 10px 0px;
}
.content{
    background: url(../index_files/background_body.gif) center top;
    background-repeat: repeat-x;
    margin-top: 20px;
}
.content h1{
    padding-top: 30px;
}
.content h2{
    padding: 20px 0px;
    line-height: 1.3;
}
.content h3{
    font-size: 20px;
    padding: 20px 0px;
}
.content ul{
    margin-bottom: 10px;
    margin-left: 40px;
}
.content li{
    list-style-type: square;
}

.center{
display: flex;
    justify-content: center;
    margin: 0 auto;
}

.mitem{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 350px;
    text-align: center;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 5px #eee;
    padding: 1%;
    height: 260px;
    vertical-align: middle;
    margin: 10px;
}
.mitem img{

    width: 100px;
    height: 100px;
    border-radius: 50%;
    vertical-align: middle;

}
small{
    font-size: 14px;
}
.hide{
    display: none !important;
}
.content ul.breadcrumbs{
    margin: 0;
}
.breadcrumbs li{
    display: inline-block;
    font-size: 11px;
    padding: 0px 5px;
}
form{
    width: 400px;
    background-color: #efefef;
    margin: 0px auto;
    padding: 30px;
}
form input, form textarea{
    background-color: #fff;
    width: 100%;
    padding: 5px;
    margin: 10px 0px;
}
form label, form input[type="submit"]{
    font-weight: 700;;
}
form input[type="submit"]{
    color: #fff;
    background-color: #269bc6;
}
form input[type="submit"]:hover{
    background-color: #ee1c25;
}