/*
Theme Name: Bridge Child
Version: 1.0.0
Template: bridge
*/

/* Dis none */

.dis-none {display:none;}

/* Hero */

/* Hero Stage */
.cmc-hero-stage {
  position: relative;
  overflow: visible;
  padding: 20px 24px 50px;
  background: #ffffff;
}

.cmc-hero-stage-inner {
  max-width: 1500px;
  margin: 0 auto;
}

.cmc-hero-stage-card {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  background: #070707;
  border: 3px solid #ffffff;
  box-shadow: 0 18px 42px rgba(38, 54, 79, 0.18);
  min-height: 430px;
}

.cmc-hero-stage-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 2px dashed rgba(255, 255, 255, 0.44);
  border-radius: 18px;
  pointer-events: none;
  z-index: 4;
}

.cmc-hero-stage-img {
  display: block;
  width: 100%;
  max-width: none;
  height: 430px;
  object-fit: cover;
  object-position: calc(50% - 50px) center;
  transform: none;
}

/* Textblock rechts */
.cmc-hero-stage-content {
  position: absolute;
  z-index: 3;

  left: 50%;
  right: 6%;
  top: 64px;
  bottom: 64px;

  width: auto;
  max-width: none;

  display: flex;
  flex-direction: column;
  align-items: flex-start;

  text-align: left;
  color: #ffffff;
  padding: 0 0 0 34px;
}

.p-top {
  padding-top: 100px;
}

.cmc-hero-kicker,
.cmc-hero-stage h1 {
  font-family: 'd7 - IMFellDWPica', 'IM Fell DW Pica', serif;
  color: #ffffff;
  font-weight: 400;
  text-shadow: 0 5px 16px rgba(0, 0, 0, 0.75);
}

.cmc-hero-kicker {
  margin: 0 0 14px;
  padding-top: 0;
  font-size: clamp(18px, 1.25vw, 23px);
  line-height: 1.15;
}

.cmc-hero-stage h1 {
  margin: 0;
  font-size: clamp(42px, 3.1vw, 62px);
  line-height: 1.04;
  text-transform: uppercase;
  letter-spacing: 1.7px;
}

.cmc-hero-stage h1::after {
  content: "";
  display: block;
  width: 135px;
  height: 2px;
  margin: 18px 0 0;
  background: linear-gradient(90deg, #c61916, #f0a216, transparent);
  border-radius: 999px;
}

.cmc-hero-stage p {
  margin: 22px 0 20px;
  max-width: 460px;
  color: #ffffff;
  font-size: clamp(14px, 0.95vw, 16px);
  line-height: 1.75;
  font-weight: 500;
  text-shadow: 0 5px 16px rgba(0, 0, 0, 0.82);
}

.cmc-hero-actions {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  padding-bottom: 0;
}

.cmc-hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 34px;
  padding: 8px 18px;
  border-radius: 999px;

  background: #ef5058;
  color: #ffffff;

  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;

  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.cmc-hero-button:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 11px 22px rgba(0, 0, 0, 0.34);
}

/* Falls alte zweite Button-Klasse noch irgendwo im HTML steht */
.cmc-hero-link {
  display: none;
}

/* Tablet / schmaler Desktop */
@media (max-width: 1000px) {
  .cmc-hero-stage {
    padding: 36px 16px 46px;
  }

  .cmc-hero-stage-card {
    min-height: 410px;
  }

  .cmc-hero-stage-img {
    width: 100%;
    height: 410px;
    object-fit: cover;
    object-position: center center;
    transform: none;
  }

  .cmc-hero-stage-content {
    left: 50%;
    right: 4%;
    top: 52px;
    bottom: 52px;
    width: auto;
    max-width: none;
    padding-left: 26px;
  }

  .cmc-hero-kicker {
    font-size: 17px;
    margin-bottom: 10px;
  }

  .cmc-hero-stage h1 {
    font-size: clamp(30px, 4.2vw, 42px);
    line-height: 1.04;
  }

  .cmc-hero-stage h1::after {
    width: 115px;
    height: 2px;
    margin-top: 18px;
  }

  .cmc-hero-stage p {
    margin-top: 22px;
    font-size: 14px;
    line-height: 1.6;
  }

  .cmc-hero-actions {
    margin-top: auto;
  }

  .cmc-hero-button {
    min-height: 32px;
    padding: 7px 16px;
    font-size: 11px;
  }
}

/* Querformat Handy / sehr schmale Tablets */
@media (max-width: 900px) and (max-height: 520px) {
  .cmc-hero-stage {
    padding: 20px 14px 34px;
  }

  .cmc-hero-stage-card {
    min-height: 0;
    border-radius: 22px;
  }

  .cmc-hero-stage-card::before {
    inset: 12px;
    border-radius: 16px;
  }

  .cmc-hero-stage-img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center center;
    transform: none;
  }

  .cmc-hero-stage-content {
    position: relative;

    left: auto;
    right: auto;
    top: auto;
    bottom: auto;

    width: 100%;
    max-width: 100%;

    padding: 34px 24px 38px;
    background: #070707;
  }

  .cmc-hero-kicker {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .cmc-hero-stage h1 {
    font-size: 34px;
    line-height: 1;
  }

  .cmc-hero-stage h1::after {
    width: 120px;
    margin-top: 18px;
  }

  .cmc-hero-stage p {
    max-width: 100%;
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.55;
  }

  .cmc-hero-actions {
    width: 100%;
    margin-top: 28px;
  }
}

