.news-item{
    height: 100%;
}
.new-item-inner{
    min-height: 200px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.new-item-title {
    text-align: left;
    background-color: rgba(0, 0, 0, .7);
    color: var(--white);
    padding: 1rem;
    height: fit-content;
    width: 100%;
}
.new-title-top{
    font-size: 14px;
}
.new-title-bottom{
    font-size: 14px;
    font-weight: bold;
}
/**tagok**/
.tagok-content{
    max-width: 900px;
}
a.tag_item_inner {
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: var(--darkblue);
    margin: 1rem;
}
a.tag_item_inner:hover{
    background: var(--orange);
}

a.tag_item_inner .tag_item_title{
    text-align: center;
    color: var(--white);
    font-size: 20px;
    height: 90px;
    margin-top: 20px;
}
.tag_item .material-symbols-outlined{
    font-size: 50px;
    font-variation-settings: 'wght' 200;
 }
a.tag_item_inner:hover .material-symbols-outlined{
    color: var(--white);
}
.btn .material-symbols-outlined{
    margin-right: 10px;
}

    /*események*/
.event_list.row {
    width: 100%;
}
.event-title{
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
    color: var(--green);
}
.event_item{
    font-size: 20px;
}
.event_item i{
    font-weight: bold;
}


.event_date {
    display: inline-block;
    padding: 3px;
    font-family: sans-serif;
    color: #00b3b3;
    line-height: 1.1;
    margin-left: 15px;
    margin-right: 30px;
}

.event_date .year {
    font-size: 21px;
    font-weight: 400;
    border-bottom: 1px solid var(--green);
}

.event_date .monthday {
    font-size: 20px;
    font-weight: 700;
}


.event_date.iv::before,.event_date.iv::after{

    width: 30px;
    height: 60px;
}
.event_date.iv::before{
    left: -30px;
}
.event_date.iv::after{
    right: -30px;
}
.event_item .material-symbols-outlined{
    font-weight: 500;
}
/*profile*/
.sub_item a{
    width: 100%;
    text-align: right;
    display: block;
}
.sub_item.separator{
    position: relative;
    width: 100%;
    height: 4px;
}
.sub_item.separator:after{
    content: '';
    position: absolute;
    right: 0;
    top: 1px;
    width: 250px;
    height: 2px;
    background: var(--green);
}
@media only screen and (max-width: 1200px) {
    .sub_item a{
        text-align: center;
    }
    .sub_item.separator:after{
        right: unset;
        left:50%;
        transform: translateX(-50%);
    }
}
/*fenn tartható doksik*/
.dok{
    aspect-ratio: 1 / 1;
    width: 100%;
}
.dok:hover{
    background: var(--orange);
}
.dok-name{
    width: 90%;
    margin-top: 20px;
    min-height: 72px;
}
.dok-icon span{
    font-size: 50px;
    font-weight: 200;
}