.elementor-kit-32279{--e-global-color-primary:#000000;--e-global-color-secondary:#F2F6CB;--e-global-color-text:#424242;--e-global-color-accent:#015D47;--e-global-color-5d788b4:#FFFBEF;--e-global-color-476f638:#E0E0E0;--e-global-color-f5d9836:#FECF06;--e-global-color-acf5517:#54595F;--e-global-color-4c8d759:#7A7A7A;--e-global-color-ffff53a:#FFF8DD;--e-global-color-5028755:#F1F1F2;--e-global-typography-primary-font-family:"titillium-semibold";--e-global-typography-primary-font-size:28px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"titillium-semibold";--e-global-typography-secondary-font-size:22px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"titillium-regular";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"titillium-regular";--e-global-typography-accent-font-size:12px;--e-global-typography-accent-font-weight:400;--e-global-typography-5ecbd05-font-family:"titillium-regular";--e-global-typography-5ecbd05-font-size:8px;--e-global-typography-5ecbd05-font-weight:400;--e-global-typography-5ecbd05-text-transform:uppercase;--e-global-typography-5ecbd05-font-style:normal;--e-global-typography-5ecbd05-text-decoration:none;--e-global-typography-520e533-font-family:"titillium-semibold";--e-global-typography-520e533-font-size:14px;--e-global-typography-520e533-font-weight:400;--e-global-typography-520e533-text-transform:uppercase;color:#000000;font-family:"titillium-semibold", Sans-serif;font-size:28px;font-weight:600;}.elementor-kit-32279 a{color:#000000;}.elementor-kit-32279 h1{color:#000000;font-family:"titillium-semibold", Sans-serif;font-size:76px;}.elementor-kit-32279 h2{color:#464646;font-family:"titillium-semibold", Sans-serif;font-size:52px;}.elementor-kit-32279 h3{color:#3B3B3B;font-family:"titillium-semibold", Sans-serif;font-size:36px;}.elementor-kit-32279 h4{color:#9C9C9C;font-family:"titillium-semibold", Sans-serif;font-size:18px;}.elementor-kit-32279 h5{color:#000000;font-family:"titillium-semibold", Sans-serif;font-size:16px;}.elementor-kit-32279 h6{color:#000000;font-family:"titillium-semibold", Sans-serif;font-size:18px;}.elementor-kit-32279 button,.elementor-kit-32279 input[type="button"],.elementor-kit-32279 input[type="submit"],.elementor-kit-32279 .elementor-button{font-family:"titillium-regular", Sans-serif;font-size:12px;font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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;}@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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body{
	min-height: 100vh;
	Display: flex;
	flex-direction: column;
}

footer {
	margin-top: auto;
}

/* Bis 1024px: Karussell-Slides als Flex-Layout mit gleicher Höhe für Bild & Text */
@media (max-width: 1024px) {

  /* Haupt-Slide (Container mit Bild + Text) */
  .elementor-widge@media (max-width: 1024px) {-loop-carousel .loop-slide {
      display: flex !important;        /* sicherstellen, dass es ein Flex-Container ist */
      flex-direction: row;
      align-items: stretch;            /* beide Spalten gleich hoch */
  }

  /* Linke Bild-Spalte */
  .elementor-widget-loop-carousel .loop-slide-image {
      flex: 0 0 60%;                   /* ca. 60% Breite für das Bild */
      align-self: stretch;
  }

  /* Rechte Text-Spalte (alles, was NICHT die Bild-Spalte ist) */
  .elementor-widget-loop-carousel .loop-slide > :not(.loop-slide-image) {
      flex: 0 0 40%;                   /* restliche 40% für den Text */
  }

  /* Bild im linken Bereich */
  .elementor-widget-loop-carousel .loop-slide-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;               /* komplett füllen, ohne weiße Ränder */
      object-position: bottom center;  /* unten "andocken" */
      display: block;
  }
}


/* 30.12.25 für Besucherzähler */