/* Mobile */
@media (max-width: 720px) {
  .cmc-hero-stage {
    padding: 34px 14px 32px;
  }

  .cmc-hero-stage-card {
    min-height: 0;
    border-radius: 22px;
  }

  .cmc-hero-stage-card::before {
    inset: 12px;
    border-radius: 16px;
  }

  .cmc-hero-stage-img {
    width: 100%;
    height: 300px;
    max-width: none;
    object-fit: cover;
    object-position: 34% center;
    transform: none;
  }

  .cmc-hero-stage-content {
    position: relative;
    z-index: 3;

    left: auto;
    right: auto;
    top: auto;
    bottom: auto;

    width: 100%;
    max-width: 100%;

    padding: 44px 24px 48px;
    background: #070707;
  }

  .cmc-hero-kicker {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .cmc-hero-stage h1 {
    font-size: 32px;
    line-height: 1;
  }

  .cmc-hero-stage h1::after {
    width: 130px;
    height: 2px;
    margin-top: 22px;
  }

  .cmc-hero-stage p {
    max-width: 90%;
    margin-top: 30px;
    font-size: 15px;
    line-height: 1.6;
  }

  .cmc-hero-actions {
    width: 100%;
    margin-top: 32px;
  }

  .cmc-hero-button {
    min-height: 36px;
    padding: 9px 18px;
    font-size: 12px;
  }
}

/* Sehr kleine Smartphones */
@media (max-width: 440px) {
  .cmc-hero-stage {
    padding: 28px 12px 30px;
  }

  .cmc-hero-stage-img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: 32% center;
    transform: none;
  }

  .cmc-hero-stage-content {
    padding: 38px 20px 42px;
  }

  .cmc-hero-kicker {
    font-size: 20px;
  }

  .cmc-hero-stage h1 {
    font-size: 28px;
  }

  .cmc-hero-stage p {
    font-size: 14px;
    line-height: 1.55;
  }

  .cmc-hero-actions {
    width: 100%;
  }

  .cmc-hero-button {
    width: 100%;
  }
}

/*
*****************
Header
*****************
*/

.header_bottom {

box-shadow: 0 1px 10px rgba(0, 0, 0, .11);
margin-bottom:25px;
}

/*
*****************
Navigation
*****************
*/

nav.main_menu.right {
padding-top:20px;
	z-index: 150;
}

.sticky nav.main_menu.right {
padding-top:10;
}


/*
==========================
Startseite
==========================
*/

.index-img1-neg  {margin-top:-150px;}

.index-team-neg  {margin-top:-150px;}

@media (max-width: 760px) {
  .index-team-neg  {margin-top:30px;}
  }

.index-col-1 {padding-bottom:50px;}

.txt-center {text-align:center;}

@media (max-width: 760px) {
  .txt-center {text-align:left;}
  }

.p50 {padding-top:50px; padding-bottom:50px;}

@media (max-width: 760px) {
  .p50 {padding-top:30px; padding-bottom:30px;}
  }

.p70 {padding-top:70px;}

@media (max-width: 760px) {
  .p70 {padding-top:30px; padding-bottom:50px;}
  }

.school-project-box {
  display: flex;
  align-items: flex-start;
  gap: 38px;
  max-width: 640px;
}

.school-project-icon {
  flex: 0 0 72px;
}

.school-project-icon img {
  display: block;
  width: 72px;
  height: auto;
}

@media (max-width: 760px) {
.school-project-icon img {
  display: none;
 
}  }

.school-project-content {
  flex: 1;
}

.school-project-content h3 {
  margin: 0 0 18px;
}

.school-project-content p {
  margin: 0;
  max-width: 430px;
  line-height: 1.65;
}

.school-project-box ul {margin-top:15px;}

/* Mobil */
@media (max-width: 767px) {
  .school-project-box {
    display: block;
    max-width: 100%;
  }

  .school-project-icon {
    margin: 0 0 20px;
  }

  .school-project-icon img {
    width: 70px;
  }

  .school-project-content p {
    max-width: none;
  }
}

.index-team {padding-top:30px; padding-bottom:120px;}

@media (max-width: 760px) {
  .index-team {padding-top:30px; padding-bottom:30px;}
  }

