.hirek_kisdoboz{
    position: relative;
    box-sizing: border-box;
    border:1px solid #EEE;
    padding:15px;
    border-radius:10px;
    transition: border 0.5s, transform 0.5s;
}

.hirek_kisdoboz:hover{
    cursor: pointer;
    border:2px solid #0a9ebb;
    transform: scale(1.05,1.05);
}

.hirek_kisdoboz_cim_img_container{
    max-height:170px;
    height:auto;
    overflow:hidden;
}
.hirek_kisdoboz_cim_img_container img{
    width:100%;
}



.hirek_kisdoboz_cim{
    margin-top:15px;
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px solid #EEE;
    font-size:20px;
    font-weight:bold;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hirek_kisdoboz_leiras{
    text-overflow: ellipsis;
    overflow-y: hidden;
    text-align: justify;
    font-size:14px;
    margin-bottom:50px;
}

.hirek_kisdoboz_egyeb{
    position: absolute;
    bottom:0px;
    left:0px;
    margin:10px;
    padding-top:10px;
    border-top:1px solid #EEE;
    color:#AAA;
    font-size:12px;
    height:50px;
    width:calc(100% - 20px);
}

.hirek_kisdoboz_kulso{
    position: relative;
}


.hirek_kisdoboz_gombok{
    display:none;
    position: absolute;
    top:15px;
    right:15px;
    z-index:1000;
}

.hirek_kisdoboz_kulso:hover .hirek_kisdoboz_gombok{
    display:block;
}

.hirek_kisdoboz_gombok button{
    margin:4px;
    opacity: 0.5;
}

.hirek_kisdoboz_gombok button:hover{
    opacity: 1;
}

.informaciok_kep_container{
    position: relative;
    display: inline-block;
}

.informaciok_kep_container img{
    max-width: 300px;
    max-height:100px;
    border-radius:5px;
}

.informaciok_kep_container a{
    display:none;
    position: absolute;
    top:5px;
    right:5px;
    width:30px;
    height:30px;
    text-align: center;
    background-color:#E00;
    color:#FFF !important;
    font-weight:bold;
    padding:2px;
    cursor: pointer;
    border-radius:5px;
    opacity: 0.5;
}

.informaciok_kep_container:hover a{
    display:block;
}

.informaciok_kep_container a:hover{
    opacity: 1;
}


.main_content_header_informacio{
    width:100%;
    background-color:#0a9ebb;
    color:#FFF;
    box-sizing: border-box;
    padding:20px;
    text-align: center;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

.main_content_header_informacio a{
    position: absolute;
    display:none;
    top:20px;
    right:15px;
    width:50px;
    height:50px;
    text-align: center;
    font-size:22px;
    color:#FFF;
    background-color:#0a9ebb;
    opacity: 0.5;
    cursor: pointer;
    border-radius: 5px;
    padding:8px;
    box-shadow: 0px 0px 5px #333;
}

.main_content_header_informacio:hover a{
    display:block;
}

.main_content_header_informacio a:hover{
    opacity: 1;
}

.main_content_header_informacio .informaciok_title{
    display: inline-block;
    margin-top:100px;
    font-size:40px;
    font-weight:bold;
    text-align: center;
    padding:40px;
    max-height:290px;
    overflow: hidden;
    background-color:rgba(0,0,0,0.5);
    border-radius: 10px;
    backdrop-filter: blur(1px);
}

.informaciok_reszletek_container{
    box-sizing: border-box;
    padding:25px;
    font-size:18px;
    font-weight:400;
    line-height: 32px;
}

.informaciok_reszletek_container h3{
    color:#0a9ebb;
    font-weight:bold;
}

.bal_oldal_informacio_szoveg{
    border-right:1px solid #EEE;
}

.informaciok_visszalepes{
    position: fixed;
    top:65px;
    left:85px;
    box-shadow: 0px 0px 5px #333;
    opacity: 0.6;
    z-index:101;
}

.informaciok_visszalepes:hover{
    opacity: 1;
}

.informacio_melleklet_gombok{
    opacity: 0.5;
}

.informacio_melleklet_gombok:hover{
    opacity: 1;
}

.informaciok_utolso_megtekintes{
    position: absolute;
    bottom:5px;
    right:5px;
    display:inline-block;
    padding:5px 15px;
    background-color:rgba(0,0,0,0.6);
    color: #b2d6dc;
    border-radius:5px;
}

@media screen and (max-width: 992px){
    .informaciok_visszalepes{
        top:unset;
        bottom:15px;
        left:15px;
        /*width:30px;
        font-size:16px;
        padding:5px;*/
    }
    .main_content_header_informacio .informaciok_title{
        font-size:30px;
    }
}