.elementor-kit-6{--e-global-color-primary:#0071B5;--e-global-color-secondary:#00457B;--e-global-color-text:#001F38;--e-global-color-accent:#87D2FF;--e-global-color-b259d08:#D7E4EE;--e-global-color-0a1c5e0:#F3F8FD;--e-global-color-472ccbe:#FFFFFF;--e-global-color-d183521:#02010100;--e-global-typography-primary-font-family:"Funnel Sans Petko";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-text-transform:none;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-text-decoration:none;--e-global-typography-primary-line-height:45px;--e-global-typography-secondary-font-family:"Funnel Sans Petko";--e-global-typography-secondary-font-size:26px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-text-transform:none;--e-global-typography-secondary-font-style:normal;--e-global-typography-secondary-text-decoration:none;--e-global-typography-secondary-line-height:32.5px;--e-global-typography-text-font-family:"Funnel Sans Petko";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-text-transform:none;--e-global-typography-text-font-style:normal;--e-global-typography-text-text-decoration:none;--e-global-typography-text-line-height:24px;--e-global-typography-accent-font-family:"Funnel Sans Petko";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-text-transform:none;--e-global-typography-accent-font-style:normal;--e-global-typography-accent-text-decoration:none;--e-global-typography-accent-line-height:24px;--e-global-typography-8d8f2bc-font-family:"Funnel Sans Petko";--e-global-typography-8d8f2bc-font-size:21px;--e-global-typography-8d8f2bc-font-weight:400;--e-global-typography-8d8f2bc-text-transform:none;--e-global-typography-8d8f2bc-font-style:normal;--e-global-typography-8d8f2bc-text-decoration:none;--e-global-typography-8d8f2bc-line-height:24px;--e-global-typography-ed7f63c-font-family:"Funnel Sans Petko";--e-global-typography-ed7f63c-font-size:18px;--e-global-typography-ed7f63c-font-weight:400;--e-global-typography-ed7f63c-text-transform:none;--e-global-typography-ed7f63c-font-style:normal;--e-global-typography-ed7f63c-text-decoration:none;--e-global-typography-ed7f63c-line-height:18px;--e-global-typography-b1b7ab1-font-family:"Funnel Sans Petko";--e-global-typography-b1b7ab1-font-size:15px;--e-global-typography-b1b7ab1-font-weight:400;--e-global-typography-b1b7ab1-text-transform:none;--e-global-typography-b1b7ab1-font-style:normal;--e-global-typography-b1b7ab1-text-decoration:none;--e-global-typography-b1b7ab1-line-height:20px;--e-global-typography-2078077-font-family:"Funnel Sans Petko";--e-global-typography-2078077-font-size:70px;--e-global-typography-2078077-font-weight:700;--e-global-typography-2078077-text-transform:none;--e-global-typography-2078077-font-style:normal;--e-global-typography-2078077-text-decoration:none;--e-global-typography-2078077-line-height:70px;background-color:var( --e-global-color-0a1c5e0 );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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-6{--e-global-typography-primary-font-size:32px;--e-global-typography-primary-line-height:38px;--e-global-typography-2078077-font-size:55px;--e-global-typography-2078077-line-height:55px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */h1.entry-title {
    display: none !important;
}
.maxw760 {
    max-width: 760px;
}
/* Elementor unset Link Color */
a, a:hover, a:active, a:focus {
    color: unset;
}

/* Blog Lisitng Icons */
.bloglisitng .jet-listing-grid__slider-icon {
    border-radius: 100%;
}

/* Hide on mobile */
@media (min-width: 768px) {
  .mobileonly {
    display: none !important;
  }
}

/* Überschriften akzente */
.headaccent {
  display: inline;
  background: linear-gradient(
    to top,
    transparent 15%,
    #87D2FF 15%,
    #87D2FF 0.5em,
    transparent 0.5em
  );
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.headaccentkarriere {
  display: inline;
  background: linear-gradient(
    to top,
    transparent 15%,
    #0071B5 15%,
    #0071B5 0.5em,
    transparent 0.5em
  );
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

/* Image Marquee Slider Styles */
.image-marquee-container {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

.image-marquee {
    display: flex;
    width: calc(280px * 14); /* 7 Bilder x 2 für nahtlosen Loop */
    animation: scroll 20s linear infinite;
}

.image-marquee img {
    width: 280px;
    height: 200px;
    object-fit: cover;
    margin-right: 20px;
    border-radius: 10px !important;
    flex-shrink: 0;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.10) !important;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-280px * 7 - 140px)); /* 7 Bilder + Abstände */
    }
}
/* Image Marquee Slider Styles */
.image-marquee-container {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

.image-marquee {
    display: flex;
    width: calc((400px + 20px) * 12);
    animation: scroll 35s linear infinite;
}

.image-marquee img,
.img-marquee-img-slider {
    width: 400px;
    height: 280px;
    object-fit: cover;
    margin-right: 20px;
    border-radius: 10px !important;
    flex-shrink: 0;
    box-shadow: none !important;
}

@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc((400px + 20px) * -6)); }
}

@media (max-width: 767px) {
    .image-marquee {
        width: calc((400px + 15px) * 12);
        animation: scroll-mobile 30s linear infinite;
    }

    .image-marquee img,
    .img-marquee-img-slider {
        width: 400px;
        height: 280px;
        margin-right: 15px;
        box-shadow: none !important;
    }

    @keyframes scroll-mobile {
        0% { transform: translateX(0); }
        100% { transform: translateX(calc((400px + 15px) * -6)); }
    }
}

