/* 
Theme Name:		 syntegris
Theme URI:		 http://childtheme-generator.com/
Description:	 bnetsystems is a child theme of BlankSlate, created by ChildTheme-Generator.com
Author:			 fmg
Author URI:		 http://childtheme-generator.com/
Template:		 blankslate
Version:		 1.0.0
Text Domain:	 syntegris
*/


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}


/* TYPOGRAPHIE */
p, pre,
.referenz-einzel H1, H3, .dreier-block.leistungsboxen, .e-n-accordion-item-title-text {
  hyphens: auto;
}

@media screen and (max-width: 767px) {
H1,H2,H3,H4,H5,H6 {hyphens: auto;}
}


body p:last-of-type {
  margin-bottom: 0;
}

p a {
  color: #fff;
  display: inline;      /* bleibt in der Zeile */
  /* white-space: nowrap;  */
  padding-left: 0;      /* Sicherheit: kein Einzug */
}

p a::before {
  content: "↪ ";
  display: inline-block;
  margin-right: .15em;
}



.homepage-footer p {	line-height: 24px;}

a.elementor-button {
  text-decoration: none!important;
}



/* TYPOGRAPHIE ENDE */

/* FUN FACTS */
body .ekit-wid-con .ekit-single-piechart .piechart .ekit-chart-content {	font-size: 38px;}
body .ekit-wid-con .ekit-single-piechart .piechart .ekit-chart-content svg {	max-width: 45%; width: inherit;}

/* FUN FACTS ENDE */

/* MOBILE MENÜ - The Plus Addons for Elementor“ > Navigation Menu Lite */
.plus-navigation-wrap.text-left .plus-navigation-menu {    display: block;}
.plus-navigation-menu .navbar-nav > li > a {transition: none !important;}

.dropdown::after {
	content: "▾";
	position: absolute;
	right: 1.4em;
	top: -2px;
	font-size: 39px;
	color: #fff;
    pointer-events: none; 
}

.dropdown:hover::after,
.dropdown.open:hover::after,
.dropdown:focus-within::after {
  color: var( --e-global-color-244da2e ); /* Weißer Pfeil beim Hover */
  pointer-events: none; 
}

