@charset 'UTF-8';
.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;
}
[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-line-divider {
height: 0.25rem;
background: var(--text-color);
opacity: 0.1;
}.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-teaser-list-slider {
padding: 8rem 0;
}
.teaser-list-slider {
display: flex;
flex-direction: column;
gap: 3rem;
}
.teaser-list-slider img { width: 100%;
object-fit: cover;
border-radius: 5px;
}
.teaser-list-slider .teaser-content .title {
margin-bottom: 1rem;
font-weight: var(--font-weight-semi-bold);
} .teaser-slider-wrapper {
display: flex;
flex-direction: column;
gap: 2rem;
}
.teaser-slider-control {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.teaser-slider-nav {
position: relative;
display: flex;
align-items: center;
gap: 2rem;
}
.teaser-slider-nav .slick-arrow {
position: relative;
top: 0;
transform: inherit;
}
.teaser-slider-nav .slick-arrow.slick-prev {
top: -2px;
}
.teaser-slider-wrapper .teaser-list-slider img {
height: 25rem;
} @media only screen and (max-width: 1440px) {
.block-teaser-list-slider {
padding: 6rem 0;
}
}
@media only screen and (max-width: 991px) {
.block-teaser-list-slider {
padding: 3rem 0;
}
.block-teaser-list-slider .header-wrapper {
gap: 1.5rem;
}
.teaser-list-slider .row {
--bs-gutter-y: 2rem;
}
}
@media only screen and (max-width: 767px) {
.teaser-list-slider img {
height: 19.375rem;
}
.teaser-list-slider {
gap: 6rem;
}
.teaser-slider-wrapper .teaser-list-slider img {
height: 16.938rem;
}
}
.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{ }
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
 .slick-loading .slick-list
{
background: #fff url(//www.korsch.com/wp-content/themes/korsch_theme/assets/plugins/slick/ajax-loader.gif) center center no-repeat;
} @font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;
src: url(//www.korsch.com/wp-content/themes/korsch_theme/assets/plugins/slick/fonts/slick.eot);
src: url(//www.korsch.com/wp-content/themes/korsch_theme/assets/plugins/slick/fonts/slick.eot?#iefix) format('embedded-opentype'), url(//www.korsch.com/wp-content/themes/korsch_theme/assets/plugins/slick/fonts/slick.woff) format('woff'), url(//www.korsch.com/wp-content/themes/korsch_theme/assets/plugins/slick/fonts/slick.ttf) format('truetype'), url(//www.korsch.com/wp-content/themes/korsch_theme/assets/plugins/slick/fonts/slick.svg#slick) format('svg');
} .slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none; background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
color: transparent; background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
font-family: 'slick';
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
left: -25px;
}
[dir='rtl'] .slick-prev
{
right: -25px;
left: auto;
}
.slick-prev:before
{
content: '←';
}
[dir='rtl'] .slick-prev:before
{
content: '→';
}
.slick-next
{
right: -25px;
}
[dir='rtl'] .slick-next
{
right: auto;
left: -25px;
}
.slick-next:before
{
content: '→';
}
[dir='rtl'] .slick-next:before
{
content: '←';
} .slick-dotted.slick-slider
{
margin-bottom: 30px;
}
.slick-dots
{
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0; background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{ }
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'slick';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
}
.slick-dotted.slick-slider {
margin: 0;
}
.slick-dots {
padding: 0;
position: relative;
bottom: 0;
}
.slick-dots li {
margin: 0 0.5rem;
}
.slick-dots li::before {
display: none;
}
.slick-dots li button {
padding: 0;
width: 1rem;
height: 1rem;
}
.slick-dots li button:before {
opacity: 1;
background: transparent;
content: '';
border: 2px solid var(--text-color);
}
.primary-bg .slick-dots li button:before {
border-color: var(--text-box);
}
.slick-dots li.slick-active button:before {
opacity: 1;
background: var(--text-color);
}
.primary-bg .slick-dots li.slick-active button:before {
background: var(--text-box);
}
.slick-dots li, .slick-dots li button:before {
width: 1rem;
height: 1rem;
border-radius: 50%;
transition: all 300ms;
} .slick-prev, .slick-next {
vertical-align: middle;
width: 3.875rem;
height: 3.875rem;
z-index: 1;
transition: all 300ms ease-out;
}
.slick-prev {
left: 0;
}
.slick-next {
right: 0;
}
.slick-prev:before, .slick-next:before,
[data-theme="dark"] .primary-bg .slick-prev:before, [data-theme="dark"] .primary-bg .slick-next:before {
content: '';
font-family: inherit;
display: block;
width: 100%;
height: 100%;
opacity: 1;
background: url('data:image/svg+xml;charset=utf-8,<svg width="62" height="62" viewBox="0 0 62 62" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M50.375 30.0312L29.5109 50.375H26.6993L46.5719 31H9.6875V29.0625H46.5719L26.7012 9.6875H29.5109L50.375 30.0312Z" fill="%23182748"/><path d="M29.7077 9.20312L51.0694 30.0312L29.7077 50.8594H25.5092L45.3818 31.4844H9.20312V28.5781H45.3818L25.511 9.20312H29.7077ZM47.762 29.5469H10.1719V30.5156H47.762L27.8894 49.8906H29.3141L49.6806 30.0312L29.3141 10.1719H27.8913L47.762 29.5469Z" fill="%23182748"/><path d="M50.375 30.0312L29.5109 50.375H26.6993L46.5719 31H9.6875V29.0625H46.5719L26.7012 9.6875H29.5109L50.375 30.0312Z" stroke="%23182748" stroke-width="0.1"/><path d="M29.7077 9.20312L51.0694 30.0312L29.7077 50.8594H25.5092L45.3818 31.4844H9.20312V28.5781H45.3818L25.511 9.20312H29.7077ZM47.762 29.5469H10.1719V30.5156H47.762L27.8894 49.8906H29.3141L49.6806 30.0312L29.3141 10.1719H27.8913L47.762 29.5469Z" stroke="%23182748" stroke-width="0.1"/></svg>') no-repeat center;
}
[data-theme="dark"] .slick-prev:before, [data-theme="dark"] .slick-next:before,
.primary-bg .slick-prev:before, .primary-bg .slick-next:before {
background: url('data:image/svg+xml;charset=utf-8,<svg width="62" height="62" viewBox="0 0 62 62" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M50.375 30.0312L29.5109 50.375H26.6993L46.5719 31H9.6875V29.0625H46.5719L26.7012 9.6875H29.5109L50.375 30.0312Z" fill="white"/><path d="M29.7077 9.20312L51.0694 30.0312L29.7077 50.8594H25.5092L45.3818 31.4844H9.20312V28.5781H45.3818L25.511 9.20312H29.7077ZM47.762 29.5469H10.1719V30.5156H47.762L27.8894 49.8906H29.3141L49.6806 30.0312L29.3141 10.1719H27.8913L47.762 29.5469Z" fill="white"/><path d="M50.375 30.0312L29.5109 50.375H26.6993L46.5719 31H9.6875V29.0625H46.5719L26.7012 9.6875H29.5109L50.375 30.0312Z" stroke="white" stroke-width="0.1"/><path d="M29.7077 9.20312L51.0694 30.0312L29.7077 50.8594H25.5092L45.3818 31.4844H9.20312V28.5781H45.3818L25.511 9.20312H29.7077ZM47.762 29.5469H10.1719V30.5156H47.762L27.8894 49.8906H29.3141L49.6806 30.0312L29.3141 10.1719H27.8913L47.762 29.5469Z" stroke="white" stroke-width="0.1"/></svg>') no-repeat center;
}
.slick-prev:before {
transform: rotate(180deg);
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { }
.slick-disabled {
opacity: 0.2;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
opacity: 1;
}.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;
}
}