/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:
 * background: url('https://testing.eins2agentur.de/wp-content/uploads/2026/01/ESC-Bildmarke-3D-ohne-bg.png') center/contain no-repeat;
  background: url('https://testing.eins2agentur.de/wp-content/uploads/2026/01/ESC-Bildmarke-glas-effekt.png') center/contain no-repeat;
 * */

/* YT VORSCHLÄGE*/
ytm-fullscreen-related-videos-entry-point-view-model.ytmFullscreenRelatedVideosEntryPointViewModelHost {
    display: none !important;
}
.quick-actions-wrapper.enable-rtl-mirroring {
    display: none !important;
}
.fullscreen-watch-next-entrypoint-wrapper {
    opacity: 0;
}

/********ROTATION******/
#top .rot-bg{
  position: relative;
  overflow: hidden;

  /* => hier stellst Du ein, wie weit nach rechts geschoben wird */
  --rotX: 50%;
}

#top .rot-bg:before{
  content:"";
  position:absolute;
  inset:0;
  background: url('https://testing.eins2agentur.de/wp-content/uploads/2026/01/ESC-Bildmarke-3D-ohne-bg.png') center/contain no-repeat;
  transform-origin: 50% 50%;

  /* WICHTIG: translateX VOR rotate */
  transform: translateX(var(--rotX, 0%)) rotate(var(--rotDeg, 0deg)) scale(var(--rotScale, 1));

  z-index: 0;
  will-change: transform;
  pointer-events: none;
}

#top .rot-bg > *{
  position: relative;
  z-index: 2;
}


