.elementor-kit-7{--e-global-color-primary:#1D1D1B;--e-global-color-secondary:#CACACA;--e-global-color-text:#1D1D1B;--e-global-color-accent:#F4F4F4;--e-global-color-b84b236:#FFFFFF;--e-global-color-9e783e4:#FFF000;--e-global-typography-primary-font-family:"Darker Grotesque";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Darker Grotesque";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Darker Grotesque", Sans-serif;font-size:clamp(1.25rem, 1.1908rem + 0.1974vw, 1.4375rem);font-weight:500;line-height:1.3em;}.elementor-kit-7 e-page-transition{background-color:var( --e-global-color-b84b236 );}.elementor-kit-7 h1{font-family:"Darker Grotesque", Sans-serif;font-size:clamp(4rem, 2.5882rem + 5.6471vw, 10rem);font-weight:400;line-height:0.85em;letter-spacing:2px;}.elementor-kit-7 h2{font-family:"Darker Grotesque", Sans-serif;font-size:clamp(3.45rem, 3.1579rem + 1.9737vw, 5.625rem);font-weight:400;line-height:0.9em;}.elementor-kit-7 h3{font-family:"Darker Grotesque", Sans-serif;font-size:clamp(2.5rem, 2.1053rem + 1.3158vw, 3.75rem);font-weight:400;line-height:0.9em;letter-spacing:0.2px;}.elementor-kit-7 h4{font-family:"Darker Grotesque", Sans-serif;font-size:clamp(1.5rem, 1.1842rem + 1.0526vw, 2.5rem);font-weight:400;letter-spacing:0.7px;}.elementor-kit-7 h5{font-size:clamp(1.45rem, 1.1856rem + 0.5515vw, 1.875rem);font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:2000px;}.e-con{--container-max-width:2000px;--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){margin-block-end:clamp(0.75rem, 0.4455rem + 1.1436vw, 1.875rem);}.elementor-element{--widgets-spacing:clamp(0.75rem, 0.4455rem + 1.1436vw, 1.875rem) clamp(0.75rem, 0.4455rem + 1.1436vw, 1.875rem);--widgets-spacing-row:clamp(0.75rem, 0.4455rem + 1.1436vw, 1.875rem);--widgets-spacing-column:clamp(0.75rem, 0.4455rem + 1.1436vw, 1.875rem);}{}h1.entry-title{display:var(--page-title-display);}@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 *//* TAGS */

.tag-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px 6px 6px;
  background-color: #fff;
  border-radius: 9999px;
  font-weight: normal;
  font-size: 1rem;
  gap: 10px; /* Abstand zwischen Icon und Text */
  position: relative;
}

.tag-button::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url('/wp-content/uploads/2025/07/icon-circle.svg'); /* Iconpfad */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

.tag-button-about{}

.tag-button-about {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px 6px 6px;
  background-color: #1d1d1b;
  border-radius: 9999px;
  font-weight: normal;
  font-size: 1rem;
  color:#fff;
  gap: 10px; 
  position: relative;
}

.tag-button-about::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url('/wp-content/uploads/2025/07/icon-circle-white.svg'); /* Iconpfad */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

.tag-btn-new {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px 6px 6px;
  background-color: #fff000;
  border-radius: 9999px;
  font-weight: normal;
  font-size: 1rem;
  gap: 10px; /* Abstand zwischen Icon und Text */
  position: relative;
}

.tag-btn-new::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url('/wp-content/uploads/2025/07/new-icon-circle.svg'); /* Iconpfad */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

.tag-btn-part--dark{  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px 6px 6px;
  background-color: #1d1d1b;
  border-radius: 9999px;
  font-weight: normal;
  font-size: 1rem;
  color:#fff;
  gap: 10px; 
  position: relative;}
  
  .tag-btn-part--dark::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url('/wp-content/uploads/2025/07/icon-circle-white.svg'); /* Iconpfad */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

