/*
 Theme Name:     ad:emotion TV
 Theme URI:      https://ad-emotion.marketing
 Description:    Theme of Auto Vogt
 Author:         MZDN
 Author URI:     https://ad-emotion.marketing
 Template:       Divi
 Version:        1.0.0
*/

/* Add Play Icon to the blur image */
body{
    hyphens: auto;
}
.dp-custom-blurb-image .et_pb_main_blurb_image .et_pb_image_wrap.et_pb_only_image_mode_wrap::before {
    content: url('https://demo.divi-pixel.com/interior-design/wp-content/uploads/sites/42/2024/05/interior-play-icon-1.svg');
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    border-radius: 50%; /* Makes the background perfectly circular */
    border: 2px solid #fff;
    background: #ffffff;
}

.et_pb_main_blurb_image .et_pb_image_wrap.et_pb_only_image_mode_wrap {
    position: relative;
}


/* Contact Module */

/* Styling for form input field labels */
.et_pb_contact_form label.et_pb_contact_form_label {
  font-size: 16px;
  display: block !important;
  color: #ffffff;
  font-family: 'Urbanist';
  margin-bottom: 5px;
}

/* Styling to hide extra label */
.et_pb_contact_form .et_pb_contact_field_options_wrapper .et_pb_contact_field_options_title {
  display: none;
}

/* Styling for placeholder text */
.et_pb_contact_form ::-webkit-input-placeholder {
  color: #151515 !important;
}

.et_pb_contact_form.my_contact :-moz-placeholder {
  color: #151515 !important;
}

.et_pb_contact_form ::-moz-placeholder {
  color: #151515 !important;
}

.et_pb_contact_form :-ms-input-placeholder {
  color: #151515 !important;
}

/* Styling for inline checkboxes */
.et_pb_contact_field_options_list span {
  display: inline-block;
  color: #000000;
  margin-right: 30px;
}

/* Styling for contact button */
.et_contact_bottom_container {
  width: 100% !important;
}

.hover-fade-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
  z-index: 100;
}

.hover-fade-img.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
    pointer-events: auto;
}

.hover-fade-img img {
  min-width: 300px;
  display: block;
  border-radius: 6px;
/*  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);*/
}

.slide-section-hardware > .et_pb_row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.slide-section-hardware h3:after{
    content: '.';
    color: #d4202c;
}
#carousel-anwendungen .dipi-carousel-image{
	background: #000;
	border-radius: 15px;
}
#carousel-anwendungen .dipi-carousel-item-content{
	padding: 20px 40px 0px;
}
#carousel-anwendungen .swiper-button-next,
#carousel-anwendungen .swiper-button-prev{
	top: 100%;
}
#carousel-anwendungen .swiper-button-prev{
	left: unset !important;
	right: 255px !important;
}
.et_pb_contact_form .input[type="radio"]:checked+label i:before{
  background-color: #d4202c !important;
    width: 8px;
    height: 8px;
    top: 55%;
}
.sticky-section {
    position: relative;
  }

  .sticky-wrapper {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: inherit;
  }

  .sticky-wrapper img {
    max-width: none;
    will-change: width;
    display: block;
  }

.customtabs.et_pb_module.dipi_advanced_tabs .et_pb_module_inner .dipi-at-tabs-prev,
.customtabs.et_pb_module.dipi_advanced_tabs .et_pb_module_inner .dipi-at-tabs-next,
.customtabs.et_pb_module.dipi_advanced_tabs .dipi-at-tabs-prev:not(.sticky),
.customtabs.et_pb_module.dipi_advanced_tabs .dipi-at-tabs-next:not(.sticky){
    top: 0px !important;
}

footer.et-l.et-l--footer{
    position: relative;
    z-index: 0;
}
  @media (max-width: 1024px) {
    .sticky-wrapper {
      height: auto;
      position: relative;
    }

    .sticky-wrapper img {
      width: 100%;
    }
  }