.elementor-widget-section .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-section .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-19266 .elementor-element.elementor-element-4431523e > .elementor-container{min-height:50vh;}.elementor-widget-shortcode .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-shortcode .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}/* Start custom CSS for shortcode, class: .elementor-element-481ea84e *//* Gesamter Bereich */
.dlm-no-access {
  text-align: center;
  max-width: 600px;
  margin: 80px auto;
  padding: 40px 20px;
  font-family: var(--e-global-typography-primary-font-family, 'Inter', sans-serif);
  color: var(--e-global-color-text);
}

/* Hinweistext */
.dlm-no-access p {
  font-size: 18px;
  margin-bottom: 20px;
  color: var(--e-global-color-text);
}

/* E-Mail-Eingabefeld */
.dlm-no-access input[type="email"] {
  padding: 12px 16px;
  font-size: 16px;
  border: 1px solid var(--e-global-color-primary, #bd1330);
  border-radius: 6px;
  width: 250px;
  max-width: 100%;
  margin-right: 10px;
  font-family: var(--e-global-typography-primary-font-family, 'Inter', sans-serif);
  color: var(--e-global-color-text);
  background-color: #fff;
}

/* Button */
.dlm-no-access input[type="submit"] {
  background-color: #000000;
  color: #ffffff;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: var(--e-global-typography-primary-font-family, 'Inter', sans-serif);
}

/* Button Hover */
.dlm-no-access input[type="submit"]:hover {
  background-color: var(--e-global-color-primary, #bd1330);
}

/* Link (z. B. „Go to homepage“) */
.dlm-no-access a {
  color: var(--e-global-color-primary, #bd1330);
  text-decoration: underline;
  font-weight: 500;
  font-size: 14px;
}/* End custom CSS */