.tag-button--border{border: solid 1px #000;}

.overlay::after {
  content: "";
  position: absolute;
  inset: 0; /* entspricht top: 0; right: 0; bottom: 0; left: 0; */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
  pointer-events: none; /* Overlay ist nicht klickbar */
  z-index: 1;
}



/* CONTAINER */


.outer-container{
    padding-left:clamp(1.35rem, 0.1974rem + 3.8421vw, 5rem);
    padding-right:clamp(1.35rem, 0.1974rem + 3.8421vw, 5rem);
}
.logo-container{
    padding:clamp(1.35rem, 0.1974rem + 3.8421vw, 1.875rem);
    
}




/* .c-header-nav .elementor-nav-menu--main li{margin: 0 15px;}*/
  
  .c-header-nav .elementor-nav-menu--main li .elementor-item{
      padding:4px;
  }
  
  
  
  /* LISTE */
.bullet-list ul,
.container-list ul {
  list-style: none; /* Standard-Bullets entfernen */
  padding-left: 0.5em;
}
.bullet-list ul li,
.container-list ul li {
  position: relative;
  padding-left: .8em;
}

.container-list ul li::before {
  content: "•"; /* Oder ein anderes Zeichen, Symbol, Icon */
  color: #fff;
  font-size: 1.2em;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}

.bullet-list ul li::before {
  content: "•"; /* Oder ein anderes Zeichen, Symbol, Icon */
  color: #000;
  font-size: 1.2em;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}

/* CONTAINER */
@media (min-width: 768px) {
  .container-p-5-white{
    padding:clamp(1.35rem, -0.9205rem + 4.7364vw, 5rem);
}
}
.container-p-5{
    padding:clamp(1.35rem, -0.9205rem + 4.7364vw, 5rem);
}

.container-logo{
    padding-top:clamp(1.35rem, -0.9205rem + 4.7364vw, 5rem);
padding-bottom:clamp(1.35rem, -0.9205rem + 4.7364vw, 5rem);
padding-left:clamp(4.0625rem, 2.5945rem + 5.4244vw, 9.375rem);
padding-right:clamp(4.0625rem, 2.5945rem + 5.4244vw, 9.375rem);
}


.spacer-t-5{
    margin-top:clamp(1.35rem, -0.9205rem + 4.7364vw, 5rem);
}


.mb-h2-p{
padding-bottom:clamp(0.5rem, -0.4498rem + 1.4599vw, 1.75rem);}


.mb-h3-p{padding-bottom:clamp(0.5rem, -0.1221rem + 1.2976vw, 1.5rem);}
.mb-h3-p{padding-bottom:clamp(1rem, -0.1221rem + 1.2976vw, 1.5rem);}





/*Abstand über pfeil*/
.spacer-pt-3{padding-top:clamp(0.8125rem, -0.315rem + 2.352vw, 2.625rem);}





/* OVERVIEW */

.ov-fact p{
    background:#fff;
    display: inline-flex;
    color:#1D1D1B;
    align-items: center;
    border-radius:40px;
    padding:5px 15px 7px 15px;
   
}
.ov-fact{max-height:44px;
    margin-left: auto;
}


.team-card-content{
    padding:5rem 3.125rem;
    
}

/* POPUP */
.dialog-close-button {border-radius:40px;
    padding:14px;
}

/* NAV HAMBURGER */

.elementor-menu-toggle {

height:50px;
    width:50px;
    padding:4px;
    z-index:1100;
}
.elementor-element-beb8c0a,
.elementor-menu-toggle.elementor-active{
    z-index:10000!important;
}


.elementor-nav-menu--dropdown{
    padding-top:8rem;
    padding-bottom:1rem; }

.nav-container {
    height:50px;
    
}
@media (min-width: 1024px) {
  .nav-container {
    height:58px;
  }
}


/* FORM */


#callista_contact_form input[type="checkbox"] {
 position: absolute;
  opacity: 1;
  cursor: pointer;
  height: 18px;
  width: 18px;
  border-radius:0!important;
  top:10px;
}

.elementor-1600 .elementor-element.elementor-element-6e737ee .elementor-field-subgroup label{
    margin-left:28px;
}


/* HERO */

.hero-home-container{
    padding:clamp(1.875rem, -1.6241rem + 7.2993vw, 7.5rem);

}
/* HERO SUB */

