@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,700;1,400&display=swap');
@import url('https://use.typekit.net/pdd7nec.css');

/* Button & section colors — linked to Elementor Global Colors.
   The --e-global-color-tina-* variables are set by Elementor's kit
   (see mu-plugins/tina-elementor-colors.php).
   Fallback values are the layout defaults.
*/
:root {
  --tina-default-btn-bg: var(--e-global-color-tina-btn-buecher, #6496B4);
  --tina-cover-btn-bg: var(--e-global-color-tina-dunkelblau, #0050A5);
  --tina-bw-btn-bg: var(--e-global-color-tina-btn-buecher, #6496B4);
  --tina-lt-btn-bg: var(--e-global-color-tina-btn-lostage, #A0968C);
  --tina-gw-btn-bg: var(--e-global-color-tina-btn-gw, #0073CD);
  --tina-udr-audio-bg: var(--e-global-color-tina-btn-udr, #F0EB41);
  --tina-udr-audio-playing-bg: var(--e-global-color-tina-rot, #FF7864);

  /* Section backgrounds */
  --tina-bg-cover: var(--e-global-color-tina-rot, #FF7864);
  --tina-bg-buecher: var(--e-global-color-tina-tuerkis, #87D2D2);
  --tina-bg-lostage: var(--e-global-color-tina-braun, #B4968C);
  --tina-bg-kooperationen: var(--e-global-color-tina-dunkelblau, #0050A5);
  --tina-bg-blackbox: var(--e-global-color-tina-rosa, #F0B9C3);
  --tina-bg-udr: var(--e-global-color-tina-hellgelb, #F0DCB0);
  --tina-bg-kontakt: var(--e-global-color-tina-helltuerkis, #A0E1E1);
  --tina-bg-gelb: var(--e-global-color-tina-gelb, #F0EB41);
}

html {
  overflow-x: clip;
}

body {
  background: #fff;
  font-family: museo-sans, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: clip;
}

.mobile-only { display: none; }

/* Header */
.elementor-section.tina-header {
  position: relative;
  z-index: 10000;
  background: white;
  padding: 0 !important;
}
.tina-header .elementor-container {
  display: flex !important;
  align-items: flex-end;
  justify-content: space-between;
  height: 7.74vw;
  padding: 0 3.1vw 2.1vw 0;
}
.tina-header .elementor-column {
  width: auto !important;
  flex: none !important;
}
.tina-header .elementor-widget-wrap {
  display: contents;
}
.tina-header .tina-header-title .elementor-heading-title {
  line-height: 0;
  padding-left: 3.1vw;
  display: inline-block !important;
  vertical-align: sub;
  letter-spacing: 0.5px;
}
.tina-header .elementor-heading-title a {
  color: black;
  text-decoration: none;
}
.tina-header .elementor-nav-menu--main {
  display: flex !important;
}
/* Hide the mobile dropdown nav container (not the desktop sub-menus!) */
nav.elementor-nav-menu--dropdown {
  display: none !important;
}
/* Desktop sub-menus use the same class — keep them hidden until toggled */
.tina-header .elementor-nav-menu--main .sub-menu.elementor-nav-menu--dropdown {
  display: none;
}
.tina-header .elementor-nav-menu--main .menu-item-has-children.submenu-open > .sub-menu.elementor-nav-menu--dropdown {
  display: block !important;
}
.tina-header .elementor-menu-toggle {
  display: none !important;
}
.tina-header .elementor-nav-menu {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.tina-header .elementor-nav-menu--main .elementor-nav-menu {
  display: flex !important;
  justify-content: flex-end;
}
.tina-header .elementor-nav-menu > li {
  margin: 0 !important;
}
.tina-header .elementor-widget-nav-menu .elementor-nav-menu a {
  font-family: museo-sans, sans-serif;
  font-size: 1.2vw;
  letter-spacing: 0.15vw;
  color: black;
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 !important;
  margin-left: 2.5vw !important;
}
.tina-header .elementor-widget-nav-menu .elementor-nav-menu a:hover {
  color: rgba(255,120,100,1);
}

/* Desktop submenu dropdown */
.tina-header .elementor-nav-menu > li {
  position: relative;
}
/* Hide ALL dropdown arrow/caret indicators */
.tina-header .menu-item-has-children > a .sub-arrow,
.tina-header .menu-item-has-children > a::after,
.tina-header .menu-item-has-children > .sub-menu-toggle,
.tina-header .menu-item-has-children > button.dropdown-toggle,
.tina-header .menu-item-has-children > a > svg,
.tina-header .menu-item-has-children > a > span:not(.elementor-item),
.tina-header .wp-block-navigation-submenu__toggle,
/* Elementor-injected submenu indicator SVG */
.tina-header .e-font-icon-svg.e-fas-caret-down,
.tina-header .elementor-nav-menu .sub-arrow,
.tina-header .elementor-nav-menu .submenu-indicator,
.tina-header .elementor-nav-menu-item > a > svg.e-font-icon-svg {
  display: none !important;
}
.tina-header .elementor-nav-menu--main .elementor-nav-menu > li > .sub-menu {
  display: none;
  position: absolute;
  top: calc(100% + 2.1vw) !important;
  left: 0;
  z-index: 1000;
  padding: 0.6vw 1vw 0.5vw;
  margin: 0;
  list-style: none;
  background: white;
  border: none;
  min-width: 10vw;
}
/* Open submenu via JS click (class toggled by tina-custom.js) */
.tina-header .menu-item-has-children.submenu-open > .sub-menu {
  display: block !important;
}
.tina-header .sub-menu li {
  display: block;
  margin: 0 !important;
  white-space: nowrap;
}
.tina-header .elementor-nav-menu .sub-menu a {
  font-size: 1.05vw;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.05vw;
  color: black;
  margin-left: 0 !important;
  padding: 0.4vw 0 !important;
  display: block;
}
.tina-header .elementor-nav-menu .sub-menu a:hover {
  color: rgba(255,120,100,1);
  background: transparent !important;
}

/* Footer */
.elementor-section.tina-footer {
  position: relative;
  background-color: #000000 !important;
  box-sizing: border-box !important;
}
.tina-footer::before {
  content: '';
  position: absolute;
  background: white;
  width: 37vw;
  height: 19vw;
  left: 29vw;
  top: -14.2vw;
  clip-path: polygon(35% 0%, 100% 15%, 100% 75%, 75% 100%, 0 75%, 0 15%);
  pointer-events: none;
  z-index: 1;
}
.tina-footer .elementor-container {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
.tina-footer .elementor-column {
  width: auto !important;
  flex: none !important;
}
.tina-footer .elementor-widget-wrap {
  display: contents;
}
.elementor-section.elementor-section-full_width.tina-footer,
.elementor-section.tina-footer .elementor-widget-text-editor p,
.elementor-section.tina-footer .elementor-widget-text-editor span,
.elementor-section.tina-footer .elementor-widget-text-editor a,
.tina-footer .elementor-container .elementor-widget-text-editor,
.tina-footer .elementor-container .elementor-text-editor,
.tina-footer .elementor-widget-text-editor .elementor-text-editor p {
  color: #FFFFFF;
  font-family: museo-sans, sans-serif;
  font-size: 1.1vw;
  font-weight: 500;
}
.tina-footer a {
  color: #FFFFFF !important;
  text-decoration: none !important;
}
.tina-footer a:hover {
  text-decoration: underline !important;
}
.tina-footer p {
  margin: 0 !important;
}
.tina-footer .elementor-column,
.tina-footer .elementor-widget-wrap {
  display: contents !important;
  padding: 0 !important;
}
.tina-footer .elementor-container .elementor-widget-text-editor {
  line-height: 1;
}
.tina-footer .tina-footer-impressum {
  margin-left: auto !important;
  text-align: right !important;
}
.elementor-section.tina-footer .tina-footer-impressum,
.elementor-section.tina-footer .tina-footer-impressum p,
.elementor-section.tina-footer .tina-footer-impressum a {
  text-transform: uppercase;
}

/* Section background colors — driven by Elementor Global Colors */
.elementor-section.tina-cover { background-color: var(--tina-bg-cover); }
.elementor-section.tina-author { background-color: #FFFFFF; }
.elementor-section.tina-buecher { background-color: var(--tina-bg-buecher); }
.elementor-section.tina-bittere-wasser { background-color: var(--tina-bg-buecher); }
.elementor-section.tina-lostage { background-color: var(--tina-bg-lostage); }
.elementor-section.tina-kooperationen { background-color: var(--tina-bg-kooperationen); }
.elementor-section.tina-gottgewollt { background-color: var(--tina-bg-kooperationen); }
.elementor-section.tina-black-box { background-color: var(--tina-bg-blackbox); }
.elementor-section.tina-unter-dem-radar { background-color: var(--tina-bg-cover); }
.elementor-section.tina-termine { background-color: #FFFFFF; }
.elementor-section.tina-kontakt { background-color: var(--tina-bg-kontakt); }

.elementor-section-wrap, .elementor-section { width: 100%; }
/* Applied to any tina landing page */
.elementor-template-canvas .elementor,
.tina-site { overflow-x: clip; max-width: 100vw; }
/* biome-ignore lint/complexity/noImportantStyles: Elementor override */
.elementor-section.elementor-section-full_width { padding: 0 !important; }
.elementor-section.elementor-section-full_width.tina-footer { padding: 3.1vw !important; }
.elementor-section.elementor-section-full_width.tina-bittere-wasser { padding: 2vw 5vw 10vw 5vw !important; }
.elementor-section.elementor-section-full_width.tina-lostage { padding: 0 !important; }
.elementor-section.elementor-section-full_width.tina-author { padding: 0 !important; }
.elementor-section.elementor-section-full_width.tina-gottgewollt { padding-top: 0.1px !important; padding-bottom: 0 !important; }
.elementor-section.elementor-section-full_width.tina-black-box { padding: 0 !important; }
.elementor-section.elementor-section-full_width.tina-unter-dem-radar { padding-top: 0.1px !important; padding-bottom: 8vw !important; }
.elementor-section.elementor-section-full_width.tina-termine { padding-top: 0.1px !important; padding-bottom: 2vw !important; }
.elementor-section.elementor-section-full_width.tina-kontakt { padding-top: 0.1px !important; padding-bottom: 5vw !important; }
.elementor-widget-html { width: 100%; }

.scroll-to-top {
  background-image: url(/wp-content/mu-plugins/assets/images/icons/scroll-to-top.png);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5;
  position: fixed;
  bottom: 60px;
  right: 3.1vw;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 99999;
}
.scroll-to-top:hover {
  opacity: 1;
}

.tina-cover .elementor-column,
.tina-cover .elementor-widget-wrap,
.tina-author .elementor-column,
.tina-author .elementor-widget-wrap,
.tina-author .elementor-container,
.tina-buecher .elementor-column,
.tina-buecher .elementor-widget-wrap,
.tina-buecher .elementor-container,
.tina-kooperationen .elementor-column,
.tina-kooperationen .elementor-widget-wrap,
.tina-kooperationen .elementor-container,
.tina-gottgewollt .elementor-column,
.tina-gottgewollt .elementor-widget-wrap,
.tina-gottgewollt .elementor-container,
.tina-unter-dem-radar .elementor-column,
.tina-unter-dem-radar .elementor-widget-wrap,
.tina-termine .elementor-column,
.tina-termine .elementor-widget-wrap,
.tina-termine .elementor-container,
.tina-kontakt .elementor-column,
.tina-kontakt .elementor-widget-wrap {
  display: contents !important;
}

.tina-cover > .elementor-container,
.tina-unter-dem-radar > .elementor-container,
.tina-kontakt > .elementor-container {
  display: block !important;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  margin: 0 !important;
}

.graphic,
.tina-cover::before,
.tina-cover::after,
.tina-cover > .elementor-container::after,
.tina-author::before,
.tina-buecher::after,
.tina-bittere-wasser::before,
.tina-bittere-wasser::after,
.tina-lostage::after,
.tina-gottgewollt::before,
.tina-black-box::after,
.tina-unter-dem-radar::after,
.tina-unter-dem-radar > .elementor-container::before,
.tina-termine::before,
.tina-kontakt::after,
.tina-kontakt > .elementor-container::before {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.hexagon,
.tina-cover > .elementor-container::before,
.tina-buecher::before,
.tina-lostage::before,
.tina-black-box::before,
.tina-unter-dem-radar::before,
.tina-kontakt::before {
  content: '';
  clip-path: polygon(35% 0%, 100% 15%, 100% 75%, 75% 100%, 0 75%, 0 15%);
}

@media screen and (min-width: 769px) {

.tina-buecher-heading,
.tina-koop-heading,
.tina-termine-heading,
.tina-kontakt-title {
  font-size: 4.2vw;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  margin-top: 3.1vw;
  margin-bottom: 1.0vw;
  margin-left: 3.1vw;
}
.tina-bittere-wasser .tina-buecher-heading {
  margin-left: -6.9vw;
}
.tina-buecher-heading,
.tina-termine .tina-termine-heading,
.tina-kontakt .tina-kontakt-title { color: black; }
.tina-kooperationen .tina-koop-heading { color: white; }

.tina-bw-title,
.tina-lt-title,
.tina-gw-title,
.tina-bb-title,
.tina-udr-title {
  font-family: museo-sans, sans-serif;
  font-size: 1.875vw;
  text-transform: uppercase;
  letter-spacing: 2.16px;
  font-weight: 500;
}
.tina-bittere-wasser .tina-bw-title,
.tina-lostage .tina-lt-title,
.tina-black-box .tina-bb-title,
.tina-unter-dem-radar .tina-udr-title { color: black; }
.tina-gottgewollt .tina-gw-title { color: white; }

.tina-cover-subtitle {
  font-family: 'Playfair Display', serif;
  font-size: 1.5vw;
}
.tina-cover .tina-cover-subtitle { color: black; }

.elementor-template-canvas .elementor .elementor-widget-text-editor {
  font-family: museo-sans, sans-serif;
  font-size: 1.25vw;
  line-height: 1.875vw;
  letter-spacing: 0.1px;
  font-weight: 500;
  color: black;
}
.elementor-widget-text-editor .bold { font-weight: 700; }
.italic { font-style: italic; }

.elementor-widget-text-editor p { margin-bottom: 1.25vw; }
.elementor-widget-text-editor .copyright { font-weight: 300; }

.elementor-template-canvas .elementor .elementor-button {
  font-family: museo-sans, sans-serif;
  font-size: 1.25vw;
  font-weight: 500;
  letter-spacing: 0.1px;
  background-color: var(--tina-default-btn-bg);
  width: 6.5vw;
  height: 2.5vw;
  line-height: 2.5vw;
  text-align: center;
  display: inline-block;
  outline: none;
  border: none !important;
  border-radius: 0 !important;
  color: white;
  margin-right: 0.5vw;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
  padding: 0 !important;
  box-sizing: border-box;
}
.elementor-button:hover { opacity: 0.85; }

.tina-cover {
  position: relative;
  height: 52vw;
  padding: 0.14vw;
}
.tina-cover::before {
  background-image: url(/wp-content/mu-plugins/assets/images/elements/G-1-s.png);
  width: 50vw;
  height: 21vw;
  top: 1.8vw;
  left: 3.1vw;
}
.tina-cover::after {
  background-image: url(/wp-content/mu-plugins/assets/images/elements/G-4-w.png);
  width: 34vw;
  height: 14vw;
  left: -1.4vw;
  top: 30vw;
}
.tina-cover .tina-cover-subtitle {
  position: absolute;
  width: 65%;
  z-index: 200;
  top: 30vw;
  left: 50vw;
  margin-top: 0 !important;
}
.elementor-section.tina-cover .tina-cover-subtitle {
  font-size: 1.5vw;
  line-height: 1.5vw;
  color: black;
}
.tina-cover .tina-cover-booktitle {
  position: absolute;
  top: 32vw;
  left: 50vw;
  width: 65%;
  z-index: 200;
}
.tina-cover .tina-cover-booktitle a {
  font-family: museo-sans, sans-serif;
  font-size: 4.2vw;
  color: black;
  margin-left: -0.4vw;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  width: 100%;
  line-height: 1.2;
}

/* Ausprobieren Button (CTA) */
.tina-cover .cta-button,
.tina-cover .elementor-button.cta-button {
  background-color: var(--tina-cover-btn-bg);
  color: white;
  font-family: museo-sans, sans-serif;
  font-size: 1.25vw;
  font-weight: 500;
  padding: 0.85vw 2.1vw;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  position: absolute;
  top: 17.8vw;
  right: 17vw;
  z-index: 300;
}
.tina-cover .cta-button:hover {
  opacity: 0.85;
}
.tina-cover .tina-cover-image {
  position: absolute;
  top: 13.9vw;
  width: 19vw;
  left: 18vw;
  z-index: 1;
  box-shadow: 8px 8px 16px rgba(0,0,0,0.3);
}
.tina-cover .tina-cover-image img {
  width: 100% !important;
  max-width: none !important;
  display: block;
}
.tina-cover .tina-cover-quote {
  position: absolute;
  left: 42vw;
  top: 9vw;
  width: 48vw;
  font-weight: 300;
}
.elementor-section.tina-cover .tina-cover-quote {
  font-size: 1.7vw;
  line-height: 2.3vw;
  color: white;
}
.tina-cover .tina-cover-quote p {
  margin: 0;
}
.tina-cover > .elementor-container::before {
  background-color: var(--tina-bg-gelb);
  position: absolute;
  top: 25vw;
  width: 55vw;
  height: 33vw;
  clip-path: polygon(35% 0%, 100% 15%, 100% 75%, 65% 100%, 0 75%, 0 15%);
  z-index: 100;
  right: 3.1vw;
}
.tina-cover > .elementor-container::after {
  background-image: url(/wp-content/mu-plugins/assets/images/elements/G-2-s.png);
  width: 46vw;
  height: 15vw;
  position: absolute;
  right: 3.1vw;
  top: 39.5vw;
  z-index: 150;
  left: auto;
}

.tina-author {
  position: relative;
  height: 42vw;
  margin-top: -2.4vw;
}
.tina-author::before {
  background-image: url(/wp-content/mu-plugins/assets/images/elements/G-8-f.png);
  width: 26vw;
  height: 200px;
  right: 48vw;
  top: 20vw;
}
.tina-author .tina-author-quote {
  position: absolute;
  top: 7vw;
  font-size: 3.125vw;
  line-height: 3.95vw;
  left: 3.1vw;
  width: 40vw;
}
.tina-author .tina-author-quote { color: rgb(255,120,100); }
.tina-author .tina-author-bio {
  position: absolute;
  left: 6.5vw;
  top: 25.25vw;
  width: 43vw;
  margin-top: 0 !important;
  margin-left: 0 !important;
}
.tina-author .tina-author-photo {
  position: absolute;
  top: 16.7vw;
  right: 6.5vw;
  width: 42vw;
}
.tina-author .tina-author-photo img {
  width: 100%;
  display: block;
}

.tina-buecher {
  position: relative;
  height: 13.9vw;
  z-index: 100;
  margin-top: 9vw;
  overflow: visible;
  background: transparent !important;
}
.tina-buecher::before {
  display: block;
  position: relative;
  height: 21vw;
  width: 37vw;
  margin-left: 24vw;
  margin-bottom: -5.2vw;
  background-color: var(--tina-bg-cover);
  clip-path: polygon(40% 0%, 100% 15%, 100% 75%, 65% 100%, 0 75%, 0 15%);
}
.tina-buecher::after {
  background-image: url(/wp-content/mu-plugins/assets/images/elements/G-5-w.png);
  width: 25vw;
  height: 200px;
  left: 24vw;
  top: 6vw;
}

.tina-kooperationen {
  position: relative;
  min-height: 10vw;
  overflow: hidden;
}

.tina-bittere-wasser {
  position: relative;
}
.tina-bittere-wasser::before {
  background-image: url(/wp-content/mu-plugins/assets/images/elements/G-3-s.png);
  width: 35vw;
  height: 300px;
  left: 3.1vw;
  top: 12vw;
}
.tina-bittere-wasser::after {
  background-image: url(/wp-content/mu-plugins/assets/images/elements/G-6-w.png);
  width: 29vw;
  height: 200px;
  left: 0;
  bottom: -6vw;
}
/* Use Elementor's native 2-column flex layout (55% / 45%) */
.tina-bittere-wasser > .elementor-container {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: flex-start;
}
.tina-bittere-wasser .elementor-column {
  display: block !important;
}
.tina-bittere-wasser .elementor-col-55 {
  width: 60% !important;
  flex: 0 0 60% !important;
}
.tina-bittere-wasser .elementor-col-45 {
  width: 40% !important;
  flex: 0 0 40% !important;
}
.tina-bittere-wasser .elementor-widget-wrap {
  display: block !important;
}
.tina-bittere-wasser .tina-bw-title {
  margin-top: 0;
  padding-top: 8vw;
}
.tina-bittere-wasser .tina-bw-text {
  margin-top: 2vw !important;
  margin-bottom: 0 !important;
}
.tina-bittere-wasser .tina-bw-cover {
  margin-top: 15.3vw;
}
.tina-bittere-wasser .tina-bw-cover { box-shadow: none !important; }
.tina-bittere-wasser .tina-bw-cover img { width: 29vw !important; height: auto !important; max-width: none !important; display: block; margin-left: auto; box-shadow: rgba(0,0,0,0.3) 8px 8px 16px 0px; }
/* BW button wrappers */
.tina-bittere-wasser .tina-bw-btn-1,
.tina-bittere-wasser .tina-bw-btn-2,
.tina-bittere-wasser .tina-bw-btn-3,
.tina-bittere-wasser .tina-bw-btn-4,
.tina-bittere-wasser .tina-bw-btn-5 {
  display: inline-block !important;
  width: auto !important;
  flex: none !important;
  vertical-align: top !important;
  margin: 3vw 0 0 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
}
/* BW all buttons — identical dimensions (vw-based like production) */
.tina-bittere-wasser .tina-bw-btn-1 .elementor-button,
.tina-bittere-wasser .tina-bw-btn-2 .elementor-button,
.tina-bittere-wasser .tina-bw-btn-3 .elementor-button,
.tina-bittere-wasser .tina-bw-btn-4 .elementor-button,
.tina-bittere-wasser .tina-bw-btn-5 .elementor-button {
  display: inline-block !important;
  width: 6.5vw !important;
  height: 2.5vw !important;
  line-height: 2.5vw !important;
  padding: 0 !important;
  font-size: 1.25vw !important;
  font-weight: 500 !important;
  letter-spacing: 0.1px !important;
  border: none !important;
  border-radius: 0 !important;
  box-sizing: border-box !important;
  text-align: center;
  outline: none;
  margin-right: 0.5vw !important;
}
/* BW text buttons */
.tina-bittere-wasser .tina-bw-btn-1 .elementor-button,
.tina-bittere-wasser .tina-bw-btn-2 .elementor-button {
  background-color: var(--tina-bw-btn-bg);
  color: white;
}
/* BW logo buttons */
.tina-bittere-wasser .tina-bw-btn-3 .elementor-button,
.tina-bittere-wasser .tina-bw-btn-4 .elementor-button,
.tina-bittere-wasser .tina-bw-btn-5 .elementor-button {
  background-color: white !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 60% auto !important;
  color: transparent !important;
}
.tina-bittere-wasser .tina-bw-btn-3 .elementor-button {
  background-image: url(/wp-content/mu-plugins/assets/images/icons/geniallokal-logo-bl-bitterewasser.png) !important;
}
.tina-bittere-wasser .tina-bw-btn-4 .elementor-button {
  background-image: url(/wp-content/mu-plugins/assets/images/icons/autorenwelt-logo-bl-bitterewasser.png) !important;
}
.tina-bittere-wasser .tina-bw-btn-5 .elementor-button {
  background-image: url(/wp-content/mu-plugins/assets/images/icons/amazon-logo-bl-bitterewasser.png) !important;
}

.tina-lostage {
  position: relative;
  min-height: 60vw;
  padding-bottom: 7vw;
  margin-top: 0;
}
.tina-lostage::after {
  background-image: url(/wp-content/mu-plugins/assets/images/elements/G-2-s.png);
  width: 44vw;
  height: 10vw;
  right: 3.1vw;
  top: 1.8vw;
}
.tina-lostage::before {
  clip-path: polygon(65% 0%, 100% 15%, 100% 75%, 45% 100%, 0 75%, 0 15%);
  background: white;
  margin-top: -8vw;
  position: absolute;
  width: 91vw;
  height: 52vw;
  margin-left: 9.5vw;
}

/* Lostage: flex two-column layout */
.tina-lostage > .elementor-container {
  display: flex !important;
  position: relative;
  z-index: 10;
  max-width: none !important;
  width: 100% !important;
  padding: 7vw 12vw !important;
  box-sizing: border-box;
  align-items: flex-start;
}
.tina-lostage .elementor-column {
  display: block !important;
}
.tina-lostage .elementor-widget-wrap {
  display: block !important;
}
.tina-lostage .elementor-col-40 {
  width: 35% !important;
  flex: 0 0 35% !important;
  padding: 0 !important;
}
.tina-lostage .elementor-col-60 {
  width: 55% !important;
  flex: 0 0 55% !important;
  margin-left: 4vw !important;
  padding: 0 !important;
  position: relative !important;
}


.tina-lostage .tina-lt-cover {
  box-shadow: 8px 8px 16px rgba(0,0,0,0.3);
  position: relative !important;
  width: 100% !important;
  left: auto !important;
  top: auto !important;
}
.tina-lostage .tina-lt-cover img { width: 100% !important; display: block; }
.tina-lostage .tina-lt-title {
  position: relative;
  margin-left: 0 !important;
  margin-top: 0 !important;
}
.tina-lostage .tina-lt-title .elementor-heading-title {
  color: black;
}
.tina-lostage .tina-lt-text {
  position: relative;
  width: 100% !important;
  margin-left: 0 !important;
  margin-top: 2vw !important;
  margin-bottom: 2vw !important;
}
.tina-lostage .tina-lt-text { color: black; }
.tina-lostage .tina-lt-text p,
.tina-lostage .tina-lt-text em {
  color: black;
}
/* LT button wrappers */
.tina-lostage .tina-lt-btn-1,
.tina-lostage .tina-lt-btn-2,
.tina-lostage .tina-lt-btn-3,
.tina-lostage .tina-lt-btn-4 {
  position: absolute !important;
  top: 38.5vw !important;
  display: inline-block !important;
  width: auto !important;
  flex: none !important;
  font-size: 0 !important;
  line-height: 0 !important;
}
.tina-lostage .tina-lt-btn-1 { left: 0 !important; }
.tina-lostage .tina-lt-btn-2 { left: 8.4vw !important; }
.tina-lostage .tina-lt-btn-3 { left: 16.8vw !important; }
.tina-lostage .tina-lt-btn-4 { left: 25.2vw !important; }
/* LT all buttons — identical dimensions (vw-based like production) */
.tina-lostage .tina-lt-btn-1 .elementor-button,
.tina-lostage .tina-lt-btn-2 .elementor-button,
.tina-lostage .tina-lt-btn-3 .elementor-button,
.tina-lostage .tina-lt-btn-4 .elementor-button {
  display: inline-block !important;
  width: 6.5vw !important;
  height: 2.5vw !important;
  line-height: 2.5vw !important;
  padding: 0 !important;
  font-size: 1.25vw !important;
  font-weight: 500 !important;
  letter-spacing: 0.1px !important;
  border: none !important;
  border-radius: 0 !important;
  box-sizing: border-box !important;
  text-align: center;
  outline: none;
  margin-right: 0.5vw !important;
}
/* LT text buttons */
.tina-lostage .tina-lt-btn-1 .elementor-button,
.tina-lostage .tina-lt-btn-2 .elementor-button {
  background-color: var(--tina-lt-btn-bg);
  color: white;
}
/* LT logo buttons */
.tina-lostage .tina-lt-btn-3 .elementor-button,
.tina-lostage .tina-lt-btn-4 .elementor-button {
  background-color: white !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 60% auto !important;
  color: transparent !important;
}
.tina-lostage .tina-lt-btn-3 .elementor-button {
  background-image: url(/wp-content/mu-plugins/assets/images/icons/geniallokal-logo-br-lostage.png) !important;
}
.tina-lostage .tina-lt-btn-4 .elementor-button {
  background-image: url(/wp-content/mu-plugins/assets/images/icons/amazon-logo-br-lostage.png) !important;
}

.tina-gottgewollt {
  position: relative;
  padding-bottom: 6vw;
  min-height: 60.5vw;
}
.tina-gottgewollt::before {
  background-image: url(/wp-content/mu-plugins/assets/images/elements/G-11-w.png);
  width: 44vw;
  height: 200px;
  top: 0;
  left: 0;
}
.tina-gottgewollt > .elementor-container {
  display: grid !important;
  grid-template-columns: 6.5vw repeat(4, auto) 1fr;
  grid-template-rows: auto auto auto;
}
.tina-gottgewollt > .elementor-container > .elementor-column,
.tina-gottgewollt > .elementor-container > .elementor-column > .elementor-widget-wrap {
  display: contents !important;
}
.tina-gottgewollt .tina-gw-title {
  margin-top: 12.5vw;
  grid-row: 1;
  grid-column: 2 / -1;
}
.tina-gottgewollt .tina-gw-text {
  margin-top: 2.1vw !important;
  margin-bottom: 0 !important;
  width: 40vw;
  grid-row: 2;
  grid-column: 2 / -1;
}
.tina-gottgewollt .tina-gw-text,
.tina-gottgewollt .tina-gw-text p,
.tina-gottgewollt .tina-gw-text em,
.tina-gottgewollt .tina-gw-text strong { color: white !important; }
.tina-gottgewollt a { color: white; }
.tina-gottgewollt .credits .label { font-weight: 300; }
.tina-gottgewollt .tina-gw-btn-1 {
  margin-top: 0;
  margin-bottom: 2.1vw;
  width: auto !important;
  grid-row: 3;
  grid-column: 2;
}
.tina-gottgewollt .tina-gw-btn-2 {
  width: auto !important;
  grid-row: 3;
  grid-column: 3;
  margin-top: 4.2vw;
  margin-bottom: 2.1vw;
}
.tina-gottgewollt .tina-gw-btn-4 {
  width: auto !important;
  grid-row: 3;
  grid-column: 4;
  margin-top: 4.2vw;
  margin-bottom: 2.1vw;
}
.tina-gottgewollt .tina-gw-btn-3 {
  width: auto !important;
  grid-row: 3;
  grid-column: 5;
  margin-top: 4.2vw;
  margin-bottom: 2.1vw;
}
/* GW button wrappers */
.tina-gottgewollt .tina-gw-btn-1,
.tina-gottgewollt .tina-gw-btn-2,
.tina-gottgewollt .tina-gw-btn-3,
.tina-gottgewollt .tina-gw-btn-4 {
  font-size: 0 !important;
  line-height: 0 !important;
}
/* GW all buttons — identical dimensions (vw-based like production) */
.tina-gottgewollt .tina-gw-btn-1 .elementor-button,
.tina-gottgewollt .tina-gw-btn-2 .elementor-button,
.tina-gottgewollt .tina-gw-btn-3 .elementor-button,
.tina-gottgewollt .tina-gw-btn-4 .elementor-button {
  display: inline-block !important;
  width: 6.5vw !important;
  height: 2.5vw !important;
  line-height: 2.5vw !important;
  padding: 0 !important;
  font-size: 1.25vw !important;
  font-weight: 500 !important;
  letter-spacing: 0.1px !important;
  border: none !important;
  border-radius: 0 !important;
  box-sizing: border-box !important;
  text-align: center;
  outline: none;
  margin-right: 0.5vw !important;
}
/* GW text buttons */
.tina-gottgewollt .tina-gw-btn-1 .elementor-button,
.tina-gottgewollt .tina-gw-btn-2 .elementor-button {
  background-color: var(--tina-gw-btn-bg);
  color: white;
}
.tina-gottgewollt .tina-gw-btn-3 .elementor-button {
  background-color: var(--tina-gw-btn-bg);
  color: white;
  width: auto !important;
  white-space: nowrap;
  padding: 0 1vw !important;
}
/* GW logo button */
.tina-gottgewollt .tina-gw-btn-4 .elementor-button {
  background-color: white !important;
  background-image: url(/wp-content/mu-plugins/assets/images/icons/amazon-logo-b-gottgewollt.png) !important;
  background-size: 60% auto !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  color: transparent !important;
}
.tina-gottgewollt .elementor-widget-image-gallery {
  position: absolute;
  top: 4.9vw;
  right: 3.1vw;
}
.tina-gottgewollt .elementor-widget-image-gallery .gallery {
  display: grid !important;
  grid-template-columns: 22vw 22vw;
  grid-auto-rows: 22vw;
  gap: 1.4vw;
  justify-content: end;
}
.tina-gottgewollt .elementor-widget-image-gallery .gallery-item {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  display: block !important;
  overflow: hidden;
}
.tina-gottgewollt .elementor-widget-image-gallery .gallery-caption {
  display: none !important;
}
.tina-gottgewollt .elementor-widget-image-gallery .gallery-icon,
.tina-gottgewollt .elementor-widget-image-gallery .gallery-icon a {
  display: block;
  width: 100%;
  height: 22vw;
}
.tina-gottgewollt .elementor-widget-image-gallery img {
  width: 100% !important;
  height: 22vw !important;
  margin: 0 !important;
  object-fit: cover !important;
}

.tina-black-box {
  position: relative;
  min-height: 47.4vw;
}
.tina-black-box::before {
  background: white;
  width: 62vw;
  height: 50vw;
  position: absolute;
  top: -7.5vw;
  right: 0;
  clip-path: polygon(65% 0%, 100% 15%, 100% 75%, 40% 100%, 0 75%, 0 15%);
}
.tina-black-box::after {
  background-image: url(/wp-content/mu-plugins/assets/images/elements/G-10-s.png);
  width: 26vw;
  height: 300px;
  right: 0;
  top: 2vw;
}

.tina-black-box > .elementor-container {
  display: flex !important;
  position: relative;
  z-index: 10;
  max-width: none !important;
  width: 100% !important;
  padding: 5vw 6.5vw 10vw !important;
  box-sizing: border-box;
  align-items: flex-start;
}
.tina-black-box .elementor-column {
  display: block !important;
}
.tina-black-box .elementor-widget-wrap {
  display: block !important;
}
.tina-black-box .elementor-col-50:first-child {
  width: 45% !important;
  flex: 0 0 45% !important;
  padding: 0 !important;
}
.tina-black-box .elementor-col-50:last-child {
  width: 45% !important;
  flex: 0 0 45% !important;
  margin-left: 4vw !important;
  padding: 0 !important;
}

.tina-black-box .tina-bb-image {
  z-index: 100;
  position: relative;
}
.tina-black-box .tina-bb-image img {
  width: 100% !important;
  max-width: 100% !important;
  display: block;
}
.tina-black-box .tina-bb-title {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  width: 100% !important;
  z-index: 200;
}
.tina-black-box .tina-bb-title .elementor-heading-title {
  font-family: museo-sans, sans-serif;
  font-size: 1.875vw;
  font-weight: 500;
  letter-spacing: 2.16px;
  text-transform: uppercase;
  line-height: normal;
  color: black;
}
.tina-black-box a { color: black; font-weight: 700; }
.tina-black-box .tina-bb-text {
  font-family: museo-sans, sans-serif;
  position: relative !important;
  z-index: 200;
  font-size: 1.25vw;
  line-height: 1.875vw;
  letter-spacing: 0.1px;
  left: auto !important;
  top: auto !important;
  width: 100% !important;
  font-weight: 500;
  margin-top: 2vw !important;
}
.tina-black-box .tina-bb-text { color: black; }
.tina-black-box .tina-bb-text p { margin-bottom: 1.25vw; }
.tina-black-box .tina-bb-text p:nth-of-type(2) {
  font-style: normal;
}
.tina-black-box .tina-bb-text a[style] {
  color: black;
}

.tina-unter-dem-radar {
  position: relative;
  padding-bottom: 8vw;
  z-index: 100;
  min-height: 84vw;
}
.tina-unter-dem-radar::before {
  background: rgb(240,250,175);
  width: 93.5vw;
  height: 58vw;
  position: absolute;
  top: 35.5vw;
  left: 0;
  clip-path: polygon(65% 0%, 100% 15%, 100% 75%, 40% 100%, 0 75%, 0 15%);
}
.tina-unter-dem-radar::after {
  background-image: url(/wp-content/mu-plugins/assets/images/elements/G-7-w.png);
  width: 29vw;
  height: 200px;
  right: 42vw;
  top: 14vw;
}
.tina-unter-dem-radar > .elementor-container::before {
  background-image: url(/wp-content/mu-plugins/assets/images/elements/G-10-s.png);
  width: 27vw;
  height: 20vw;
  right: 6.5vw;
  top: 68vw;
}
.tina-unter-dem-radar .tina-udr-title {
  margin-left: 6.5vw;
  margin-top: 5vw;
  margin-bottom: 0 !important;
  width: 42vw;
}
.tina-unter-dem-radar .tina-udr-subtitle {
  margin-left: 6.5vw !important;
  margin-top: 0.4vw !important;
  margin-bottom: 0 !important;
  width: 42vw !important;
  font-style: italic;
}
.elementor-section.tina-unter-dem-radar .tina-udr-subtitle {
  font-family: 'Playfair Display', serif;
  font-size: 1.25vw;
  line-height: 1.875vw;
}
.tina-unter-dem-radar .tina-udr-text {
  margin-left: 6.5vw !important;
  margin-top: 0.43vw !important;
  width: 42vw;
}
.elementor-section.tina-unter-dem-radar .tina-udr-text {
  font-family: museo-sans, sans-serif;
  font-size: 1.25vw;
  line-height: 1.875vw;
}
.elementor-section.tina-unter-dem-radar .tina-udr-text p {
  font-family: museo-sans, sans-serif;
  font-size: 1.25vw;
  line-height: 1.875vw;
}
.tina-unter-dem-radar .tina-udr-text > h4:first-child {
  margin-top: 5vw !important;
}
.tina-unter-dem-radar .tina-udr-text h4 {
  font-weight: 700;
  font-style: italic;
  margin-top: 2vw;
  margin-bottom: 0.5vw;
}
.elementor-section.tina-unter-dem-radar .tina-udr-text h4 {
  font-family: museo-sans, sans-serif;
  font-size: 1.25vw;
  line-height: 1.875vw;
}
.tina-unter-dem-radar .tina-udr-text h3,
.tina-unter-dem-radar .tina-udr-text .inhalt h3 { font-weight: 700; letter-spacing: 2.16px; text-transform: uppercase; }
.tina-unter-dem-radar .tina-udr-text ul { margin-top: 2.43vw; width: 42vw; list-style: disc; padding-left: 1.5vw; }
.tina-unter-dem-radar .tina-udr-text ul li { margin-bottom: 1.8vw; }
.tina-unter-dem-radar .tina-udr-image {
  box-shadow: 8px 8px 16px rgba(0,0,0,0.3);
  right: 12vw;
  top: 4.2vw;
  width: 30vw;
  position: absolute;
}
.tina-unter-dem-radar .tina-udr-image img { width: 100% !important; max-width: none !important; display: block; }
.tina-unter-dem-radar .tina-udr-audio {
  position: absolute;
  left: 48.5vw;
  top: 49vw;
}
.tina-unter-dem-radar .audio {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  background-color: var(--tina-udr-audio-bg);
  width: 9vw;
  height: 9vw;
  color: black;
  cursor: pointer;
  position: absolute;
}
.tina-unter-dem-radar .audio.playing { background-color: var(--tina-udr-audio-playing-bg); }
.tina-unter-dem-radar .audio .button {
  background-image: url(/wp-content/mu-plugins/assets/images/icons/play.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 0.7vw;
  width: 100%;
  height: 1vw;
}
.tina-unter-dem-radar .audio:hover .button {
  background-image: url(/wp-content/mu-plugins/assets/images/icons/play-on-mouse-over.png);
}
.tina-unter-dem-radar .audio.playing .button {
  background-image: url(/wp-content/mu-plugins/assets/images/icons/stop.png);
}
.tina-unter-dem-radar .audio .title { width: 100%; text-align: center; font-size: 1.4vw; }
.tina-unter-dem-radar .audio .mp3 { width: 100%; text-align: center; font-weight: 700; margin-top: 0.4vw; font-size: 1.4vw; }
.tina-unter-dem-radar #elegie { left: 2.8vw; top: 2.8vw; }
.tina-unter-dem-radar #puppe { left: 14vw; top: 5.6vw; }
.tina-unter-dem-radar #daemmerung { left: 28vw; top: 3.4vw; }
.tina-unter-dem-radar #patriot { left: 5vw; top: 16.6vw; }

.tina-termine {
  position: relative;
  padding-bottom: 2vw;
  min-height: auto;
}
.tina-termine::before {
  background-image: url(/wp-content/mu-plugins/assets/images/elements/G-3-s.png);
  width: 35vw;
  height: 300px;
  top: 10vw;
  left: 3.1vw;
}
.tina-termine .tina-termine-heading {
  font-size: 4.2vw;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  margin-top: 3.1vw;
  margin-left: 3.1vw;
}
.tina-termine .tina-termine-heading { color: black; }
.tina-termine .tina-termine-content {
  margin-top: 13.5vw !important;
  margin-left: 6.8vw !important;
  width: 44vw !important;
  margin-bottom: 5vw !important;
}
.elementor-section.tina-termine .tina-termine-content {
  font-size: 1.45vw;
  line-height: 2.45vw;
}
/* biome-ignore lint/style/noDescendingSpecificity: legacy ordering */
.tina-termine .tina-termine-content h2,
.tina-termine .tina-termine-content h3 { font-size: 1.875vw; letter-spacing: 2.16px; text-transform: uppercase; font-weight: 500; }
.tina-termine .tina-termine-content ul { margin-top: 2.43vw; margin-bottom: 5vw; list-style: disc; padding-left: 1.5vw; }
.tina-termine .tina-termine-content ul li { margin-bottom: 1.8vw; z-index: 200; position: relative; }
/* biome-ignore lint/style/noDescendingSpecificity: legacy ordering */
.tina-termine .bold { font-weight: 700; }
.tina-termine a { color: black; font-weight: 700; }
.tina-termine .termin-end { margin-top: 0.4vw; font-weight: 800; opacity: 0.6; }
.tina-termine .tina-termine-content .keine-termine {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 1.45vw;
  color: #666;
  margin-top: 2vw;
}

.tina-kontakt {
  position: relative;
  padding-bottom: 5vw;
  min-height: 32.6vw;
}
.tina-kontakt::before {
  background: var(--tina-bg-buecher);
  width: 40vw;
  height: 23vw;
  position: absolute;
  top: -17.2vw;
  right: 3.1vw;
  z-index: 100;
}
.tina-kontakt::after {
  background-image: url(/wp-content/mu-plugins/assets/images/elements/G-3-s.png);
  width: 43vw;
  height: 15vw;
  top: 10vw;
  left: 0;
}
.tina-kontakt > .elementor-container::before {
  background-image: url(/wp-content/mu-plugins/assets/images/elements/G-2-s.png);
  width: 49vw;
  height: 20vw;
  top: -11.2vw;
  right: 3.1vw;
  z-index: 400;
}
.tina-kontakt .tina-kontakt-title {
  font-size: 4.2vw;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  margin-top: 3.1vw;
  margin-left: 3.1vw;
}
.tina-kontakt .tina-kontakt-title { color: black; }
.tina-kontakt .tina-kontakt-info {
  margin-top: 13vw !important;
  margin-bottom: 1.4vw !important;
  margin-left: 6.5vw !important;
}
.elementor-section.tina-kontakt .tina-kontakt-info {
  font-size: 1.45vw;
  line-height: 1.875vw;
  color: white;
}
.elementor-section.tina-kontakt .tina-kontakt-info a { color: white; font-weight: 500; }
.tina-kontakt .tina-kontakt-info a:hover { text-decoration: underline; }
.tina-kontakt .tina-kontakt-info .email, .tina-kontakt .tina-kontakt-info .links { margin-top: 20px; }
.tina-kontakt .tina-kontakt-social {
   margin-left: 6.5vw !important;
}
.tina-kontakt .elementor-social-icons-wrapper {
   display: flex !important;
   justify-content: flex-start !important;
}
.tina-kontakt .tina-kontakt-social .elementor-social-icon {
   width: 25px !important;
   height: 25px !important;
   margin-right: 10px !important;
   display: inline-block !important;
   background-color: transparent !important;
   background-repeat: no-repeat !important;
   background-size: contain !important;
   background-position: center !important;
   border-radius: 50% !important;
   padding: 0 !important;
   font-size: 0;
   line-height: 0;
}
.tina-kontakt .elementor-social-icon svg {
   display: none;
}
.tina-kontakt .elementor-social-icon-twitter { background-image: url(/wp-content/mu-plugins/assets/images/icons/twitter-icon-w.png); }
.tina-kontakt .elementor-social-icon-instagram { background-image: url(/wp-content/mu-plugins/assets/images/icons/instagram-icon-w.png); }
.tina-kontakt .elementor-social-icon-facebook { background-image: url(/wp-content/mu-plugins/assets/images/icons/facebook-icon-w.png); }
.tina-kontakt .elementor-social-icon-linkedin { background-image: url(/wp-content/mu-plugins/assets/images/icons/linkedin-icon-w.png); }

/* Woobie demo modal overrides */
#container {
  min-width: 50vw !important;
  width: 50vw !important;
  max-width: 680px !important;
  min-height: 50vh !important;
  height: 65vh !important;
  max-height: 75vh !important;
  padding-bottom: 7vh !important;
  overflow: auto !important;
}
#conversation button {
  max-width: 100% !important;
  white-space: normal !important;
  word-wrap: break-word !important;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
.presse-content {
  display: none;
}
#presse-container {
  background-color: white;
  margin: 7vh 7vw;
  width: 86vw;
  height: 86vh;
  position: absolute;
  overflow-y: scroll;
  overflow-x: hidden;
}
#presse-container .header {
  height: 20vw;
  margin-top: 3.1vw;
  position: absolute;
}
#presse-container .header h2 {
  font-family: 'Playfair Display', serif;
  font-size: 4.2vw;
  color: black;
  margin-top: 0;
  margin-bottom: 1.0vw;
  margin-left: 3.1vw;
  font-weight: 500;
}
#presse-container .header .graphic-black {
  background-image: url(/wp-content/mu-plugins/assets/images/elements/G-3-s.png);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  position: absolute;
  width: 70vw;
  margin-left: -3.1vw;
  height: 20vw;
  top: 7vw;
}
#presse-container .presse-content-container {
  position: relative;
  margin-top: 26vw;
  margin-left: 12.5vw;
  width: 66vw;
  padding-bottom: 6.5vw;
}
#presse-container .presse-content-container .headline {
  font-family: museo-sans, sans-serif;
  font-size: 2.1vw;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15vw;
  color: black;
}
#presse-container .presse-content-container ul {
  position: relative;
  list-style: none;
  list-style-position: inside;
  padding-left: 0;
}
#presse-container .presse-content-container ul li {
  position: relative;
  margin-top: 5.1vw;
  color: black;
}
#presse-container .presse-content-container .text {
  font-family: museo-sans, sans-serif;
  font-size: 1.4vw;
  line-height: 2.1vw;
  font-weight: 500;
  color: black;
}
#presse-container .presse-content-container .text.zitat {
  margin-bottom: 0;
}
#presse-container .presse-content-container .text.quelle {
  font-weight: 300;
}
/* Book-specific headline colors */
.presse-content-container .presse-lostage .headline {
  color: rgba(255,120,100);
}
.presse-content-container .presse-gottgewollt .headline {
  color: rgb(0,80,165);
}
/* Hide PUM popups (we use custom overlay instead) */
.pum.pum-overlay {
  display: none !important;
}

/* Desktop heading typography overrides
   The Hello Elementor reset.css sets h1:2.5rem, h2:2rem, h3:1.75rem directly
   on heading elements, overriding inherited vw-based sizes from widget containers.
   These rules target .elementor-heading-title to match the original site typography. */

.tina-header .tina-header-title .elementor-heading-title {
  font-family: 'Playfair Display', serif;
  font-size: 4.5vw;
  font-weight: 500;
  color: black;
}

.tina-cover .tina-cover-subtitle .elementor-heading-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.5vw;
  font-weight: 400;
  color: black;
}

.tina-cover .tina-cover-booktitle .elementor-heading-title {
  font-family: museo-sans, sans-serif;
  font-size: 4.2vw;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: 1.2;
  color: black;
}

.tina-author .tina-author-quote .elementor-heading-title {
  font-family: 'Playfair Display', serif;
  font-size: 3.125vw;
  font-weight: 400;
  line-height: 3.95vw;
  color: rgb(255, 120, 100);
}

.tina-buecher-heading .elementor-heading-title,
.tina-kooperationen .tina-koop-heading .elementor-heading-title,
.tina-termine .tina-termine-heading .elementor-heading-title,
.tina-kontakt .tina-kontakt-title .elementor-heading-title {
  font-family: 'Playfair Display', serif !important;
  font-size: 4.2vw !important;
  font-weight: 400 !important;
  line-height: normal !important;
}

.tina-bittere-wasser .tina-bw-title .elementor-heading-title,
.tina-lostage .tina-lt-title .elementor-heading-title,
.tina-gottgewollt .tina-gw-title .elementor-heading-title,
.tina-unter-dem-radar .tina-udr-title .elementor-heading-title {
  font-family: museo-sans, sans-serif;
  font-size: 1.875vw;
  text-transform: uppercase;
  letter-spacing: 2.16px;
  font-weight: 500;
}

}

@media screen and (max-width: 768px) {
  .mobile-only { display: block; }
  .desktop-only { display: none; }

  .tina-header {
    position: relative;
    z-index: 10000;
    background: white;
  }
  .tina-header .elementor-container {
    height: auto;
    padding: 3vw 3.1vw 4.1vw 0;
    align-items: flex-end;
    position: relative;
  }
  .tina-header .tina-header-title .elementor-heading-title {
    font-size: 8.5vw !important;
    line-height: 1 !important;
    padding-left: 3.1vw;
  }
  .tina-header .tina-header-title .elementor-heading-title a {
    font-size: 8.5vw !important;
  }
  .tina-header .elementor-nav-menu--main {
    display: none !important;
  }
  .tina-header > .elementor-container > .elementor-column:nth-child(2) {
    position: static !important;
    width: auto !important;
    flex: none !important;
  }
  .tina-header > .elementor-container > .elementor-column:nth-child(2) .elementor-widget-wrap {
    display: contents !important;
  }
  .tina-header .elementor-widget-nav-menu {
    position: static !important;
    width: auto !important;
  }
  .tina-header .elementor-menu-toggle {
    position: absolute !important;
    top: 4.5vw;
    right: 3.1vw;
    width: 9vw;
    height: 7.5vw;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    border: none !important;
    outline: none !important;
    background: transparent !important;
    z-index: 100;
    cursor: pointer;
  }
  .tina-header .elementor-menu-toggle svg {
    width: 6vw;
    height: 6vw;
    fill: black;
  }
  .tina-header .elementor-menu-toggle__icon--close {
    display: none !important;
  }
  .tina-header .elementor-menu-toggle[aria-expanded="true"] .elementor-menu-toggle__icon--open {
    display: none !important;
  }
  .tina-header .elementor-menu-toggle[aria-expanded="true"] .elementor-menu-toggle__icon--close {
    display: block !important;
  }
  .tina-header > .elementor-container nav.elementor-nav-menu--dropdown {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    width: 96.9vw !important;
    margin: 0 !important;
    padding: 0 !important;
    background: white !important;
    z-index: 500 !important;
    border-bottom: 6vw solid rgba(255,120,100,1);
    box-sizing: border-box;
    display: none !important;
  }
  .tina-header .elementor-menu-toggle[aria-expanded="true"] ~ nav.elementor-nav-menu--dropdown {
    display: block !important;
  }
  .tina-header .elementor-nav-menu--dropdown .elementor-nav-menu {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .tina-header .elementor-nav-menu--dropdown .elementor-nav-menu > li {
    display: block !important;
  }
  .tina-header .elementor-nav-menu--dropdown a.elementor-item {
    font-family: museo-sans, sans-serif;
    font-weight: 500;
    font-size: 3.1vw !important;
    padding: 2vw 4vw !important;
    letter-spacing: 0.2vw;
    display: block !important;
    color: black;
    text-transform: uppercase;
    text-decoration: none !important;
    margin-left: 0 !important;
  }
  .tina-header .elementor-nav-menu--dropdown a.elementor-item:hover,
  .tina-header .elementor-nav-menu--dropdown a.elementor-item:focus,
  .tina-header .elementor-nav-menu--dropdown a.elementor-item:active,
  .tina-header .elementor-nav-menu--dropdown a.elementor-item.elementor-item-active,
  .tina-header .elementor-nav-menu--dropdown a.elementor-item.highlighted,
  .elementor-nav-menu--dropdown .elementor-item.elementor-item-active,
  .elementor-nav-menu--dropdown .elementor-item.highlighted {
    color: rgba(255,120,100,1) !important;
    background: transparent !important;
    background-color: transparent !important;
  }

  /* Mobile submenu items — hidden by default, shown on click */
  .tina-header .elementor-nav-menu--dropdown .sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none !important;
  }
  .tina-header .elementor-nav-menu--dropdown .menu-item-has-children.submenu-open > .sub-menu {
    display: block !important;
  }
  .tina-header .elementor-nav-menu--dropdown .sub-menu a.elementor-item,
  .tina-header .elementor-nav-menu--dropdown .sub-menu a.elementor-sub-item {
    font-family: museo-sans, sans-serif;
    font-weight: 700;
    text-transform: none;
    padding: 2vw 4vw 2vw 8vw !important;
    font-size: 3.1vw !important;
    display: block !important;
    color: black !important;
    text-decoration: none !important;
    margin-left: 0 !important;
    letter-spacing: 0.2vw;
    cursor: pointer;
    pointer-events: auto !important;
    -webkit-tap-highlight-color: transparent;
  }
  .tina-header .elementor-nav-menu--dropdown .sub-menu a.elementor-sub-item:hover,
  .tina-header .elementor-nav-menu--dropdown .sub-menu a.elementor-sub-item:focus,
  .tina-header .elementor-nav-menu--dropdown .sub-menu a.elementor-sub-item:active {
    color: rgba(255,120,100,1) !important;
    background: transparent !important;
    background-color: transparent !important;
  }
  /* Hide dropdown arrow in mobile too */
  .tina-header .elementor-nav-menu--dropdown .menu-item-has-children > a .sub-arrow,
  .tina-header .elementor-nav-menu--dropdown .menu-item-has-children > a::after {
    display: none !important;
  }

  /* Flatten Lostage/Black Box multi-column containers on mobile */
  .tina-lostage .elementor-column,
  .tina-lostage .elementor-widget-wrap,
  .tina-lostage .elementor-container,
  .tina-black-box .elementor-column,
  .tina-black-box .elementor-widget-wrap,
  .tina-black-box .elementor-container {
    display: contents !important;
  }

  .elementor-template-canvas .elementor .elementor-widget-text-editor {
    font-size: 2.75vw;
    line-height: 4.5vw;
  }
  .elementor-template-canvas .elementor-widget-text-editor .elementor-text-editor,
  .elementor-template-canvas .elementor-widget-text-editor p {
    font-weight: 500;
  }

  .elementor-section.tina-bittere-wasser .tina-bw-title,
  .elementor-section.tina-lostage .tina-lt-title,
  .elementor-section.tina-gottgewollt .tina-gw-title,
  .elementor-section.tina-black-box .tina-bb-title,
  .elementor-section.tina-unter-dem-radar .tina-udr-title,
  .elementor-section.tina-termine .tina-termine-content h2,
  .elementor-section.tina-termine .tina-termine-content h3 {
    font-size: 4vw;
    letter-spacing: 0.2vw;
  }

  .elementor-template-canvas .elementor .elementor-button {
    width: auto !important;
    height: auto !important;
    line-height: 2.1vw !important;
    font-size: 3vw !important;
    padding: 2vw 4.1vw !important;
    margin-right: 0.5vw;
    margin-bottom: 2vw;
    border-radius: 0 !important;
    background-repeat: no-repeat !important;
    background-size: 60% !important;
    background-position: center !important;
  }
  
  .tina-cover { height: 148.5vw; padding: 0.14vw; }
  .tina-cover::before { background-image: url(/wp-content/mu-plugins/assets/images/elements/G-1-s.png); width: 75vw; height: 21vw; top: 2.8vw; left: 3.1vw; }
  .tina-cover::after { display: none; }
  .tina-cover > .elementor-container::before {
    background-color: var(--tina-bg-gelb);
    position: absolute;
    width: 96.9vw;
    height: 58vw;
    top: 41vw;
    left: 3.1vw;
    right: auto;
    z-index: 100;
  }
  .tina-cover > .elementor-container::after {
    background-image: url(/wp-content/mu-plugins/assets/images/elements/G-2-s.png);
    width: 60vw;
    height: 15vw;
    top: 66.5vw;
    right: 0;
    z-index: 150;
  }
  .tina-cover .tina-cover-image { position: absolute; width: 36.5vw; left: 12vw; top: 74.9vw; margin-bottom: 0; z-index: 401; }
  .tina-cover .tina-cover-image img { width: 100% !important; max-width: none !important; display: block; }
  .elementor-section.tina-cover .tina-cover-quote { position: absolute; left: 29vw; top: 17vw; width: 59vw; font-size: 3.2vw; line-height: 4.3vw; }
  .tina-cover .tina-cover-subtitle { position: absolute !important; left: 12vw !important; top: 50vw !important; width: 80% !important; margin-top: 0 !important; z-index: 200; }
  .tina-cover .tina-cover-subtitle .elementor-heading-title { font-size: 3vw; font-weight: 500; }
  .tina-cover .tina-cover-booktitle {
    position: absolute;
    top: 54vw;
    left: 12vw;
    width: 80%;
    z-index: 200;
  }
  .tina-cover .tina-cover-booktitle .elementor-heading-title a { font-size: 9.5vw; line-height: 1; margin-left: -0.9vw; }
  .tina-cover .tina-cover-booktitle .elementor-heading-title { font-size: 9.5vw; line-height: 1; }
  .tina-cover .cta-button {
    position: absolute;
    top: 102.8vw;
    left: 55vw;
    right: auto;
    margin: 0;
    font-size: 3vw;
    padding: 2.5vw 3.1vw;
    background-color: var(--tina-cover-btn-bg);
    color: white;
    border: none;
    border-radius: 10px;
    z-index: 300;
  }
  
  .elementor-section.elementor-section-full_width.tina-author { padding: 0 !important; }
  .tina-author { height: 152vw; min-height: 0; margin-top: 0; }
  .tina-author::before {
    background-image: url(/wp-content/mu-plugins/assets/images/elements/G-8-f.png);
    width: 53vw;
    height: 200px;
    right: 0;
    top: 31vw;
  }
  .tina-author .tina-author-quote { position: absolute; top: 5vw; left: 3.1vw; width: 79vw; font-size: 6.125vw; line-height: 8vw; margin-bottom: 0; }
  .tina-author .tina-author-quote,
  .tina-author .tina-author-quote .elementor-heading-title,
  .tina-author .tina-author-quote h2 { color: rgb(255, 120, 100); }
  .tina-author .tina-author-bio { position: absolute !important; left: 6.5vw !important; top: 109.25vw !important; width: 80vw !important; margin: 0 !important; }
  .tina-author .tina-author-photo { position: absolute; right: auto; left: 0; top: 44vw; width: 82vw; margin-top: 0; }
  
  .tina-buecher {
    height: 28.5vw;
    margin-top: 4vw;
    display: flex;
    flex-direction: column;
    z-index: 100;
    background: linear-gradient(to bottom, transparent 0%, transparent 90%, var(--tina-bg-buecher) 90%, var(--tina-bg-buecher) 100%) !important;
  }
  .tina-buecher::before {
    display: block;
    position: absolute;
    top: 0;
    height: 26vw;
    width: 48vw;
    left: 40vw;
    background-color: var(--tina-bg-cover);
    clip-path: polygon(40% 0%, 100% 15%, 100% 75%, 65% 100%, 0 75%, 0 15%);
  }
  .tina-buecher::after {
    background-image: url(/wp-content/mu-plugins/assets/images/elements/G-5-w.png);
    width: 44vw;
    height: 200px;
    top: 7vw;
    left: 40vw;
  }
  
  .tina-buecher-heading,
  .tina-koop-heading,
  .tina-termine-heading,
  .tina-kontakt-title { font-size: 8.2vw; margin-left: 3.1vw; margin-top: 2.1vw; margin-bottom: 1.8vw; font-weight: 500; }
  .tina-buecher-heading { margin-top: 0; margin-bottom: 0; margin-left: 3.1vw; position: relative; z-index: 101; }
  .tina-bittere-wasser > .elementor-container > .elementor-column > .elementor-widget-wrap { padding-left: 0 !important; padding-right: 0 !important; }
  .tina-buecher-heading .elementor-heading-title,
  .tina-kooperationen .tina-koop-heading .elementor-heading-title,
  .tina-termine .tina-termine-heading .elementor-heading-title,
  .tina-kontakt .tina-kontakt-title .elementor-heading-title {
    font-size: 8.2vw !important;
    font-weight: 500 !important;
    font-family: 'Playfair Display', serif !important;
  }
  
  .elementor-section.elementor-section-full_width.tina-bittere-wasser {
    min-height: auto;
    padding: 3vw 0 0 0 !important;
    overflow: visible;
  }
  .tina-bittere-wasser .elementor-col-45,
  .tina-bittere-wasser .elementor-col-45 > .elementor-widget-wrap {
    position: static !important;
  }
  .tina-bittere-wasser::before {
    background-image: url(/wp-content/mu-plugins/assets/images/elements/G-3-s.png);
    width: 66vw;
    height: 300px;
    left: 3.1vw;
    top: 13.5vw;
  }
  .tina-bittere-wasser::after {
    background-image: url(/wp-content/mu-plugins/assets/images/elements/G-7-w.png);
    width: 55vw;
    height: 200px;
    top: 122vw;
    right: 0;
    left: auto;
  }
  .tina-bittere-wasser .tina-bw-title { margin-left: 6.5vw !important; margin-top: 112vw !important; width: auto !important; }
  .tina-bittere-wasser .tina-bw-text { margin-left: 6.5vw !important; width: 82vw !important; }
  .tina-bittere-wasser .tina-bw-cover { position: absolute; right: 12vw; top: 25.5vw; width: 54vw; margin: 0; }
  .tina-bittere-wasser .tina-bw-cover img { width: 100% !important; height: auto !important; max-width: none !important; display: block; }
  .tina-bittere-wasser .tina-bittere-wasser > .elementor-container > .elementor-column:nth-child(2) > .elementor-widget-wrap {
    display: block !important;
    margin: 0 !important;
    padding: 4.2vw 0 14.1vw 12vw !important;
    width: 92vw !important;
    box-sizing: border-box !important;
    line-height: 10vw;
  }
  .tina-bittere-wasser .tina-bw-btn-1,
  .tina-bittere-wasser .tina-bw-btn-2,
  .tina-bittere-wasser .tina-bw-btn-3,
  .tina-bittere-wasser .tina-bw-btn-4,
  .tina-bittere-wasser .tina-bw-btn-5 {
    display: inline-block !important;
    width: auto !important;
    margin: 0 0 2.5vw 0 !important;
    margin-right: 1.5vw !important;
    vertical-align: top;
  }
  .tina-bittere-wasser .tina-bw-btn-1,
  .tina-bittere-wasser .tina-bw-btn-2,
  .tina-bittere-wasser .tina-bw-btn-3 {
    margin-top: 4.2vw !important;
  }
  .tina-bittere-wasser .tina-bw-btn-1 {
    margin-left: 6.5vw !important;
  }
  .tina-bittere-wasser .tina-bw-btn-4 {
    margin-left: 6.5vw !important;
  }
  .tina-bittere-wasser .tina-bw-btn-5 {
    margin-bottom: 8vw !important;
  }
  .tina-bittere-wasser .elementor-button {
    margin-bottom: 0 !important;
  }
  .tina-bittere-wasser .tina-bw-btn-1 > .elementor-widget-container,
  .tina-bittere-wasser .tina-bw-btn-2 > .elementor-widget-container,
  .tina-bittere-wasser .tina-bw-btn-3 > .elementor-widget-container,
  .tina-bittere-wasser .tina-bw-btn-4 > .elementor-widget-container,
  .tina-bittere-wasser .tina-bw-btn-5 > .elementor-widget-container,
  .tina-bittere-wasser .tina-bw-btn-1 .elementor-button-wrapper,
  .tina-bittere-wasser .tina-bw-btn-2 .elementor-button-wrapper,
  .tina-bittere-wasser .tina-bw-btn-3 .elementor-button-wrapper,
  .tina-bittere-wasser .tina-bw-btn-4 .elementor-button-wrapper,
  .tina-bittere-wasser .tina-bw-btn-5 .elementor-button-wrapper {
    display: contents !important;
  }


  /* BW button logo images (must repeat from desktop since these are in different media queries) */
  .tina-bittere-wasser .tina-bw-btn-1 .elementor-button,
  .tina-bittere-wasser .tina-bw-btn-2 .elementor-button {
    background-color: var(--tina-bw-btn-bg);
    color: white;
  }
  .tina-bittere-wasser .tina-bw-btn-3 .elementor-button {
    background-color: white !important;
    color: transparent !important;
    background-image: url(/wp-content/mu-plugins/assets/images/icons/geniallokal-logo-bl-bitterewasser.png) !important;
  }
  .tina-bittere-wasser .tina-bw-btn-4 .elementor-button {
    background-color: white !important;
    color: transparent !important;
    background-image: url(/wp-content/mu-plugins/assets/images/icons/autorenwelt-logo-bl-bitterewasser.png) !important;
  }
  .tina-bittere-wasser .tina-bw-btn-5 .elementor-button {
    background-color: white !important;
    color: transparent !important;
    background-image: url(/wp-content/mu-plugins/assets/images/icons/amazon-logo-bl-bitterewasser.png) !important;
  }

  /* Lostage button colors */
  .tina-lostage .tina-lt-btn-1 .elementor-button,
  .tina-lostage .tina-lt-btn-2 .elementor-button {
    background-color: var(--tina-lt-btn-bg);
    color: white;
  }
  .tina-lostage .tina-lt-btn-3 .elementor-button {
    background-color: white !important;
    color: transparent !important;
    background-image: url(/wp-content/mu-plugins/assets/images/icons/geniallokal-logo-br-lostage.png) !important;
  }
  .tina-lostage .tina-lt-btn-4 .elementor-button {
    background-color: white !important;
    color: transparent !important;
    background-image: url(/wp-content/mu-plugins/assets/images/icons/amazon-logo-br-lostage.png) !important;
  }

  /* Gottgewollt button colors */
  .tina-gottgewollt .tina-gw-btn-1 .elementor-button,
  .tina-gottgewollt .tina-gw-btn-2 .elementor-button,
  .tina-gottgewollt .tina-gw-btn-3 .elementor-button {
    background-color: var(--tina-gw-btn-bg);
    color: white;
  }
  .tina-gottgewollt .tina-gw-btn-4 .elementor-button {
    background-color: white !important;
    color: transparent !important;
    background-image: url(/wp-content/mu-plugins/assets/images/icons/amazon-logo-b-gottgewollt.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }

  .tina-lostage { height: 199vw; min-height: 0 !important; padding: 0 !important; overflow: visible; }
  .tina-lostage > .elementor-container { display: block !important; padding: 0.14vw 0 11vw !important; position: relative; z-index: 10; }
  .tina-lostage .elementor-col-40,
  .tina-lostage .elementor-col-60 { width: 100% !important; flex: none !important; margin-left: 0 !important; }
  .tina-lostage::before { display: block; position: absolute; background: white; clip-path: polygon(65% 0%, 100% 15%, 100% 75%, 45% 100%, 0 75%, 0 15%); width: 91vw; height: 52vw; margin-left: 12vw; margin-top: -8vw; top: auto; left: auto; right: auto; z-index: 1; }
  .tina-lostage::after {
    background-image: url(/wp-content/mu-plugins/assets/images/elements/G-10-s.png);
    width: 56vw;
    height: 79vw;
    right: 0vw;
    top: 5.8vw;
    z-index: 2;
  }
  .tina-lostage .tina-lt-cover { position: absolute !important; left: 6.5vw !important; top: 11.5vw !important; width: 54.5vw !important; margin: 0 !important; }
  .tina-lostage .tina-lt-cover img { width: 100% !important; height: auto !important; max-width: none !important; display: block; }
  .tina-lostage .tina-lt-title { margin-left: 6.5vw !important; margin-top: 109vw !important; }
  .tina-lostage .tina-lt-title,
  .tina-lostage .tina-lt-title .elementor-heading-title,
  .tina-lostage .tina-lt-title .elementor-widget-container { color: black; }
  .tina-lostage .tina-lt-text { margin-left: 6.5vw !important; width: 85vw !important; margin-top: 2vw !important; }
  .tina-lostage .tina-lt-text,
  .tina-lostage .tina-lt-text .elementor-widget-container,
  .tina-lostage .tina-lt-text .elementor-text-editor,
  .tina-lostage .tina-lt-text p { color: black; }
  .tina-lostage .tina-lt-btn-1,
  .tina-lostage .tina-lt-btn-2,
  .tina-lostage .tina-lt-btn-3,
  .tina-lostage .tina-lt-btn-4 {
    display: inline-block !important;
    width: auto !important;
    margin-bottom: 0 !important;
    vertical-align: top;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
  }
  .tina-lostage .elementor-button {
    margin-bottom: 0 !important;
  }
  .tina-lostage .tina-lt-btn-1 > .elementor-widget-container,
  .tina-lostage .tina-lt-btn-2 > .elementor-widget-container,
  .tina-lostage .tina-lt-btn-3 > .elementor-widget-container,
  .tina-lostage .tina-lt-btn-4 > .elementor-widget-container,
  .tina-lostage .tina-lt-btn-1 .elementor-button-wrapper,
  .tina-lostage .tina-lt-btn-2 .elementor-button-wrapper,
  .tina-lostage .tina-lt-btn-3 .elementor-button-wrapper,
  .tina-lostage .tina-lt-btn-4 .elementor-button-wrapper {
    display: contents !important;
  }
  .tina-lostage .tina-lt-btn-1 {
    margin-left: 6.5vw !important;
  }
  
  .tina-kooperationen {
    background-color: var(--tina-bg-kooperationen) !important;
    min-height: auto !important;
    padding: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .tina-kooperationen > .elementor-container {
    padding: 0 !important;
  }
  .tina-kooperationen .tina-koop-heading {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 3.2vw 0 2.2vw !important;
  }
  .tina-gottgewollt {
    background-color: var(--tina-bg-kooperationen) !important;
    min-height: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    overflow: hidden;
  }
  .tina-gottgewollt > .elementor-container {
    display: block !important;
    padding: 0 0 8.5vw !important;
    position: relative;
  }
  .tina-gottgewollt::before {
    background-image: url(/wp-content/mu-plugins/assets/images/elements/G-11-w.png);
    width: 88vw;
    height: 200px;
    top: 1.8vw;
    left: 0;
  }
  .tina-gottgewollt .tina-gw-title { margin-top: 24.5vw; margin-left: 0; }
  .tina-gottgewollt .tina-gw-text { margin-left: 6.5vw !important; width: 76vw !important; }
  .tina-gottgewollt .tina-gw-btn-1 { margin-top: 9.2vw; margin-left: 6.5vw; }
  .tina-gottgewollt .tina-gw-btn-1 > .elementor-widget-container,
  .tina-gottgewollt .tina-gw-btn-2 > .elementor-widget-container,
  .tina-gottgewollt .tina-gw-btn-3 > .elementor-widget-container,
  .tina-gottgewollt .tina-gw-btn-4 > .elementor-widget-container,
  .tina-gottgewollt .tina-gw-btn-1 .elementor-button-wrapper,
  .tina-gottgewollt .tina-gw-btn-2 .elementor-button-wrapper,
  .tina-gottgewollt .tina-gw-btn-3 .elementor-button-wrapper,
  .tina-gottgewollt .tina-gw-btn-4 .elementor-button-wrapper {
    display: contents !important;
  }
  .tina-gottgewollt .elementor-button { margin-bottom: 0 !important; }
  .tina-gottgewollt .tina-gw-btn-1,
  .tina-gottgewollt .tina-gw-btn-2,
  .tina-gottgewollt .tina-gw-btn-3,
  .tina-gottgewollt .tina-gw-btn-4 {
    display: inline-block;
    width: auto !important;
    margin-bottom: 0 !important;
    vertical-align: top;
  }
  .tina-gottgewollt .elementor-widget-image-gallery { position: relative; right: 0; top: 0; width: 100%; margin-top: -12vw; text-align: left; }
  .tina-gottgewollt .elementor-widget-image-gallery .gallery {
    font-size: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3.5vw;
    padding: 0 6.5vw;
    box-sizing: border-box;
  }
  .tina-gottgewollt .elementor-widget-image-gallery .gallery-item {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    display: block !important;
  }
  .tina-gottgewollt .elementor-widget-image-gallery .gallery-icon { width: 100%; }
  .tina-gottgewollt .elementor-widget-image-gallery img { width: 100%; aspect-ratio: 1 / 1; height: auto; margin: 0; object-fit: cover; }

  .tina-gottgewollt > .elementor-container {
    display: grid !important;
    grid-template-columns: 6.5vw repeat(12, minmax(0, 1fr)) 6.5vw;
    padding: 0 0 8.5vw !important;
  }
  .tina-gottgewollt .tina-gottgewollt > .elementor-container > .elementor-column:nth-child(1),
  .tina-gottgewollt .tina-gottgewollt > .elementor-container > .elementor-column:nth-child(2),
  .tina-gottgewollt .tina-gottgewollt > .elementor-container > .elementor-column:nth-child(1) > .elementor-widget-wrap,
  .tina-gottgewollt .tina-gottgewollt > .elementor-container > .elementor-column:nth-child(2) > .elementor-widget-wrap {
    display: contents !important;
  }
  .tina-gottgewollt .tina-gw-title {
    grid-column: 2 / 14;
    grid-row: 1;
  }
  .tina-gottgewollt .tina-gw-text {
    grid-column: 2 / 14;
    grid-row: 2;
    width: 76vw !important;
    margin-left: 0 !important;
  }
  .elementor-section.tina-gottgewollt .tina-gw-text strong {
    font-weight: 300;
  }
  .tina-gottgewollt .tina-gw-gallery {
    grid-column: 1 / -1;
    grid-row: 3;
  }
  .tina-gottgewollt .elementor-widget-image-gallery {
    margin-top: 3.2vw !important;
  }
  .tina-gottgewollt .tina-gw-btn-1,
  .tina-gottgewollt .tina-gw-btn-2,
  .tina-gottgewollt .tina-gw-btn-3,
  .tina-gottgewollt .tina-gw-btn-4 {
    display: contents !important;
  }
  .tina-gottgewollt .tina-gw-btn-1 .elementor-button,
  .tina-gottgewollt .tina-gw-btn-2 .elementor-button,
  .tina-gottgewollt .tina-gw-btn-3 .elementor-button,
  .tina-gottgewollt .tina-gw-btn-4 .elementor-button {
    grid-row: 4;
    margin-top: 3.2vw;
    text-align: center;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .tina-gottgewollt .tina-gw-btn-1 .elementor-button { grid-column: 2 / 4; margin-right: 1vw; }
  .tina-gottgewollt .tina-gw-btn-2 .elementor-button { grid-column: 4 / 6; margin-right: 1vw; }
  .tina-gottgewollt .tina-gw-btn-4 .elementor-button {
    grid-column: 6 / 9;
    margin-right: 1vw;
    background-size: 50% !important;
  }
  .tina-gottgewollt .tina-gw-btn-3 .elementor-button { grid-column: 9 / 14; }
  
  .tina-black-box {
    min-height: 160vw !important;
    padding: 0 !important;
  }
  .tina-black-box::before {
    display: block;
    position: absolute;
    background: white !important;
    width: 88vw;
    height: 46vw;
    top: 78vw;
    left: -21vw;
    right: auto;
    clip-path: polygon(65% 0%, 100% 15%, 100% 75%, 40% 100%, 0 75%, 0 15%);
    z-index: 5;
  }
  .tina-black-box::after {
    display: block;
    position: absolute;
    background-image: url(/wp-content/mu-plugins/assets/images/elements/G-1-s.png);
    width: 74vw;
    height: 300px;
    left: 0vw;
    top: 88vw;
    right: auto;
    z-index: 6;
  }
  .tina-black-box > .elementor-container::before {
    content: '';
    position: absolute;
    pointer-events: none;
    background-image: url(/wp-content/mu-plugins/assets/images/elements/G-7-w.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 59vw;
    height: 300px;
    right: 0;
    top: 3vw;
    z-index: 7;
  }
  .tina-black-box > .elementor-container {
    flex-direction: column !important;
    padding: 0 0 8vw !important;
    display: block !important;
    overflow: visible !important;
    min-height: 100%;
    position: relative;
  }
  .tina-black-box .elementor-col-50:first-child,
  .tina-black-box .elementor-col-50:last-child { width: 100% !important; flex: none !important; margin-left: 0 !important; }
  .tina-black-box .tina-bb-image {
    position: absolute;
    width: 100%;
    text-align: right;
    margin-top: 98vw;
    z-index: 25;
  }
  .tina-black-box .tina-bb-image img { width: 71vw !important; margin-left: 0; }
  .tina-black-box .tina-bb-title { position: absolute !important; left: 6.5vw !important; top: 6.5vw !important; width: 82vw !important; margin-top: 0 !important; z-index: 20; }
  .tina-black-box .tina-bb-title .elementor-heading-title { color: black !important; }
  .tina-black-box .tina-bb-text { position: absolute !important; left: 6.5vw !important; top: 17vw !important; width: 82vw !important; margin-top: 0 !important; z-index: 20; }
  .elementor-section.tina-black-box .tina-bb-text { font-size: 2.75vw; line-height: 4.5vw; }
  .tina-black-box .tina-bb-text,
  .tina-black-box .tina-bb-text .elementor-widget-container,
  .tina-black-box .tina-bb-text .elementor-text-editor,
  .tina-black-box .tina-bb-text p { color: black; }
  .tina-black-box .tina-bb-text a { color: black; text-decoration: none; }
  
  .elementor-section.elementor-section-full_width.tina-unter-dem-radar {
    min-height: 0;
    padding-bottom: var(--udr-pad-bottom, 43vw) !important;
    position: relative;
    overflow: hidden;
    background-image: url(/wp-content/mu-plugins/assets/images/elements/G-7-w.png) !important;
    background-repeat: no-repeat !important;
    background-size: 54vw auto !important;
    background-position: right 3.1vw !important;
  }
  .tina-unter-dem-radar > .elementor-container {
    position: relative;
    z-index: 5;
  }
  .tina-unter-dem-radar::before {
    display: block;
    position: absolute;
    background: rgb(240, 250, 175);
    width: 200vw;
    left: -50vw;
    top: var(--udr-hex-top, 142.5vw);
    bottom: auto;
    height: var(--udr-polygon-h, 46vw);
    clip-path: polygon(65% 0%, 100% 15%, 100% 75%, 40% 100%, 0 75%, 0 15%);
    z-index: 0;
  }
  .tina-unter-dem-radar::after {
    content: '';
    position: absolute;
    left: 0;
    top: var(--udr-lines-top, 168vw);
    width: 87vw;
    height: 20vw;
    background-image: url(/wp-content/mu-plugins/assets/images/elements/G-1-s.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    pointer-events: none;
  }
  .tina-unter-dem-radar > .elementor-container::before {
    display: none;
  }
  .tina-unter-dem-radar .tina-udr-title {
    margin-left: 6.5vw !important;
    margin-top: 6.5vw !important;
    width: 82vw !important;
  }
  .tina-unter-dem-radar .tina-udr-subtitle {
    margin-left: 6.5vw !important;
    margin-top: 2.4vw !important;
    width: 82vw !important;
    font-style: normal !important;
  }
  .elementor-section.tina-unter-dem-radar .tina-udr-subtitle {
    font-size: 3.2vw;
    line-height: 4.5vw;
  }
  .tina-unter-dem-radar .tina-udr-text {
    margin-left: 6.5vw !important;
    margin-top: 5.2vw !important;
    width: 82vw !important;
  }
  .elementor-section.tina-unter-dem-radar .tina-udr-text {
    font-size: 2.75vw;
    line-height: 4.5vw;
  }
  .tina-unter-dem-radar .tina-udr-text h4:last-of-type {
    margin-top: calc(3vw + 56vw * 1.417 + 27vw) !important;
    font-style: normal !important;
    text-transform: uppercase;
  }
  .tina-unter-dem-radar .tina-udr-text ul { width: 82vw; margin-top: 3vw; }
  .tina-unter-dem-radar .tina-udr-image {
    position: absolute;
    left: 6.5vw;
    top: var(--udr-img-top, 84vw);
    width: 56vw;
    margin: 0;
    right: auto;
    z-index: 40;
    box-shadow: none !important;
  }
  .tina-unter-dem-radar .tina-udr-image::after {
    display: none;
  }
  .tina-unter-dem-radar .tina-udr-image > .elementor-widget-container,
  .tina-unter-dem-radar .tina-udr-image .elementor-image,
  .tina-unter-dem-radar .tina-udr-image .elementor-image a {
    display: block;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0;
    background: transparent !important;
  }
  .tina-unter-dem-radar .tina-udr-image img {
    display: block;
    width: 100% !important;
    max-width: none !important;
    height: auto;
    margin: 0 !important;
  }
  .tina-unter-dem-radar .tina-udr-audio {
    position: relative;
    left: 6.5vw;
    top: auto;
    display: block !important;
    margin: 6vw 0 0;
    height: 34vw;
    width: 80vw !important;
    z-index: 20;
  }
  /* biome-ignore lint/complexity/noImportantStyles: required for override */
  .tina-unter-dem-radar .audio {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    background-color: var(--tina-udr-audio-bg);
    position: absolute;
    color: black;
    cursor: pointer;
    width: 19vw;
    height: 19vw;
  }
  .tina-unter-dem-radar .audio.playing { background-color: var(--tina-udr-audio-bg); }
  .tina-unter-dem-radar .audio .button { height: 2vw; }
  .tina-unter-dem-radar .audio .button {
    background-image: none;
    height: auto;
    margin-bottom: 0.8vw;
    line-height: 1;
  }
  .tina-unter-dem-radar .audio .button::before {
    content: '▶';
    display: inline-block;
    font-size: 2.2vw;
    font-weight: 700;
  }
  .tina-unter-dem-radar .audio.playing .button::before {
    content: '▮▮';
    font-size: 1.5vw;
    letter-spacing: 0.1vw;
  }
  .tina-unter-dem-radar .audio .title { font-size: 2.5vw; }
  .tina-unter-dem-radar .audio .mp3 { font-size: 2.5vw; }
  .tina-unter-dem-radar #elegie { left: 0; top: 5.8vw; }
  .tina-unter-dem-radar #puppe { left: 42vw; top: 1vw; }
  .tina-unter-dem-radar #daemmerung { left: 22vw; top: 12.4vw; }
  .tina-unter-dem-radar #patriot { left: 61vw; top: 12.4vw; }
  
  .elementor-section.elementor-section-full_width.tina-termine {
    min-height: 0;
    background-color: white;
    padding-bottom: 0 !important;
    display: flow-root;
  }
  .tina-termine::before {
    background-image: url(/wp-content/mu-plugins/assets/images/elements/G-3-s.png);
    width: 66vw;
    height: 300px;
    top: 15vw;
    left: 3.1vw;
  }
  .tina-termine .tina-termine-heading { margin-left: 3.1vw; }
  .tina-termine .tina-termine-content {
    margin-top: 20vw !important;
    margin-left: 6.5vw !important;
    margin-bottom: 44.5vw !important;
    width: calc(100% - 6.5vw) !important;
  }
  .elementor-section.tina-termine .tina-termine-content {
    font-size: 2.75vw;
    line-height: 4.5vw;
    font-weight: 300;
  }
  .tina-termine .tina-termine-content ul { margin-top: 2.43vw; margin-bottom: 5vw; padding-left: 4vw; }
  .tina-termine .tina-termine-content ul li { width: 80vw; }
  .tina-termine .tina-termine-content ul li .list-item-content > div:first-child { display: inline; }
  .elementor-section.tina-termine .tina-termine-content h2,
  .elementor-section.tina-termine .tina-termine-content h3 {
    text-transform: uppercase;
  }
  .tina-termine .tina-termine-content .keine-termine {
    font-size: 4vw;
    margin-top: 2vw;
  }
  .tina-termine a {
    color: black;
    font-weight: 500;
  }
  
  .elementor-section.elementor-section-full_width.tina-kontakt {
    min-height: 0;
    background-color: var(--tina-bg-kontakt);
    padding-bottom: 0 !important;
    display: flow-root;
  }
  .tina-kontakt::before {
    background: var(--tina-bg-buecher);
    position: absolute;
    width: 93.5vw;
    height: 51vw;
    top: -38.2vw;
    right: 0;
    z-index: 100;
  }
  .tina-kontakt::after {
    background-image: url(/wp-content/mu-plugins/assets/images/elements/G-3-s.png);
    width: 95vw;
    height: 25vw;
    top: 19vw;
    left: 0;
  }
  .tina-kontakt > .elementor-container::before {
    background-image: url(/wp-content/mu-plugins/assets/images/elements/G-7-w.png);
    width: 55vw;
    height: 20vw;
    top: -28.2vw;
    right: 0;
    z-index: 101;
  }
  .tina-kontakt .tina-kontakt-title { margin-top: 6.5vw; }
  .tina-kontakt .tina-kontakt-title .elementor-heading-title {
    font-size: 8.2vw;
    font-weight: 500;
    font-family: 'Playfair Display', serif;
  }
  .tina-kontakt .tina-kontakt-info {
    margin-top: 29vw !important;
    margin-left: 6.5vw !important;
  }
  .elementor-section.tina-kontakt .tina-kontakt-info {
    color: white;
    font-size: 2.75vw;
    line-height: 4.5vw;
  }
  .tina-kontakt .tina-kontakt-info .elementor-heading-title,
  .tina-kontakt .tina-kontakt-info .elementor-heading-title a {
    font-size: 4vw;
    line-height: 4.5vw;
    font-weight: 500;
  }
  .tina-kontakt .tina-kontakt-info a { font-size: 4vw; font-weight: 500; }
  .tina-kontakt .tina-kontakt-info .email,
  .tina-kontakt .tina-kontakt-info .phone,
  .tina-kontakt .tina-kontakt-info .links { margin-top: 15px; }
  .tina-kontakt .tina-kontakt-info .links {
    margin-top: 10px;
    margin-bottom: 3vw;
  }
  .tina-kontakt .elementor-social-icons-wrapper {
    display: flex !important;
    justify-content: flex-start !important;
  }
  .tina-kontakt .tina-kontakt-social {
    margin-left: 6.5vw !important;
    margin-top: 15px !important;
    margin-bottom: 25vw !important;
  }
  .tina-kontakt .tina-kontakt-social .elementor-social-icon {
    width: 9vw !important;
    height: 9vw !important;
    min-width: 9vw !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
    border: none !important;
    border-radius: 50% !important;
    margin-right: 2.6vw !important;
    padding: 0 !important;
    font-size: 0;
    line-height: 0;
    display: inline-block !important;
  }
  .tina-kontakt .elementor-social-icon svg {
    display: none !important;
  }
  .tina-kontakt .elementor-social-icon-twitter { background-image: url(/wp-content/mu-plugins/assets/images/icons/twitter-icon-w.png) !important; }
  .tina-kontakt .elementor-social-icon-instagram { background-image: url(/wp-content/mu-plugins/assets/images/icons/instagram-icon-w.png) !important; }
  .tina-kontakt .elementor-social-icon-facebook { background-image: url(/wp-content/mu-plugins/assets/images/icons/facebook-icon-w.png) !important; }
  .tina-kontakt .elementor-social-icon-linkedin { background-image: url(/wp-content/mu-plugins/assets/images/icons/linkedin-icon-w.png) !important; }


  /* Mobile heading styles are now configured via Elementor responsive settings */
  /* (typography_font_size_mobile in widget data, title_color as direct values) */

  /* Text editor widgets: body text throughout the page */
  .elementor-template-canvas .elementor .elementor-widget-text-editor,
  .elementor-template-canvas .elementor-widget-text-editor .elementor-text-editor,
  .elementor-template-canvas .elementor-widget-text-editor p {
    font-family: museo-sans, sans-serif;
    font-size: 2.75vw;
    line-height: 4.5vw;
    letter-spacing: 0.1px;
    font-weight: 500;
    color: black;
  }

  /* Cover quote text (white text on red) */
  .elementor-section.tina-cover .tina-cover-quote,
  .elementor-section.tina-cover .tina-cover-quote p {
    font-family: museo-sans, sans-serif;
    font-size: 3.2vw;
    line-height: 4.3vw;
    font-weight: 300;
    color: white;
  }

  /* Author text */
  .elementor-section.tina-author .tina-author-bio,
  .elementor-section.tina-author .tina-author-bio p {
    font-family: museo-sans, sans-serif;
    font-size: 2.75vw;
    line-height: 4.5vw;
    color: black;
  }

  /* Gottgewollt text (white) */
  .elementor-section.tina-gottgewollt .tina-gw-text,
  .elementor-section.tina-gottgewollt .tina-gw-text p {
    font-family: museo-sans, sans-serif;
    color: white;
  }

  /* Lostage text */
  .elementor-section.tina-lostage .tina-lt-text,
  .elementor-section.tina-lostage .tina-lt-text p {
    font-family: museo-sans, sans-serif;
    color: black;
  }

  /* Black Box text */
  .elementor-section.tina-black-box .tina-bb-text,
  .elementor-section.tina-black-box .tina-bb-text p {
    font-family: museo-sans, sans-serif;
    font-size: 2.75vw;
    line-height: 4.5vw;
    color: black;
  }

  /* Termine text */
  .elementor-section.tina-termine .tina-termine-content,
  .elementor-section.tina-termine .tina-termine-content p {
    font-family: museo-sans, sans-serif;
    font-size: 2.75vw;
    line-height: 4.5vw;
    font-weight: 300;
  }
  .elementor-section.tina-termine .tina-termine-content h2,
  .elementor-section.tina-termine .tina-termine-content h3 {
    font-family: museo-sans, sans-serif;
    font-size: 4vw;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2vw;
  }

  /* Kontakt text */
  .elementor-section.tina-kontakt .tina-kontakt-info,
  .elementor-section.tina-kontakt .tina-kontakt-info p {
    font-family: museo-sans, sans-serif;
    font-size: 2.75vw;
    line-height: 4.5vw;
    font-weight: 500;
    color: white;
  }
  .elementor-section.tina-kontakt .tina-kontakt-info h4,
  .elementor-section.tina-kontakt .tina-kontakt-info h4 a {
    font-family: museo-sans, sans-serif;
    font-size: 4vw;
    line-height: 4.5vw;
    font-weight: 500;
    color: white;
  }

  /* Unter dem Radar sub-headline */
  .tina-unter-dem-radar .tina-udr-subtitle .elementor-heading-title {
    font-family: museo-sans, sans-serif;
    font-style: normal !important;
    font-size: 3.2vw;
    line-height: 4.5vw;
    font-weight: 500;
    color: black;
  }
  .elementor-section.tina-unter-dem-radar .tina-udr-subtitle,
  .elementor-section.tina-unter-dem-radar .tina-udr-subtitle p {
    font-family: 'Playfair Display', serif;
    font-style: italic !important;
    font-size: 2.75vw;
    line-height: 4.5vw;
  }

  /* Unter dem Radar text */
  .elementor-section.tina-unter-dem-radar .tina-udr-text,
  .elementor-section.tina-unter-dem-radar .tina-udr-text p {
    font-family: museo-sans, sans-serif;
    font-size: 2.75vw;
    line-height: 4.5vw;
  }
  .elementor-section.tina-unter-dem-radar .tina-udr-text h4 {
    font-family: museo-sans, sans-serif;
    font-size: 2.75vw;
    line-height: 4.5vw;
    font-weight: 700;
    font-style: italic !important;
  }

  /* Buttons */
  .elementor-template-canvas .elementor .elementor-button {
    font-family: museo-sans, sans-serif;
    font-size: 3vw;
    font-weight: 500;
    padding: 2vw 4.1vw !important;
  }

  .tina-footer .elementor-container {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    align-items: center !important;
  }
  .tina-footer .elementor-column {
    width: auto !important;
    flex: none !important;
    display: contents !important;
  }
  .elementor-section.elementor-section-full_width.tina-footer,
  .elementor-section.tina-footer .elementor-widget-text-editor p,
  .elementor-section.tina-footer .elementor-widget-text-editor span,
  .elementor-section.tina-footer .elementor-widget-text-editor a,
  .tina-footer .elementor-container .elementor-widget-text-editor,
  .tina-footer .elementor-container .elementor-text-editor,
  .tina-footer .elementor-widget-text-editor .elementor-text-editor p {
    font-size: 2.5vw;
  }
  
  #container {
    width: 90vw !important;
    min-width: 85vw !important;
    height: auto !important;
    min-height: 80vh !important;
    max-height: 90vh !important;
    box-sizing: border-box !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }
  #conversation button,
  #conversation .user-input .bubble,
  #conversation .feedback .bubble,
  #conversation .feedback-noarrow .bubble-noarrow {
    max-width: 100% !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    box-sizing: border-box !important;
  }
}

@media screen and (max-width: 768px) and (min-width: 481px) {
  .tina-unter-dem-radar::before {
    top: var(--udr-hex-top, 126vw);
    height: var(--udr-polygon-h, 46vw);
  }
  .tina-unter-dem-radar::after {
    top: var(--udr-lines-top, 151vw);
    width: 78vw;
  }
  .tina-unter-dem-radar .tina-udr-image {
    top: var(--udr-img-top, 73vw);
  }
  .tina-unter-dem-radar .tina-udr-text h4:last-of-type {
    margin-top: calc(3vw + 56vw * 1.417 + 27vw) !important;
  }
  .tina-unter-dem-radar .tina-udr-audio {
    margin-top: 10vw;
  }
}

@media screen and (max-width: 380px) {
  .tina-unter-dem-radar::before {
    top: var(--udr-hex-top, 146vw);
    height: var(--udr-polygon-h, 46vw);
  }
  .tina-unter-dem-radar::after {
    top: var(--udr-lines-top, 172vw);
  }
  .tina-unter-dem-radar .tina-udr-text h4:last-of-type {
    margin-top: calc(3vw + 56vw * 1.417 + 27vw) !important;
  }
}

@media screen and (max-width: 768px) and (max-aspect-ratio: 3/5) {
  .tina-unter-dem-radar .tina-udr-text h4:last-of-type {
    margin-top: calc(3vw + 56vw * 1.417 + 27vw) !important;
  }
}

/* ── Legal pages (Impressum, Datenschutz) ── */
.page-legal {
  background: #fff;
  padding: 4vw 6.5vw 6vw;
  min-height: 50vh;
}
.tina-site .page-legal h1 {
  font-family: 'Playfair Display', serif;
  font-size: 2.4vw;
  font-weight: 700;
  margin: 0 0 2vw !important;
  color: #000;
}
.tina-site .page-legal .legal-text,
.tina-site .page-legal .legal-text p,
.tina-site .page-legal .legal-text li,
.tina-site .page-legal .legal-text span,
.tina-site .page-legal .legal-text div {
  font-family: museo-sans, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.1vw;
  font-weight: 300;
  line-height: 1.7;
  color: #000;
}
.page-legal .legal-text {
  max-width: 60vw;
}
.tina-site .page-legal .legal-text h2,
.tina-site .page-legal .legal-text h3 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  margin: 2vw 0 0.8vw !important;
}
.tina-site .page-legal .legal-text h2 { font-size: 1.8vw; }
.tina-site .page-legal .legal-text h3 { font-size: 1.4vw; }
.page-legal .legal-text p { margin: 0 0 1vw !important; }
.tina-site .page-legal .legal-text a { color: #97A0C0; text-decoration: underline !important; }
.tina-site .page-legal .legal-text a:hover { color: #000; }

/* Hide footer hexagon decoration on legal pages */
.page-legal ~ .tina-footer::before { display: none !important; }

/* Hide hello-elementor default footer on legal pages */
#site-footer { display: none !important; }

@media screen and (max-width: 1024px) {
  .page-legal { padding: 6vw 6.5vw 8vw; }
  .tina-site .page-legal h1 { font-size: 5vw; }
  .tina-site .page-legal .legal-text,
  .tina-site .page-legal .legal-text p,
  .tina-site .page-legal .legal-text li,
  .tina-site .page-legal .legal-text span,
  .tina-site .page-legal .legal-text div { font-size: 2.8vw; }
  .page-legal .legal-text { max-width: 100%; }
  .tina-site .page-legal .legal-text h2 { font-size: 4vw; }
  .tina-site .page-legal .legal-text h3 { font-size: 3.4vw; }
}

@media screen and (max-width: 767px) {
  .page-legal { padding: 8vw 5vw 10vw; }
  .tina-site .page-legal h1 { font-size: 7vw; }
  .tina-site .page-legal .legal-text,
  .tina-site .page-legal .legal-text p,
  .tina-site .page-legal .legal-text li,
  .tina-site .page-legal .legal-text span,
  .tina-site .page-legal .legal-text div { font-size: 3.8vw; }
  .page-legal .legal-text { max-width: 100%; }
  .tina-site .page-legal .legal-text h2 { font-size: 5.5vw; }
  .tina-site .page-legal .legal-text h3 { font-size: 4.5vw; }
}
