.sec-main-content.atikon-news-template h1 {
margin-top: 20px;
margin-bottom: 30px;
color: #5488c7;
position: relative;
font-size: 1.8rem;
}
.sec-main-content.atikon-news-template h1::before {
position: absolute;
bottom: -10px;
left: 0;
content: "";
width: 120px;
color: #c3006b;
border-top: 2px solid #c3006b;
}
.sec-main-content.atikon-news-template h2 {
font-size: 1.5rem;
} .atikon-news-template .steuernews_article_overview {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 20px;
margin-bottom: 30px;
}
.atikon-news-template .steuernews_article_overview a.entry {
flex-basis: 48%;
color: #000;
transition: all .3s ease-in-out;
}
.atikon-news-template .steuernews_article_overview a.entry:hover {
display: block;
text-decoration: none;
background-color: #f1ebdc;
padding: 10px;
}
.atikon-news-template .steuernews_article_overview a.entry .teaser_text h3.title {
font-size: 1.25rem;
}
.atikon-news-template .steuernews_article_overview a.entry .image img {
width: 100%;
height: auto;
} #steuernews_fuer_klienten,
#steuernews_fuer_aerzte { flex-wrap: wrap;
justify-content: space-between;
gap: 20px;
margin-bottom: 30px;
}
.atikon-news-template .news_entity {
flex-basis: 69%;
}
.atikon-news-template .steuernews_sidebar {
flex-basis: 29%;
}
.atikon-news-template .news_entity .news_image img {
width: 100%;
height: auto;
}
.atikon-news-template .steuernews_preview {
flex-basis: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 20px;
}
.atikon-news-template .steuernews_preview h2.overview_title {
flex-basis: 100%;
}
.atikon-news-template .steuernews_preview a.entry {
flex-basis: 48%;
color: #000;
transition: all .3s ease-in-out;
}
.atikon-news-template .steuernews_preview a.entry:hover {
display: block;
text-decoration: none;
background-color: #f1ebdc;
padding: 10px;
}
.atikon-news-template .steuernews_preview a.entry .image img {
width: 100%;
height: auto;
}
@media only screen and (max-width: 1199px) {
.atikon-news-template .news_entity {
flex-basis: 100%;
}
.atikon-news-template .steuernews_sidebar {
flex-basis: 100%;
}
}
@media only screen and (max-width: 767px) {
.atikon-news-template .steuernews_article_overview a.entry {
flex-basis: 100%;
}
.atikon-news-template .steuernews_preview a.entry {
flex-basis: 100%;
}
}