/*
Theme Name: Passion And Fire Elementor
Theme URI: https://test.ieftinsite.ro/
Author: Codex
Description: Clean Elementor-first theme for Passion And Fire.
Version: 1.0.45
Requires at least: 6.0
Tested up to: 6.5
Text Domain: paf-elementor
*/

:root {
  --paf-bg: #f4f4f4;
  --paf-band: #dddadc;
  --paf-accent: #994c15;
  --paf-text: #994c15;
  --paf-muted: #7f664f;
  --color_1: #f4f4f4;
  --color_2: #994c15;
  --color_3: #994c15;
  --color_4: #770030;
  --color_5: #770030;
  --color_6: #994c15;
  --color_7: #994c15;
  --paf-pdf-icon-url: url("https://test.ieftinsite.ro/wp-content/uploads/2026/06/pdf-icon-original.png");
}

/* Page title banner above H1 — reference: Taiowa (960×300) */
.elementor-widget-image[class*="-feature-image"] img {
  border-radius: 12px !important;
  display: block !important;
  height: 300px !important;
  margin: 0 auto !important;
  max-width: 960px !important;
  object-fit: cover !important;
  width: 100% !important;
}

@media (min-width: 1025px) {
  .elementor > .e-con[class*="-hero"],
  .elementor > .elementor-element[class*="-hero"] {
    background-attachment: fixed !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
}

* {
  box-sizing: border-box;
}

body {
  background: var(--paf-bg);
  color: var(--paf-text);
  font-family: Verdana, Arial, sans-serif;
  margin: 0;
}

a {
  color: inherit;
}

.paf-theme-header {
  background: #f7f7f7;
  min-height: 72px;
}

.paf-theme-header__inner {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  min-height: 72px;
  padding: 0 8px;
}

.paf-theme-brand {
  color: var(--paf-accent);
  font-family: "Fjalla One", Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.paf-theme-nav ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 24px;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}

.paf-theme-nav a {
  color: var(--paf-accent);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.paf-theme-main {
  min-height: 60vh;
}

.paf-theme-footer {
  background: #f4f4f4;
  border-top: 1px solid var(--paf-accent);
  color: var(--paf-accent);
  padding: 18px 24px;
}

.paf-theme-footer__inner {
  align-items: start;
  display: grid;
  gap: 30px;
  grid-template-columns: 1.2fr 1fr 1fr;
  margin: 0 auto;
  max-width: 760px;
  text-align: center;
}

.paf-theme-footer strong,
.paf-theme-footer a {
  color: var(--paf-accent);
}

.paf-clean-header {
  background: #f7f7f7;
  min-height: 68px;
}

.paf-clean-header__inner {
  align-items: center;
  display: flex;
  gap: 28px;
  justify-content: center;
  margin: 0 auto;
  max-width: 1280px;
  min-height: 68px;
  padding: 0 18px;
}

.paf-clean-header__brand {
  flex: 0 0 auto;
  color: var(--paf-accent);
  font-family: "Fjalla One", Arial, sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.06;
  text-decoration: none;
  white-space: nowrap;
}

.paf-clean-header__nav {
  flex: 1 1 auto;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  min-width: 0;
}

.paf-menu-toggle {
  display: none;
  background: transparent;
  border: 2px solid var(--paf-accent);
  border-radius: 4px;
  cursor: pointer;
  flex: 0 0 auto;
  margin-left: auto;
  padding: 8px 10px;
}

.paf-menu-toggle__bar {
  background: var(--paf-accent);
  display: block;
  height: 2px;
  margin: 4px 0;
  width: 22px;
}

.paf-menu,
.paf-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.paf-menu {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 2px 6px;
  justify-content: center;
}

.paf-menu li {
  position: relative;
}

.paf-menu a,
.paf-clean-header__nav a {
  color: var(--paf-accent);
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  padding: 11px 8px;
  text-decoration: none;
  white-space: nowrap;
}

.paf-menu > .has-submenu > a::after,
.paf-menu ul .has-submenu > a::after {
  content: "⌄";
  font-size: 10px;
  margin-left: 5px;
}

.paf-menu ul {
  background: #f7f7f7;
  border: 1px solid rgba(153, 76, 21, 0.2);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  display: none;
  left: 50%;
  min-width: 210px;
  opacity: 0;
  position: absolute;
  top: 100%;
  transform: translate(-50%, 8px);
  transition: opacity 140ms ease, transform 140ms ease, visibility 140ms ease;
  visibility: hidden;
  z-index: 20;
}

.paf-menu ul ul {
  left: 100%;
  top: 0;
  transform: translate(8px, 0);
}

.paf-menu li:hover > ul,
.paf-menu li:focus-within > ul {
  display: block;
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}

.paf-menu ul li:hover > ul,
.paf-menu ul li:focus-within > ul {
  transform: translate(0, 0);
}

.paf-menu ul a {
  font-size: 12px;
  padding: 10px 14px;
}

.paf-menu a:hover,
.paf-menu a:focus {
  background: rgba(153, 76, 21, 0.08);
}

.paf-native-header {
  min-height: 68px;
}

.paf-native-header > .e-con-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: center;
  min-height: 68px;
  width: 100%;
}

.paf-native-brand {
  flex: 0 0 auto;
  margin: 0;
}

.paf-native-brand .elementor-heading-title,
.paf-native-brand .elementor-heading-title a {
  color: var(--paf-accent) !important;
  font-family: "Fjalla One", Arial, sans-serif !important;
  font-size: 27px !important;
  font-weight: 700 !important;
  line-height: 1.06 !important;
  text-decoration: none !important;
}

.paf-native-menu {
  flex: 1 1 auto;
  min-width: 0;
}

.paf-native-menu .elementor-nav-menu--main .elementor-nav-menu {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 2px 6px;
  justify-content: center;
}

.paf-native-menu .elementor-nav-menu--main .elementor-item {
  color: var(--paf-accent) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  padding: 11px 8px !important;
  white-space: nowrap;
}

.paf-native-menu .elementor-nav-menu--dropdown {
  background: #f7f7f7;
  border: 1px solid rgba(153, 76, 21, 0.2);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.paf-native-menu .elementor-nav-menu--dropdown .elementor-item {
  color: var(--paf-accent) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

.paf-native-menu .elementor-item:hover,
.paf-native-menu .elementor-item:focus {
  background: rgba(153, 76, 21, 0.08) !important;
}

.paf-native-footer {
  background: #f7f7f7;
}

.paf-native-footer > .e-con-inner {
  align-items: center;
  display: flex;
  gap: 44px;
  justify-content: space-between;
}

.paf-native-footer-col {
  flex: 1 1 0;
  min-width: 0;
  text-align: center;
}

.paf-native-footer-heading,
.paf-native-footer-text {
  margin: 0;
}

.paf-native-footer-heading .elementor-heading-title,
.paf-native-footer-text,
.paf-native-footer-text p,
.paf-native-footer-text a {
  color: var(--paf-accent) !important;
}

.paf-native-footer-text p {
  margin: 0;
}

.paf-home-hero {
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  --container-widget-height: clamp(520px, 62vh, 720px) !important;
  --height: clamp(520px, 62vh, 720px) !important;
  height: clamp(520px, 62vh, 720px) !important;
  max-height: none !important;
  --min-height: clamp(520px, 62vh, 720px) !important;
  min-height: clamp(520px, 62vh, 720px) !important;
  overflow: hidden !important;
}

.elementor > .e-con[class*="-hero"]:not(.paf-home-hero),
.elementor > .elementor-element[class*="-hero"]:not(.paf-home-hero) {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  min-height: 440px !important;
}

.paf-home-welcome {
  background: #f4f4f4;
  padding: 92px 40px 70px;
}

.paf-home-welcome-card {
  background: var(--paf-band);
  border-radius: 4px;
  color: var(--paf-accent);
  margin: 0 auto;
  max-width: 760px;
  padding: 28px 56px 30px;
}

.paf-home-welcome-card p {
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 16px;
}

.paf-home-welcome-card h1,
.paf-home-welcome-card h2,
.paf-home-welcome-card h3 {
  color: var(--paf-accent);
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
  text-align: center;
}

.paf-home-welcome-card h1 {
  font-size: 36px;
  margin-bottom: 12px;
}

.paf-home-welcome-card h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.paf-home-welcome-card h3 {
  font-size: 18px;
}

.paf-home-intro {
  background: var(--paf-band);
  display: flex;
  gap: 34px;
  justify-content: center;
  padding: 56px 40px;
}

.paf-home-intro .e-con-inner {
  gap: 34px;
}

.paf-home-intro-image,
.paf-home-intro-copy {
  flex: 0 0 calc(50% - 17px);
  max-width: calc(50% - 17px);
}

.paf-home-intro-image img {
  display: block;
  width: 100%;
}

.paf-home-intro-copy {
  align-self: center;
}

.paf-home-intro-copy p {
  color: var(--paf-accent);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.65;
  margin: 0 0 8px;
}

.paf-home-pdf {
  background: #f4f4f4;
  padding: 64px 40px;
}

.paf-home-pdf .e-con-inner {
  align-items: center;
  gap: 40px;
  max-width: 760px;
}

.paf-home-pdf-card-widget,
.paf-home-pdf-image {
  flex: 0 0 calc(50% - 20px);
  max-width: calc(50% - 20px);
}

.paf-home-pdf-card {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: 54px minmax(0, 1fr);
}

.paf-home-pdf-card__title {
  color: var(--paf-accent);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 4px;
}

.paf-home-pdf-card__link {
  margin: 0;
}

.paf-home-pdf-card__link a {
  color: #dc5d4f;
  font-size: 11px;
}

.paf-home-pdf-card__icon img {
  display: block;
  height: 52px;
  object-fit: contain;
  width: 40px;
}

.paf-pdf-button .elementor-button-icon,
.paf-health-doc-button .elementor-button-icon,
.paf-stammbaum-doc-button .elementor-button-icon,
.paf-ausstellung-doc-button .elementor-button-icon {
  align-items: center;
  display: flex !important;
  flex: 0 0 46px;
  height: 58px;
  justify-content: center;
  min-height: 58px;
  position: relative;
  width: 46px;
}

.paf-pdf-button .elementor-button-icon::before,
.paf-health-doc-button .elementor-button-icon::before,
.paf-stammbaum-doc-button .elementor-button-icon::before,
.paf-ausstellung-doc-button .elementor-button-icon::before {
  background: var(--paf-pdf-icon-url) no-repeat center / contain;
  content: "";
  display: block;
  height: 52px;
  width: 40px;
}

.paf-pdf-button .elementor-button-icon i,
.paf-health-doc-button .elementor-button-icon i,
.paf-stammbaum-doc-button .elementor-button-icon i,
.paf-ausstellung-doc-button .elementor-button-icon i {
  display: none !important;
}

.paf-pdf-button .elementor-button-icon svg,
.paf-health-doc-button .elementor-button-icon svg,
.paf-stammbaum-doc-button .elementor-button-icon svg,
.paf-ausstellung-doc-button .elementor-button-icon svg {
  display: none !important;
}

.paf-pdf-button .elementor-button-icon img,
.paf-health-doc-button .elementor-button-icon img,
.paf-stammbaum-doc-button .elementor-button-icon img,
.paf-ausstellung-doc-button .elementor-button-icon img {
  display: block;
  height: 52px;
  object-fit: contain;
  width: 40px;
}

.paf-pdf-button .elementor-button,
.paf-health-doc-button .elementor-button,
.paf-stammbaum-doc-button .elementor-button,
.paf-ausstellung-doc-button .elementor-button {
  align-items: center !important;
  background: #f4f4f4 !important;
  border: 1px solid rgba(153, 76, 21, 0.18) !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 22px rgba(121, 76, 21, 0.08) !important;
  color: var(--paf-accent) !important;
  display: flex !important;
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  justify-content: flex-start !important;
  min-height: 78px;
  padding: 12px 18px !important;
  text-align: left;
  width: 100%;
}

.paf-pdf-button .elementor-button:hover,
.paf-pdf-button .elementor-button:focus,
.paf-health-doc-button .elementor-button:hover,
.paf-health-doc-button .elementor-button:focus,
.paf-stammbaum-doc-button .elementor-button:hover,
.paf-stammbaum-doc-button .elementor-button:focus,
.paf-ausstellung-doc-button .elementor-button:hover,
.paf-ausstellung-doc-button .elementor-button:focus {
  background: #ffffff !important;
  border-color: rgba(153, 76, 21, 0.32) !important;
  color: var(--paf-accent) !important;
}

.paf-pdf-button .elementor-button-content-wrapper,
.paf-health-doc-button .elementor-button-content-wrapper,
.paf-stammbaum-doc-button .elementor-button-content-wrapper,
.paf-ausstellung-doc-button .elementor-button-content-wrapper {
  align-items: center;
  display: grid !important;
  gap: 14px;
  grid-template-columns: 46px minmax(0, 1fr);
  width: 100%;
}

.paf-pdf-button .elementor-button-text,
.paf-health-doc-button .elementor-button-text,
.paf-stammbaum-doc-button .elementor-button-text,
.paf-ausstellung-doc-button .elementor-button-text {
  color: var(--paf-accent) !important;
  line-height: 1.35;
  min-width: 0;
  overflow-wrap: anywhere;
}

.paf-home-pdf-image img {
  display: block;
  height: auto;
  width: 100%;
}

.paf-news-hero {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 280px;
}

.paf-news-title-section {
  background: var(--paf-bg);
  padding: 58px 32px 44px;
  text-align: center;
}

.paf-news-title-section h1,
.paf-news-title-section h1.elementor-heading-title,
.paf-news-title-section .elementor-heading-title {
  color: var(--paf-accent) !important;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
}

.paf-news-title-section h1,
.paf-news-title-section h1.elementor-heading-title {
  font-size: 42px;
  margin: 0 0 22px;
}

.paf-news-title-section h3 {
  color: #990000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  margin: 0 auto 10px;
  max-width: 860px;
}

.paf-news-title-section h2,
.paf-news-title-section h2.elementor-heading-title {
  color: var(--paf-accent) !important;
  font-family: Verdana, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.32;
  margin: 0 auto 12px;
  max-width: 920px;
}

.paf-news-row,
.paf-news-text-section {
  overflow-x: clip;
  padding: 58px 32px;
}

.paf-news-row.paf-news-band,
.paf-news-text-section.paf-news-band {
  background: var(--paf-band);
}

.paf-news-row.paf-news-plain,
.paf-news-text-section.paf-news-plain {
  background: var(--paf-bg);
}

.paf-news-row .e-con-inner {
  align-items: flex-start;
  gap: 40px;
  max-width: 1040px;
}

.paf-news-column {
  min-width: 0;
}

.paf-news-media-column {
  flex: 0 1 40%;
  max-width: 420px;
  padding-left: 0;
  padding-right: 0;
}

.paf-news-text-column {
  flex: 1 1 56%;
  max-width: 600px;
  padding-left: 0;
  padding-right: 0;
}

.paf-news-row > .e-con-inner > .paf-news-text-widget,
.paf-news-row > .e-con-inner > .paf-news-heading-widget {
  flex: 0 0 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}

.paf-news-media-widget img,
.paf-news-media-widget .swiper-slide img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

.paf-news-media-widget,
.paf-news-carousel-widget,
.paf-news-carousel-widget .elementor-widget-container,
.paf-news-carousel-widget .elementor-image-carousel-wrapper,
.paf-news-carousel-widget .swiper,
.paf-news-carousel-widget .swiper-container {
  max-width: 100%;
  overflow: hidden !important;
}

.paf-news-text-widget,
.paf-news-heading-widget {
  color: #770030;
  font-family: Verdana, Arial, sans-serif;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
}

.paf-news-text-widget *,
.paf-news-heading-widget * {
  max-width: 100%;
}

.paf-news-text-widget h3,
.paf-news-heading-widget h3 {
  color: var(--paf-accent);
  font-family: Verdana, Arial, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.28;
  margin: 0 0 22px;
}

.paf-news-text-widget p,
.paf-news-heading-widget p {
  color: #770030;
  font-family: Verdana, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.68;
  margin: 0 0 18px;
}

.paf-news-kiran-memorial-text,
.paf-news-kiran-memorial-text p,
.paf-news-kiran-memorial-text h3 {
  text-align: left;
}

.paf-news-kiran-memorial-text p {
  hyphens: none;
  margin-bottom: 18px;
  word-spacing: normal;
}

.paf-news-text-section .paf-news-kiran-memorial-continuation,
.paf-news-text-section .elementor-element-54efbc5 {
  margin-left: 0;
  margin-right: auto;
  max-width: 600px;
  width: 100%;
}

@media (max-width: 767px) {
  .paf-news-text-section .paf-news-kiran-memorial-continuation,
  .paf-news-text-section .elementor-element-54efbc5 {
    max-width: none;
  }
}

.paf-news-text-widget p:last-child,
.paf-news-heading-widget p:last-child,
.paf-news-text-widget p:empty,
.paf-news-heading-widget p:empty {
  margin-bottom: 0;
}

.paf-news-text-section .paf-news-text-widget,
.paf-news-text-section .paf-news-heading-widget {
  margin-left: auto;
  margin-right: auto;
  max-width: 880px;
}

.paf-news-carousel-widget .swiper-slide {
  align-items: center;
  display: flex;
}

.paf-about-hero {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 240px;
}

.paf-about-feature {
  background: var(--paf-bg);
  padding: 10px 32px 0;
}

.paf-about-intro {
  background: var(--paf-bg);
  padding: 22px 32px 54px;
  text-align: center;
}

.paf-about-title .elementor-heading-title,
.paf-about-intro h1 {
  color: var(--paf-accent) !important;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 28px;
}

.paf-about-copy p {
  color: var(--paf-accent);
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.72;
  margin: 0 0 22px;
  text-align: center;
}

.paf-about-gallery {
  background: var(--paf-band);
  padding: 50px 32px;
}

.paf-about-carousel img,
.paf-about-carousel .swiper-slide img {
  display: block;
  height: 230px;
  object-fit: cover;
  width: 100%;
}

.paf-kiran-hero {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 240px;
}

.paf-kiran-feature {
  background: var(--paf-bg);
  padding: 42px 32px 0;
}

.paf-kiran-image-widget img,
.paf-kiran-memorial-image img {
  border-radius: 10px;
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

.paf-kiran-title-section {
  background: var(--paf-bg);
  padding: 42px 32px 54px;
  text-align: center;
}

.paf-kiran-title .elementor-heading-title,
.paf-kiran-title-section h1 {
  color: var(--paf-accent) !important;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 20px;
}

.paf-kiran-subtitle .elementor-heading-title,
.paf-kiran-title-section h3 {
  color: var(--paf-accent) !important;
  font-family: Verdana, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 12px;
}

.paf-kiran-subtitle-small .elementor-heading-title {
  font-size: 19px;
}

.paf-kiran-band {
  background: var(--paf-band);
}

.paf-kiran-plain {
  background: var(--paf-bg);
}

.paf-kiran-story-row,
.paf-kiran-long-text,
.paf-kiran-memorial,
.paf-kiran-gallery {
  padding: 58px 32px;
}

.paf-kiran-traits {
  padding: 0 32px 0;
}

.paf-kiran-story-row + .paf-kiran-long-text,
.paf-kiran-memorial + .paf-kiran-traits {
  padding-top: 58px;
}

.paf-kiran-media-column {
  padding-right: 26px;
}

.paf-kiran-text-column {
  padding-left: 26px;
}

.paf-kiran-text-widget,
.paf-kiran-caption,
.paf-kiran-trait {
  color: var(--paf-accent);
  font-family: Verdana, Arial, sans-serif;
}

.paf-kiran-text-widget h3,
.paf-kiran-column h3 {
  color: var(--paf-accent);
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 24px;
}

.paf-kiran-text-widget p,
.paf-kiran-caption p,
.paf-kiran-trait p {
  color: var(--paf-accent);
  font-size: 17px;
  line-height: 1.72;
  margin: 0 0 22px;
}

.paf-kiran-trait {
  background: var(--paf-bg);
  border-bottom: 2px solid #770030;
  border-radius: 10px !important;
  border-right: 2px solid #770030;
  margin: 0 10px;
  max-width: calc(33.333% - 20px);
  min-height: 350px;
  padding: 40px;
  text-align: center;
}

.paf-kiran-traits:first-of-type,
.paf-kiran-traits.paf-kiran-band {
  background: var(--paf-band);
}

.paf-kiran-traits.paf-kiran-band {
  padding-bottom: 42px;
}

.paf-kiran-traits-centered {
  padding-top: 0;
  padding-bottom: 100px;
}

.paf-kiran-traits-centered > .e-con-inner {
  justify-content: center !important;
}

.paf-kiran-trait .paf-kiran-text-widget {
  height: 100%;
}

.paf-kiran-trait p {
  text-align: center;
}

.paf-kiran-trait p:first-child {
  margin-bottom: 8px;
}

.paf-kiran-trait p:nth-child(2) {
  font-weight: 700;
  margin-bottom: 18px;
}

.paf-kiran-memorial {
  text-align: center;
}

.paf-kiran-caption p {
  font-weight: 700;
  margin-bottom: 18px;
  text-align: center;
}

.paf-kiran-memorial-image {
  margin: 0 auto;
  max-width: 760px;
}

.paf-kiran-carousel img,
.paf-kiran-carousel .swiper-slide img {
  display: block;
  height: 250px;
  object-fit: cover;
  width: 100%;
}

.paf-stammbaum-hero {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 240px;
}

.paf-stammbaum-feature {
  background: var(--paf-bg);
  padding: 42px 32px 0;
}

.paf-stammbaum-image-widget img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

.paf-stammbaum-title-section {
  background: var(--paf-bg);
  padding: 42px 32px 54px;
  text-align: center;
}

.paf-stammbaum-title .elementor-heading-title,
.paf-stammbaum-title-section h1 {
  color: var(--paf-accent) !important;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
}

.paf-stammbaum-band {
  background: var(--paf-band);
}

.paf-stammbaum-story {
  padding: 58px 32px;
}

.paf-stammbaum-media-column {
  padding-right: 26px;
}

.paf-stammbaum-copy-column {
  padding-left: 26px;
}

.paf-stammbaum-text-widget {
  color: var(--paf-accent);
  font-family: Verdana, Arial, sans-serif;
}

.paf-stammbaum-text-widget p {
  color: var(--paf-accent);
  font-size: 17px;
  line-height: 1.72;
  margin: 0 0 22px;
}

.paf-stammbaum-text-widget a {
  color: var(--paf-accent);
  text-decoration: underline;
}

.paf-stammbaum-docs {
  background: var(--paf-bg);
  padding: 58px 32px 70px;
}

.paf-stammbaum-doc-button {
  margin: 0 0 14px;
}

.paf-health-hero {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 240px;
}

.paf-health-feature {
  background: var(--paf-bg);
  padding: 42px 32px 0;
}

.paf-health-summary {
  background: var(--paf-bg);
  padding: 42px 32px 58px;
  text-align: center;
}

.paf-health-title .elementor-heading-title,
.paf-health-summary h1 {
  color: var(--paf-accent) !important;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 34px;
}

.paf-health-table-widget .table-wrapper {
  margin: 0 auto;
  max-width: 640px;
}

.paf-health-table-widget table {
  border-collapse: collapse;
  color: var(--paf-accent);
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  width: 100%;
}

.paf-health-table-widget th,
.paf-health-table-widget td {
  border-bottom: 1px solid rgba(153, 76, 21, 0.24);
  padding: 10px 14px;
  text-align: left;
}

.paf-health-table-widget th:nth-child(2),
.paf-health-table-widget td:nth-child(2) {
  font-weight: 700;
}

.paf-health-docs {
  background: var(--paf-band);
  padding: 58px 32px 70px;
}

.paf-health-doc-button {
  margin: 0 0 14px;
}

.paf-deckrude-hero {
  background-color: #e7e5e5;
  min-height: 250px;
}

.paf-deckrude-feature {
  background: #f7f7f7;
  padding: 54px 24px 42px;
}

.paf-deckrude-intro {
  background: #ffffff;
  padding: 48px 24px 44px;
  text-align: center;
}

.paf-deckrude-intro .elementor-heading-title,
.paf-deckrude-intro h1 {
  color: var(--paf-accent);
  font-size: 42px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 18px;
}

.paf-deckrude-heading-widget .elementor-heading-title,
.paf-deckrude-heading-widget h2,
.paf-deckrude-heading-widget h3 {
  color: #994c15;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 14px;
}

.paf-deckrude-text-widget,
.paf-deckrude-text-widget p,
.paf-deckrude-note p {
  color: var(--paf-accent);
  font-family: Lato, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.75;
}

.paf-deckrude-text-widget p:last-child {
  margin-bottom: 0;
}

.paf-deckrude-band {
  padding: 58px 24px;
}

.paf-deckrude-litter:nth-of-type(odd),
.paf-deckrude-note:nth-of-type(odd),
.paf-deckrude-gallery:nth-of-type(odd) {
  background: #e4e2e2;
}

.paf-deckrude-litter:nth-of-type(even),
.paf-deckrude-note:nth-of-type(even),
.paf-deckrude-gallery:nth-of-type(even) {
  background: #f7f7f7;
}

.paf-deckrude-column {
  padding: 0 16px;
}

.paf-deckrude-band {
  align-items: center;
  justify-content: center;
}

.paf-deckrude-band > .e-con {
  min-width: 0;
}

.paf-deckrude-image-column {
  flex: 0 1 390px;
  max-width: 410px;
}

.paf-deckrude-text-column {
  flex: 1 1 520px;
  max-width: 590px;
}

.paf-deckrude-image-widget {
  margin: 0 auto;
  max-width: 390px;
  width: 100%;
}

.paf-deckrude-image-widget img {
  border-radius: 10px;
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 390px;
  object-fit: contain;
  width: 100%;
}

.paf-deckrude-text-widget,
.paf-deckrude-heading-widget {
  margin-left: auto;
  margin-right: auto;
  max-width: 580px;
  width: 100%;
}

.paf-deckrude-litter--first .paf-deckrude-text-column {
  flex-basis: 610px;
  max-width: 640px;
}

.paf-deckrude-litter--first .paf-deckrude-image-column {
  flex-basis: 330px;
  max-width: 340px;
}

.paf-deckrude-litter--first .paf-deckrude-image-widget,
.paf-deckrude-litter--first .paf-deckrude-image-widget img {
  max-width: 330px;
}

.paf-deckrude-note,
.paf-deckrude-award {
  padding: 50px 24px;
  text-align: center;
}

.paf-deckrude-gallery {
  padding: 48px 24px;
}

.paf-deckrude-gallery-cell {
  padding: 0 4px;
}

.paf-deckrude-gallery-image img {
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.paf-deckrude-puppy-gallery,
.paf-deckrude-native-gallery {
  margin: 0 auto 24px;
  max-width: 900px;
  width: 100%;
}

.paf-deckrude-puppy-gallery .gallery,
.paf-deckrude-native-gallery .gallery {
  margin: 0 auto;
}

.paf-deckrude-puppy-gallery .gallery-item img,
.paf-deckrude-native-gallery .gallery-item img {
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.paf-deckrude-gallery-row {
  width: 100%;
}

.paf-deckrude-puppy-name {
  margin-top: 8px;
  width: 100%;
}

.paf-deckrude-puppy-name .elementor-heading-title {
  margin-bottom: 10px;
}

.paf-deckrude-gallery-row.e-con {
  --width: 100%;
  max-width: 900px;
}

.paf-deckrude-gallery-cell {
  flex: 0 0 calc(33.333% - 8px);
  max-width: calc(33.333% - 8px);
}

@media (max-width: 767px) {
  .paf-deckrude-gallery-cell {
    flex: 0 0 calc(50% - 6px);
    max-width: calc(50% - 6px);
  }
}

.paf-deckrude-gallery-widget .swiper,
.paf-deckrude-gallery-widget .swiper-container {
  border-radius: 10px;
  overflow: hidden;
}

.paf-deckrude-gallery-widget img,
.paf-deckrude-gallery-widget .swiper-slide img {
  aspect-ratio: 4 / 3;
  height: 260px;
  object-fit: cover;
  width: 100%;
}

.paf-deckrude-gallery-widget .elementor-swiper-button {
  color: #ffffff;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.45);
}

.paf-deckrude-gallery-widget .swiper-pagination-bullet-active {
  background: var(--paf-accent);
}

/* Native Elementor carousels — spacing + captions */
.paf-native-carousel .swiper-slide {
  box-sizing: border-box;
  padding-left: 6px;
  padding-right: 6px;
}

.paf-native-carousel .elementor-image-carousel-caption {
  color: var(--paf-accent);
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  margin-top: 8px;
  padding: 0 4px 4px;
  text-align: center;
}

.paf-native-carousel:not(.paf-native-carousel--captioned) .elementor-image-carousel-caption {
  display: none !important;
}

.paf-native-carousel--captioned .elementor-image-carousel-caption:not(:empty) {
  display: block;
}

.paf-site-gallery .gallery {
  margin: 0 auto;
  max-width: 1040px;
}

.paf-site-gallery .gallery-item {
  overflow: hidden;
}

.paf-site-gallery .gallery-item img {
  aspect-ratio: 1 / 1;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.paf-site-gallery .gallery-item .gallery-caption {
  color: var(--paf-accent);
  font-family: Lato, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 8px;
}

.paf-clean-footer {
  border-top: 1px solid var(--paf-accent);
  color: var(--paf-accent);
  padding: 18px 24px;
}

.paf-clean-footer__grid {
  display: grid;
  gap: 30px;
  grid-template-columns: 1.2fr 1fr 1fr;
  margin: 0 auto;
  max-width: 760px;
  text-align: center;
}

@media (max-width: 767px) {
  .paf-theme-header__inner,
  .paf-theme-footer__inner {
    display: block;
  }

  .paf-theme-brand {
    display: block;
    font-size: 24px;
    padding: 18px 0 10px;
  }

  .paf-theme-nav ul {
    justify-content: flex-start;
    padding-bottom: 16px;
  }

  .paf-clean-header__inner {
    align-items: center;
    display: flex !important;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
  }

  .paf-native-header > .e-con-inner {
    align-items: center;
    display: flex !important;
    flex-wrap: nowrap;
    gap: 8px;
    justify-content: space-between;
    height: 64px;
    min-height: 64px;
    max-width: 100%;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    position: relative;
    width: 100%;
  }

  .paf-clean-header__brand {
    display: block;
    flex: 1 1 auto;
    font-size: 22px;
    max-width: calc(100% - 56px);
    padding: 18px 0 10px;
    text-align: left;
    white-space: normal;
  }

  .paf-native-brand {
    align-self: center;
    flex: 1 1 auto;
    left: 18px !important;
    max-width: calc(100% - 56px);
    min-width: 0;
    padding: 0 !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: calc(100% - 84px);
  }

  .paf-native-brand .elementor-heading-title,
  .paf-native-brand .elementor-heading-title a {
    font-size: 22px !important;
    line-height: 1.08 !important;
    white-space: normal;
  }

  .paf-native-menu {
    align-self: center;
    flex: 0 0 auto;
    margin-left: auto;
    max-width: 48px;
    padding: 0 !important;
    position: absolute !important;
    right: 18px !important;
    top: 13px !important;
    transform: none !important;
    width: 48px;
  }

  .paf-native-menu .elementor-menu-toggle {
    align-items: center;
    border: 2px solid var(--paf-accent);
    border-radius: 4px;
    color: var(--paf-accent);
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: 0;
    min-height: 38px;
    width: 38px;
  }

  .paf-native-menu nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    box-shadow: none;
    left: 0 !important;
    margin: 0 !important;
    max-width: 100vw;
    position: fixed !important;
    right: auto !important;
    top: 64px !important;
    transform: none !important;
    width: 100vw !important;
    z-index: 20;
  }

  .paf-native-menu nav.elementor-nav-menu--dropdown.elementor-nav-menu__container .sub-menu {
    max-width: 100%;
    position: static !important;
    width: 100% !important;
  }

  .paf-native-menu .elementor-nav-menu--dropdown .elementor-item {
    font-size: 15px !important;
    padding: 12px 22px !important;
    white-space: normal;
  }

  .paf-menu-toggle {
    display: inline-flex !important;
    flex-direction: column;
    justify-content: center;
    margin: 8px 0;
  }

  .paf-clean-header__nav {
    display: none !important;
    flex: 1 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .paf-clean-header__nav.is-open {
    display: block !important;
  }

  .paf-home-intro .e-con-inner,
  .paf-home-pdf .e-con-inner,
  .paf-clean-footer__grid {
    display: block !important;
  }

  .paf-native-footer > .e-con-inner {
    display: block !important;
    max-width: 100%;
    width: 100%;
  }

  .paf-native-footer-col {
    margin-bottom: 18px;
    width: 100%;
  }

  .paf-home-intro > .e-con-inner,
  .paf-home-pdf > .e-con-inner {
    display: block !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .paf-menu {
    background: #fff;
    border-top: 1px solid rgba(153, 76, 21, 0.18);
    display: block !important;
    margin: 0 -18px;
    max-width: calc(100% + 36px);
    padding-bottom: 14px;
    text-align: left;
    width: calc(100% + 36px);
  }

  .paf-menu > li {
    border-bottom: 1px solid rgba(153, 76, 21, 0.12);
    display: block;
  }

  .paf-menu a {
    font-size: 15px;
    padding: 12px 22px;
    white-space: normal;
  }

  .paf-menu ul,
  .paf-menu ul ul {
    background: rgba(153, 76, 21, 0.04);
    border: 0;
    box-shadow: none;
    display: block;
    left: auto;
    margin: 0;
    min-width: 0;
    opacity: 1;
    position: static;
    transform: none;
    visibility: visible;
  }

  .paf-menu li:hover > ul,
  .paf-menu li:focus-within > ul {
    display: block;
    transform: none;
  }

  .paf-menu > .has-submenu > a {
    background: rgba(153, 76, 21, 0.06);
  }

  .paf-menu ul a {
    font-size: 14px;
    font-weight: 600;
    padding: 9px 22px 9px 38px;
  }

  .paf-menu ul ul a {
    font-size: 13px;
    padding-left: 54px;
  }

  .paf-home-hero {
    --container-widget-height: 360px !important;
    --height: 360px !important;
    height: 360px !important;
    max-height: none !important;
    --min-height: 360px !important;
    min-height: 360px !important;
  }

  .elementor > .e-con[class*="-hero"]:not(.paf-home-hero),
  .elementor > .elementor-element[class*="-hero"]:not(.paf-home-hero) {
    min-height: 440px !important;
  }

  .elementor-widget-image[class*="-feature-image"] img {
    height: 220px !important;
  }

  .paf-home-welcome,
  .paf-home-intro,
  .paf-home-pdf {
    padding: 36px 18px;
  }

  .paf-home-welcome-card {
    padding: 24px 20px;
  }

  .paf-home-intro-image,
  .paf-home-intro-copy,
  .paf-home-pdf-card-widget,
  .paf-home-pdf-image,
  .paf-news-column {
    flex: 0 0 100% !important;
    flex-basis: 100% !important;
    max-width: 100%;
    min-width: 0;
    width: 100% !important;
  }

  .paf-home-intro > .e-con-inner > .paf-home-intro-image,
  .paf-home-intro > .e-con-inner > .paf-home-intro-copy,
  .paf-home-pdf > .e-con-inner > .paf-home-pdf-card-widget,
  .paf-home-pdf > .e-con-inner > .paf-home-pdf-image {
    display: block !important;
    flex: 0 0 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    transform: none !important;
    width: 100% !important;
  }

  .paf-home-intro-image,
  .paf-home-pdf-card-widget {
    margin-bottom: 24px;
  }

  .paf-news-row,
  .paf-news-text-section {
    max-width: 100vw !important;
    overflow-x: clip !important;
    padding: 36px 20px;
    width: 100% !important;
  }

  .paf-news-row > .e-con-inner,
  .paf-news-text-section > .e-con-inner {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    gap: 20px !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .paf-news-title-section {
    padding: 46px 22px 34px;
  }

  .paf-news-title-section h1 {
    font-size: 34px !important;
  }

  .paf-news-title-section h2,
  .paf-news-title-section h2.elementor-heading-title {
    font-size: 19px;
    line-height: 1.34;
    margin-bottom: 10px;
  }

  .paf-news-title-section h3,
  .paf-news-text-widget p,
  .paf-news-heading-widget p {
    font-size: 16px;
    line-height: 1.62;
    margin-bottom: 16px;
  }

  .paf-news-text-widget h3,
  .paf-news-heading-widget h3 {
    font-size: 20px;
    margin-bottom: 18px;
  }

  .paf-news-media-column,
  .paf-news-text-column {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
  }

  .paf-news-media-column {
    order: 1 !important;
  }

  .paf-news-text-column {
    order: 2 !important;
  }

  .paf-news-media-widget,
  .paf-news-text-widget,
  .paf-news-heading-widget {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .paf-news-media-widget img,
  .paf-news-carousel-widget img,
  .paf-news-carousel-widget .swiper-slide img {
    height: auto !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .paf-about-hero {
    min-height: 210px;
  }

  .paf-about-feature,
  .paf-about-intro,
  .paf-about-gallery {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paf-about-title .elementor-heading-title,
  .paf-about-intro h1 {
    font-size: 34px;
  }

  .paf-about-copy p {
    font-size: 16px;
  }

  .paf-about-carousel img,
  .paf-about-carousel .swiper-slide img {
    height: auto;
  }

  .paf-kiran-hero {
    min-height: 210px;
  }

  .paf-kiran-feature,
  .paf-kiran-title-section,
  .paf-kiran-story-row,
  .paf-kiran-long-text,
  .paf-kiran-memorial,
  .paf-kiran-traits,
  .paf-kiran-gallery {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paf-kiran-title .elementor-heading-title,
  .paf-kiran-title-section h1 {
    font-size: 34px;
  }

  .paf-kiran-subtitle .elementor-heading-title,
  .paf-kiran-title-section h3 {
    font-size: 18px;
  }

  .paf-kiran-media-column,
  .paf-kiran-text-column,
  .paf-kiran-trait {
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
  }

  .paf-kiran-trait {
    margin: 0 0 22px;
    max-width: 100%;
    min-height: 0;
    padding: 30px 24px;
  }

  .paf-kiran-traits,
  .paf-kiran-traits-centered {
    padding-bottom: 20px;
  }

  .paf-kiran-text-widget p,
  .paf-kiran-caption p,
  .paf-kiran-trait p {
    font-size: 16px;
  }

  .paf-kiran-carousel img,
  .paf-kiran-carousel .swiper-slide img {
    height: auto;
  }

  .paf-stammbaum-hero {
    min-height: 210px;
  }

  .paf-stammbaum-feature,
  .paf-stammbaum-title-section,
  .paf-stammbaum-story,
  .paf-stammbaum-docs {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paf-stammbaum-title .elementor-heading-title,
  .paf-stammbaum-title-section h1 {
    font-size: 34px;
  }

  .paf-stammbaum-media-column,
  .paf-stammbaum-copy-column {
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
  }

  .paf-stammbaum-text-widget p {
    font-size: 16px;
  }

  .paf-health-hero {
    min-height: 210px;
  }

  .paf-health-feature,
  .paf-health-summary,
  .paf-health-docs {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paf-health-title .elementor-heading-title,
  .paf-health-summary h1 {
    font-size: 34px;
  }

  .paf-health-table-widget table {
    font-size: 14px;
  }

  .paf-health-table-widget th,
  .paf-health-table-widget td {
    padding: 9px 8px;
  }

  .paf-deckrude-hero {
    min-height: 210px;
  }

  .paf-deckrude-feature,
  .paf-deckrude-intro,
  .paf-deckrude-band,
  .paf-deckrude-note,
  .paf-deckrude-gallery {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paf-deckrude-intro .elementor-heading-title,
  .paf-deckrude-intro h1 {
    font-size: 34px;
  }

  .paf-deckrude-column {
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
  }

  .paf-deckrude-image-column,
  .paf-deckrude-text-column {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .paf-deckrude-image-widget,
  .paf-deckrude-image-widget img,
  .paf-deckrude-heading-widget,
  .paf-deckrude-text-widget {
    max-width: 100%;
  }

  .paf-deckrude-text-widget,
  .paf-deckrude-text-widget p,
  .paf-deckrude-note p {
    font-size: 16px;
  }

  .paf-deckrude-gallery-widget img,
  .paf-deckrude-gallery-widget .swiper-slide img {
    height: auto;
  }
}

/* Kontakt page */
.paf-kontakt-hero {
  min-height: 300px;
}

.paf-kontakt-title .elementor-heading-title {
  color: #994c15 !important;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 45px;
  font-weight: 700;
}

.paf-kontakt-greeting .elementor-heading-title {
  color: #994c15 !important;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.paf-kontakt-text,
.paf-kontakt-text p {
  color: #994c15;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}

.paf-kontakt-text a {
  color: #994c15;
  text-decoration: underline;
}

.paf-kontakt-text--muted,
.paf-kontakt-text--muted p {
  color: #7f664f;
}

.paf-kontakt-text--left,
.paf-kontakt-text--left p {
  text-align: left;
}

.paf-kontakt-links {
  background: #f4f4f4;
}

.paf-kontakt-links > .e-con-inner {
  background: #ffffff;
  border: 1px solid rgba(153, 76, 21, 0.14);
  border-radius: 18px;
  box-shadow: 0 16px 42px rgba(121, 76, 21, 0.08);
  padding: 34px 36px;
}

.paf-kontakt-links .paf-kontakt-text,
.paf-kontakt-links .paf-kontakt-text p {
  margin-bottom: 8px;
}

.paf-contact-form-wrap {
  max-width: 100%;
}

.paf-contact-form {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: grid;
  gap: 16px;
  padding: 0;
}

.paf-contact-form__field {
  display: grid;
  gap: 6px;
}

.paf-contact-form__field label {
  color: #663300;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.paf-contact-form__required {
  color: #990000;
}

.paf-contact-form__field input,
.paf-contact-form__field textarea {
  background: #faf8f6;
  border: 1px solid #d9cfc3;
  border-radius: 10px;
  color: #663300;
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.4;
  padding: 11px 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
}

.paf-contact-form__field input:focus,
.paf-contact-form__field textarea:focus {
  border-color: #994c15;
  box-shadow: 0 0 0 3px rgba(153, 76, 21, 0.15);
  outline: none;
}

.paf-contact-form__captcha {
  align-items: center;
  background: linear-gradient(135deg, #fff8f1 0%, #f4ede6 100%);
  border: 1px dashed #c9a57f;
  border-radius: 12px;
  display: grid;
  gap: 12px;
  grid-template-columns: auto 1fr auto;
  padding: 14px;
}

.paf-contact-form__captcha-icon {
  align-items: center;
  background: #994c15;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-family: "Fjalla One", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.paf-contact-form__captcha-label {
  color: #994c15;
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.paf-contact-form__captcha-question {
  color: #663300;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 4px 0 8px;
}

.paf-contact-form__captcha-body input {
  background: #fff;
  border: 1px solid #d9cfc3;
  border-radius: 8px;
  max-width: 120px;
  padding: 8px 10px;
  width: 100%;
}

.paf-contact-form__captcha-refresh {
  background: #fff;
  border: 1px solid #d9cfc3;
  border-radius: 999px;
  color: #994c15;
  cursor: pointer;
  font-size: 20px;
  height: 38px;
  line-height: 1;
  width: 38px;
}

.paf-contact-form__captcha-refresh:hover {
  background: #994c15;
  border-color: #994c15;
  color: #fff;
}

.paf-contact-form__actions {
  display: flex;
  justify-content: flex-start;
}

.paf-contact-form__submit {
  background: #994c15;
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  min-width: 140px;
  padding: 12px 28px;
  transition: transform 0.15s ease, background 0.2s ease;
}

.paf-contact-form__submit:hover:not(:disabled) {
  background: #7a3d11;
  transform: translateY(-1px);
}

.paf-contact-form__submit:disabled {
  cursor: wait;
  opacity: 0.75;
}

.paf-contact-form__status {
  border-radius: 10px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  margin: 0;
  padding: 12px 14px;
}

.paf-contact-form__status.is-success {
  background: #edf7ed;
  border: 1px solid #b7dfb9;
  color: #2f6b31;
}

.paf-contact-form__status.is-error {
  background: #fff1f1;
  border: 1px solid #efb4b4;
  color: #8f2f2f;
}

.paf-contact-form__hp {
  display: none !important;
}

.paf-contact-map {
  border: 1px solid #e6ddd2;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(121, 76, 21, 0.08);
  overflow: hidden;
}

.paf-contact-map iframe {
  border: 0;
  display: block;
  height: 380px;
  width: 100%;
}

.elementor-page-22 .paf-kontakt-band > .e-con-inner {
  align-items: stretch !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 30px !important;
}

.elementor-page-22 .paf-kontakt-band--half > .e-con-inner > .e-con {
  background: #ffffff;
  border: 1px solid rgba(153, 76, 21, 0.14);
  border-radius: 18px;
  box-shadow: 0 16px 42px rgba(121, 76, 21, 0.08);
  flex: 0 0 calc(50% - 15px) !important;
  max-width: calc(50% - 15px) !important;
  padding: 28px;
}

.elementor-page-22 .paf-kontakt-band--half > .e-con-inner > .e-con:last-child {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (max-width: 767px) {
  .elementor-page-22 .paf-kontakt-band--half > .e-con-inner > .e-con {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 22px;
  }

  .paf-kontakt-links > .e-con-inner {
    padding: 26px 22px;
  }
}

.elementor-page-18 .paf-wurf-strip--light {
  background: #f4f4f4 !important;
}

.elementor-page-18 .paf-wurf-strip--grey {
  background: #dddadc !important;
}

.elementor-page-18 .paf-wurf-hero {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  min-height: clamp(420px, 52vh, 620px) !important;
  padding: 0 !important;
}

.elementor-page-18 .paf-wurf-intro-section,
.elementor-page-18 .paf-wurf-coi-section,
.elementor-page-18 .paf-wurf-year-section {
  width: 100%;
}

.elementor-page-18 .paf-wurf-intro-section {
  padding: 100px 40px !important;
}

.elementor-page-18 .paf-wurf-band--2024a {
  padding: 100px 40px !important;
}

.elementor-page-18 .paf-wurf-band--2024b {
  padding: 100px 40px 0 !important;
}

.elementor-page-18 .paf-wurf-coi-section {
  padding: 20px 40px 80px !important;
}

.elementor-page-18 .paf-wurf-year-section--2019 {
  padding: 100px 40px !important;
}

.elementor-page-18 .paf-wurf-band--2017 {
  padding: 80px 40px !important;
}

.elementor-page-18 .paf-wurf-title .elementor-heading-title {
  color: #663300 !important;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 45px;
  font-weight: 700;
  margin: 0 auto;
  max-width: 748px;
  text-align: center;
}

.elementor-page-18 .paf-wurf-intro,
.elementor-page-18 .paf-wurf-intro p {
  color: #663300;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.72;
}

.elementor-page-18 .paf-wurf-text,
.elementor-page-18 .paf-wurf-text p {
  color: #8b4513;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.72;
}

.elementor-page-18 .paf-wurf-text--dark,
.elementor-page-18 .paf-wurf-text--dark p {
  color: #330000;
}

.elementor-page-18 .paf-wurf-text--center,
.elementor-page-18 .paf-wurf-text--center p {
  text-align: center;
}

.elementor-page-18 .paf-wurf-section-title .elementor-heading-title {
  color: #8b4513 !important;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 25px;
  font-weight: 400 !important;
  line-height: 1.3;
}

.elementor-page-18 .paf-wurf-section-title--orange .elementor-heading-title {
  color: #d35400 !important;
  font-weight: 400 !important;
}

.elementor-page-18 .paf-wurf-sold-out .elementor-heading-title {
  color: #e74c3c !important;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 25px;
  font-weight: 400 !important;
}

.elementor-page-18 .paf-wurf-band.e-con {
  align-items: center !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 28px !important;
  width: 100%;
}

.elementor-page-18 .paf-wurf-band--half > .paf-wurf-col {
  flex: 0 0 calc(50% - 14px) !important;
  max-width: calc(50% - 14px) !important;
  width: calc(50% - 14px) !important;
}

.elementor-page-18 .paf-wurf-band--split > .paf-wurf-col:first-child {
  flex: 0 0 calc(25% - 14px) !important;
  max-width: calc(25% - 14px) !important;
  width: calc(25% - 14px) !important;
}

.elementor-page-18 .paf-wurf-band--split > .paf-wurf-col:last-child {
  flex: 0 0 calc(75% - 14px) !important;
  max-width: calc(75% - 14px) !important;
  width: calc(75% - 14px) !important;
}

.elementor-page-18 .paf-wurf-band--half:not(.paf-wurf-band--reversed) > .paf-wurf-col:last-child {
  padding-left: 40px;
}

.elementor-page-18 .paf-wurf-band--reversed > .paf-wurf-col:first-child {
  padding-right: 40px;
}

.elementor-page-18 .paf-wurf-band--half .paf-wurf-image img {
  border-radius: 12px;
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 560px;
  width: 100%;
}

.elementor-page-18 .paf-wurf-band--2017 .paf-wurf-image img {
  border-radius: 12px;
  display: block;
  height: auto;
  margin: 12px auto 0;
  max-width: 200px;
  width: 200px;
}

@media (max-width: 767px) {
  .elementor-page-18 .paf-wurf-band--reversed.e-con {
    flex-direction: column-reverse !important;
  }

  .elementor-page-18 .paf-wurf-band--half > .paf-wurf-col,
  .elementor-page-18 .paf-wurf-band--split > .paf-wurf-col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }

  .elementor-page-18 .paf-wurf-intro-section,
  .elementor-page-18 .paf-wurf-band--2024a,
  .elementor-page-18 .paf-wurf-band--2024b,
  .elementor-page-18 .paf-wurf-year-section--2019,
  .elementor-page-18 .paf-wurf-band--2017,
  .elementor-page-18 .paf-wurf-coi-section {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .elementor-page-18 .paf-wurf-band--2017 .paf-wurf-image img {
    max-width: 220px;
    width: 100%;
  }
}

/* Keep the top/H1 hero photos consistent with the home hero. */
.elementor > .e-con[class*="-hero"]:not(.paf-home-hero),
.elementor > .elementor-element[class*="-hero"]:not(.paf-home-hero) {
  --container-widget-height: clamp(520px, 62vh, 720px) !important;
  --height: clamp(520px, 62vh, 720px) !important;
  height: clamp(520px, 62vh, 720px) !important;
  max-height: none !important;
  --min-height: clamp(520px, 62vh, 720px) !important;
  min-height: clamp(520px, 62vh, 720px) !important;
  overflow: hidden !important;
}

.elementor-widget-image[class*="-feature-image"] {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 960px !important;
  width: 100% !important;
}

@media (max-width: 767px) {
  .elementor > .e-con[class*="-hero"]:not(.paf-home-hero),
  .elementor > .elementor-element[class*="-hero"]:not(.paf-home-hero) {
    --container-widget-height: 360px !important;
    --height: 360px !important;
    height: 360px !important;
    max-height: none !important;
    --min-height: 360px !important;
    min-height: 360px !important;
  }

  .elementor-widget-image[class*="-feature-image"] img {
    height: 220px !important;
  }
}
