<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.section-rechtstipps-uebersicht {
    display:flex;
    flex-direction: column;
}
.section-rechtstipps-uebersicht .auswahlbereich {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding:20px 0px 20px 0px;
    border: 1px solid #34444E;
    margin-bottom:50px;
    display:none;
}
.section-rechtstipps-uebersicht .rechtstipps-liste {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section-rechtstipps-uebersicht .rechtstipps-liste .tipp-datum {
    color: #34444E;
    font-family: "PT Serif";
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    line-height: 25px;
    margin-bottom:25px;
}
.section-rechtstipps-uebersicht .rechtstipps-liste .tipp-image {
    margin-bottom:20px;
}
.section-rechtstipps-uebersicht .rechtstipps-liste .tipp-image img {
    max-width:200px;
    height:auto;
}
.section-rechtstipps-uebersicht .auswahlbereich .auswahltext {
    text-align:center;
    color: #34444e;
    font-family: "PT Serif";
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
.section-rechtstipps-uebersicht .ausklappsymbol img {
    width:21px;
    height:21px;
    margin-top:15px;
}

.section-rechtstipps-uebersicht .pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom:50px;
}
.section-rechtstipps-uebersicht .pagination p {
    margin-top:0px;
    margin-bottom:0px;
}
.section-rechtstipps-uebersicht .pagination p span {
    color: #811a1a;
    font-family: "PT Serif";
    font-size: 18px;
    font-weight: 700; 
    margin-right:4px;
}
.section-rechtstipps-uebersicht .pagination p a {
    color: #34444E;
    font-family: "PT Serif";
    font-size: 18px;
    font-weight: 400;
    margin-left:4px;
    margin-right:4px;
}
.section-rechtstipps-uebersicht .pagination p a:last-child {
    margin-right:0px;
}
.section-rechtstipps-uebersicht .pagination img {
    height:12px;
}
.section-rechtstipps-uebersicht .pagination img:first-child {
    /* margin-right:20px; */
}
.section-rechtstipps-uebersicht .pagination img:last-child {
    /* margin-left:20px; */
}
.section-rechtstipps-uebersicht .pagination p a:first-child, .section-rechtstipps-uebersicht .pagination p a:last-child {
    text-decoration:none;
}
/*.section-rechtstipps-uebersicht .pagination p a:before, .section-rechtstipps-uebersicht .pagination p a:after {
    content: " | ";
}
.section-rechtstipps-uebersicht .pagination p a:first-child:before, .section-rechtstipps-uebersicht .pagination p a:last-child:after {
    content: "";
}*/
.section-rechtstipps-uebersicht .tipps-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom:50px;
    max-width:320px;
    /* align-self:stretch; */
}
.section-rechtstipps-uebersicht .headline-tags {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom:17px;
}
.section-rechtstipps-uebersicht .headline-tags .headline h2 {
    text-align: center;
    margin-top:0px;
    margin-bottom:20px;
    color: #34444E;
    font-family: "PT Serif";
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
}
.section-rechtstipps-uebersicht .headline-tags .headline h2 a {
    color: #34444E !important;
    text-decoration:none;
}
.section-rechtstipps-uebersicht .headline-tags .tags span {
    border-radius: 3px;
    background-color: #e6e6e6;
    display:inline-block;
    padding:5px 9px 5px 9px;
    color: #34444E;
    font-family: "PT Serif";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-right:8px;
    margin-bottom: 8px;
}
.section-rechtstipps-uebersicht .headline-tags .tags a:last-child span {
    margin-right:0px;
}
.section-rechtstipps-uebersicht .headline-tags .tags span:hover {
    background-color: #34444E;
    color: #e6e6e6;
}
.section-rechtstipps-uebersicht .headline-tags .tags span:hover a {
    color: #e6e6e6;
}
.section-rechtstipps-uebersicht .headline-tags .tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.section-rechtstipps-uebersicht .headline-tags .tags span a {
    color: #34444E;
    font-family: "PT Serif";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.section-rechtstipps-uebersicht .tipps-container .arrow-link {
    margin-top:auto;
}
.tipp-image .news-img-caption {
    display:none;
}

@media(min-width:600px){
    .section-rechtstipps-uebersicht .rechtstipps-liste {
        flex-direction: row;
        flex-wrap:wrap;
        gap:30px;
        justify-content: center;
        align-items: flex-start;
    }
    .section-rechtstipps-uebersicht .tipps-container {
        max-width:230px;
        align-self:stretch;
    }
    .section-rechtstipps-uebersicht .auswahlbereich {
        margin-left: auto;
        margin-right: auto;
        width: 470px;
    }
    .section-rechtstipps-uebersicht .headline-tags .headline h2 {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 24px;
        line-height: 32px;
    }
    .section-rechtstipps-uebersicht .headline-tags .headline h2:hover {
        -webkit-line-clamp: 10;
        text-decoration:underline;
        text-decoration-thickness: 1.5px;
        cursor:pointer;
    }
}

@media(min-width:700px){
    .section-rechtstipps-uebersicht .tipps-container {
        max-width: 260px;
    }
}

@media(min-width:750px){
    .section-rechtstipps-uebersicht .tipps-container {
        max-width: 270px;
    }
}

@media(min-width:800px){
    .section-rechtstipps-uebersicht .rechtstipps-liste {
        flex-direction: row;
        flex-wrap:wrap;
        gap:30px;
        justify-content: center;
        align-items: flex-start;
    }
    .section-rechtstipps-uebersicht .tipps-container {
        max-width:320px;
    }
    .section-rechtstipps-uebersicht .auswahlbereich {
        margin-left: auto;
        margin-right: auto;
        width: 640px;
    }
    .section-rechtstipps-uebersicht .headline-tags .headline h2 {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .section-rechtstipps-uebersicht .headline-tags .headline h2:hover {
        -webkit-line-clamp: 10;
        text-decoration:underline;
        text-decoration-thickness: 1.5px;
        cursor:pointer;
    }
}

@media(min-width:1000px){
    .section-rechtstipps-uebersicht {
        max-width:70%;
    }
    .section-rechtstipps-uebersicht .auswahlbereich {
        flex-direction: row;
        justify-content: space-between;
        margin-left:inherit;
        margin-right:inherit;
        width:auto;
    }
    .section-rechtstipps-uebersicht .auswahlbereich .auswahltext {
        margin-left:25px;
    }
    .section-rechtstipps-uebersicht .auswahlbereich .ausklappsymbol {
        margin-right:25px;
    }
    .section-rechtstipps-uebersicht .ausklappsymbol img {
        margin-top: 5px;
    }
    .section-rechtstipps-uebersicht .pagination {
        justify-content: flex-start;
    }
    .section-rechtstipps-uebersicht .rechtstipps-liste {
        flex-direction: column;
        justify-content: flex-start;
        gap:0px;
    }
    .section-rechtstipps-uebersicht .tipps-container {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        max-width:inherit;
        margin-bottom:50px;
    }
    .section-rechtstipps-uebersicht .tipps-container .tipp-datum {
        width:100%;
        margin-bottom:20px;
    }
    .section-rechtstipps-uebersicht .tipps-container .tipp-image {
        width:200px;
        margin-bottom:0px;
        margin-right: 30px;
    }
    .section-rechtstipps-uebersicht .tipps-container .headline-tags {
        width:60%;
        align-items: flex-start;
        flex:1;
    }
    .section-rechtstipps-uebersicht .tipps-container .arrow-link {
        width:40px;
        margin-top:0px;
    }
    .section-rechtstipps-uebersicht .headline-tags .headline {
        max-width:90%;
    }
    .section-rechtstipps-uebersicht .headline-tags .headline h2 {
        text-align: left;
        margin-bottom:15px;
        font-size: 25px;
        line-height: 33px;
    }
}

@media(min-width:1150px){
    .section-rechtstipps-uebersicht .headline-tags .headline h2 {
        font-size: 27px;
        line-height: 35px;
    }
}

@media(min-width:1200px){
    .section-rechtstipps-uebersicht .headline-tags .headline {
        max-width:90%;
    }
    .section-rechtstipps-uebersicht .headline-tags .headline h2 {
        font-size: 27px;
        line-height: 35px;
    }
}

@media(min-width:1550px){
    .section-rechtstipps-uebersicht .headline-tags .headline h2 {
        font-size: 29px;
        line-height: 37px;
    }
}
</pre></body></html>