/*
Theme Name: ContacT Recovery V3
Theme URI: https://contact-sicherheitsdienst.com/
Update URI: https://contact-sicherheitsdienst.com/themes/contact-recovery-v3/
Author: AliveGroup
Description: Separates, rollback-faehiges Frontend-Theme fuer ContacT Sicherheitsdienst. Nutzt vorhandene WordPress-Seiten, konservativ gepruefte Leistungstexte und bestehende Medien.
Version: 3.1.0
Requires at least: 6.5
Requires PHP: 7.4
Text Domain: contact-recovery-v3
*/

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background: #06080b;
}

body.ctv3-active {
  background: #06080b;
}

body.ctv3-active > p:empty,
body.ctv3-active > br,
body.ctv3-active #page > p:empty,
body.ctv3-active #page > br {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
