.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;
}
}.block-line-divider {
height: 0.25rem;
background: var(--text-color);
opacity: 0.1;
}.block-accordeon {
padding: 8rem 0;
}
.accordion {
--bs-accordion-border-color: var(--text-color);
--bs-accordion-border-radius: 0;
--bs-accordion-border-width: 0;
--bs-accordion-btn-padding-x: 0;
--bs-accordion-btn-padding-y: 0;
--bs-accordion-btn-icon: url('data:image/svg+xml;charset=utf-8,<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.84674 19.1993L27.4535 38.8061L47.0467 19.2129L47.0467 16.573L27.4535 36.1662L7.84674 16.5594L7.84674 19.1993Z" fill="%23182748"/><path d="M27.4522 35.3737L47.6064 15.2214L47.6064 19.4451L27.454 39.5974L7.28711 19.4305L7.28711 15.2068L27.4522 35.3737ZM8.40638 18.9675L27.4522 38.0133L46.4871 18.9802L46.4871 17.9248L27.454 36.9578L8.40638 17.9102L8.40638 18.9675Z" fill="%23182748"/></svg>');
--bs-accordion-btn-icon-width: 3.5rem;
--bs-accordion-btn-bg: transparent;
--bs-accordion-btn-active-icon: var(--bs-accordion-btn-icon);
--bs-accordion-body-padding-x: 0;
--bs-accordion-body-padding-y: 0;
--bs-accordion-active-color: var(--text-color);
--bs-accordion-active-bg: transparent;
}
[data-theme="dark"] .accordion {
--bs-accordion-btn-icon: url('data:image/svg+xml;charset=utf-8,<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.84674 19.1993L27.4535 38.8061L47.0467 19.2129L47.0467 16.573L27.4535 36.1662L7.84674 16.5594L7.84674 19.1993Z" fill="white"/><path d="M27.4522 35.3737L47.6064 15.2214L47.6064 19.4451L27.454 39.5974L7.28711 19.4305L7.28711 15.2068L27.4522 35.3737ZM8.40638 18.9675L27.4522 38.0133L46.4871 18.9802L46.4871 17.9248L27.454 36.9578L8.40638 17.9102L8.40638 18.9675Z" fill="white"/></svg>');
}
.accordion-item {
border-bottom-width: 2.5px;
}
.accordion-button {
font-weight: var(--font-weight-semi-bold);
padding-top: 2rem;
padding-bottom: 1.5rem;
justify-content: space-between;
margin: 0;
transition: all 0.3s;
}
.accordion-item .accordion-button:not(.collapsed) {
padding-bottom: 1rem;
}
.accordion-button:focus {
box-shadow: none;
}
.accordion-button:focus-visible {
outline: auto;
}
.accordion-button:not(.collapsed) {
box-shadow: none;
}
.accordion-button::after {
margin-left: 1.5rem;
background-position: center;
}
.accordion-body {
padding-bottom: 2rem;
}
.accordion-body.content-teaser .image img {
border-radius: 5px;
height: 23.75rem;
width: 100%;
object-fit: cover;
}
.accordion-body.content-teaser .teaser {
gap: 1rem;
display: flex;
flex-direction: column;
align-items: flex-start;
}
.accordion-body.content-teaser .teaser .title {
line-height: 2.625rem;
}
.accordion-body.content-teaser .teaser .btn {
margin-top: 1rem;
} @media only screen and (max-width: 1440px) {
.block-accordeon {
padding: 6rem 0;
}
}
@media only screen and (max-width: 991px) {
.block-accordeon {
padding: 4rem 0;
}
.block-accordeon .header-wrapper {
gap: 1rem;
}
.accordion-body.content-teaser .row {
--bs-gutter-y: 2rem;
}
.accordion-body.content-teaser .image img {
height: auto;
}
}.accordion-body.content-product-list {
padding-top: 2rem;
padding-bottom: 5rem;
}
.accordion-body.content-product-list .product-list.row {
--bs-gutter-y: 2rem;
}
.accordion-body.content-product-list .product-card {
position: relative;
border-radius: 5px;
overflow: hidden;
height: 100%;
}
.accordion-body.content-product-list .product-card .front,
.accordion-body.content-product-list .product-card .back {
position: relative;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 1.5rem;
animation: fadeIn 200ms ease-in forwards;
}
@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
.accordion-body.content-product-list .product-card .front {
display: flex;
flex-direction: column;
gap: 1.5rem;
}
.accordion-body.content-product-list .product-card .back {
display: none;
}
.accordion-body.content-product-list .product-card.turned .front {
display: none;
}
.accordion-body.content-product-list .product-card.turned .back {
display: flex;
flex-direction: column;
justify-content: space-between;
gap: 5.063rem;
}
.accordion-body.content-product-list .product-card .back .product-content {
display: flex;
flex-direction: column;
gap: 1rem;
}
.accordion-body.content-product-list table {
--bs-table-color: var(--text-color);
--bs-table-bg: transparent;
--bs-table-border-color: #AFB1B5;
margin: 0;
}
.accordion-body.content-product-list .table>:not(caption)>*>* {
padding: 0.688rem;
}
.accordion-body.content-product-list .table-bordered>:not(caption)>*>* {
border-width: 1px;
}
.accordion-body.content-product-list .table-bordered th {
font-weight: 600;
width: 44%;
}
.accordion-body.content-product-list ul {
margin-bottom: 0;
}
.accordion-body.content-product-list .product-card .front .product-subtitle {
text-transform: uppercase;
text-align: right;
}
.accordion-body.content-product-list .product-card .front .product-image-wrapper {
display: flex;
justify-content: space-between;
align-items: center;
}
.accordion-body.content-product-list .product-card .front .product-image-wrapper .product-properties {
display: flex;
flex-direction: column;
gap: 0.375rem;
}
.accordion-body.content-product-list .product-card .front .product-image {
flex: 1;
height: 30.125rem;
text-align: center;
}
.accordion-body.content-product-list .product-card .front .product-image img {
height: 100%;
}
.accordion-body.content-product-list .product-card .back .btn-turn-front {
float: right;
} @media only screen and (max-width: 991px) {
.accordion-body.content-product-list .product-card .front .product-image {
height: 27.688rem;
display: flex;
align-items: center;
justify-content: center;
}
.accordion-body.content-product-list .product-card .front .product-image img {
height: auto;
max-height: 100%;
}
}
@media only screen and (max-width: 767px) {
.accordion-body.content-product-list .product-card.turned .back {
gap: 1rem;
}
.accordion-body.content-product-list table {
font-size: inherit;
line-height: inherit;
border-left: 1px solid #AFB1B5;
border-right: 1px solid #AFB1B5;
border-bottom: 1px solid #AFB1B5;
}
.accordion-body.content-product-list table tr {
display: flex    ;
flex-direction: row;
justify-content: flex-start;
width: 100%;
border-bottom: none;
flex-wrap: wrap;
padding: 0.313rem;
}
.accordion-body.content-product-list .table tr > * {
width: auto;
border: none;
padding: 0 0.313rem;
}
.accordion-body.content-product-list .product-card .front .row {
align-items: center;
}
.accordion-body.content-product-list .product-card .front .row .col-6 {
width: auto;
}
.accordion-body.content-product-list .product-card .front .row .col-6.col-title {
flex: 1;
}
.accordion-body.content-product-list .product-card .front .product-image {
height: 17.813rem;
margin-bottom: 0.5rem;
}
}.block-icon-text-teaser {
background: var(--bg-box);
padding: 6rem 0;
}
.block-icon-text-teaser .teaser-content {
display: flex;
flex-direction: column;
gap: 1.5rem;
margin-bottom: 2.5rem;
} @media only screen and (max-width: 1199px) {
.block-icon-text-teaser {
padding: 4rem 0;
}
.block-icon-text-teaser .teaser-content {
margin-bottom: 2rem;
}
}
@media only screen and (max-width: 991px) {
.block-icon-text-teaser {
padding: 3rem 0;
}
.block-icon-text-teaser .icon-text-teaser {
gap: 2rem;
align-items: center;
text-align: center;
}
.block-icon-text-teaser .icon-text-teaser .icon {
margin: 0;
}
.block-icon-text-teaser .teaser-content {
margin-bottom: 4rem;
}
.block-icon-text-teaser .item:last-child .teaser-content {
margin-bottom: 2.5rem;
}
}.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;
}
}