.block-header-image {
position: relative;
height: 60rem;
}
.block-header-image img {
width: 100%;
height: 100%;
object-fit: cover;
} @media only screen and (max-width: 1440px) {
.block-header-image {
height: 50rem;
}
}
@media only screen and (max-width: 1199px) {
.block-header-image {
height: 35rem;
}
}
@media only screen and (max-width: 767px) {
.block-header-image {
height: 17.5rem;
}
}.block-text {
padding: 8rem 0;
} @media only screen and (max-width: 1440px) {
.block-text {
padding: 6rem 0;
}
.block-text .header-wrapper {
gap: 3rem;
}
}
@media only screen and (max-width: 991px) {
.block-text {
padding: 4rem 0;
}
.block-text .header-wrapper {
gap: 1rem;
}
.block-text .second_text {
margin-top: 1rem;
}
}
@media only screen and (max-width: 767px) {
.block-text {
padding: 3rem 0;
}
}.post-single .content-page > .block-text:not(:first-child) {
border-top: 0.25rem solid rgb(24 39 72 / 10%);
}
.post-single .block-text p,
.post-single .block-text ul {
margin-bottom: 4rem;
}
.post-single .block-text h3 {
margin-bottom: 2rem;
}.block-post-teaser-list {
padding: 8rem 0;
}
.post-teaser-container .post-teaser {
position: relative;
border-radius: 5px;
overflow: hidden;
height: 100%;
display: block;
text-decoration: none;
padding-bottom: 5rem;
}
.post-teaser-container .post-teaser .image {
height: 23.667rem;
}
.post-teaser-container .post-teaser img {
height: 100%;
width: 100%;
object-fit: cover;
}
.post-teaser-container .post-teaser .post-teaser-content {
padding: 2rem;
}
[data-theme="dark"] .post-teaser-container .post-teaser .post-teaser-content {
}
.post-teaser-container .post-teaser .post-teaser-content .post-meta {
display: flex;
align-items: center;
justify-content: space-between;
gap: 1rem;
margin-bottom: 1.5rem;
}
.block-post-teaser-list .post-teaser .post-teaser-content .author {
display: inline-block;
}
.post-teaser .post-teaser-content .post-meta .tag,
.post-teaser .post-teaser-content .post-meta .reading-time {
position: relative;
display: inline-block;
}
.post-teaser .post-teaser-content .post-meta .tag:not(:last-child):after {
content: ',';
}
.post-teaser .post-teaser-content .post-meta .reading-time:before {
content: ' | ';
}
.post-teaser-container .post-teaser .post-teaser-content .title {
font-weight: var(--font-weight-semi-bold);
height: 4.375rem;
margin-bottom: 1rem;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.post-teaser-container .post-teaser .icon {
position: absolute;
bottom: 2rem;
right: 2rem;
width: 3rem !important;
margin-left: auto;
transition: margin 0.3s ease;
}
.post-teaser-container .post-teaser:hover .icon {
margin-right: -0.5rem;
} @media only screen and (max-width: 1440px) {
.block-post-teaser-list {
padding: 6rem 0;
}
}
@media only screen and (max-width: 1199px) {
.post-teaser-container .row {
--bs-gutter-y: 2rem;
}
}
@media only screen and (max-width: 991px) {
.block-post-teaser-list {
padding: 4rem 0;
}
.post-teaser-container .post-teaser .image {
height: 24.75rem;
}
.post-teaser-container .post-teaser .post-teaser-content .title {
margin-bottom: calc(1rem + 1.25rem);
}
.block-post-teaser-list .btn {
margin-top: 4rem;
}
}.prefooter {
background: var(--bg-box);
padding: 8rem 0 0;
}
.prefooter .contact_person-container {
margin-top: 6rem;
display: flex;
flex-direction: column;
gap: 3rem;
margin-bottom: 3rem;
}
#contact-filter #country-filter {
display: none;
}
.contact_person-container #contact-results-message {
font-weight: var(--font-weight-semi-bold);
display: none;
}
.contact_person-container .contact_persons {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 2rem;
row-gap: 3rem;
display: none;
}
.contact_person-container .contact_persons .contact-person {
flex: 0 0 auto;
width: calc(33.33333333% - 2rem);
border-left: 2px solid var(--text-color);
padding-left: 1.375rem;
display: flex;
flex-direction: column;
gap: 1.5rem;
}
.contact_person-container .contact_persons .contact-person .gap-8 {
gap: 0.5rem;
display: flex;
flex-direction: column;
}
.contact_person-container .contact_persons .contact-person a {
text-decoration: none;
}
.prefooter .contact-form-container {
display: flex;
align-items: center;
gap: 1.5rem;
margin-top: 2rem;
}
.prefooter .image {
position: relative;
max-height: 61.125rem;
min-height: 2rem;
overflow: hidden;
}
.prefooter .image img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: left top;
position: relative;
padding-left: calc((100vw - var(--containerImage)) / 2);
}
@media only screen and (min-width: 576px) {
.prefooter .image {
--containerImage: 540px;
}
}
@media only screen and (min-width: 768px) {
.prefooter .image {
--containerImage: 720px;
}
}
@media only screen and (min-width: 992px) {
.prefooter .image {
--containerImage: 960px;
}
}
@media only screen and (min-width: 1200px) {
.prefooter .image {
--containerImage: 1140px;
}
}
@media only screen and (min-width: 1400px) {
.prefooter .image {
--containerImage: 1200px;
}
} @media only screen and (max-width: 1440px) {
.prefooter {
padding: 6rem 0 0;
}
.prefooter .image {
max-height: 56.125rem;
}
}
@media only screen and (max-width: 1199px) {
.prefooter {
padding: 4rem 0 0;
}
.prefooter .image {
max-height: 58.125rem;
}
}
@media only screen and (max-width: 991px) {
.prefooter {
padding: 3rem 0 0;
}
.prefooter .contact_person-container {
margin-top: 2rem;
margin-bottom: 2rem;
gap: 2rem;
}
.contact_person-container .contact_persons {
row-gap: 2rem;
}
.contact_person-container .contact_persons .contact-person {
width: 100%;
}
.prefooter .image {
max-height: 19.375rem;
margin-top: 3rem;
}
}