section.m29_single_products * {
font-size: 16px;
}
section.m29_single_products .mM_post_type_single_post_header_back_button_container {
position: absolute;
top: 100px;
width: 100%;
}
section.m29_single_products .mM_post_type_single_post_header_back_button_container a {
font-family: 'oswald', sans-serif;
font-size: 12px;
font-weight: 700;
color: #8e9091;
transition: color .4s;
}
section.m29_single_products .mM_post_type_single_post_header_back_button_container a:hover {
color: #fff;
}
section.m29_single_products .mM_post_type_single_post_header_back_button_container a span {
display: flex;
align-items: center;
gap: 16px;
}
section.m29_single_products .mM_post_type_single_post_header_back_button_container a svg {
fill: #8e9091;
width: 7px;
min-width: 7px;
height: 12px;
min-height: 12px;
transform: rotate(180deg);
transition: fill .4s;
margin-top: 3px;
}
section.m29_single_products .mM_post_type_single_post_header_back_button_container a:hover svg {
fill: #fff;
}
section.m29_single_products .mM_post_type_single_post_header_links_container {
margin-top: 60px;
}
section.m29_single_products .mM_post_type_single_post_header_links_container .arrow-btn-box:hover .arrow-btn:after {
border-right: 2px solid #fff;
border-top: 2px solid #fff;
}
section.m29_single_products .mM_post_type_single_post_header_links_container .arrow-btn {
font-size: 12px;
}
section.m29_single_products p {
margin: 0;
}
section.m29_single_products .mM_post_type_single_post_header {
background: linear-gradient(to top, #111516 0%, #1e2124 100%);
}
section.m29_single_products .mM_post_type_single_post_header_main {
height: 100dvh;
min-height: 800px;
}
section.m29_single_products .mM_post_type_single_post_header_main_content {
display: flex;
height: 100%;
}
section.m29_single_products .mM_post_type_single_post_header_content_container {
display: flex;
flex-direction: column;
justify-content: center;
width: 44%;
padding-right: 50px;
}
section.m29_single_products .mM_post_type_single_post_title_container h1 {
font-size: 65px;
color: #fff;
text-transform: uppercase;
margin-bottom: 10px;
}
section.m29_single_products .mM_post_type_single_post_content_container {
max-width: 520px;
}
section.m29_single_products .mM_post_type_single_post_content_container p {
color: #f4f4f4;
}
section.m29_single_products .mM_post_type_single_post_sectors_container {
display: flex;
flex-wrap: wrap;
margin-top: 33px;
}
section.m29_single_products .mM_post_type_single_post_sectors_item {
position: relative;
}
section.m29_single_products .mM_post_type_single_post_sectors_item:not(:last-child):after {
content: '';
position: absolute;
top: 12px;
right: -8px;
width: 2px;
height: 2px;
border-radius: 50%;
background: #9fa0a0;
}
section.m29_single_products .mM_post_type_single_post_sectors_item:not(:last-child) {
margin-right: 14px;
}
section.m29_single_products .mM_post_type_single_post_sectors_item p {
color: #9fa0a0;
}
section.m29_single_products .mM_post_type_single_post_header_categories_container {
max-width: 450px;
margin-top: 53px;
}
section.m29_single_products .mM_post_type_single_post_header_categories_container .mM_custom_select:not(:first-child) {
margin-top: 17px;
}
section.m29_single_products .mM_post_type_single_post_header_categories_container .mM_custom_select * {
font-family: 'Oswald', sans-serif;
font-size: 12px;
font-weight: 700;
color: #fff;
text-transform: uppercase;
letter-spacing: 1.5px;
}
section.m29_single_products .mM_post_type_single_post_header_categories_container .mM_custom_select .mM_select_selected {
border: 1px solid #595c5c;
padding: 20px 40px;
}
section.m29_single_products .mM_post_type_single_post_header_categories_container .mM_custom_select .mM_select_item {
color: #111516;
padding: 5px 40px;
}
section.m29_single_products .mM_post_type_single_post_header_categories_container .mM_custom_select .mM_select_item:hover {
background: #f4f4f4;
}
section.m29_single_products .mM_post_type_single_post_header_galery_wrapper {
position: relative;
width: 56%;
}
section.m29_single_products .mM_post_type_single_post_header_galery_wrapper .mM_dots {
position: absolute;
left: 50%;
bottom: 88px;
transform: translateX(-50%);
}
section.m29_single_products .mM_post_type_single_post_header_galery_wrapper .mM_dots .slick-dots {
position: relative;
display: flex;
gap: 0 10px;
bottom: auto;
}
section.m29_single_products .mM_post_type_single_post_header_galery_wrapper .mM_dots .slick-dots li,
section.m29_single_products .mM_post_type_single_post_header_galery_wrapper .mM_dot {
width: 20px;
height: 3px;
transition: width .4s, background .4s;
margin: 0;
}
section.m29_single_products .mM_post_type_single_post_header_galery_wrapper .mM_dot {
background: #8a8c8d;
}
section.m29_single_products .mM_post_type_single_post_header_galery_wrapper .slick-dots li.slick-active,
section.m29_single_products .mM_post_type_single_post_header_galery_wrapper .slick-active .mM_dot {
width: 40px;
}
section.m29_single_products .mM_post_type_single_post_header_galery_wrapper .slick-dots li.slick-active,
section.m29_single_products .mM_post_type_single_post_header_galery_wrapper .slick-active .mM_dot,
section.m29_single_products .mM_post_type_single_post_header_galery_wrapper .slick-dots li:hover .mM_dot {
background: #2a9bd9;
}
section.m29_single_products .mM_post_type_single_post_header_content_col,
section.m29_single_products .mM_post_type_single_post_header_galery_container,
section.m29_single_products .mM_post_type_single_post_header_galery_item,
section.m29_single_products .slick-list,
section.m29_single_products .slick-track {
height: 100%;
}
section.m29_single_products .mM_post_type_single_post_header_galery_item img {
width: 100%;
height: 100%;
object-fit: cover;
}
section.m29_single_products .mM_arrow {
position: absolute;
top: 50%;
display: flex;
justify-content: center;
align-items: center;
width: 47px;
height: 47px;
border-radius: 50%;
background: #fff;
transform: translateY(-50%);
transition: opacity .4s;
cursor: pointer;
}
section.m29_single_products .mM_arrow.slick-disabled {
cursor: none;
}
section.m29_single_products .mM_arrow:hover,
section.m29_single_products .mM_arrow.slick-disabled {
opacity: .5;
}
section.m29_single_products .mM_arrow svg {
fill: #111516;
width: 6px;
min-width: 6px;
height: 11px;
min-height: 11px;
}
section.m29_single_products .mM_arrow_prev {
left: 43px;
}
section.m29_single_products .mM_arrow_prev svg {
transform: rotate(180deg);
}
section.m29_single_products .mM_arrow_next {
right: 43px;
}
@media all and (max-width: 1499px) {
section.m29_single_products .mM_post_type_single_post_header_content_container,
section.m29_single_products .mM_post_type_single_post_header_galery_wrapper {
width: 50%;
}
}
@media all and (max-width: 991px) {
section.m29_single_products .mM_post_type_single_post_header > .mM_container {
max-width: 100%;
margin: 0;
}
section.m29_single_products .mM_post_type_single_post_header_main {
width: auto !important;
height: auto;
min-height: unset;
margin-right: 0 !important;
}
section.m29_single_products .mM_post_type_single_post_header_main_content {
flex-wrap: wrap;
}
section.m29_single_products .mM_post_type_single_post_header_content_container,
section.m29_single_products .mM_post_type_single_post_header_galery_wrapper {
width: 100%;
}
section.m29_single_products .mM_post_type_single_post_header_content_container {
max-width: 720px;
padding: 200px 0 60px;
margin: 0 auto;
}
section.m29_single_products .mM_post_type_single_post_header_galery_wrapper {
height: 700px;
}
section.m29_single_products .mM_post_type_single_post_header_galery_wrapper .mM_dots {
bottom: 40px;
}
}
@media all and (max-width: 767px) {
section.m29_single_products .mM_post_type_single_post_header_content_container {
max-width: 540px;
}
section.m29_single_products .mM_post_type_single_post_header_galery_wrapper {
height: 600px;
}
}
@media all and (max-width: 575px) {
section.m29_single_products .mM_post_type_single_post_header > .mM_container {
padding: 0;
}
section.m29_single_products .mM_post_type_single_post_header_content_container {
max-width: 100%;
padding: 200px 20px 60px;
}
section.m29_single_products .mM_post_type_single_post_header_galery_wrapper {
height: 500px;
}
section.m29_single_products .mM_post_type_single_post_title_container h1 {
font-size: 55px;
}
section.m29_single_products .mM_post_type_single_post_header_links_container {
margin-top: 40px;
}
}
@media all and (max-width: 475px) {
section.m29_single_products .mM_post_type_single_post_header_galery_wrapper {
height: 400px;
}
section.m29_single_products .mM_post_type_single_post_title_container h1 {
font-size: 45px;
}
}
@media all and (max-width: 375px) {
section.m29_single_products .mM_post_type_single_post_header_galery_wrapper {
height: 300px;
}
}  section.m29_single_products .mM_post_type_single_post_middle_attributes_content {
align-items: center;
}
section.m29_single_products .mM_post_type_single_post_middle_attributes_content_right_col {
padding: 80px 0;
} section.m29_single_products .mM_post_type_single_post_middle_attributes_img_container {
display: flex;
justify-content: center;
padding-right: 80px;
}
section.m29_single_products .mM_post_type_single_post_middle_attributes_img_container img {
display: block;
width: auto;
max-width: 100%;
height: auto;
max-height: 898px;
} section.m29_single_products .mM_post_type_single_post_middle_attributes_title_container h2 {
font-size: 45px;
font-weight: 800;
color: #111516;
text-transform: uppercase;
margin: 0 0 8px;
letter-spacing: 0.5px;
} section.m29_single_products .mM_post_type_single_post_middle_attributes_items_container {
display: flex;
flex-direction: column;
}
section.m29_single_products .mM_post_type_single_post_middle_attributes_item_container {
position: relative;
display: flex;
justify-content: space-between;
align-items: flex-start;
gap: 20px;
padding: 21px 0;
}
section.m29_single_products .mM_post_type_single_post_middle_attributes_item_container:not(:last-child):after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 1px;
background: linear-gradient(to right, #f1f2f2 0%, #c5c6c6 50%, #f1f2f2 100%);
} section.m29_single_products .mM_post_type_single_post_middle_attributes_item_container:has(.desc_container:empty):has(.value_container:empty) {
display: none;
}
section.m29_single_products .mM_post_type_single_post_middle_attributes_item_container .desc_container {
flex-shrink: 0;
}
section.m29_single_products .mM_post_type_single_post_middle_attributes_item_container .desc_container p {
font-weight: 700;
color: #111516;
font-size: 16px;
}
section.m29_single_products .mM_post_type_single_post_middle_attributes_item_container .value_container {
text-align: right;
color: #6b6b6b;
font-size: 16px;
line-height: 1.5;
} section.m29_single_products .mM_post_type_single_post_middle_attributes_item_container .value_container .value_item {
display: inline;
}
section.m29_single_products .mM_post_type_single_post_middle_attributes_item_container .value_container .value_item:not(:last-child)::after {
content: ", ";
}
@media all and (max-width: 1399px) {
section.m29_single_products .mM_post_type_single_post_middle_attributes_img_container {
padding-right: 0;
}
}
@media all and (max-width: 1199px) {
section.m29_single_products .mM_post_type_single_post_middle_attributes_title_container h2 {
font-size: 40px;
}
} @media (max-width: 991px) {
section.m29_single_products .mM_post_type_single_post_middle_attributes {
padding: 60px 0;
}
section.m29_single_products .mM_post_type_single_post_middle_attributes_content {
flex-direction: column;
}
section.m29_single_products .mM_post_type_single_post_middle_attributes_content_left_col,
section.m29_single_products .mM_post_type_single_post_middle_attributes_content_right_col {
width: 100%;
}
section.m29_single_products .mM_post_type_single_post_middle_attributes_content_right_col {
padding: 0;
} section.m29_single_products .mM_post_type_single_post_middle_attributes_content_left_col:first-child {
order: 2;
}
section.m29_single_products .mM_post_type_single_post_middle_attributes_content_left_col:last-child {
order: 1;
}
section.m29_single_products .mM_post_type_single_post_middle_attributes_img_container {
text-align: center;
}
section.m29_single_products .mM_post_type_single_post_middle_attributes_img_container img {
max-height: 598px;
}
}
@media (max-width: 575px) {
section.m29_single_products .mM_post_type_single_post_middle_attributes_title_container h2 {
font-size: 35px;
}
section.m29_single_products .mM_post_type_single_post_middle_attributes_item_container {
padding: 14px 0;
gap: 15px;
}
section.m29_single_products .mM_post_type_single_post_middle_attributes_img_container img {
max-height: 498px;
}
}
@media all and (max-width: 475px) {
section.m29_single_products .mM_post_type_single_post_middle_attributes_title_container h2 {
font-size: 30px;
}
section.m29_single_products .mM_post_type_single_post_middle_attributes_img_container img {
max-height: 400px;
}
}
@media all and (max-width: 475px) {
section.m29_single_products .mM_post_type_single_post_middle_attributes_title_container h2 {
font-size: 30px;
}
section.m29_single_products .mM_post_type_single_post_middle_attributes_img_container img {
max-height: 450px;
}
}
@media all and (max-width: 400px) {
section.m29_single_products .mM_post_type_single_post_middle_attributes_item_container {
gap: 15px;
flex-direction: column;
}
section.m29_single_products .mM_post_type_single_post_middle_attributes_item_container .value_container {
text-align: left;
}
}
@media all and (max-width: 375px) {
section.m29_single_products .mM_post_type_single_post_middle_attributes_img_container img {
max-height: unset;
width: 100%;
}
} section.m29_single_products .mM_post_type_single_post_middle_videos {
background: #111516;
padding: 180px 0 0;
} section.m29_single_products .mM_post_type_single_post_middle_prominent_video_container {
margin-bottom: 88px;
}
section.m29_single_products .mM_post_type_single_post_middle_prominent_video_content {
height: 760px;
}
section.m29_single_products .mM_post_type_single_post_middle_prominent_video {
position: relative;
width: 100%;
height: 100%;
aspect-ratio: 16 / 9;
overflow: hidden;
cursor: pointer;
background: #000;
}
section.m29_single_products .mM_post_type_single_post_middle_prominent_video video {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
section.m29_single_products .mM_post_type_single_post_middle_prominent_video_overlay {
position: absolute;
inset: 0;
cursor: pointer;
}
section.m29_single_products .mM_post_type_single_post_middle_prominent_video_overlay_content,
section.m29_single_products .mM_post_type_single_post_middle_prominent_video_overlay_content picture,
section.m29_single_products .mM_post_type_single_post_middle_prominent_video_overlay_content img {
width: 100%;
height: 100%;
}
section.m29_single_products .mM_post_type_single_post_middle_prominent_video_overlay_content {
background: #111516;
}
section.m29_single_products .mM_post_type_single_post_middle_prominent_video_overlay_content img {
object-fit: cover;
display: block;
opacity: .5;
}
section.m29_single_products .mM_post_type_single_post_middle_prominent_video_play_button_container {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transition: opacity .4s;
pointer-events: none;
}
section.m29_single_products .mM_post_type_single_post_middle_prominent_video_play_button_container img {
width: 104px;
height: 104px;
}
section.m29_single_products .mM_post_type_single_post_middle_prominent_video_overlay:hover .mM_post_type_single_post_middle_prominent_video_play_button_container {
opacity: .7;
}
section.m29_single_products .mM_post_type_single_post_middle_prominent_video_play_button_container svg {
fill: #fff;
width: 80px;
min-width: 80px;
height: 80px;
min-height: 80px;
}
@media all and (min-width: 2000px) {
section.m29_single_products .mM_post_type_single_post_middle_prominent_video_content {
height: 800px;
}
}
@media all and (min-width: 2200px) {
section.m29_single_products .mM_post_type_single_post_middle_prominent_video_content {
height: 900px;
}
}
@media all and (max-width: 1399px) {
section.m29_single_products .mM_post_type_single_post_middle_prominent_video_content {
height: 650px;
}
section.m29_single_products .mM_post_type_single_post_middle_prominent_video_container {
margin-bottom: 44px;
}
}
@media all and (max-width: 1199px) {
section.m29_single_products .mM_post_type_single_post_middle_prominent_video_content {
height: 550px;
}
}
@media all and (max-width: 991px) {
section.m29_single_products .mM_post_type_single_post_middle_prominent_video_content {
height: 500px;
}
}
@media all and (max-width: 767px) {
section.m29_single_products .mM_post_type_single_post_middle_prominent_video_content {
height: 350px;
}
}
@media all and (max-width: 575px) {
section.m29_single_products .mM_post_type_single_post_middle_prominent_video_content {
height: auto;
}
section.m29_single_products .mM_post_type_single_post_middle_prominent_video_play_button_container img {
width: 48px;
height: 48px;
}
} section.m29_single_products .mM_post_type_single_post_middle_video_slider_container {
position: relative;
margin-bottom: -88px;
}
section.m29_single_products .mM_post_type_single_post_middle_video_slider_content {
position: relative;
}
section.m29_single_products .mM_post_type_single_post_middle_video_slider_content .slick-disabled {
display: none;
}
section.m29_single_products .mM_post_type_single_post_middle_video_slider_content .mM_arrow {
width: 53px;
height: 53px;
border-radius: 0;
background: #1b9cd9;
}
section.m29_single_products .mM_post_type_single_post_middle_video_slider_content .mM_arrow svg {
fill: #fff;
}
section.m29_single_products .mM_post_type_single_post_middle_video_slider {
margin: 0 -44px;
}
section.m29_single_products .mM_post_type_single_post_middle_video_slider .slick-slide {
padding: 0 44px;
}
section.m29_single_products .mM_post_type_single_post_middle_video_slider_item_content {
position: relative;
width: 100%;
height: 350px;
aspect-ratio: 16 / 9;
overflow: hidden;
cursor: pointer;
background: #000;
}
section.m29_single_products .mM_post_type_single_post_middle_video_slider_item_content video {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
section.m29_single_products .mM_post_type_single_post_middle_video_slider_video_overlay {
position: absolute;
inset: 0;
cursor: pointer;
}
section.m29_single_products .mM_post_type_single_post_middle_video_slider_video_overlay_content,
section.m29_single_products .mM_post_type_single_post_middle_video_slider_video_overlay_content picture,
section.m29_single_products .mM_post_type_single_post_middle_video_slider_video_overlay_content img {
width: 100%;
height: 100%;
}
section.m29_single_products .mM_post_type_single_post_middle_video_slider_video_overlay_content {
background: #111516;
}
section.m29_single_products .mM_post_type_single_post_middle_video_slider_video_overlay_content img {
object-fit: cover;
display: block;
opacity: .5;
transition: opacity .4s;
}
section.m29_single_products .mM_post_type_single_post_middle_video_slider_item:not(.slick-active) .mM_post_type_single_post_middle_video_slider_video_overlay_content img {
opacity: .1;
}
section.m29_single_products .mM_post_type_single_post_middle_video_slider_video_play_button_container {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transition: opacity .4s;
pointer-events: none;
}
section.m29_single_products .mM_post_type_single_post_middle_video_slider_video_play_button_container img {
width: 48px;
height: 48px;
}
section.m29_single_products .mM_post_type_single_post_middle_video_slider_video_overlay:hover .mM_post_type_single_post_middle_video_slider_video_play_button_container {
opacity: .7;
}
section.m29_single_products .mM_post_type_single_post_middle_video_slider_video_play_button_container svg {
fill: #fff;
width: 50px;
min-width: 50px;
height: 50px;
min-height: 50px;
} section.m29_single_products .mM_post_type_single_post_middle_video_slider .slick-dots {
position: relative;
bottom: auto;
margin-top: 30px;
display: flex !important;
gap: 10px;
justify-content: center;
padding: 0;
list-style: none;
}
section.m29_single_products .mM_post_type_single_post_middle_video_slider .slick-dots li {
width: auto;
height: auto;
margin: 0;
}
section.m29_single_products .mM_post_type_single_post_middle_video_slider .slick-dots li button {
width: 10px;
height: 10px;
padding: 0;
border-radius: 50%;
background: rgba(255, 255, 255, 0.3);
border: none;
font-size: 0;
transition: background .3s;
cursor: pointer;
}
section.m29_single_products .mM_post_type_single_post_middle_video_slider .slick-dots li button::before {
display: none;
}
section.m29_single_products .mM_post_type_single_post_middle_video_slider .slick-dots li.slick-active button {
background: #fff;
} @media all and (min-width: 2000px) {
section.m29_single_products .mM_post_type_single_post_middle_video_slider_item_content {
height: 400px;
}
}
@media all and (min-width: 2200px) {
section.m29_single_products .mM_post_type_single_post_middle_video_slider_item_content {
height: 500px;
}
}
@media all and (max-width: 1399px) {
section.m29_single_products .mM_post_type_single_post_middle_video_slider {
margin: 0 -22px;
}
section.m29_single_products .mM_post_type_single_post_middle_video_slider .slick-slide {
padding: 0 22px;
}
}
@media all and (max-width: 1199px) {
section.m29_single_products .mM_post_type_single_post_middle_video_slider_item_content {
height: 300px;
}
}
@media (max-width: 991px) {
section.m29_single_products .mM_post_type_single_post_middle_videos {
padding: 70px 0 0;
}
section.m29_single_products .mM_post_type_single_post_middle_video_slider_item_content {
height: 250px;
}
}
@media (max-width: 767px) {
section.m29_single_products .mM_post_type_single_post_middle_videos {
padding: 50px 0 0;
}
section.m29_single_products .mM_post_type_single_post_middle_video_slider_video_play_button_container svg {
width: 40px; min-width: 40px;
height: 40px; min-height: 40px;
} section.m29_single_products .mM_post_type_single_post_middle_video_slider_content .mM_arrow_prev { left: 15px; }
section.m29_single_products .mM_post_type_single_post_middle_video_slider_content .mM_arrow_next { right: 15px; }
section.m29_single_products .mM_post_type_single_post_middle_video_slider_item_content {
height: 350px;
}
section.m29_single_products .mM_post_type_single_post_middle_video_slider_content .mM_arrow {
display: flex !important;
}
section.m29_single_products .mM_post_type_single_post_middle_video_slider_content .mM_arrow.slick-disabled {
display: none !important;
}
}
@media (max-width: 575px) {
section.m29_single_products .mM_post_type_single_post_middle_video_slider_item_content {
height: auto;
}
} section.m29_single_products .mM_post_type_single_post_middle_certificates {
background: #ebebeb;
padding: 235px 0 155px;
}
section.m29_single_products .mM_post_type_single_post_middle_certificates_row {
align-items: center;
} section.m29_single_products .mM_post_type_single_post_middle_certificates_titel {
font-size: 45px;
font-weight: 800;
color: #111516;
text-transform: uppercase;
margin: 0 0 25px;
letter-spacing: 0.5px;
line-height: 1.2;
}
section.m29_single_products .mM_post_type_single_post_middle_certificates_text_container_inner p {
color: #111516;
font-size: 16px;
line-height: 1.6;
max-width: 595px;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
-o-hyphens: auto;
hyphens: auto;
word-break: break-word;
} section.m29_single_products .mM_post_type_single_post_middle_certificates_logos_container {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
gap: 30px;
}
section.m29_single_products .mM_post_type_single_post_middle_certificates_logo {
flex: 0 0 auto;
}
section.m29_single_products .mM_post_type_single_post_middle_certificates_logo img {
display: block;
width: 100%;
max-width: 235px;
height: auto;
} @media all and (min-width: 2000px) {
section.m29_single_products .mM_post_type_single_post_middle_certificates_text_container_inner p {
max-width: 100%;
}
}
@media (max-width: 991px) {
section.m29_single_products .mM_post_type_single_post_middle_certificates {
padding: 155px 0 70px;
}
section.m29_single_products .mM_post_type_single_post_middle_certificates_row {
flex-direction: column;
align-items: stretch;
}
section.m29_single_products .mM_post_type_single_post_middle_certificates_logos_container {
justify-content: center;
}
section.m29_single_products .mM_post_type_single_post_middle_certificates_text_container_inner p {
max-width: 100%;
}
}
@media (max-width: 575px) {
section.m29_single_products .mM_post_type_single_post_middle_certificates {
padding: 135px 0 50px;
}
section.m29_single_products .mM_post_type_single_post_middle_certificates_titel {
font-size: 35px;
}
section.m29_single_products .mM_post_type_single_post_middle_certificates_logo img {
max-width: 200px;
}
} section.m29_single_products .mM_post_type_single_post_middle_additional_infos {
background: #fff;
padding: 180px 0 175px;
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_main {
width: 100%;
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_row {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_row_col_left {
width: 41%;
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_row_col_right {
width: 59%;
} section.m29_single_products .mM_post_type_single_post_middle_additional_infos_row_col_left_content {
background: #ebebeb;
padding: 24px 40px;
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_accordion_item {
position: relative; transition: background-color 0.4s;
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_accordion_item:not(:last-child):after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 1px;
background: linear-gradient(to right, #dddddd 0%, #bbbcbc 50%, #dddddd 100%);
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_accordion_item_head {
display: flex;
justify-content: space-between;
align-items: center;
gap: 20px;
padding: 23px 0;
cursor: pointer;
transition: color 0.4s;
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_accordion_item_head_beschriftung p {
font-family: 'oswald', sans-serif;
font-size: 20px;
font-weight: 700;
color: #111516;
transition: color 0.4s;
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_accordion_item_head_icon_container {
flex-shrink: 0;
width: 31px;
height: 31px;
border-radius: 50%;
background: #454c52;
display: flex;
justify-content: center;
align-items: center;
transition: background 0.4s;
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_accordion_item_head_icon {
width: 5px;
min-width: 5px;
height: 8px;
min-height: 8px;
fill: #fff;
transform: rotate(90deg);
transition: fill 0.4s, transform 0.4s;
} section.m29_single_products .mM_post_type_single_post_middle_additional_infos_accordion_item.active .mM_post_type_single_post_middle_additional_infos_accordion_item_head_icon_container {
background: #fff;
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_accordion_item.active .mM_post_type_single_post_middle_additional_infos_accordion_item_head_icon {
fill: #111516;
transform: rotate(270deg);
} section.m29_single_products .mM_post_type_single_post_middle_additional_infos_accordion_item_head:hover .mM_post_type_single_post_middle_additional_infos_accordion_item_head_beschriftung p {
color: #555;
} section.m29_single_products .mM_post_type_single_post_middle_additional_infos_accordion_item_content {
display: none;
overflow: hidden;
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_accordion_item_content_main {
padding: 0 0 28px;
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_accordion_item_text_container p {
color: #333;
font-size: 15px;
line-height: 1.7;
} section.m29_single_products .mM_post_type_single_post_middle_additional_infos_accordion_item_list_container {
display: flex;
flex-direction: column;
gap: 18px;
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_accordion_item_list_item_title_container p {
font-weight: 700;
color: #111516;
font-size: 15px;
margin-bottom: 4px;
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_accordion_item_list_item_text_container p {
color: #333;
font-size: 15px;
line-height: 1.7;
} section.m29_single_products .mM_post_type_single_post_middle_additional_infos_row_col_right_content {
padding-left: 88px;
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_title_text_container {
margin-bottom: 40px;
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_titel {
font-size: 45px;
font-weight: 800;
color: #111516;
text-transform: uppercase;
margin: 51px 0 27px;
letter-spacing: 0.5px;
line-height: 1.2;
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_text_container p {
color: #111516;
font-size: 16px;
line-height: 1.6;
max-width: 560px;
} section.m29_single_products .mM_post_type_single_post_middle_additional_infos_match_products_wrapper {
position: relative;
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_match_products_wrapper:after {
content: '';
position: absolute;
top: 0;
right: 0;
width: 300px;
height: 100%;
background: linear-gradient(to left, #fff 0%, transparent 100%);
z-index: 1;
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_match_products_container {
margin: 0 -44px;
} section.m29_single_products .mM_post_type_single_post_middle_additional_infos_match_products_container .slick-slide {
padding: 0 44px;
transition: opacity .4s;
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_match_products_container .slick-slide:not(.slick-active) {
opacity: .5;
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_match_products_item .mM_post_type_post_content {
display: flex;
flex-direction: column;
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_match_products_item .mM_post_type_post_image_container {
width: 100%;
height: 435px;
border: 1px solid #f2f2f2;
padding: 20px;
margin-bottom: 22px;
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_match_products_item .mM_post_type_post_image_container a {
display: block;
width: 100%;
height: 100%;
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_match_products_item .mM_post_type_post_image_container picture {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_match_products_item .mM_post_type_post_image {
display: block;
width: auto;
max-width: 100%;
object-fit: unset;
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_match_products_item .mM_post_type_post_title_container h3 {
font-family: 'oswald', sans-serif;
font-size: 25px;
font-weight: 800;
color: #111516;
text-transform: uppercase;
margin: 0 0 8px;
letter-spacing: 0.3px;
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_match_products_item .mM_post_type_post_title_container a {
text-decoration: none;
color: inherit;
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_match_products_item .mM_post_type_post_text_container p {
color: #323435;
font-size: 14px;
line-height: 1.6;
} section.m29_single_products .mM_post_type_single_post_middle_additional_infos_match_products_container .slick-dots {
position: relative;
bottom: auto;
margin-top: 30px;
display: flex !important;
gap: 10px;
justify-content: flex-start;
padding: 0 10px;
list-style: none;
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_match_products_container .slick-dots li {
width: auto;
height: auto;
margin: 0;
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_match_products_container .slick-dots li button {
width: 10px;
height: 10px;
padding: 0;
border-radius: 50%;
background: #c8c8c8;
border: none;
font-size: 0;
cursor: pointer;
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_match_products_container .slick-dots li button::before { display: none; }
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_match_products_container .slick-dots li.slick-active button {
background: #111516;
} section.m29_single_products .mM_post_type_single_post_middle_additional_infos_match_products_wrapper .mM_arrow {
background: #1b9cd9;
border-radius: 0;
width: 53px;
height: 53px;
z-index: 2;
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_match_products_wrapper .mM_arrow svg {
fill: #fff;
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_match_products_wrapper .mM_arrow.slick-disabled {
display: none;
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_match_products_wrapper .mM_arrow {
display: flex !important;
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_match_products_wrapper .mM_arrow.slick-disabled {
display: none !important;
} @media all and (min-width: 2000px) {
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_match_products_item .mM_post_type_post_image_container {
height: 500px;
}
}
@media all and (min-width: 2200px) {
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_match_products_item .mM_post_type_post_image_container {
height: 600px;
}
}
@media all and (min-width: 2400px) {
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_match_products_item .mM_post_type_post_image_container {
height: 650px;
}
}
@media all and (max-width: 1399px) {
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_match_products_item .mM_post_type_post_image_container {
height: 378px;
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_match_products_container {
margin: 0 -22px;
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_match_products_container .slick-slide {
padding: 0 22px;
}
}
@media all and (max-width: 1399px) {
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_match_products_item .mM_post_type_post_image_container {
height: 277px;
}
}
@media all and (max-width: 991px) {
section.m29_single_products .mM_post_type_single_post_middle_additional_infos {
padding: 70px 0 65px;
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_row_col_left,
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_row_col_right {
width: 100%;
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_row_col_right {
margin-top: 50px;
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_row_col_right_content {
padding-left: 0;
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_titel {
margin: 0 0 27px;
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_match_products_item .mM_post_type_post_image_container {
height: 478px;
}
}
@media all and (max-width: 767px) {
section.m29_single_products .mM_post_type_single_post_middle_additional_infos {
padding: 50px 0 45px;
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_row_col_left_content {
padding: 15px 25px;
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_accordion_item_head {
padding: 22px 0;
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_match_products_wrapper .mM_arrow_prev { left: 15px; }
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_match_products_wrapper .mM_arrow_next { right: 15px; }
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_match_products_wrapper:after {
width: 150px;
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_match_products_wrapper .mM_arrow {
display: flex !important;
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_match_products_wrapper .mM_arrow.slick-disabled {
display: none !important;
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_match_products_item .mM_post_type_post_image_container {
height: 440px;
}
}
@media all and (max-width: 575px) {
section.m29_single_products .mM_post_type_single_post_middle_additional_infos > .mM_container {
padding-right: 0;
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_row_col_left {
padding-right: 20px !important;
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_titel {
font-size: 35px;
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_match_products_item .mM_post_type_post_image_container {
height: 350px;
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_titel {
margin: 0 0 8px;
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_title_text_container {
padding-right: 20px;
}
}
@media all and (max-width: 475px) {
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_match_products_item .mM_post_type_post_image_container {
height: 300px;
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_accordion_item_head_beschriftung p {
font-size: 16px;
}
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_match_products_item .mM_post_type_post_image {
width: 100%;
height: auto;
max-height: unset;
}
}
@media all and (max-width: 375px) {
section.m29_single_products .mM_post_type_single_post_middle_additional_infos_match_products_item .mM_post_type_post_image_container {
height: 250px;
}
} section.m29_single_products .mM_post_type_single_post_footer {
position: relative;
background: #ebebeb;
}
section.m29_single_products .mM_post_type_single_post_footer_main {
position: relative;
padding: 182px 0;
}
section.m29_single_products .mM_post_type_single_post_footer_contact_form_container {
position: relative;
width: 100%;
}
section.m29_single_products .mM_post_type_single_post_footer_contact_form_container .wpcf7 {
margin: 0;
padding: 0;
} section.m29_single_products .form_headline h2 {
font-size: 45px;
font-weight: 700;
color: #111516;
text-transform: uppercase;
margin: 0 0 8px; } section.m29_single_products .form_main_text_required_tag_container {
display: flex;
justify-content: space-between;
align-items: flex-end;
gap: 20px;
margin-bottom: 35px;
}
section.m29_single_products .form_main_text {
max-width: 420px;
}
section.m29_single_products .form_main_text p {
color: #111516;
font-size: 15px;
line-height: 1.5;
}
section.m29_single_products .form_required_tag p {
color: #888;
font-size: 15px;
white-space: nowrap;
}  @media (min-width: 992px) {
section.m29_single_products .cf7_formular {
display: grid;
grid-template-columns: 1fr 1fr;
column-gap: 89px;
row-gap: 18px;
align-items: start;
} section.m29_single_products .cf7_formular .form_headline,
section.m29_single_products .cf7_formular .form_main_text_required_tag_container {
grid-column: 1 / -1;
} section.m29_single_products .cf7_formular .form_container {
display: contents;
}
section.m29_single_products .cf7_formular .form_container > .form_item:nth-child(1) {
grid-column: 1;
}
section.m29_single_products .cf7_formular .form_container > .form_item:nth-child(2) {
grid-column: 2;
} section.m29_single_products .cf7_formular .form_textarea {
grid-column: 2 !important;
grid-row: span 2;
}
section.m29_single_products .cf7_formular .form_textarea textarea {
min-height: 100%;
}
section.m29_single_products .cf7_formular .submit_accept_container {
grid-column: 1 / -1;
}
} section.m29_single_products .mM_post_type_single_post_footer .form_item input[type="text"],
section.m29_single_products .mM_post_type_single_post_footer .form_item input[type="email"],
section.m29_single_products .mM_post_type_single_post_footer .form_item input[type="tel"],
section.m29_single_products .mM_post_type_single_post_footer .form_item textarea {
padding: 16px 20px;
border: 1px solid #c8c8c8;
background: #fff;
border-radius: 0;
font-size: 15px;
color: #111516;
font-family: inherit;
outline: none;
transition: border-color 0.2s;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
section.m29_single_products .mM_post_type_single_post_footer .form_item input:focus,
section.m29_single_products .mM_post_type_single_post_footer .form_item textarea:focus {
border-color: #1b9cd9;
}
section.m29_single_products .mM_post_type_single_post_footer .form_item input::placeholder,
section.m29_single_products .mM_post_type_single_post_footer .form_item textarea::placeholder {
color: #6b6b6b;
}
section.m29_single_products .mM_post_type_single_post_footer .form_item textarea {
resize: vertical;
min-height: 140px;
line-height: 1.5;
} section.m29_single_products .mM_post_type_single_post_footer .mM_custom_select {
display: block;
position: relative;
width: 100%;
}
section.m29_single_products .mM_post_type_single_post_footer .mM_custom_select select.wpcf7-select {
position: absolute;
left: -9999px;
opacity: 0;
}
section.m29_single_products .mM_post_type_single_post_footer .mM_select_selected {
width: 100%;
padding: 16px 60px 16px 20px;
border: 1px solid #c8c8c8;
background: #fff;
border-radius: 4px;
font-size: 15px;
color: #6b6b6b;
cursor: pointer;
position: relative;
transition: border-color 0.2s;
}
section.m29_single_products .mM_post_type_single_post_footer .mM_select_selected:hover {
border-color: #999;
}
section.m29_single_products .mM_post_type_single_post_footer .mM_select_arrows {
position: absolute;
top: 50%;
right: 12px;
transform: translateY(-50%);
width: 32px;
height: 32px;
background: #d8d8d8;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
transition: background 0.2s;
}
section.m29_single_products .mM_post_type_single_post_footer .mM_custom_select:hover .mM_select_arrows {
background: #c4c4c4;
}
section.m29_single_products .mM_post_type_single_post_footer .mM_select_arrow_down img {
width: 8px;
height: auto;
}
section.m29_single_products .mM_post_type_single_post_footer .mM_select_items {
position: absolute;
top: calc(100% + 2px);
left: 0;
right: 0;
background: #fff;
border: 1px solid #c8c8c8;
border-radius: 4px;
max-height: 280px;
overflow-y: auto;
z-index: 10;
box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
section.m29_single_products .mM_post_type_single_post_footer .mM_select_items.mM_select_hide {
display: none;
}
section.m29_single_products .mM_post_type_single_post_footer .mM_select_item {
padding: 12px 20px;
cursor: pointer;
transition: background 0.15s;
font-size: 15px;
color: #111516;
}
section.m29_single_products .mM_post_type_single_post_footer .mM_select_item:hover {
background: #f4f4f4;
}
section.m29_single_products .mM_post_type_single_post_footer .mM_select_item.mM_same_as_selected {
color: #6b6b6b;
} section.m29_single_products .submit_accept_container {
display: flex;
justify-content: space-between;
justify-self: end;
align-items: center;
width: 50%;
gap: 30px;
margin-top: 25px;
flex-wrap: wrap;
padding-left: 44px;
}
section.m29_single_products .form_accept p {
margin: 0;
font-size: 14px;
}  section.m29_single_products .mM_post_type_single_post_footer .form_item {
position: relative;
} section.m29_single_products .mM_post_type_single_post_footer .form_item label.mM_d_none {
display: block !important;
position: absolute;
left: 38px;
top: 23px;
font-size: 16px;
color: #111516;
pointer-events: none;
transition: top 0.2s ease, font-size 0.2s ease, color 0.2s ease, background 0.2s ease, padding 0.2s ease;
background: transparent;
z-index: 1;
line-height: 1;
} section.m29_single_products .mM_post_type_single_post_footer .form_item label.mM_d_none + br {
display: none;
} section.m29_single_products .mM_post_type_single_post_footer .form_item .hp-message {
display: none !important;
} section.m29_single_products .mM_post_type_single_post_footer .form_item input[type="text"],
section.m29_single_products .mM_post_type_single_post_footer .form_item input[type="email"],
section.m29_single_products .mM_post_type_single_post_footer .form_item input[type="tel"],
section.m29_single_products .mM_post_type_single_post_footer .form_item textarea {
padding: 16.5px 38px;
border: 1px solid #a9aaab;
background: transparent;
font-size: 16px;
color: #111516;
font-family: inherit;
outline: none;
transition: border-color 0.2s, color 0.2s;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
section.m29_single_products .mM_post_type_single_post_footer .form_item textarea {
resize: vertical;
min-height: 140px;
line-height: 1.5;
} section.m29_single_products .mM_post_type_single_post_footer .form_item input::placeholder,
section.m29_single_products .mM_post_type_single_post_footer .form_item textarea::placeholder {
color: transparent;
} section.m29_single_products .mM_post_type_single_post_footer .form_item:has(input:not([tabindex="-1"]):focus) > p > label.mM_d_none,
section.m29_single_products .mM_post_type_single_post_footer .form_item:has(input:not([tabindex="-1"]):not(:placeholder-shown)) > p > label.mM_d_none,
section.m29_single_products .mM_post_type_single_post_footer .form_item:has(textarea:focus) > p > label.mM_d_none,
section.m29_single_products .mM_post_type_single_post_footer .form_item:has(textarea:not(:placeholder-shown)) > p > label.mM_d_none,
section.m29_single_products .mM_post_type_single_post_footer .form_item:has(.mM_select_item.mM_same_as_selected:not(:first-child)) > p > label.mM_d_none,
section.m29_single_products .mM_post_type_single_post_footer .form_item:has(.mM_select_items:not(.mM_select_hide)) > p > label.mM_d_none {
top: -7px;
left: 14px;
font-size: 14px;
color: #1b9cd9;
background: #ebebeb;
padding: 0 6px;
font-weight: 500;
letter-spacing: 0.3px;
} section.m29_single_products .mM_post_type_single_post_footer .form_item:has(input:not([tabindex="-1"]):not(:placeholder-shown)) input:not([tabindex="-1"]),
section.m29_single_products .mM_post_type_single_post_footer .form_item:has(textarea:not(:placeholder-shown)) textarea,
section.m29_single_products .mM_post_type_single_post_footer .form_item:has(.mM_select_item.mM_same_as_selected:not(:first-child)) .mM_select_selected {
border-color: #1b9cd9;
color: #1b9cd9;
font-weight: 500;
} section.m29_single_products .mM_post_type_single_post_footer .form_item input:focus,
section.m29_single_products .mM_post_type_single_post_footer .form_item textarea:focus {
border-color: #1b9cd9;
} section.m29_single_products .mM_post_type_single_post_footer .mM_custom_select {
display: block;
position: relative;
width: 100%;
}
section.m29_single_products .mM_post_type_single_post_footer .mM_custom_select select.wpcf7-select {
position: absolute;
left: -9999px;
opacity: 0;
}
section.m29_single_products .mM_post_type_single_post_footer .mM_select_selected {
width: 100%;
padding: 18px 60px 21px 20px;
border: 1px solid #a9aaab;
background: transparent;
border-radius: 0;
font-size: 16px;
color: transparent; cursor: pointer;
position: relative;
transition: border-color 0.2s, color 0.2s;
min-height: 51px;
}
section.m29_single_products .mM_post_type_single_post_footer .mM_select_selected:hover {
border-color: #1b9cd9;
} section.m29_single_products .mM_post_type_single_post_footer .mM_select_arrows {
position: absolute;
top: 50%;
right: 28px;
transform: translateY(-50%);
width: 31px;
height: 31px;
background: #d7d7d8;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
}
section.m29_single_products .mM_post_type_single_post_footer .mM_select_arrow_down img {
width: 8px;
height: auto;
} section.m29_single_products .mM_post_type_single_post_footer .mM_select_items {
position: absolute;
top: calc(100% + 2px);
left: 0;
right: 0;
background: #fff;
border: 1px solid #c8c8c8;
border-radius: 0;
max-height: 280px;
overflow-y: auto;
z-index: 10;
box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
section.m29_single_products .mM_post_type_single_post_footer .mM_select_items.mM_select_hide {
display: none;
}
section.m29_single_products .mM_post_type_single_post_footer .mM_select_item {
padding: 12px 20px;
cursor: pointer;
font-size: 15px;
color: #111516;
}
section.m29_single_products .mM_post_type_single_post_footer .mM_select_item:hover {
background: #f4f4f4;
}
section.m29_single_products .mM_post_type_single_post_footer .mM_select_item.mM_same_as_selected {
color: #6b6b6b;
} section.m29_single_products .mM_post_type_single_post_footer .wpcf7-acceptance label:has(input.checked):before {
background-color: #1b9cd9;
border-color: #1b9cd9;
} section.m29_single_products .form_submit p {
margin: 0;
position: relative;
display: inline-block;
}
section.m29_single_products .submit_btn,
section.m29_single_products input[type="submit"].wpcf7-submit {
padding: 18px 56px 18px 30px;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
border: none;
border-radius: 0;
font-family: 'Oswald', sans-serif;
-webkit-appearance: none;
appearance: none;
}
section.m29_single_products .submit_btn:disabled {
opacity: 0.5;
cursor: not-allowed;
}
section.m29_single_products .form_submit p::after {
content: '';
position: absolute;
right: 22px;
top: 50%;
width: 8px;
height: 8px;
border-right: 2px solid #fff;
border-bottom: 2px solid #fff;
transform: translateY(-50%) rotate(-45deg);
pointer-events: none;
}
section.m29_single_products .wpcf7-spinner { display: none; } section.m29_single_products .hp-message,
section.m29_single_products [class*="confirm_mail"] {
display: none !important;
} section.m29_single_products .mM_post_type_single_post_footer_contact_form_img_wrapper {
position: relative;
pointer-events: none;
}
section.m29_single_products .mM_post_type_single_post_footer_contact_form_img_container {
position: relative;
pointer-events: auto;
}
section.m29_single_products .mM_post_type_single_post_footer_contact_form_img_container img {
display: block;
max-width: 320px;
width: 100%;
height: auto;
margin: 0 auto;
}
section.m29_single_products .mM_post_type_single_post_footer_contact_form_img_speech_bubble_container {
position: absolute;
background: #fff;
padding: 22px 26px;
box-shadow: 0 4px 16px rgba(0,0,0,0.08);
max-width: 340px;
z-index: 2;
pointer-events: auto;
}
section.m29_single_products .mM_post_type_single_post_footer_contact_form_img_speech_bubble_container p {
font-size: 14px;
line-height: 1.55;
color: #111516;
margin: 0;
}
section.m29_single_products .mM_post_type_single_post_footer_contact_form_img_speech_bubble_container p span:first-child {
font-weight: 700;
}
section.m29_single_products .mM_post_type_single_post_footer_contact_form_img_speech_bubble_container a {
color: #1b9cd9;
font-weight: 600;
text-decoration: none;
}
.wpcf7-acceptance a {
font-family: 'Open Sans', sans-serif;
font-weight: 400;
}
section.m29_single_products .mM_post_type_single_post_footer_contact_form_img_speech_bubble_container::after {
content: '';
position: absolute;
right: 5px;
bottom: -25px;
width: 70px;
height: 26px;
background: url(//symto.de/wp-content/themes/AZ-Ideen-xen/img/sprechblase_dreieck.png) no-repeat;
background-size: contain; filter: drop-shadow(2px 1px 1px rgba(0,0,0,0.06));
}  @media all and (min-width: 992px) {
section.m29_single_products .mM_post_type_single_post_footer_main {
min-height: 580px;
}
section.m29_single_products .mM_post_type_single_post_footer_contact_form_img_wrapper {
position: absolute;
left: 0;
bottom: 0;
width: 50%;
display: flex;
justify-content: end;
align-items: flex-end;
padding-right: 44px;
z-index: 1; }
section.m29_single_products .mM_post_type_single_post_footer_contact_form_img_container {
display: flex;
justify-content: center;
align-items: flex-end;
height: 100%;
}
section.m29_single_products .mM_post_type_single_post_footer_contact_form_img_container img { max-height: 100%;
object-fit: contain;
object-position: bottom;
}
section.m29_single_products .mM_post_type_single_post_footer_contact_form_img_speech_bubble_container {
top: 0;
left: 0;
}
}
@media (max-width: 1399px) {
section.m29_single_products .cf7_formular {
column-gap: 18px;
}
section.m29_single_products .mM_post_type_single_post_footer_contact_form_img_speech_bubble_container {
top: -50px;
max-width: 250px;
}
section.m29_single_products .submit_accept_container {
padding-left: 10px;
}
}
@media all and (max-width: 1199px) {
section.m29_single_products .mM_post_type_single_post_footer_contact_form_img_container img {
max-width: 250px;
}
} @media (max-width: 991px) {
section.m29_single_products .mM_post_type_single_post_footer_main {
padding: 70px 0 0;
}
section.m29_single_products .mM_post_type_single_post_footer_contact_form_img_wrapper {
display: flex;
justify-content: end;
padding-right: 100px;
margin-top: 50px;
}
section.m29_single_products .mM_post_type_single_post_footer_contact_form_img_speech_bubble_container {
top: 0;
max-width: 350px;
left: 0;
}
section.m29_single_products .submit_accept_container {
width: 100%;
padding-left: 0;
}
}
@media (max-width: 767px) {
section.m29_single_products .mM_post_type_single_post_footer_main {
padding: 50px 0 0;
}
section.m29_single_products .form_main_text_required_tag_container {
flex-direction: column;
align-items: flex-start;
gap: 8px;
}
section.m29_single_products .submit_accept_container {
flex-direction: column;
align-items: stretch;
}
section.m29_single_products .form_submit p {
width: 100%;
text-align: center;
}
section.m29_single_products .submit_btn {
width: 100%;
}
section.m29_single_products .mM_post_type_single_post_footer_contact_form_img_wrapper {
padding-right: 50px;
}
section.m29_single_products .mM_post_type_single_post_footer_contact_form_img_speech_bubble_container {
max-width: 250px;
}
}
@media all and (max-width: 575px) {
section.m29_single_products .mM_post_type_single_post_footer_contact_form_img_wrapper {
padding-right: 0;
}
section.m29_single_products .form_headline h2 {
font-size: 35px;
}
}
@media all and (max-width: 475px) {
section.m29_single_products .mM_post_type_single_post_footer_contact_form_img_container img {
max-width: 200px;
}
section.m29_single_products .mM_post_type_single_post_footer_contact_form_img_speech_bubble_container {
max-width: 200px;
}
}
@media all and (max-width: 375px) {
section.m29_single_products .mM_post_type_single_post_footer_main {
padding: 50px 0 50px;
}
section.m29_single_products .mM_post_type_single_post_footer_contact_form_img_wrapper {
flex-direction: column;
align-items: center;
}
section.m29_single_products .mM_post_type_single_post_footer_contact_form_img_speech_bubble_container {
position: relative;
left: auto;
right: auto;
top: auto;
margin-top: -30px;
max-width: 100%;
}
section.m29_single_products .mM_post_type_single_post_footer_contact_form_img_speech_bubble_container::after {
content: none;
}
}