.elementor-kit-10{--e-global-color-primary:#DC2032;--e-global-color-secondary:#54595F;--e-global-color-text:#555555;--e-global-color-accent:#00AD4F;--e-global-color-decac2d:#FFFFFF;--e-global-color-10ff61f:#000000;--e-global-color-f570647:#F7F7F7;--e-global-color-dc7ff8c:#FDFDFD;--e-global-color-791bbee:#1A1A2E;--e-global-color-ac03713:#F5F5F5;--e-global-color-ae9b090:#222222;--e-global-color-a51c9ff:#888888;--e-global-color-56fdb24:#0D0D1A;--e-global-typography-primary-font-family:"Fago";--e-global-typography-primary-font-size:18px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Fago";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Fago";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.6em;--e-global-typography-accent-font-family:"Fago";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:600;--e-global-typography-f6889e7-font-family:"Fago";--e-global-typography-f6889e7-font-size:60px;--e-global-typography-f6889e7-font-weight:600;--e-global-typography-f6889e7-text-transform:uppercase;--e-global-typography-f6889e7-line-height:1.1em;--e-global-typography-e65adcd-font-family:"Fago";--e-global-typography-e65adcd-font-size:44px;--e-global-typography-e65adcd-font-weight:600;--e-global-typography-e65adcd-text-transform:uppercase;--e-global-typography-e65adcd-line-height:1.2em;--e-global-typography-f404f6c-font-family:"Fago";--e-global-typography-f404f6c-font-size:32px;--e-global-typography-f404f6c-font-weight:600;--e-global-typography-f404f6c-text-transform:uppercase;--e-global-typography-1159318-font-family:"Fago";--e-global-typography-1159318-font-size:24px;--e-global-typography-1159318-font-weight:600;--e-global-typography-cc36fee-font-family:"Fago";--e-global-typography-cc36fee-font-size:30px;--e-global-typography-cc36fee-font-weight:700;--e-global-typography-a92105c-font-family:"Fago";--e-global-typography-a92105c-font-size:18px;--e-global-typography-a92105c-font-weight:600;--e-global-typography-a92105c-text-transform:uppercase;--e-global-typography-a92105c-font-style:normal;--e-global-typography-a92105c-letter-spacing:-0.2px;--e-global-typography-a92105c-word-spacing:1px;--e-global-typography-1e26ef4-font-family:"Fago";--e-global-typography-1e26ef4-font-size:14px;--e-global-typography-1e26ef4-word-spacing:0.08em;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 h1{font-family:"Fago", Sans-serif;font-size:3em;font-weight:600;}.elementor-kit-10 h2{font-family:"Fago", Sans-serif;font-size:2.2em;}.elementor-kit-10 h3{font-family:"Fago", Sans-serif;font-size:1.8em;}.elementor-kit-10 h4{font-family:"Fago", Sans-serif;font-size:1.4em;}.elementor-kit-10 h5{font-family:"Fago", Sans-serif;}.elementor-kit-10 h6{font-family:"Fago", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-10{--e-global-typography-f6889e7-font-size:44px;--e-global-typography-e65adcd-font-size:36px;--e-global-typography-f404f6c-font-size:28px;--e-global-typography-1159318-font-size:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.formTrenner {
    margin:2rem!important;
   border: 1px solid #eee;
   box-shadow: 1px 1px 9px rgba(0,0,0,0.1);
}

.elementor-field-type-html {
    margin-bottom: 2rem!important;
}



/* ─── Ghost Button: „mehr erfahren" ─── */

.elementor-post__read-more {
  display:          inline-block;
  padding:          4px 8px;
  border:           2px solid #DC2032;
  border-radius:    4px;
  color:            #DC2032;
  background-color: transparent;
  font-size:        14px;
  font-weight:      600;
  letter-spacing:   0.4px;
  text-transform:   none!important;
  text-decoration:  none;
  text-align:       center;
  line-height:      1.4;
  cursor:           pointer;
  transition:       background-color 0.3s ease,
                    color 0.3s ease,
                    border-color 0.3s ease;
}

/* ─── Hover / Focus ─── */

.elementor-post__read-more:hover,
.elementor-post__read-more:focus {
  background-color: #DC2032;
  color:            #FFFFFF!important;
  border-color:     #DC2032;
  text-decoration:  none;
}

/* ─── Active (Klick-Moment) ─── */

.elementor-post__read-more:active {
  background-color: #b81a2a;   /* etwas dunkleres Rot */
  border-color:     #b81a2a;
  color:            #FFFFFF;
}


/* ─── Pill-Liste: Container ─── */

.pillList {
  display:         flex;
  flex-wrap:       wrap;
  justify-content: flex-start;
  gap:             12px;
  list-style:      none;
  margin:          0;
  padding:         0;
  padding-inline-start: 0px!important;
}

/* ─── Einzelne Pill ─── */

.pillList li {
  display:          inline-flex;
  align-items:      center;
  padding:          10px 22px;
  border:           1.5px solid #D0D0D1;
  border-radius:    3px;
  background-color: #FFFFFF;
  color:            #222222;
  font-size:        14px;
  font-weight:      600;
  letter-spacing:   0.02em;
  line-height:      1.4;
  white-space:      nowrap;
  box-shadow:       0 2px 6px rgba(0, 0, 0, 0.06);
  transition:       background-color 0.25s ease,
                    color 0.25s ease,
                    border-color 0.25s ease,
                    box-shadow 0.25s ease,
                    transform 0.25s ease;
}

/* ─── Hover-Effekt ─── */

/*.pillList li:hover {
  background-color: #FADBD8;
  border-color:     #E8A9A0;
  color:            #C0392B;
  box-shadow:       0 4px 12px rgba(192, 57, 43, 0.12);
  transform:        translateY(-2px);
  cursor:           default;
}*/

/* ─── Responsive ─── */

@media (max-width: 768px) {
  .pillList {
    gap: 10px;
  }
  .pillList li {
    padding:   8px 18px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .pillList {
    gap: 8px;
  }
  .pillList li {
    padding:   7px 14px;
    font-size: 12px;
  }
}

/* Lift-Effekt nur beim Hover, wenn Parent .lift-up hat */
.lift-up .elementor-post__card {
    transition: transform 0.3s ease;
}

.lift-up .elementor-post__card:hover {
    transform: translateY(-8px);
}

.lift-up-element {
    transition: transform 0.3s ease;
}

.lift-up-element:hover {
    transform: translateY(-8px);
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Fago';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://www.heinzvonheiden-arena.de/wp-content/uploads/2025/08/FagoNoRegularLF.ttf') format('truetype');
}
@font-face {
	font-family: 'Fago';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://www.heinzvonheiden-arena.de/wp-content/uploads/2025/08/FagoNoBlackLF-1.ttf') format('truetype');
}
@font-face {
	font-family: 'Fago';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://www.heinzvonheiden-arena.de/wp-content/uploads/2025/08/FagoNoBoldLF-1.ttf') format('truetype');
}
@font-face {
	font-family: 'Fago';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: ;
}
/* End Custom Fonts CSS */