/* Default: komplett aus */
.bz-trigger,
.bz-popup{
  display: none !important;
}

/* Nur wenn Footer sichtbar ist, dürfen sie überhaupt existieren */
body.bz-footer-visible .bz-trigger,
body.bz-footer-visible.bz-desktop .bz-popup{
  display: inline-flex !important; /* trigger */
}

/* Popup bleibt trotzdem erst bei bz-open sichtbar */
body.bz-footer-visible.bz-desktop .bz-popup{
  display: block !important;
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity .22s ease, transform .22s ease;
}

body.bz-footer-visible.bz-desktop.bz-open .bz-popup{
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* Overlay nur wenn offen */
body.bz-footer-visible.bz-desktop.bz-open:before{
  content:"";
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.15);
  z-index: 9998;
}

/* Desktop-only Schalter */
@media (hover:hover) and (pointer:fine) and (min-width:1025px){
  body{ }
  body.bz-desktop{ }
}

/* ---- Trigger Hover: Icon zentriert, bei Hover verschwindet Icon, nur Text ---- */
.bz-trigger{
  position: fixed !important;
  left: 18px; bottom: 18px;
  z-index: 9999;
  background: #F6EAA0;
  color: #111;
  border-radius: 14px;
  padding: 10px 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
  transform: translateY(26px);
  transition: transform .22s ease, box-shadow .22s ease;
  cursor: pointer;
  align-items: center;
  justify-content: center; /* Icon Mitte */
  gap: 10px;
}

/* Label in Stufe 1 unsichtbar */
.bz-trigger .bz-trigger__label{
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: max-width .22s ease, opacity .22s ease;
}

/* Icon in Stufe 1 sichtbar */
.bz-trigger .bz-trigger__icon{
  display: inline-flex;
}

/* Hover: etwas hoch, Label rein, Icon weg */
.bz-trigger:hover{
  transform: translateY(6px);
  box-shadow: 0 16px 40px rgba(0,0,0,.22);
}
.bz-trigger:hover .bz-trigger__label{
  max-width: 220px;
  opacity: 1;
}
.bz-trigger:hover .bz-trigger__icon{
  display: none;
}

/* Close Icon: margin-bottom ist bei position:absolute sinnlos -> nimm top/transform */
.bz-close{ transform: translateY(12px); }  /* “wie margin-bottom 12px” *//* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'titillium-semibold';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://www.ksc-victoria-77.de/wp-content/uploads/2026/01/titillium-semibold.eot');
	src: url('https://www.ksc-victoria-77.de/wp-content/uploads/2026/01/titillium-semibold.eot?#iefix') format('embedded-opentype'),
		url('https://www.ksc-victoria-77.de/wp-content/uploads/2026/01/titillium-semibold.woff2') format('woff2'),
		url('https://www.ksc-victoria-77.de/wp-content/uploads/2026/01/titillium-semibold.woff') format('woff'),
		url('https://www.ksc-victoria-77.de/wp-content/uploads/2026/01/titillium-semibold.ttf') format('truetype'),
		url('https://www.ksc-victoria-77.de/wp-content/uploads/2026/01/titillium-semibold.svg#titillium-semibold') format('svg');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'titillium-regular';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://www.ksc-victoria-77.de/wp-content/uploads/2026/01/titillium-regular.eot');
	src: url('https://www.ksc-victoria-77.de/wp-content/uploads/2026/01/titillium-regular.eot?#iefix') format('embedded-opentype'),
		url('https://www.ksc-victoria-77.de/wp-content/uploads/2026/01/titillium-regular.woff2') format('woff2'),
		url('https://www.ksc-victoria-77.de/wp-content/uploads/2026/01/titillium-regular.woff') format('woff'),
		url('https://www.ksc-victoria-77.de/wp-content/uploads/2026/01/titillium-regular.ttf') format('truetype'),
		url('https://www.ksc-victoria-77.de/wp-content/uploads/2026/01/titillium-regular.svg#titillium-regular') format('svg');
}
/* End Custom Fonts CSS */