.index-team-description h3 {color:#4b5e87; font-size:30px; text-align:center;}

.index-team-description p {
    font-weight: 300;
    line-height: 29px;
    font-size: 15px;
    letter-spacing: 0px;
    color: #988f8c;
	margin-top:-5px;
	text-align:center;
}
/*
*****************
global Layout
*****************
*/

@media (max-width: 960px){
  .header_top .left,
  .header_top .right { display: none; }
}



@media (max-width: 800px) {
  .vc_row.full_width .full_section_inner,
  .full_width .full_section_inner {
    padding-left: 3% !important;
    padding-right: 3% !important;
    box-sizing: border-box !important;
  }
}


/* Navi Abstand */

ul {list-style-position: outside; margin-bottom:30px;}
li {margin-left: 20px;}

/* Barrierefreiheit im Menue */
/* Skiplink (optional) */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px 16px;
  z-index: 1000;
  text-decoration: none;
}
.skip-link:focus {
  top: 0;
}

/* Untermenüs standardmäßig verstecken */

/* Zeige Untermenü bei Tastatur-Fokus (focus-within) */
.menu-item-has-children:focus-within > .second {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* Zeige Untermenü, wenn per JS aria-expanded="true" gesetzt wurde */
.menu-item-has-children[aria-expanded="true"] > .second {
  display: block;
  opacity: 1;
  visibility: visible;
}


.menu-item-has-children[aria-expanded="true"] > .second,
.menu-item-has-children[aria-expanded="true"] > ul {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  height: auto !important;
  overflow: visible !important;
  z-index: 9999 !important;
}

/* Skip Link */

.skip-link-top {
  position: absolute;
  left: -9999px;
  top: auto;
  background: #000;
  color: #fff;
  padding: 8px 12px;
  z-index: 1000;
  text-decoration: none;
}

.skip-link-top:focus {
  left: 10px;
  top: 10px;
}

#main-content {
  scroll-margin-top: 100px; /* Abstand zum fixierten Header */
}

/* Ziel-Abstand unter Sticky-Header */
#main-content,
input, textarea, select { scroll-margin-top:100px; }