.sub-hero{margin-top:-70px;
max-height:800px;
}
@media (min-width: 767px) {
.sub-hero{margin-top:-98px;
}
}


/* MAIN NAV */
.c-header-nav .elementor-nav-menu--main li {margin: 0 12px;}

  .c-header-nav .elementor-nav-menu--main li .elementor-item{
      padding:4px;
  }

/*.elementor-144 .elementor-element.elementor-element-becc88b .elementor-menu-toggle:focus {
    background-color: #1d1d1b!important;
}*/

/*.elementor-144 .elementor-element.elementor-element-becc88b div.elementor-menu-toggle:focus {
    color: white!important;
}*/

.elementor-menu-toggle {
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.1);
}

/* LANG NAV */

.lang-nav .menu-item-2277,
.lang-nav .menu-item-2278{ margin:0;}
.lang-nav {margin-left:0;}
.lang-nav ul {margin:0!important; }
.lang-nav ul li {margin:0!important;}
.lang-nav ul li a {padding:0!important;}

.elementor-menu-toggle__icon--open,
.elementor-menu-toggle__icon--close{
    line-height:0!important;}
.elementor-menu-toggle__icon--close{
    background:#1d1d1b;
    border-radius:100px;
    padding:14px;
}
.elementor-menu-toggle__icon--open{
    background:#fff;
    border-radius:100px;
    padding:14px;
}
/*  */

.logo-container{
    padding-left:clamp(3.75rem, 2.1948rem + 3.2441vw, 6.25rem);
        padding-right:clamp(3.75rem, 2.1948rem + 3.2441vw, 6.25rem);
padding-top:3.125rem;
padding-bottom:3.125rem;
}


.logo-padding{padding:clamp(2.75rem, 2.1279rem + 1.2976vw, 3.75rem);}


/* TOOLTIPS */

.e-hotspot__tooltip a{color:#1D1D1B;
    text-decoration:underline;
}
.e-hotspot__tooltip a:hover{color:#CACACA;
}



/* RAND iPHONE */

/* iOS/Android: Tap-Highlight entfernen */
button, a, [role="button"] {
  -webkit-tap-highlight-color: transparent;
}

/* Fokusrahmen komplett entfernen (auch mobil) */
button, a, [role="button"] {
  outline: none !important;
}
button:focus, button:active,
a:focus, a:active,
[role="button"]:focus, [role="button"]:active {
  outline: none !important;
}

/* Firefox: inneren Fokus-Rand bei Buttons entfernen */
button::-moz-focus-inner {
  border: 0;
}

/* Optional: Safari macOS (WebKit) */
button:focus {
  outline-color: transparent;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Darker Grotesque';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://www.callista-pe.de/wp-content/uploads/2025/07/DarkerGrotesque-Light.woff2') format('woff2'),
		url('https://www.callista-pe.de/wp-content/uploads/2025/07/DarkerGrotesque-Light.woff') format('woff');
}
@font-face {
	font-family: 'Darker Grotesque';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.callista-pe.de/wp-content/uploads/2025/07/DarkerGrotesque-Regular.woff2') format('woff2'),
		url('https://www.callista-pe.de/wp-content/uploads/2025/07/DarkerGrotesque-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Darker Grotesque';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://www.callista-pe.de/wp-content/uploads/2025/07/DarkerGrotesque-Medium.woff2') format('woff2'),
		url('https://www.callista-pe.de/wp-content/uploads/2025/07/DarkerGrotesque-Medium.woff') format('woff');
}
@font-face {
	font-family: 'Darker Grotesque';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://www.callista-pe.de/wp-content/uploads/2025/07/DarkerGrotesque-SemiBold.woff2') format('woff2'),
		url('https://www.callista-pe.de/wp-content/uploads/2025/07/DarkerGrotesque-SemiBold.woff') format('woff');
}
@font-face {
	font-family: 'Darker Grotesque';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://www.callista-pe.de/wp-content/uploads/2025/07/DarkerGrotesque-Bold.woff2') format('woff2'),
		url('https://www.callista-pe.de/wp-content/uploads/2025/07/DarkerGrotesque-Bold.woff') format('woff');
}
/* End Custom Fonts CSS */