.elementor-kit-2973{--e-global-color-primary:#8D475F;--e-global-color-secondary:#E5ADC6;--e-global-color-text:#FFFFFF;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:transparent;background-image:linear-gradient(128deg, #1B1524 0%, #2A1F34 100%);}.elementor-kit-2973 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*  TOOLTIPS & BILDTITEL KOMPLETT WEG – FÜR DIE GANZE WEBSITE  */
[title] { 
  title: "" !important; 
  pointer-events: auto !important; 
}
.wp-caption-text,
.gallery-caption,
.wp-block-image figcaption,
figcaption,
.entry-content img + em {
  display: none !important;
}


/* ========= BILDER SPERREN – RECHTSKLICK + HANDY + DATEINAME ========= */
img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  pointer-events: none !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

/* Handy Langdruck komplett killen */
* { -webkit-touch-callout: none !important; }

/* Rechtsklick-Menü auf Bildern killen */
img { pointer-events: none !important; }

/* Leeres Overlay – verhindert Speichern */
body::after {
  content: "";
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  pointer-events: none;
  z-index: 9999;
}


/* ========= VIDEOS GENAUSO SPERREN WIE BILDER ========= */
video,
video::-webkit-media-controls,
video::-webkit-media-controls-panel,
video::-webkit-media-controls-play-button,
video::-webkit-media-controls-volume-slider {
  pointer-events: none !important;
  -webkit-user-select: none !important;
  user-select: none !important;
  -webkit-touch-callout: none !important;
}

/* Rechtsklick + Langdruck auf Video killen */
video { 
  -webkit-user-drag: none !important;
  user-drag: none !important;
}/* End custom CSS */