/* ====== CF7 ====== */
.cf7-checkbox-label{
  display:flex; align-items:flex-start; gap:.5em; cursor:pointer;
  font-size:1rem; line-height:1.4;
}
.cf7-checkbox-label input[type="checkbox"]{ margin-top:.2em; flex-shrink:0; }
.error-message{ color:#b00020; font-size:.9em; margin-top:.25em; }
#privacy-hint p{ display:block; margin-bottom:1em; line-height:1.5; }
#privacy-hint a{ text-decoration:underline !important; }
.wpcf7-acceptance input[type="checkbox"]{ display:inline !important; opacity:1 !important; position:relative !important; }

.wpcf7 form.invalid .wpcf7-response-output{
  color:#000 !important; font-size:1rem !important; font-weight:bold !important;
  background:#ffeaea !important; border:2px solid #f00 !important;
  margin-top:1em !important; border-radius:4px !important; line-height:1.4 !important;
	font-family: 'd7 - GoogleSans-Regular', sans-serif;
}



.q_logo a:focus-visible {
    outline: 0.125rem solid #db1212;
    outline-offset: 0.15rem;
    -moz-outline-radius: 2px;
}

.q_logo a:focus-visible img {
    outline: 0.125rem solid #db1212;
    outline-offset: 0.15rem;
}

/* Basis: Link sauber darstellen */
.logo_wrapper .q_logo a {
  display: inline-block;
  line-height: 0;
}

/* Bilder als Block, damit keine Zeilenkästchen entstehen */
.logo_wrapper .q_logo a img { display: block; }

/* Standard-Outline AUS – wir zeichnen selbst */
.logo_wrapper .q_logo a:focus,
.logo_wrapper .q_logo a:focus-visible { outline: none; }

/* >>> Fokusring gezielt um das sichtbare Logo zeichnen <<< */
/* Wenn dein sichtbares Logo die Klasse .normal hat: */
.logo_wrapper .q_logo a:focus-visible img.normal {
  position: relative;                 /* für das ::after */
}
.logo_wrapper .q_logo a:focus-visible img.normal::after {
  content: "";
  position: absolute;
  inset: 0;                           /* exakt um das Bild */
  border: 2px solid #db1212;
  border-radius: 2px;                 /* optional */
  pointer-events: none;
}


/* ====== Generisches Tastatur-Fokus-Styling ====== */
a:focus{ outline:none; }
button:focus{ outline:none; }
a:focus-visible, button:focus-visible, input:focus-visible{
  outline:2px solid #db1212; outline-offset:.15rem;
}

/* Slider/Carousels: Fokus nur via Tastatur */
.flexslider a:focus{ outline:none; }
.portfolio_slider a:focus{ outline:none; }
.qode_carousels a:focus{ outline:none; }
.flexslider a:focus-visible,
.portfolio_slider a:focus-visible,
.qode_carousels a:focus-visible{ outline:2px solid #db1212; outline-offset:.15rem; }

/* ====== Accordion (Bridge) ====== */
/* Headline-Grundstil */
.qode-accordion-holder h3.qode-title-holder{ font-size:1rem; padding-right:20px; }

/* Tastatur-Fokus nur bei :focus-visible */
.qode-accordion-holder .qode-title-holder[role="button"]:focus{ outline:none; }
.qode-accordion-holder .qode-title-holder[role="button"]:focus-visible{
  outline:2px solid #db1212; outline-offset:3px;
}
/* keine Doppel-Outlines auf inneren Spans */
.qode-accordion-holder .qode-title-holder *:focus,
.qode-accordion-holder .qode-title-holder *:focus-visible{ outline:none !important; }

/* Panels aus dem Fluss, wenn versteckt (JS setzt [hidden]) */
.qode-accordion-content[hidden]{ display:none !important; }

/* Hover/Farbe (Button-Variante) */
.qode-accordion-holder .qode-title-holder[role="button"]{ color:inherit; }
.qode-accordion-holder .qode-title-holder:hover,
.qode-accordion-holder .qode-title-holder[aria-expanded="true"]{ color:#fff; }

/*
*****************
Reverse mobile
*****************
*/

@media (max-width: 768px) {
  .reverse-mobile > .section_inner > .section_inner_margin {
    display: flex;
    flex-direction: column-reverse;
  }

  .reverse-mobile .wpb_column {
    width: 100% !important;
    float: none !important;
    clear: both !important;
  }

  .reverse-mobile .wpb_column:first-child {
    margin-top: 20px;
  }
}

/*
*****************
Carousels
*****************
*/

.qode_carousels .slides>li{ margin:4px 17px 0 0; }


/*
*****************
Stats
*****************
*/

.stats-section {
  max-width: 1300px;
  margin: 0 auto;
  padding: clamp(40px, 4vw, 60px) 20px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 3vw, 40px);
}

.stat-box {
  background: #ffffff;
  padding: clamp(25px, 4vw, 45px);
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.stat-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.15);
}

/* Zahl */
.stat-number {
  font-family: 'd7 - ZalandoSansExpanded-Black', sans-serif;
  font-size: clamp(28px, 3vw, 34px);
  color: #f47216;
  margin-bottom: 12px;
  line-height: 1.1;
}

/* Text darunter */
.stat-text {
  font-family: 'd7 - ZalandoSansExpanded-Medium', sans-serif;
  font-size: 20px;
  color: #000;
  line-height: 1.4;
}

/* Tablet */
@media (max-width: 992px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobil */
@media (max-width: 600px) {
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .stat-box {
    padding: 30px 20px;
  }

  .stat-text {
    font-size: clamp(16px, 4vw, 18px);
  }
}




/*
*****************
Team
*****************
*/

/*
==========================
SIMPLE CTA BLOCK
==========================
*/

.cta-simple {
  width: 100%;
  padding: 60px 20px; 
}

.cta-simple-inner {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.cta-simple-line {
  width: 1px; 
  height: 200px;
  background: #f47216;
  flex-shrink: 0;
}

/* Content */

.cta-simple-content {
  max-width: 820px;
  color: #ffffff; 
	padding-left:40px;
}

/* H2 */

.cta-simple-content h2 {
  font-family: 'd7 - ZalandoSansExpanded-Semibold', sans-serif;
  font-size: 24px;
  margin-bottom: 18px;
  color: #ffffff;
}

/* Text */

.cta-simple-content p {
  font-family: 'd7 - GoogleSans-Regular', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 28px;
  color: #ffffff;
}

/* Button */

.cta-simple-btn {
  display: inline-block;
  padding: 14px 34px;
  border-radius: 40px;
  background: #2d262d;
  color: #ffffff;
	font-size:16px;
  text-decoration: none;
  font-family: 'd7 - ZalandoSansExpanded-Medium', sans-serif;
  transition: all 0.3s ease;
	box-shadow: 0 6px 16px rgba(255,255,255,0.25);
}

.cta-simple-btn:hover {
  box-shadow: 0 0 18px rgba(244,114,22,0.7);
  transform: translateY(-2px);
	color: #ffffff;
}

@media (max-width: 768px) {
	
	 .cta-simple-inner {
    flex-direction: column;
    gap: 25px;
  }

  .cta-simple-content {
    max-width: 90%;
    width: 100%;
	  padding-left:0px;
  }


  .cta-simple-btn {
    width: fit-content; /* oder 100% wenn gewünscht */
  }

  .cta-simple {
    padding: 70px 20px;
  }

  .cta-simple-line {
    height: 4px;
    width: 60px; /* wird horizontal */
  }

  .cta-simple-content h2 {
    font-size: 22px;
  }

  .cta-simple-content p {
    font-size: 16px;
  }

}

.team-neg {margin-top:-40px;}

@media (max-width: 768px) {
	.team-neg {margin-top:15px;}
}

.team-neg-p p {margin-top:5px;}

/*
*****************
Akkordeon
*****************
*/

.qode-accordion-holder .qode-title-holder {
    border-bottom: 1px solid #f47216!important;
}

.qode-accordion-holder .qode-title-holder .qode-tab-title span.qode-tab-title-inner:only-child {
    font-size: 15px!important;
}

.qode-accordion-holder .qode-title-holder {
    border-bottom: 1px solid #f47216!important;
}

.qode-accordion-holder .qode-title-holder .qode-tab-title span.qode-tab-title-inner:only-child {
    font-size: 15px!important;
}

/*
*****************
IMG shadow
*****************
*/

.shad img {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
}


.shad img:hover {
 box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
	color: #ffffff;
}

/* ====== Slider round img ====== */


.flexslider .slides img, .portfolio_slider .portfolio_slides img, .qode_carousels .slides img {
    width: 100%;
    display: block;
    border-radius: 10px!important;
}

/* ====== Slider round img ====== */

.bg-container {
background-image: url("/wp-content/uploads/2026/06/index-bg-1-1.jpg") !important;
  background-repeat: repeat !important;
  background-position: top left !important;
  background-size: 2100px auto !important;
}

/* ====== CTA Box ====== */

.kinderzirkus-cta {
  max-width: 1300px;
  margin: 40px auto;
  padding: 85px 30px;
  position: relative;
  overflow: hidden;
  border-radius: 26px;

  background-color: #ef5058;
  background-image:
       url("/wp-content/uploads/2026/06/bg-3.webp") !important;
  background-repeat: repeat !important;
  background-position: top left !important;
  background-size: 1200px auto !important;

  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
}

.kinderzirkus-cta::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 3px dashed rgba(255, 255, 255, 0.65);
  border-radius: 20px;
  pointer-events: none;
}

.kinderzirkus-cta-content {
  width: 60%;
  max-width: 780px;
  min-width: 520px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  text-align: center;
}

.kinderzirkus-cta h2 {
  margin: 0 0 24px;
  color: #ffffff;
  font-size: clamp(38px, 4vw, 46px);
  line-height: 1.05;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.kinderzirkus-cta .cta-subline {
  margin: 0 0 26px;
  color: #ffffff;
  font-size: clamp(24px, 2.4vw, 26px);
  line-height: 1.25;
  font-weight: 700;
}

.kinderzirkus-cta p {
  margin: 0 auto 34px;
  color: #ffffff;
  font-size: 19px;
  line-height: 1.65;
  font-weight: 500;
}

.kinderzirkus-cta .cta-button {
  display: inline-block;
  padding: 16px 32px;
  border-radius: 999px;
  background: #ffffff;
  color: #ef5058;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.kinderzirkus-cta .cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
}

@media (max-width: 900px) {
  .kinderzirkus-cta {
    margin: 45px 16px;
    padding: 70px 24px;
  }

  .kinderzirkus-cta-content {
    width: 100%;
    min-width: 0;
  }
}

/* ====== FAQ ======= */

.kinderzirkus-faq {
  max-width: 1300px;
  margin: 40px auto;
  padding: 0 24px;
}

.kinderzirkus-faq-head {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.kinderzirkus-faq .faq-kicker {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 18px;
  border-radius: 999px;
  background: #ef5058;
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
}

.kinderzirkus-faq h2 {
  margin: 0 0 16px;
  color: #4b5e87;
  font-size: clamp(34px, 4vw, 46px);
  line-height: 1.08;
  text-transform: uppercase;
}

.kinderzirkus-faq-head p {
  margin: 0;
  color: #555555;
  font-size: 19px;
  line-height: 1.6;
}

.kinderzirkus-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.kinderzirkus-faq details {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: #ffffff;
  border: 2px dashed rgba(239, 80, 88, 0.35);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.kinderzirkus-faq details::before,
.kinderzirkus-faq details::after {
  content: "";
  position: absolute;
  top: 28px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #f7f7f7;
  z-index: 2;
}

.kinderzirkus-faq details::before {
  left: -9px;
}

.kinderzirkus-faq details::after {
  right: -9px;
}

.kinderzirkus-faq summary {
  cursor: pointer;
  list-style: none;
  padding: 24px 64px 24px 26px;
  color: #ef5058;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.3;
}

.kinderzirkus-faq summary::-webkit-details-marker {
  display: none;
}

.kinderzirkus-faq summary::after {
  content: "+";
  position: absolute;
  right: 26px;
  top: 22px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #ef5058;
  color: #ffffff;
  text-align: center;
  line-height: 32px;
  font-size: 24px;
  font-weight: 700;
}

.kinderzirkus-faq details[open] summary::after {
  content: "–";
}

.kinderzirkus-faq details p {
  margin: 0;
  padding: 0 26px 26px;
  color: #333333;
  font-size: 17px;
  line-height: 1.65;
}

@media (max-width: 800px) {
  .kinderzirkus-faq {
    margin: 55px auto;
    padding: 0 16px;
  }

  .kinderzirkus-faq-grid {
    grid-template-columns: 1fr;
  }

  .kinderzirkus-faq summary {
    font-size: 19px;
  }
}

.kinderzirkus-reviews {
  max-width: 1300px;
  margin: 80px auto;
  padding: 0 24px;
}

.kinderzirkus-reviews-head {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.kinderzirkus-reviews .reviews-kicker {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 18px;
  border-radius: 999px;
  background: #ef5058;
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
}

.kinderzirkus-reviews h2 {
  margin: 0;
  color: #4b5e87;
  font-size: clamp(34px, 4vw, 46px);
  line-height: 1.08;
  text-transform: uppercase;
}

.kinderzirkus-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

/* ====== Reviews ====== */


.review-card {
  position: relative;
  overflow: hidden;
  padding: 34px 30px 30px;
  border-radius: 24px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.94)),
    url("/wp-content/uploads/2026/06/index-bg-1-1.jpg");
  background-repeat: repeat;
  background-position: top left;
  background-size: 180px auto;
  border: 2px dashed rgba(239, 80, 88, 0.38);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.09);
}

.review-card::before,
.review-card::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #f7f7f7;
  transform: translateY(-50%);
  z-index: 2;
}

.review-card::before {
  left: -11px;
}

.review-card::after {
  right: -11px;
}

.review-stars {
  margin-bottom: 18px;
  color: #ef5058;
  font-size: 24px;
  letter-spacing: 3px;
  line-height: 1;
}

.review-card p {
  margin: 0 0 28px;
  color: #333333;
  font-size: 18px;
  line-height: 1.65;
}

.review-author {
  padding-top: 20px;
  border-top: 2px dashed rgba(239, 80, 88, 0.25);
}

.review-author strong {
  display: block;
  color: #ef5058;
  font-size: 18px;
  line-height: 1.3;
}

.review-author span {
  display: block;
  margin-top: 5px;
  color: #666666;
  font-size: 15px;
}

@media (max-width: 1000px) {
  .kinderzirkus-reviews-grid {
    grid-template-columns: 1fr;
    max-width: 720px;
    margin: 0 auto;
  }
}

@media (max-width: 700px) {
  .kinderzirkus-reviews {
    margin: 55px auto;
    padding: 0 16px;
  }

  .review-card {
    padding: 30px 24px 26px;
  }

  .review-card p {
    font-size: 17px;
  }
}

/* ====== Zirkus Programm ===== */

.cmc-disciplines {
  position: relative;
  max-width: 1100px;
  margin: 70px auto;
  padding: 48px 42px;
  border-radius: 28px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.94)),
    url("/wp-content/uploads/2026/06/index-bg-1-1.jpg");
  background-repeat: repeat;
  background-size: 220px auto;
  border: 2px dashed rgba(198, 25, 22, 0.35);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.cmc-disciplines::before,
.cmc-disciplines::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f7f7f7;
  transform: translateY(-50%);
  z-index: 2;
}

