html {
scroll-behavior: smooth;
scroll-padding-top: 6rem;
}
.archive-modul .wrap {
margin-top: 75px;
}
.category-modul .wrap {
margin-top: 25px;
padding-top: 100px;
}
.archive-modul {
padding-bottom: 75px;
}
.d-flex {
display: flex;
flex-direction: row;
gap: 20px;
justify-content: space-between;
padding: 20px;
}
.content-wrap {
flex: 2;
}
.sidebar-wrap {
flex: 1;
}
.archive-modul {
background-color: #c6b9b222;
} .intro-text {
font-size: 14px;
} #custom-sidebar {
padding: 20px;
background-color: white;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.popular-post-card {
margin-bottom: 20px;
overflow: hidden;
}
.post-thumbnail {
max-width: 33%;
float: left;
margin-right: 10px;
}
.post-thumbnail img {
max-width: 100%;
height: auto;
}
.post-details {
overflow: hidden;
}
.post-category {
display: block;
font-size: 14px;
margin-bottom: 5px;
}
.post-category a,
.main-post-category a {
text-transform: uppercase;
font-weight: 600;
}
.post-title {
margin: 0;
font-size: 14px;
}
.post-title a {
color: #333;
text-decoration: none;
}
.post-title a:hover {
text-decoration: underline;
} .archive-modul .entry-content h1 {
margin-top: 0px !important;
}
.main-post-card {
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
background-color: white;
overflow: hidden;
}
.main-post-thumbnail {
overflow: hidden;
}
.main-post-thumbnail img {
width: 100%;
height: auto;
}
.main-post-details {
padding: 10px;
}
.main-post-category {
display: block;
font-size: 14px;
margin-bottom: 5px;
}
.main-post-title {
margin: 0;
font-size: 18px;
}
.main-post-title a {
color: #333;
text-decoration: none;
}
.main-post-title a:hover {
text-decoration: underline;
}
.main-post-excerpt + p {
font-size: 14px;
color: #555;
}
.alm-listing .css-grid {
display: inline-grid;
grid-template-columns: 1fr;
}
.alm-listing .css-grid > div {
margin: 0 10px 15px;
}
.ajax-load-more-wrap.white .alm-load-more-btn {
color: #ff0401 !important;
border: 2px solid #ff0401 !important;
} @media (max-width: 768px) {
.d-flex {
flex-direction: column;
}
.content-wrap {
margin-top: 20px;
}
}
@media screen and (min-width: 480px) {
.alm-listing .css-grid {
grid-template-columns: 1fr 1fr;
}
}
@media screen and (min-width: 1024px) {
.alm-listing .css-grid {
grid-template-columns: 1fr 1fr;
}
} .post-meta {
display: flex;
font-size: 14px;
flex-wrap: wrap;
}
.shared-counts-wrap {
margin: 0px !important;
padding-left: 30px;
}
.kopfbereich h1 {
margin-bottom: 5px !important;
}
.post-meta span {
margin-right: 5px;
}
.single-post blockquote {
padding: 1em 20px !important;
border-left: 5px solid grey;
margin: 0px !important;
}
.single-post blockquote p {
margin: 0px !important;
}
.social-share {
display: flex;
align-items: center;
margin-bottom: 30px;
}
.social-share,
.header-meta {
display: flex;
align-items: center;
margin-bottom: 30px;
flex-wrap: wrap;
}
.header-meta span {
font-size: 12px;
}
.social-share div {
font-size: 16px;
font-weight: 700;
}
.shared-counts-wrap.style-buttons a.shared-counts-button {
width: 32px !important;
}
.author-container {
text-align: center;
background-color: #33333311;
border-radius: 10px;
padding: 40px;
margin-bottom: 50px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.author-avatar img {
border-radius: 50%;
}
.related-posts-container {
display: flex;
flex-wrap: wrap;
margin-bottom: 75px;
}
.related-post {
flex: 0 0 calc(25% - 20px);
margin: 0 10px 20px;
box-sizing: border-box;
}
.related-post a {
display: block;
height: 200px;
position: relative;
text-decoration: none;
overflow: hidden;
border-radius: 5px;
}
.related-post a::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.3);
z-index: 1;
}
.footer-category {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 5px 10px;
color: #fff;
font-weight: bold;
z-index: 2;
background-color: #ff0401;
}
.related-post h3 {
position: relative;
z-index: 3;
margin: 0;
padding: 10px;
color: white;
} @media screen and (min-width: 1024px) {
.alm-listing .css-grid {
grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 768px) {
.related-post {
flex: 0 0 calc(50% - 20px) !important;
}
}
@media screen and (max-width: 680px) {
.header-meta .shared-counts-wrap {
padding-top: 10px;
padding-left: 0px;
}
}
@media screen and (max-width: 480px) {
.alm-listing .css-grid {
grid-template-columns: 1fr 1fr;
}
.related-post {
flex: 0 0 100% !important;
margin-left: 0px !important;
}
.author-container {
padding: 20px;
}
.e-con {
padding: 15px !important;
}
}