.elementor-262 .elementor-element.elementor-element-463bfb9{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-262 .elementor-element.elementor-element-29fd6a1{--display:flex;}.elementor-262 .elementor-element.elementor-element-8b32aa2{--display:flex;--overlay-opacity:1;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-262 .elementor-element.elementor-element-8b32aa2::before, .elementor-262 .elementor-element.elementor-element-8b32aa2 > .elementor-background-video-container::before, .elementor-262 .elementor-element.elementor-element-8b32aa2 > .e-con-inner > .elementor-background-video-container::before, .elementor-262 .elementor-element.elementor-element-8b32aa2 > .elementor-background-slideshow::before, .elementor-262 .elementor-element.elementor-element-8b32aa2 > .e-con-inner > .elementor-background-slideshow::before, .elementor-262 .elementor-element.elementor-element-8b32aa2 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-image:url("https://alarmanlagen.online/wp-content/uploads/2026/05/alarmanlagen-errichter-verzeichnis-europa.png");--background-overlay:'';background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-262 .elementor-element.elementor-element-08188ac{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:70px;--padding-bottom:20px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-262 .elementor-element.elementor-element-db80a4e{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-262 .elementor-element.elementor-element-db80a4e .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:26px;font-weight:600;color:var( --e-global-color-secondary );}.elementor-262 .elementor-element.elementor-element-ce70a10{margin:-15px 0px calc(var(--kit-widget-spacing, 0px) + 20px) 0px;padding:0px 0px 0px 0px;text-align:center;}.elementor-262 .elementor-element.elementor-element-ce70a10 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:16px;font-weight:600;color:#555252;}@media(max-width:767px){.elementor-262 .elementor-element.elementor-element-db80a4e .elementor-heading-title{font-size:16px;}.elementor-262 .elementor-element.elementor-element-ce70a10 .elementor-heading-title{font-size:10px;}}/* Start custom CSS for shortcode, class: .elementor-element-a097ee4 */.ua-directory-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.ua-directory-card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 8px 24px rgba(0,0,0,.06);
  transition: all .2s ease;
}

.ua-directory-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(0,0,0,.10);
}

.ua-directory-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 22px;
}

/* LINKER TEIL */

.ua-directory-text {
  flex: 1;
  min-width: 0;
}

.ua-directory-text h3 {
  margin: 0 0 8px 0;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 700;
}

.ua-directory-text h3 a {
  color: #111;
  text-decoration: none !important;
}

.ua-directory-text h3 a:hover {
  color: #000;
}

.ua-directory-text p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #666;
}

/* RECHTER TEIL */

.ua-directory-side {
  width: 110px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.ua-directory-badge {
  height: 30px;
  min-width: 100px;
  padding: 0 14px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .3px;
  line-height: 1;
  white-space: nowrap;
}

.ua-badge-standard {
  background: #f1f1f1;
  color: #555;
}

.ua-badge-premium {
  background: #464b4e;
  color: #fff;
}

.ua-badge-diamant {
  background: #d92f2c;
  color: #fff;
}

.ua-directory-logo-wrap {
  width: 88px;
  height: 88px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #ececec;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.ua-directory-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* BUTTONS */

.ua-directory-actions {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.ua-directory-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 14px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none !important;
  transition: all .18s ease;
}

.ua-directory-btn-primary {
  background: #d92f2c;
  color: #fff !important;
}

.ua-directory-btn-primary:hover {
  background: #464b4e;
}

.ua-directory-btn-secondary {
  background: #464b4e;
  color: #fff !important;
}

.ua-directory-btn-secondary:hover {
  background: #d92f2c;
}

/* MOBILE */

@media (max-width: 767px) {

  .ua-directory-grid {
    grid-template-columns: 1fr;
  }

  .ua-directory-content {
    flex-direction: column;
  }

  .ua-directory-side {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .ua-directory-logo-wrap {
    width: 72px;
    height: 72px;
  }

  .ua-directory-actions {
    flex-wrap: wrap;
  }

}

.ua-product-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.ua-product-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  min-width: 58px;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  text-decoration: none !important;
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
}

.ua-product-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  min-width: 58px;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  text-decoration: none !important;
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
}

.ua-product-btn:hover {
  background: #f7f7f7;
}

.ua-product-btn img {
  max-height: 20px;
  max-width: 86px;
  object-fit: contain;
  display: block;
}/* End custom CSS */