.article-main-box {
width: 100%;
position: relative;
background: var(--white);
}
.article-main-box.transparent {
background: transparent;
}
.article-main-box .header {
width: 100%;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
position: relative;
}
.article-main-box .header img {
width: 100%;
-o-object-fit: cover;
object-fit: cover;
margin-left: auto;
margin-right: auto;
display: block;
height: 100%;
}
.article-main-box .header .header-info {
width: 100%;
background: rgba(0, 0, 0, 0.6);
-webkit-backdrop-filter: blur(4px);
backdrop-filter: blur(4px);
font-size: 1.8rem;
font-weight: 800;
position: absolute;
bottom: 0;
left: 0;
padding: 1rem 8px;
}
.article-main-box .header .header-info .content-fit {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0px 4px;
}
.article-main-box .header .header-info .date-info {
color: #fff;
font-weight: 400;
font-size: 1.4rem;
margin-top: 4px;
}
.article-main-box .header .header-info .date-info time {
font-size: 1.4rem;
font-weight: 400;
}
.article-main-box .header .header-info .category-title,
.article-main-box .header .header-info .category-title:hover {
margin-left: auto;
color: var(--white);
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
color: var(--white);
opacity: 0.6;
font-size: 1.6rem;
line-height: 2.8rem;
font-weight: 600;
}
.article-main-box .body .article-title {
font-size: 1.4rem;
color: #0f161e;
line-height: 2.6rem;
max-width: 90%;
padding: 1rem 0px;
font-weight: 700;
}
.article-main-box .body a,
.article-main-box .body .button {
padding: 0rem 8px;
color: var(--purple);
font-weight: 500;
padding: 7px 0px;
margin: 0;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
display: block;
line-height: 2.4rem;
position: relative;
text-decoration: none;
}
.article-main-box .body a i,
.article-main-box .body .button i {
position: absolute;
top: 50%;
right: -3.6rem;
-webkit-transition: 0.3s;
transition: 0.3s;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 1.8rem;
}
.article-main-box .body a:hover,
.article-main-box .body .button:hover {
text-decoration: none !important;
}
.article-main-box .body a:hover i,
.article-main-box .body .button:hover i {
right: -4rem;
}
.article-main-box .body a:nth-child(1) {
width: 100%;
}
.article-main-box.slider img {
max-height: 16rem;
}
.link-full-clear .button {
color: var(--purple);
}
.default-aktuality-content {
width: 100%;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
padding: 4.8rem 0;
padding-bottom: 0;
}
.default-aktuality-content h1 {
font-size: 3.2rem;
font-weight: 700;
line-height: 4rem;
padding: 1.4rem 0;
}
.default-aktuality-content h1 strong {
font-size: 3.2rem;
font-weight: 700;
line-height: 4rem;
}
.default-aktuality-content h1 span {
font-size: 3.2rem;
font-weight: 700;
line-height: 4rem;
}
.default-aktuality-content .h2 {
font-size: 2.4rem;
font-weight: 600;
line-height: 3.2rem;
padding: 1.4rem 0;
margin-bottom: 0;
}
.default-aktuality-content .h2 strong {
font-size: 2.4rem;
font-weight: 600;
line-height: 3.2rem;
padding: 1.4rem 0;
}
.default-aktuality-content .h2 a {
font-size: 2.4rem !important;
font-weight: 600;
line-height: 3.2rem;
padding: 1.4rem 0;
}
.default-aktuality-content h2 {
font-size: 2.4rem;
font-weight: 600;
line-height: 3.2rem;
padding: 1.4rem 0;
}
.default-aktuality-content h2 strong {
font-size: 2.4rem;
font-weight: 600;
line-height: 3.2rem;
padding: 1.4rem 0;
}
.default-aktuality-content h2 a {
font-size: 2.4rem !important;
font-weight: 600;
line-height: 3.2rem;
padding: 1.4rem 0;
}
.default-aktuality-content h3 {
font-size: 1.8rem;
font-weight: 700;
line-height: 2.4rem;
padding: 1.4rem 0;
}
.default-aktuality-content h3 strong {
font-size: 1.8rem;
font-weight: 700;
line-height: 2.4rem;
padding: 1.4rem 0;
}
.default-aktuality-content h4 {
font-size: 1.6rem;
font-weight: 700;
line-height: 3.2rem;
padding: 1.4rem 0;
}
.default-aktuality-content h4 strong {
font-size: 1.6rem;
font-weight: 700;
line-height: 3.2rem;
padding: 1.4rem 0;
}
.default-aktuality-content a {
color: var(--purple);
}
.default-aktuality-content p {
font-size: 1.4rem;
line-height: 2.2rem;
font-weight: 500;
}
.default-aktuality-content .article-description-section {
padding: 2.4rem 0;
max-width: 80%;
}
.default-aktuality-content .article-description-section p {
font-size: 1.4rem;
font-weight: 400;
}
.default-aktuality-content .wp-element-button {
text-decoration: none;
}
.default-aktuality-content .wp-block-video video {
width: 100%;
height: 100%;
}
.default-aktuality-content iframe {
max-width: 100%;
}
.articles-single-footer {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.articles-single-footer .articles-all-button {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
color: var(--white) !important;
}
.articles-single-footer .articles-all-button a {
color: var(--white) !important;
}
.articles-single-footer .articles-shared-buttons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-left: auto;
}
@media (max-width: 992px) {
.articles-single-footer .articles-shared-buttons {
margin: 0 auto;
padding-top: 3.2rem;
}
}
.articles-single-footer .articles-shared-buttons p {
padding: 0 4px;
margin-bottom: 0 !important;
}
.articles-single-footer .articles-shared-buttons button {
padding: 1.2rem;
background: var(--white);
border: none;
width: 5.6rem;
height: 5.6rem;
border-radius: 0.8rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-left: 4px;
margin-right: 4px;
display: block;
}
.articles-single-footer .articles-shared-buttons button a {
color: var(--blue);
text-decoration: none;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
text-align: center;
width: fit-content;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.articles-single-footer .articles-shared-buttons button a i {
font-size: 2rem;
text-align: center;
margin: 0 auto;
margin-left: auto;
margin-right: auto;
display: block;
margin-left: 4px;
}
.c-white {
color: var(--white) !important;
}
.articles-all-buton a {
text-decoration: none;
}
@media (max-width: 992px) {
.articles-all-buton {
width: 100%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.articles-single-footer {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
}
.wp-element-button {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
margin: 0;
padding: 1.4rem 2.4rem;
text-transform: uppercase;
background: var(--black) !important;
color: var(--white) !important;
text-decoration: none;
margin-top: 4px;
margin-bottom: 4px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-weight: 600;
line-height: 2rem;
-webkit-transition: 0.3s;
transition: 0.3s;
border: 1px solid var(--dark);
}
.wp-element-button i {
margin-left: 4px;
}
.wp-element-button:hover.effect {
background: var(--white) !important;
color: var(--dark) !important;
border: 1px solid var(--dark);
}
@media only screen and (max-width: 500px) {
.default-aktuality-content .wp-block-columns {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}