/*#region Archive/Kategorieübersicht*/
.archive.et-db #et-boc .et-l .et_pb_bg_layout_light .et_pb_post .post-meta a,
.post-template-default .et_pb_bg_layout_light p.et_pb_title_meta_container a{
    border-radius: var(--border-radius);
    border: 2px solid var(--color-red);
    padding: 2px 10px;
    color: var(--color-red);
    white-space: nowrap;
    transition: 0.2s;
}

.archive.et-db #et-boc .et-l .et_pb_bg_layout_light .et_pb_post .post-meta a:hover,
.post-template-default .et_pb_bg_layout_light p.et_pb_title_meta_container a:hover{
    color: var(--color-off-white);
    background-color: var(--color-red);
}

.archive h1{
    font-family: var(--font-family-regular);
    font-size: var(--font-size-head-two);
    line-height: var(--line-height-head-two);
}

.et-db.archive #et-boc .et-l .entry-title{
    font-family: var(--font-family-regular);
    font-size: var(--font-size-head-three);
    line-height: var(--line-height-head-three);
}

.archive article{
    border-bottom:1px solid var(--color-black);
    padding-bottom: 60px;

}

.et-db.archive #et-boc .et-l .et_pb_post .post-meta{
    font-size: var(--font-size-copy);
    line-height: var(--line-height-copy);
    line-height: 2em;
}

@media(max-width:480px){
    .archive.et-db #et-boc .et-l .et_pb_bg_layout_light .et_pb_post .post-meta a,
    .post-template-default .et_pb_bg_layout_light p.et_pb_title_meta_container a{
        font-size: var(--font-button-mini);
        line-height: var(--line-height-footer);
    }
}
/*#endregion Archive/Kategorieübersicht*/

/*#region Divi Builder Alle Beiträge*/
.post-template-default h1{
    padding-bottom:14px;
}

.post-content .et_pb_section{
    background-color: var(--color-off-white);
    padding-top: 0px;
}

.post-content .et_pb_row{
    width: 100%;
}

.et_pb_title_meta_container{
    line-height: 2em;
}
/*#endregion Divi Builder Alle Beiträge*/