.dropdown.open::after {  color: #fff }

li.dropdown.open a.dropdown-toggle,
li.dropdown.open a.dropdown-toggle::after
{
	background: #fff !important;
	color: var( --e-global-color-244da2e ) !important;
}


.plus-navigation-menu  li:hover > a {	text-decoration: unset;}

/* MOBILE MENÜ ENDE */

/* beratungsbox */
.abstand-schraffur {
  background-image: linear-gradient(180deg, transparent, var(--streifen-unten, #ffffff));
  -webkit-mask-image: repeating-linear-gradient(var(--winkel,45deg), #000 0 2px, transparent 2px 12px);
  mask-image: repeating-linear-gradient(var(--winkel,45deg), #000 0 2px, transparent 2px 12px);
  background-color: transparent; 
}

.beratungsbox-global .elementor-template, .beratungsbox-global .elementor-template > div {height: 100%}


/* beratungsbox ENDE */

/*HERO HINTERGRUND PARALLAX */

@media screen and (min-width: 1024px) {
.hero-parallax {
    background-size: 100%;
    background-position: center;
    animation: breatheZoomMove 30s ease-in-out infinite, fadeInOnce 1.5s ease-out forwards;
}

@keyframes breatheZoomMove {
    0% {
        background-size: 100%;
        background-position: bottom center 50%;
    }
    50% {
        background-size: 105%;
        background-position: left bottom 10%;
    }
    100% {
        background-size: 100%;
        background-position: left 50%;
    }
}

@keyframes fadeInOnce {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
}

/* HERO HINTERGRUND PARALLAX ENDE */

/* STARTSEITE */ 

@media screen and (min-width: 1024px) {
.dreier-block.leistungsboxen .elementor-button {
	min-width: 250px;
}
}
/* STARTSEITE ENDE */ 

/* REFERENZEN */
.referenz-einzel {height: 400px;}
/* REFERENZEN ENDE */




/* GOOGLE MAPS */
.googlemaps .gm-style-iw-a {top: -10px !important}
/* GOOGLE MAPS ENDE */






/* DOWNLOAD PORTAL */

.jobgallery .elementor-cta__content h3 {
	text-transform: initial !important;
}

.jobgallery .elementor-cta__content, .jobgallery .elementor-cta {	height: 100%;}
.jobgallery .elementor-widget-call-to-action {	aspect-ratio: 1 / 1;hyphens: auto;}
.jobgallery .elementor-cta__content {display: grid;}
.jobgallery a.elementor-cta:hover {	text-decoration: none;}


.initiativbewerbung .elementor-cta__content {   flex-direction: column;background: linear-gradient( to right top, transparent 30%, #8c0000 100% )}
.initiativbewerbung .elementor-cta__content > div:nth-child(1) { order: 2; }
.initiativbewerbung .elementor-cta__content > div:nth-child(2) { order: 1; }
.initiativbewerbung .elementor-cta__content > div:nth-child(3) { order: 3; }
.initiativbewerbung .elementor-cta__content .elementor-icon {	padding: 25px 27px 16px;}
.initiativbewerbung .elementor-cta__button {	border-width: 0 0 2px !important;}

/* Jobkacheln nacheinander einblenden in Verbindung mit JS */
.jobgallery > * {  opacity: 0;  transform: translateY(20px); /* kleiner Versatz nach unten */}
.jobgallery > *.is-visible {  opacity: 1 !important;  transform: none !important;}

/* Elementor-Editor: Animation ausschalten & Kacheln sichtbar halten */
.elementor-editor-active .jobgallery > *{
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}

.initiativbewerbung .elementor-cta__button.elementor-button {
	border: 0;
}

.jobgallery-box .elementor-cta__bg.elementor-bg {
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
}




/* DOWNLOAD PORTAL ENDE */


/* REFERENZEN */
.jobgallery.referenzen .elementor-cta__content {	background: linear-gradient( to bottom, transparent 50%, #2c1908c9 100% )}

.jobgallery.referenzen .elementor-ribbon-inner {
	line-height: 45px !important;
}


/* REFERENZEN ENDE */



/* ÜBER UNS */

/* Bannerbild spiegel */
.lebensraum.banner {  transform: scaleX(-1);            /* spiegelt den Container (inkl. BG) */  justify-content: flex-end;}
.lebensraum.banner > * {  transform: scaleX(-1);            /* spiegelt alle direkten Kinder zurück */}
.lebensraum.banner::before {transform: scaleX(-1);}

/* ÜBER UNS ENDE*/


/* Real Cookie Banner */
.animate__animated > div > div:nth-child(3) > div > div:nth-child(2) > div:nth-child(4), .animate__animated > div > div:nth-child(3) > div > div:nth-child(1) > div:nth-child(3),
.animate__animated > div > div:nth-child(3) > div > div:nth-child(1) > div:nth-child(4),
.rcb-content-blocker > div > div:nth-child(2) > div:nth-child(3) > div > div:nth-child(2) > div:nth-child(2),
body div > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2),
dialog .wp-exclude-emoji > div > div > div:nth-child(1) > div:last-of-type
{display: none;}
div > div.animate__bounceIn > div > div > div a {font-weight: 400;} /*datenschutz+impressum links*/
/* Real Cookie Banner ENDE*/


/* AUSBLENDEN */
.googlemaps .gm-style-iw-chr,
.googlemaps p,

.kontakt-formular .nf-form-fields-required,
.kontakt-formular .nf-error .nf-error-msg,
.kontakt-formular .nf-field-label,
.kontakt-formular .nf-after-form-content
{	display: none;}



/****************************** BNET **********************************/

body pre {	font-family: var( --e-global-typography-text-font-family ), Sans-serif;white-space: pre-wrap;}

.trenner.elementor-widget-divider--view-line_icon .elementor-divider-separator::after, .trenner.elementor-widget-divider--view-line_icon .elementor-divider-separator::before, .trenner.elementor-widget-divider--view-line_text .elementor-divider-separator::after, .trenner.elementor-widget-divider--view-line_text .elementor-divider-separator::before 
{border-radius: 10px}



.elementor-widget-text-editor .elementor-widget-container ul,
.elementor-widget-call-to-action ul,
.stellenangebote ul
{
  list-style: none; /* entfernt die Standard-Punkte */
  padding-left: 0; /* entfernt Einzug */
  margin-top: 10px;
}

.elementor-widget-text-editor .elementor-widget-container ul li,
.elementor-widget-call-to-action ul li,
.stellenangebote ul li
{
  position: relative;
  padding-left: 1.4em; /* rückt den Text ein, damit Platz fürs Quadrat ist */
  text-align: left;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 25px;
  hyphens: auto
}

.elementor-widget-text-editor .elementor-widget-container ul li::before,
.elementor-widget-call-to-action ul li::before,
.stellenangebote ul li::before
{
  content: "";
  position: absolute;
  left: 3px;
  top: 0.4em; /* vertikal zentrieren */
  width: 8px;
  height: 8px;
  background-color: var( --e-global-color-9e716d5 ); 
  display: inline-block;
  border-radius: 1px
}

.elementor-widget-call-to-action ul li::before
{  background-color: var( --e-global-color-primary ); }




/* STELLEANGEBOTE */
.aktuelles-stellenangebot H3 {	margin-bottom: 20px;}
.aktuelles-stellenangebot H4 {	font-size: 21px;  margin-top: 30px;}
.aktuelles-stellenangebot H4, .aktuelles-stellenangebot H3 {  color: var( --e-global-color-text );}
body .aktuelles-stellenangebot a {  color:var( --e-global-color-accent );}
body .stellenangebote ul li::before{  background:var( --e-global-color-text );}



.genderhinweis {
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	margin-top: 20px;
}


.aktuelles-stellenangebot {
	padding: 20px;
}

.stellenangebote ul {	margin: 20px 0;}

body .stellenangebote .fswp-elt--read-more.show-icon.more { background: #fff;}
body .stellenangebote .fswp-elt--read-more.show-icon { background: var( --e-global-color-accent );}
body .stellenangebote .fswp-elt--read-more.show-icon.more .fswp-elt--read-more-text { color: inherit;}
body .stellenangebote .fswp-elt--read-more.show-icon .fswp-elt--read-more-text {margin-left: 10px;}
body .stellenangebote .fswp-elt--read-more.show-icon .fswp-elt--read-more-text { color: #fff; fill: #fff;}
body .stellenangebote .e-fas-chevron-up path {fill: #fff !important;}





/* STELLEANGEBOTE ENDE */


/* ICON BOXEN */
.icon-box-div.schatten.e-transform.e-flex.e-con {
	background-image: linear-gradient(180deg, #3190bb 0%, #046e9c 100%);
}


.icon-box .icon-box-div {
  padding-top: 50px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;

}
body .icon-box-div {border-radius: 20px}


@media (max-width:1024px) {
.icon-box .icon-box-div {
  padding-left: 30px;
  padding-right: 30px;

}

}

.icon-box .schatten {  box-shadow: 2px 2px 10px 3px #0f58003d;}

body .icon-box p {
	text-align-last: center;
  margin-bottom: 0px;
}

/* ICON BOXEN ENDE */

/* HEADER */
.fernwartungs-button .elementor-widget-container svg {	display: block;}
/* HEADER ENDE */


/* KONTAKTFORMULAR */
.kontakt-formular input[type="submit"], 
.kontakt-formular input[type="button"],
.kontakt-formular button {
  background: #497300 !important;
  font-size: var(--e-global-typography-4173b1d-font-size);
  letter-spacing: var(--e-global-typography-4173b1d-letter-spacing);
  font-family: var(--e-global-typography-4173b1d-font-family), Sans-serif;
  font-size: var(--e-global-typography-4173b1d-font-size);
  font-weight: var(--e-global-typography-4173b1d-font-weight);
  text-transform: var(--e-global-typography-4173b1d-text-transform);
  padding: 30px 38px;
  line-height: 0px;
  cursor: pointer;

  &:hover {
    background: var( --e-global-color-244da2e ) !important;
    color: #fff !important;

  }

  &:focus {
    color: #fff !important;

  }

}

 .kontakt-formular .field-wrap input[type="submit"] {	width: inherit;}

 .kontakt-formular .nf-error.field-wrap .nf-field-element::after {
	background: #fff;
  color: var( --e-global-color-244da2e) ;
}


.kontakt-formular .nf-field-description,
.kontakt-formular .nf-form-content .listselect-wrap .nf-field-element div, 
.kontakt-formular .nf-form-content .ninja-forms-field:not([type='submit']) {
font-size: var( --e-global-typography-bdd55e3-font-size ) !important;
line-height: var( --e-global-typography-bdd55e3-line-height );
letter-spacing: var( --e-global-typography-bdd55e3-letter-spacing );
font-family: var( --e-global-typography-bdd55e3-font-family ), Sans-serif;
font-weight: var( --e-global-typography-bdd55e3-font-weight );
}

.kontakt-formular .nf-form-content .listselect-wrap .nf-field-element div, 
.kontakt-formular .nf-form-content .ninja-forms-field:not([type='submit']) {
border: 1px solid #fff;
border-radius: 8px;
background: transparent;
color: #fff;
}

.kontakt-formular .nf-form-content .ninja-forms-field:not([type='submit'])::placeholder {
  opacity: 0.6;               /* Einheitliche Transparenz in allen Browsern */
  color: currentColor;        /* Nimmt die Textfarbe des Feldes */
}


.kontakt-formular .nf-form-content select.ninja-forms-field:focus {
	background: var( --e-global-color-244da2e ); 
}



.kontakt-formular .nf-pass.field-wrap .nf-field-element::after {	color: #fff;}
.kontakt-formular .nf-pass .ninja-forms-field, .kontakt-formular .nf-error .ninja-forms-field {	border-color: #fff !important;}
.kontakt-formular .list-select-wrap div::after {	color: #fff;}


.kontakt-formular .nf-field-description {margin-top: 10px; color: #fff;}

.kontakt-formular .nf-response-msg {
	background: #fff;
	padding: 60px;
	color: #5d8f01;
	height: 200px;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-family: sans-serif;
	font-size: 18px;
}


.kontakt-formular.klein .nf-response-msg {
		margin-bottom: 30px;
}

.kontakt-formular .nf-form-content {	padding: 0;}

/* KONTAKTFORMULAR ENDE */

/* FORMULAR TEAMVIEWER */
body .formular-teamviewer .nf-field-description, body .formular-teamviewer .nf-field-description a {
	font-size: 13px !important;
	text-transform: uppercase;
}
/* FORMULAR TEAMVIEWER */


/* Headline animiert */
.hauptueberschrift-animiert .wpr-anim-text-visible {	display: contents;
	word-break: break-all;
}

/* Headline animiert ENDE */

/* Call to Action  */
/* .elementor-widget-call-to-action .elementor-bg {background-size: contain; background-repeat:  no-repeat} */
/* Call to Action  ENDE */

/* ZITATE */
@media screen and (min-width: 768px) {
.zitat {   width: 100%; background: #fff;}

.zitat .elementor-widget-container  {display: inline-block;}
    
.zitat .elementor-widget-container p::before {
	content: "„";
	font-size: 5.5em;
	margin-right: 0.1em;
	line-height: 0;
	margin-top: -20px;
}
.zitat .elementor-widget-container p {display: flex;}
}


/* ZITATE */


/* STARTSEITE KARUSELL SLIDER  */

.karussel-homepage .swiper-slide {
	aspect-ratio: 1/1;
  max-width: fit-content;
}

/* STARTSEITE KARUSELL SLIDER ENDE */



/* MITARBEITER */
.read-more-homepage .fswp-elt--read-more-text {
	font-weight: bold !important;
}


.team-homepage .mitarbeiter-portrait {
	filter: grayscale(100%) contrast(110%) !important;
 
}

/* MITARBEITER ENDE*/