@media (max-width: 480px) {
    .image-marquee {
        width: calc((400px + 10px) * 12);
        animation: scroll-small 25s linear infinite;
    }

    .image-marquee img,
    .img-marquee-img-slider {
        width: 400px;
        height: 280px;
        margin-right: 10px;
        box-shadow: none !important;
    }

    @keyframes scroll-small {
        0% { transform: translateX(0); }
        100% { transform: translateX(calc((400px + 10px) * -6)); }
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Funnel Sans Petko';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-Light.eot');
	src: url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-Light.eot?#iefix') format('embedded-opentype'),
		url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-Light.woff2') format('woff2'),
		url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-Light.woff') format('woff'),
		url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-Light.ttf') format('truetype'),
		url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-Light.svg#FunnelSansPetko') format('svg');
}
@font-face {
	font-family: 'Funnel Sans Petko';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-LightItalic.eot');
	src: url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-LightItalic.eot?#iefix') format('embedded-opentype'),
		url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-LightItalic.woff2') format('woff2'),
		url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-LightItalic.woff') format('woff'),
		url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-LightItalic.ttf') format('truetype'),
		url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-LightItalic.svg#FunnelSansPetko') format('svg');
}
@font-face {
	font-family: 'Funnel Sans Petko';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-Regular.eot');
	src: url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-Regular.eot?#iefix') format('embedded-opentype'),
		url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-Regular.woff2') format('woff2'),
		url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-Regular.woff') format('woff'),
		url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-Regular.ttf') format('truetype'),
		url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-Regular.svg#FunnelSansPetko') format('svg');
}
@font-face {
	font-family: 'Funnel Sans Petko';
	font-style: italic;
	font-weight: 400;
	font-display: auto;
	src: url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-Italic.eot');
	src: url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-Italic.eot?#iefix') format('embedded-opentype'),
		url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-Italic.woff2') format('woff2'),
		url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-Italic.woff') format('woff'),
		url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-Italic.ttf') format('truetype'),
		url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-Italic.svg#FunnelSansPetko') format('svg');
}
@font-face {
	font-family: 'Funnel Sans Petko';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-Medium.eot');
	src: url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-Medium.eot?#iefix') format('embedded-opentype'),
		url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-Medium.woff2') format('woff2'),
		url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-Medium.woff') format('woff'),
		url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-Medium.ttf') format('truetype'),
		url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-Medium.svg#FunnelSansPetko') format('svg');
}
@font-face {
	font-family: 'Funnel Sans Petko';
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-MediumItalic.eot');
	src: url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-MediumItalic.eot?#iefix') format('embedded-opentype'),
		url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-MediumItalic.woff2') format('woff2'),
		url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-MediumItalic.woff') format('woff'),
		url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-MediumItalic.ttf') format('truetype'),
		url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-MediumItalic.svg#FunnelSansPetko') format('svg');
}
@font-face {
	font-family: 'Funnel Sans Petko';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-SemiBold.eot');
	src: url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-SemiBold.woff2') format('woff2'),
		url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-SemiBold.woff') format('woff'),
		url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-SemiBold.ttf') format('truetype'),
		url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-SemiBold.svg#FunnelSansPetko') format('svg');
}
@font-face {
	font-family: 'Funnel Sans Petko';
	font-style: italic;
	font-weight: 600;
	font-display: auto;
	src: url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-SemiBoldItalic.eot');
	src: url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
		url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-SemiBoldItalic.woff2') format('woff2'),
		url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-SemiBoldItalic.woff') format('woff'),
		url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-SemiBoldItalic.ttf') format('truetype'),
		url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-SemiBoldItalic.svg#FunnelSansPetko') format('svg');
}
@font-face {
	font-family: 'Funnel Sans Petko';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-Bold.eot');
	src: url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-Bold.eot?#iefix') format('embedded-opentype'),
		url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-Bold.woff2') format('woff2'),
		url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-Bold.woff') format('woff'),
		url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-Bold.ttf') format('truetype'),
		url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-Bold.svg#FunnelSansPetko') format('svg');
}
@font-face {
	font-family: 'Funnel Sans Petko';
	font-style: italic;
	font-weight: 700;
	font-display: auto;
	src: url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-BoldItalic.eot');
	src: url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-BoldItalic.woff2') format('woff2'),
		url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-BoldItalic.woff') format('woff'),
		url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-BoldItalic.ttf') format('truetype'),
		url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-BoldItalic.svg#FunnelSansPetko') format('svg');
}
@font-face {
	font-family: 'Funnel Sans Petko';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-ExtraBold.eot');
	src: url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-ExtraBold.woff2') format('woff2'),
		url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-ExtraBold.woff') format('woff'),
		url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-ExtraBold.ttf') format('truetype'),
		url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-ExtraBold.svg#FunnelSansPetko') format('svg');
}
@font-face {
	font-family: 'Funnel Sans Petko';
	font-style: italic;
	font-weight: 800;
	font-display: auto;
	src: url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-ExtraBoldItalic.eot');
	src: url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
		url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-ExtraBoldItalic.woff2') format('woff2'),
		url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-ExtraBoldItalic.woff') format('woff'),
		url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-ExtraBoldItalic.ttf') format('truetype'),
		url('https://www.petko-gmbh.de/wp-content/uploads/2026/02/FunnelSans-ExtraBoldItalic.svg#FunnelSansPetko') format('svg');
}
/* End Custom Fonts CSS */