.elementor-kit-90{--e-global-color-primary:#FECF02;--e-global-color-secondary:#000000;--e-global-color-text:#FFFFFF;--e-global-color-accent:#004643;--e-global-color-18ba288:#2F2F2F;--e-global-color-210c8ca:#A1A1A1;--e-global-color-3e03460:#E9E9E9;--e-global-color-26d8f87:#F2F2F2;--e-global-color-5051289:#F8F8F8;--e-global-color-caf1cca:#00E9DF;--e-global-color-8ff74bc:#002221;--e-global-color-f1a5f63:#DFE4E1;--e-global-color-d4cb542:#FED935;--e-global-typography-primary-font-family:"DM Sans";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"DM Serif Display";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"DM Serif Display";--e-global-typography-accent-font-weight:400;background-color:#000000;color:var( --e-global-color-text );font-family:"Axiforma", Sans-serif;font-size:16px;}.elementor-kit-90 button,.elementor-kit-90 input[type="button"],.elementor-kit-90 input[type="submit"],.elementor-kit-90 .elementor-button{background-color:var( --e-global-color-secondary );font-size:16px;font-weight:500;line-height:24px;border-style:none;border-radius:0px 0px 0px 0px;padding:12px 24px 12px 24px;}.elementor-kit-90 p{margin-block-end:12px;}.elementor-kit-90 h1{color:var( --e-global-color-text );font-size:72px;font-weight:400;line-height:80px;}.elementor-kit-90 h2{color:var( --e-global-color-text );font-size:56px;font-weight:400;line-height:64px;}.elementor-kit-90 h3{color:var( --e-global-color-text );font-size:48px;font-weight:400;line-height:56px;}.elementor-kit-90 h4{color:var( --e-global-color-text );}.elementor-kit-90 h5{color:var( --e-global-color-text );}.elementor-kit-90 h6{color:var( --e-global-color-text );}.elementor-kit-90 label{font-size:18px;line-height:28px;}.elementor-kit-90 input:not([type="button"]):not([type="submit"]),.elementor-kit-90 textarea,.elementor-kit-90 .elementor-field-textual{font-size:16px;line-height:24px;border-style:solid;border-width:0px 0px 1px 0px;border-color:#FFFFFF1A;border-radius:0px 0px 0px 0px;padding:12px 12px 12px 12px;}.elementor-kit-90 input:focus:not([type="button"]):not([type="submit"]),.elementor-kit-90 textarea:focus,.elementor-kit-90 .elementor-field-textual:focus{border-style:solid;border-width:0px 0px 1px 0px;border-color:var( --e-global-color-primary );border-radius:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--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:16px;}.elementor-element{--widgets-spacing:16px 16px;--widgets-spacing-row:16px;--widgets-spacing-column:16px;}{}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-kit-90 h1{font-size:48px;line-height:1.15em;}.elementor-kit-90 h2{font-size:40px;line-height:1.15em;}.elementor-kit-90 h3{font-size:36px;line-height:1.15em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */p:last-child {
    margin-bottom: 0;
}

.elementor-button-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

p a {
    color: currentColor;
    border-bottom: 1px solid var(--e-global-color-primary);
}

p a:hover {
    color: currentColor;
border: none;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

li:last-child:not([class]){
    margin-bottom: 12px!important;
}

li::marker {
    color: var(--e-global-color-primary);
}

ul {
    list-style-type: square;
}

.elementor-location-footer {
    margin-top: auto;
}

.elementor-field-group .elementor-field-textual:focus {
    box-shadow: none;
}

/*
.e-flex {
    overflow: hidden !important;
}*/

::-moz-selection {
  color: #000;
  background: var(--e-global-color-primary);
}

::selection {
  color: #000;
  background: var(--e-global-color-primary);
}

.hyphenate {
  word-wrap: break-word;
  overflow-wrap: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}
/*
.highlight {
    position: relative;
}

.highlight:after {
    content: '';
    display: inline;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(254, 207, 2, 0.35);
    height: .5em;
    width: 100%;
    z-index: -1;
}*/

span.highlight, .highlight h1, .highlight h2, .highlight h3, .highlight h4  {
    
	/*
		1. For multi-line animated underline the "inline" value for the display property is compulsory.
		2. Adds opportunity to create multi-line padding
	*/
	display: inline; /* 1 */


	background-image: linear-gradient(0, rgba(254, 207, 2, 0.35), rgba(254, 207, 2, 0.35));
	
	/* Adjust em value */
	background-size: 100% .5em;
	background-position: bottom;
	background-repeat: no-repeat;
	
	-webkit-box-decoration-break: clone; /* 2 */
	box-decoration-break: clone; /* 2 */
    
}

.elementor-kit-90 .elementor-custom-embed-play svg {
	transform: scale(1);
	animation: pulsing 3s infinite;
}

@keyframes pulsing {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.4, 1.4);
  }
  100% {
    transform: scale(1, 1);
  }
}

p:last-child{
    margin-bottom: 0;
}
/*
p a {
    border-bottom: 1px solid currentcolor;
}

 p a:hover {
    border-bottom: none;
}
*/
.elementor-video {
    height: 100% !important;
}

li:last-child:not([class]){
    margin-bottom: 12px!important;
}

body {
        word-wrap: break-word;
overflow-wrap: break-word;
-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}


/* vf-carousel*/

.vf-carousel .swiper {
    overflow: visible !important;
}

.vf-carousel .swiper-slide {
    overflow: visible !important;
    opacity: 1;
    transition: opacity .3s ease;
}

.vf-carousel .swiper-slide:has(~ .swiper-slide-active) {
    opacity: 0;
    pointer-events: none;
}

.vf-carousel .swiper-slide:not(.swiper-slide-active)  .kiste {
    background-color: #FFFFFF1A;
    background-image: none;
    color: #fff !important;
    transition: background-color 0.3s ease !important;
}

.vf-carousel .swiper-slide:not(.swiper-slide-active) h3 {
    color: #fff !important;
    transition: background-color 0.3s ease;
}

.vf-carousel .swiper-slide:not(.swiper-slide-active) p {
    color: #fff;
    transition: background-color 0.3s ease;
}

.vf-carousel .pill {
    color: #000;
    background-color: #FFFFFF80;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    padding: 8px 12px;
}

.vf-carousel .swiper-slide:not(.swiper-slide-active) .pill {
    color: #FECF02 !important;
background-color: #FECF0226;
}

.text-balance {
    text-wrap: balance;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Axiforma';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://vf-recruiting.supersonic-group.de/wp-content/uploads/2023/12/subset-Axiforma-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Axiforma';
	font-style: italic;
	font-weight: 400;
	font-display: auto;
	src: url('https://vf-recruiting.supersonic-group.de/wp-content/uploads/2023/12/subset-Axiforma-Italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Axiforma';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://vf-recruiting.supersonic-group.de/wp-content/uploads/2023/12/subset-Axiforma-SemiBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Axiforma';
	font-style: italic;
	font-weight: 600;
	font-display: auto;
	src: url('https://vf-recruiting.supersonic-group.de/wp-content/uploads/2023/12/subset-Axiforma-SemiBoldItalic.woff2') format('woff2');
}
/* End Custom Fonts CSS */