.product-header {
position: relative;
background: var(--bg-light);
}
.product-header * {
color: var(--color-primary);
text-shadow: 2px 2px 8px var(--bg-light), -2px -2px 8px var(--bg-light);
}
.product-header .header-image {
position: relative;
height: 60rem;
overflow: hidden;
}
.product-header .header-image img {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.product-header .product-header-wrapper {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
right: 0;
}
.product-header .product-header-info {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 1.5rem;
padding: 6rem 0;
}
.product-single .product-properties-wrapper {
width: 100%;
height: 5rem;
overflow: hidden;
display: flex;
align-items: flex-start;
justify-content: flex-start;
flex-direction: row;
flex-wrap: nowrap;
}
.product-single .product-properties {
display: flex;
gap: 0.625rem;
flex-direction: column;
transform: rotate(-90deg) rotateY(180deg);
transform-origin: 0 0;
}
.product-single .product-properties .icon-property-single {
width: 2.688rem;
height: 2.25rem;
background-size: cover;
}
.product-single .product-properties .icon-property-bi {
width: 3.25rem;
height: 2.375rem;
background-size: cover;
}
.product-single .product-properties .icon-property-tri {
width: 3.75rem;
height: 2.313rem;
background-size: cover;
}
.product-single .product-properties .icon-property-four {
width: 4.375rem;
height: 2.375rem;
background-size: cover;
}
.product-single .product-properties .icon-property-five {
width: 5rem;
height: 2.313rem;
background-size: cover;
}
.product-single .product-properties .icon-property-tab {
width: 2.625rem;
height: 2.625rem;
background-size: cover;
} @media only screen and (max-width: 1440px) {
.product-header .header-image {
height: 50rem;
}
}
@media only screen and (max-width: 1199px) {
.product-header .header-image {
height: 35rem;
}
.product-header .product-header-info {
padding: 3rem 0;
gap: 1rem;
}
}
@media only screen and (max-width: 991px) {
.product-header .product-header-info {
padding: 2rem 0;
}
.product-header .product-subtitle.h3 {
font-size: var(--font-size-h4-mobile);
line-height: var(--line-height-h4-mobile);
}
}
@media only screen and (max-width: 767px) {
.product-header .header-image {
height: 17.5rem;
text-align: center;
}
.product-header .header-image img {
position: relative;
}
.product-header .product-header-wrapper {
position: relative;
top: 0;
transform: inherit;
}
}.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;
}
}.block-product-image {
position: relative;
padding-bottom: 5.938rem;
}
.block-product-image .container {
position: relative;
z-index: 1;
}
.block-product-image .overlay {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: var(--color-primary);
height: calc(50% - 1.5rem);
z-index: 0;
}
.block-product-image img {
transition: transform 0.6s ease;
width: fit-content;
height: auto;
}
[data-theme="dark"] .block-product-image .overlay {
background: var(--bg-box);
} @media only screen and (max-width: 767px) {
.block-product-image {
padding-bottom: 1rem;
}
.block-product-image .overlay {
height: calc(50% - 0.844rem);
}
}.block-text-image {
position: relative;
padding: 6rem 0;
display: flex;
align-items: stretch;
gap: 3.125rem;
overflow: hidden;
}
.block-text-image.fullScreenImage,.block-text-image.image_left.fullScreenImage {
padding: 0;
}
.block-text-image.fullScreenImage .text-image-row {
padding-left: calc((100vw - var(--containerImg)) / 2);
padding-right: 0;
padding-top: 6rem;
padding-bottom: 6rem;
}
.block-text-image.fullScreenImage.image_right .image img {
float: right;
}
@media only screen and (min-width: 576px) {
.block-text-image {
--containerImg: 540px + 3rem;
}
}
@media only screen and (min-width: 768px) {
.block-text-image {
--containerImg: 720px + 3rem;
}
}
@media only screen and (min-width: 992px) {
.block-text-image {
--containerImg: 960px + 2rem;
}
}
@media only screen and (min-width: 1200px) {
.block-text-image {
--containerImg: 1140px + 2rem;
}
}
@media only screen and (min-width: 1400px) {
.block-text-image {
--containerImg: 1200px - 1rem;
}
}
.block-text-image .text-image-row {
display: flex;
align-items: center;
flex: 0 0 auto;
width: 50%;
padding-left: calc((100vw - var(--containerImg)) / 2);
padding-right: 0;
}
.block-text-image .image {
flex: 0 0 auto;
width: 50%;
}
.block-text-image .image img {
height: 100%;
object-fit: cover;
object-position: left top;
} .block-text-image.image_left {
padding: 4rem 0;
flex-direction: row-reverse;
}
.block-text-image.image_left .text-image-row {
padding-left: 0;
padding-right: calc((100vw - var(--containerImg) - 1rem) / 2);
}
.block-text-image.image_left .image img {
object-position: right top;
} @media only screen and (max-width: 1199px) {
.block-text-image {
padding: 4rem 0;
gap: 2rem;
}
.block-text-image.fullScreenImage {
padding: 0;
}
.block-text-image.fullScreenImage .text-image-row {
padding-left: calc((100vw - var(--containerImg)) / 2);
padding-right: 0;
padding-top: 4rem;
padding-bottom: 4rem;
}
.block-text-image.fullScreenImage.image_left .text-image-row {
padding-left: 0;
padding-right: calc((100vw - var(--containerImg) - 1rem) / 2);
}
}
@media only screen and (max-width: 991px) {
.block-text-image {
flex-direction: column !important;
gap: 3rem;
}
.block-text-image,
.block-text-image.image_left {
padding: 3rem 0 0;
}
.block-text-image .header-wrapper {
gap: 2rem;
}
.block-text-image .text-image-row,
.block-text-image.image_left .text-image-row {
width: 100%;
padding-left: calc((100vw - var(--containerImg)) / 2);
padding-right: calc((100vw - var(--containerImg)) / 2);
}
.block-text-image.fullScreenImage .text-image-row,
.block-text-image.image_left.fullScreenImage .text-image-row{
width: 100%;
padding-left: calc((100vw - var(--containerImg)) / 2);
padding-right: calc((100vw - var(--containerImg)) / 2);
padding-top: 3rem;
padding-bottom: 0;
} 
.block-text-image .image {
width: 100%;
text-align: center;
}
.block-text-image.fullScreenImage.image_right .image img {
float: unset;
}
.block-text-image .image img {
object-position: center;
max-height: 20.313rem;
}
}
@media only screen and (max-width: 575px) {
.block-text-image .text-image-row,
.block-text-image.image_left .text-image-row {
padding-left: 1rem;
padding-right: 1rem;
}
.block-text-image.fullScreenImage .text-image-row,
.block-text-image.image_left.fullScreenImage .text-image-row{
padding-left: 1rem;
padding-right: 1rem;
} 
.block-text-image .image {
text-align: right;
}
.block-text-image.image_left .image {
text-align: left;
}
}.block-product-details-table {
background: var(--bg-box);
padding: 8rem 0;
}
.block-product-details-table table {
--bs-table-color: var(--text-color);
--bs-table-bg: transparent;
--bs-table-border-color: var(--text-color);
margin: 0;
}
.block-product-details-table .table>:not(caption)>*>* {
padding: 0.625rem;
}
.block-product-details-table .table-bordered>:not(caption)>*>* {
border-width: 2px;
}
.block-product-details-table .table-bordered th {
font-weight: 600;
}
.block-product-details-table ul {
margin-bottom: 0;
}
.product-properties-label {
margin-bottom: 0.75rem;
}
.product-properties-label span {
position: relative;
}
.product-properties-label span:not(:last-child):after {
content: ', ';
} @media only screen and (max-width: 1440px) {
.block-product-details-table {
padding: 6rem 0;
}
}
@media only screen and (max-width: 991px) {
.block-product-details-table {
padding: 4rem 0;
}
}
@media only screen and (max-width: 767px) {
.block-product-details-table table {
font-size: inherit;
line-height: inherit;
}
.block-product-details-table .table>:not(caption)>*>* {
padding: 0.313rem;
}
.product-single .block-product-details-table .product-properties {
gap: 0;
transform: rotate(-90deg) rotateY(180deg) scale(0.47);
}
}.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;
}
}