.elementor-235 .elementor-element.elementor-element-062828f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-235 .elementor-element.elementor-element-dde7616{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-235 .elementor-element.elementor-element-b001e9c.elementor-element{--align-self:center;}.elementor-235 .elementor-element.elementor-element-4c29e97.elementor-element{--align-self:center;}.elementor-235 .elementor-element.elementor-element-0d7381f{--display:flex;}.elementor-235 .elementor-element.elementor-element-a5d20b4{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-235 .elementor-element.elementor-element-e62f7b6{--display:flex;}/* Start custom CSS for html, class: .elementor-element-90d9e9c */.buelicom-header {
  background: #fff;
  padding: 25px 0;
  text-align: center;
  border-bottom: 3px solid #f8de2d;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.buelicom-header img {
  max-width: 240px;
  height: auto;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.buelicom-header img:hover {
  transform: scale(1.04);
  filter: drop-shadow(0 0 8px rgba(13,92,86,0.25));
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b001e9c */.guide-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #f8de2d;
  color: #0d5c56;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: 50px;
  text-decoration: none;
  letter-spacing: 0.5px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.guide-btn:hover {
  background: #0d5c56;
  color: #f8de2d;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(13,92,86,0.25);
}

/* animierter Playbutton */
.guide-btn .play-icon {
  background: #0d5c56;
  color: #f8de2d;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  animation: pulse 1.8s infinite;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(13,92,86,0.4); }
  70% { box-shadow: 0 0 0 10px rgba(13,92,86,0); }
  100% { box-shadow: 0 0 0 0 rgba(13,92,86,0); }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-4c29e97 *//* Allgemeines Formular-Layout */
.wpcf7-form {
  background: #f8f8f8;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0,0,0,0.08);
  max-width: 700px;
  margin: 0 auto;
}

/* Label Styling */
.wpcf7-form label {
  font-weight: 600;
  color: #0d5c56;
  margin-top: 15px;
  display: block;
}

/* Eingabefelder */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 15px;
  font-size: 15px;
  transition: all 0.3s ease;
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form textarea:focus {
  border-color: #0d5c56;
  box-shadow: 0 0 5px rgba(13,92,86,0.3);
}

/* Datei-Upload */
.wpcf7-form input[type="file"] {
  padding: 10px 0;
  background: #fff;
  border: none;
}

/* Submit Button */
.wpcf7-form input[type="submit"] {
  background-color: #0d5c56;
  color: #fff;
  border: none;
  padding: 14px 30px;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.wpcf7-form input[type="submit"]:hover {
  background-color: #f8de2d;
  color: #0d5c56;
}

/* Vorschau-Bild Styling */
.wpcf7-image-preview {
  display: block;
  margin-top: 15px;
  border-radius: 12px;
  max-width: 100%;
  max-height: 350px; /* <-- größere Vorschau */
  object-fit: cover;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5cf4eb3 */.kontakt-box {
  background: #f8fff9;
  border-left: 4px solid #0d5c56;
  padding: 18px 22px;
  border-radius: 10px;
  font-family: 'Inter', sans-serif;
  color: #0d5c56;
  max-width: 700px;
  margin: 20px auto;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.kontakt-box h3 {
  margin-top: 0;
  font-size: 20px;
  color: #0d5c56;
  font-weight: 700;
}

.kontakt-box p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.kontakt-box .phone-link {
  color: #0d5c56;
  font-weight: 700;
  text-decoration: none;
}

.kontakt-box .phone-link:hover {
  text-decoration: underline;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2c40e0d */.strategix-credit {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  color: rgba(13, 92, 86, 0.35);
  text-align: center;
  margin-top: 40px;
  letter-spacing: 0.5px;
  user-select: none;
  opacity: 0.4;
  transition: all 0.4s ease;
}

.strategix-credit a {
  color: rgba(13, 92, 86, 0.4);
  text-decoration: none;
  font-weight: 600;
}

.strategix-credit:hover {
  opacity: 0.8;
}

.strategix-credit:hover a {
  color: #0d5c56;
  text-decoration: underline;
}/* End custom CSS */