.cmc-disciplines::before {
  left: -14px;
}

.cmc-disciplines::after {
  right: -14px;
}

.cmc-disciplines-head {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.cmc-disciplines-head span {
  display: inline-block;
  margin-bottom: 12px;
  padding: 7px 16px;
  border-radius: 999px;
  background: #c61916;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}

.cmc-disciplines h2 {
  margin: 0 0 14px;
  font-family: 'd7 - IMFellDWPica', sans-serif;
  color: #c61916;
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1.05;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cmc-disciplines-head p {
  margin: 0;
  color: #26364f;
  font-size: 17px;
  line-height: 1.6;
}

.cmc-disciplines-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.cmc-disciplines-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 18px;
  border-radius: 999px;
  background: #ffffff;
  color: #26364f;
  border: 2px dashed rgba(198, 25, 22, 0.28);
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
}

.cmc-disciplines-grid span::before {
  content: "✦";
  margin-right: 8px;
  color: #f0a216;
  font-size: 13px;
}

@media (max-width: 700px) {
  .cmc-disciplines {
    margin: 45px 16px;
    padding: 38px 22px;
    border-radius: 22px;
  }

  .cmc-disciplines-grid {
    justify-content: flex-start;
    gap: 10px;
  }

  .cmc-disciplines-grid span {
    min-height: 38px;
    padding: 8px 14px;
    font-size: 15px;
  }
}

/* ====== reverse mobile ====== */


@media (max-width: 768px) {
  .reverse-mobile > .section_inner > .section_inner_margin {
    display: flex;
    flex-direction: column-reverse;
  }

  .reverse-mobile .wpb_column {
    width: 100% !important;
    float: none !important;
    clear: both !important;
  }

  .reverse-mobile .wpb_column:first-child {
    margin-top: 20px;
  }
}

/* ====== round img ====== */


.round-img img {border-radius:25px; box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18); margin-top:30px;}

/* ====== Galerie ====== */

.circus-gallery,
.circus-gallery * {
  box-sizing: border-box;
}

.circus-gallery {
  width: 100%;
  max-width: 100%;
  padding: 96px 20px 90px;
  background:
    radial-gradient(circle at top, rgba(255, 225, 150, 0.42), transparent 34%),
    linear-gradient(135deg, #fff7e6 0%, #fff1d2 100%);
  text-align: center;
  overflow: hidden;
}

.circus-gallery-head {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 46px;
  padding: 0;
}

.gallery-kicker {
  display: inline-block;
  margin-bottom: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #c4162a;
}

.circus-gallery-head h2 {
  max-width: 100%;
  margin: 0 0 18px;
  font-size: clamp(2rem, 4.6vw, 4rem);
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.circus-gallery-head p {
  max-width: 980px;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.6;
  overflow-wrap: break-word;
}

/* Galerie-Grid */
.circus-gallery-grid {
  width: 100%;
  max-width: 1240px;
  min-width: 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

/* Bildkarten */
.gallery-card {
  position: relative;
  min-width: 0;
  margin: 0;
  padding: 16px 16px 20px;
  background: #fffaf2;
  border: 0;
  border-radius: 22px;
  box-shadow:
    10px 10px 0 rgba(80, 65, 40, 0.18),
    0 10px 28px rgba(80, 65, 40, 0.12);
  transform: rotate(-1deg);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    background-color 0.28s ease;
  overflow: hidden;
  will-change: transform;
}

.gallery-card::before {
  content: "";
  position: absolute;
  inset: 9px;
  border: 2px dashed rgba(196, 22, 42, 0.38);
  border-radius: 16px;
  pointer-events: none;
  z-index: 4;
}

/* Leichte Rotation */
.gallery-card:nth-child(even) {
  transform: rotate(1.1deg);
}

.gallery-card:nth-child(3n) {
  transform: rotate(-1.4deg);
}

.gallery-card:nth-child(5n) {
  transform: rotate(1.6deg);
}

.gallery-card:nth-child(7n) {
  transform: rotate(-0.7deg);
}

/* Hover */
.gallery-card:hover {
  transform: rotate(0deg) translateY(-8px) scale(1.025);
  box-shadow:
    14px 14px 0 rgba(80, 65, 40, 0.2),
    0 16px 34px rgba(80, 65, 40, 0.16);
  background: #ffffff;
}

.gallery-card img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  display: block;
  border-radius: 14px;
  aspect-ratio: 4 / 3;
  max-height: 280px;
  object-fit: cover;
  transition:
    transform 0.45s ease,
    filter 0.45s ease;
}

.gallery-card:hover img {
  transform: scale(1.06);
  filter: contrast(1.04) saturate(1.06);
}

.gallery-card figcaption {
  position: relative;
  z-index: 5;
  margin-top: 16px;
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #c4162a;
  transition: transform 0.28s ease;
}

.gallery-card:hover figcaption {
  transform: translateY(-1px);
}

/* Tablet */
@media (max-width: 1024px) {
  .circus-gallery {
    padding: 80px 18px;
  }

  .circus-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .circus-gallery {
    width: 100%;
    padding: 56px 16px 64px;
  }

  .circus-gallery-head {
    max-width: 100%;
    margin-bottom: 34px;
  }

  .circus-gallery-head h2 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .circus-gallery-head p {
    max-width: 100%;
    font-size: 1rem;
  }

  .circus-gallery-grid {
    width: 100%;
    max-width: 520px;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .gallery-card {
    width: 100%;
    padding: 13px 13px 17px;
    border-radius: 18px;
    box-shadow:
      7px 7px 0 rgba(80, 65, 40, 0.16),
      0 8px 22px rgba(80, 65, 40, 0.12);
  }

  .gallery-card::before {
    inset: 7px;
    border-radius: 13px;
  }

  .gallery-card img {
    max-height: none;
    border-radius: 12px;
  }

  .gallery-card:hover {
    transform: rotate(0deg) translateY(-4px) scale(1.01);
    box-shadow:
      9px 9px 0 rgba(80, 65, 40, 0.18),
      0 12px 26px rgba(80, 65, 40, 0.14);
  }

  .gallery-card figcaption {
    margin-top: 14px;
    font-size: 0.85rem;
  }
}

/* Sehr kleine Screens */
@media (max-width: 420px) {
  .circus-gallery {
    padding-left: 12px;
    padding-right: 12px;
  }

  .circus-gallery-head h2 {
    font-size: clamp(1.8rem, 12vw, 2.45rem);
  }

  .gallery-kicker {
    font-size: 0.9rem;
  }
}

/* Reduzierte Bewegung */
@media (prefers-reduced-motion: reduce) {
  .gallery-card,
  .gallery-card img,
  .gallery-card figcaption {
    transition: none;
  }

  .gallery-card:hover {
    transform: rotate(0deg);
  }

  .gallery-card:hover img {
    transform: none;
    filter: none;
  }
}

.gallery-lightbox {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}

.gallery-lightbox img {
  display: block;
}

/* ====== Kontakt ====== */

.cmc-contact-strip {
  width: 100%;
  padding: 48px 24px;
  background: transparent;
}

.cmc-contact-strip-inner {
  max-width: 1300px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 70px;
}

.cmc-contact-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 22px;

  font-family: 'IM Fell DW Pica', serif;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  font-size: 30px;
  letter-spacing: 0;
  color: #ffffff;
  text-align: left;
  text-decoration: none;
}

.cmc-contact-item img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  flex: 0 0 auto;
}

.cmc-contact-item span,
.cmc-contact-item a {
  color: #ffffff;
  text-decoration: none;
}

.cmc-contact-item:hover span,
.cmc-contact-item a:hover {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.cmc-contact-phone {
  align-items: flex-start;
}

.cmc-contact-phone-lines {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.cmc-contact-phone-lines a {
  display: block;
  color: #ffffff;
  text-align: left;
  text-decoration: none;
}

@media (max-width: 1000px) {
  .cmc-contact-strip {
    padding: 42px 24px;
  }

  .cmc-contact-strip-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .cmc-contact-item {
    justify-content: flex-start;
    text-align: left;
    font-size: 26px;
    line-height: 36px;
  }
}

@media (max-width: 600px) {
  .cmc-contact-strip {
    padding: 34px 18px;
  }

  .cmc-contact-item {
    gap: 16px;
    font-size: 21px;
    line-height: 30px;
  }

  .cmc-contact-item img {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 420px) {
  .cmc-contact-item {
    font-size: 18px;
    line-height: 27px;
  }

  .cmc-contact-item img {
    width: 36px;
    height: 36px;
  }
}

/* ====== Form ====== */


/* Contact Form 7 Ticket Look */
.cmc-ticket-form {
  position: relative;
  max-width: 760px;
  margin: 60px auto;
  padding: 46px 42px;
  border-radius: 28px;

  background:
    linear-gradient(rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.94)),
    url("/wp-content/uploads/2026/06/index-bg-1-1.jpg");

  background-repeat: repeat;
  background-size: 220px auto;

  border: 2px dashed rgba(198, 25, 22, 0.35);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.09);
  overflow: hidden;
}

.cmc-ticket-form::before,
.cmc-ticket-form::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f7f7f7;
  transform: translateY(-50%);
  z-index: 2;
}

.cmc-ticket-form::before {
  left: -15px;
}

.cmc-ticket-form::after {
  right: -15px;
}

/* CF7 Struktur */
.cmc-ticket-form .wpcf7 {
  position: relative;
  z-index: 3;
}

.cmc-ticket-form p {
  margin: 0 0 22px;
}

.cmc-ticket-form label {
  display: block;
  margin-bottom: 9px;

  font-family: 'd7 - IMFellDWPica', 'IM Fell DW Pica', serif;
  color: #c61916;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Inputs */
.cmc-ticket-form input[type="text"],
.cmc-ticket-form input[type="email"],
.cmc-ticket-form input[type="tel"],
.cmc-ticket-form input[type="url"],
.cmc-ticket-form input[type="number"],
.cmc-ticket-form input[type="date"],
.cmc-ticket-form select,
.cmc-ticket-form textarea {
  width: 100%;
  max-width: 100%;
  min-height: 48px;

  padding: 12px 15px;

  background: #ffffff;
  color: #26364f;

  border: 2px dashed rgba(38, 54, 79, 0.22);
  border-radius: 14px;

  font-size: 16px;
  line-height: 1.4;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.cmc-ticket-form textarea {
  min-height: 210px;
  resize: vertical;
}

.cmc-ticket-form input:focus,
.cmc-ticket-form textarea:focus,
.cmc-ticket-form select:focus {
  outline: none;
  border-color: rgba(198, 25, 22, 0.55);
  box-shadow:
    inset 0 2px 8px rgba(0, 0, 0, 0.04),
    0 0 0 4px rgba(198, 25, 22, 0.08);
}

/* Datenschutz */
.cmc-ticket-form .wpcf7-list-item {
  margin: 0;
}

.cmc-ticket-form input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-right: 9px;
  accent-color: #c61916;
}

.cmc-ticket-form .wpcf7-acceptance,
.cmc-ticket-form .wpcf7-acceptance label {
  font-family: inherit;
  color: #26364f;
  font-size: 16px;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: 0;
}

.cmc-ticket-form a {
  color: #c61916;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Button */
.cmc-ticket-form input[type="submit"],
.cmc-ticket-form button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 46px;
  padding: 11px 28px;

  border: 0;
  border-radius: 999px;

  background: #c61916;
  color: #ffffff;

  font-family: 'd7 - IMFellDWPica', 'IM Fell DW Pica', serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;

  cursor: pointer;
  box-shadow: 0 10px 24px rgba(198, 25, 22, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cmc-ticket-form input[type="submit"]:hover,
.cmc-ticket-form button[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(198, 25, 22, 0.32);
}

/* CF7 Meldungen */
.cmc-ticket-form .wpcf7-not-valid-tip {
  margin-top: 7px;
  color: #c61916;
  font-size: 14px;
}

.cmc-ticket-form .wpcf7-response-output {
  margin: 24px 0 0;
  padding: 14px 18px;
  border-radius: 14px;
  border: 2px dashed rgba(198, 25, 22, 0.35);
  color: #26364f;
}

/* Spinner */
.cmc-ticket-form .wpcf7-spinner {
  margin-left: 12px;
}

/* Mobile */
@media (max-width: 700px) {
  .cmc-ticket-form {
    margin: 40px 16px;
    padding: 34px 22px;
    border-radius: 22px;
  }

  .cmc-ticket-form label {
    font-size: 19px;
  }

  .cmc-ticket-form textarea {
    min-height: 170px;
  }

  .cmc-ticket-form input[type="submit"],
  .cmc-ticket-form button[type="submit"] {
    width: 100%;
    font-size: 22px;
  }
}

/* ====== Footer ====== */
footer{ margin-top:40px; }

footer h3 {color:#4b5e87!important; font-size:22px;}

