/*
 Theme Name:   Infinite Child
 Theme URI:    http://demo.goodlayers.com/infinite
 Description:  Goodlayers Infinite Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     infinite
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  infinite-child
*/
:root {
    --color-white: #FFF;
    --color-black: #000;
    --menu-mobile-line-color: #000;
    --menu-desktop-bgcolor: #FFF;
    --ck-gray: #2F2F2F;
    --ck-blue: #0E4194;
    --ck-blue-dark: #0A2653;
    --ck-blue-light: #8E96CB;
    --ck-yellow: #FFDD00;
    --ck-yellow-dark: #CFB400;
}
.w-nav-arrow:before,.w-nav-control:before{font-family:fontawesome;vertical-align:top}a.w-nav-control{padding:10px}.w-nav-list{list-style:none;margin:0;display:none}.w-nav-anchor,.w-nav-item{display:block;position:relative}.w-nav-item{margin:0}.w-nav-anchor{overflow:hidden;color:inherit;border:none!important}.w-nav-arrow{display:none;position:absolute;top:0;right:0;font-weight:400;line-height:inherit;text-transform:none;text-align:center;width:2em}.w-nav.type_mobile .w-nav-anchor{line-height:1.6em;padding:.7rem;text-align:center;}.w-nav.type_mobile .w-nav-anchor.level_2{padding-left:2rem}.w-nav.type_mobile .w-nav-anchor.level_3{padding-left:3rem}.w-nav.type_mobile .w-nav-anchor.level_4{padding-left:4rem}.w-nav.type_mobile .btn.menu-item .w-nav-anchor.level_1{margin:.7rem}.w-nav.type_mobile .menu-item-has-children>.w-nav-anchor .w-nav-title{padding-right:2em}.w-nav.type_mobile .btn.menu-item-has-children>.w-nav-anchor .w-nav-title{padding-right:.5em}.w-nav.type_mobile .menu-item-has-children>.w-nav-anchor .w-nav-arrow{display:block;padding:.7rem 0;transition:transform .3s}.w-nav.type_mobile .btn.menu-item-has-children>.w-nav-anchor .w-nav-arrow{display:inline;vertical-align:top;position:static}.w-nav-arrow:before{content:'\f105';font-size:1.5em}.w-nav.type_desktop .hover_underline .w-nav-title{position:relative}.w-nav.type_mobile .w-nav-arrow:before{content:'\f107'}.w-nav.type_mobile .w-nav-item.opened>.w-nav-anchor .w-nav-arrow{transform:rotate(180deg)}.header_hor .w-nav.type_mobile .w-nav-control{display:block;line-height:3.5rem;padding:0 .8rem}.w-nav.type_mobile .w-nav-list.level_1{position:absolute;z-index:1;left:-2.7rem;right:-2.7rem;padding-left:2rem;padding-right:2rem;box-shadow:0 3px 3px rgba(0,0,0,.1);overflow-y:auto;-webkit-overflow-scrolling:touch;background:#0E4194;top:100%}.infinite-mobile-menu-right{position:relative;right:auto;top:auto;margin-top:0;display:flex;align-items:flex-start}#infinite-mobile-top-search i{font-size:18px;color:#545454}#infinite-mobile-top-search{margin-right:10px;margin-top:0}.infinite-mobile-header .infinite-logo{padding:0;flex-grow:1}.w-nav.type_mobile li>a{color:#fff}.w-nav.type_mobile ul>li.current-menu-ancestor>a span,.w-nav.type_mobile ul>li.current-menu-item>a span,.w-nav.type_mobile ul>li>a:hover span{color:#333}@media only screen and (max-width :900px){.noscroll{overflow:hidden}}.w-nav-list .w-nav-arrow{background:rgba(0,0,0,.03);width:2.5em}.infinite-mobile-menu-right:first-child{float:none}.gdlr-core-blog-full .gdlr-core-blog-title,.gdlr-core-blog-info-wrapper .gdlr-core-blog-info,.gdlr-core-blog-info.gdlr-core-blog-info-font.gdlr-core-skin-caption.gdlr-core-blog-info-date,.gdlr-core-button,.gdlr-core-recent-post-widget .gdlr-core-blog-info a,.gdlr-core-recent-post-widget .gdlr-core-blog-info a:hover,.gdlr-core-testimonial-item .gdlr-core-block-item-title-wrap .gdlr-core-block-item-title,.gdlr-core-testimonial-item .gdlr-core-testimonial-title,.infinite-body h1,.infinite-body h2,.infinite-body h3,.infinite-body h4,.infinite-body h5,.infinite-body h6,.infinite-navigation .sf-menu>.infinite-mega-menu .sf-mega-section-inner>a,.infinite-navigation .sf-menu>li>a,.infinite-top-search-wrap input.search-field,.infinite-widget-head-text,infinite-body footer .infinite-copyright-text,infinite-body footer .infinite-footer-column,ul.mm-listview li a,ul.mm-listview li span.infinite-mm-menu-blank{letter-spacing:0}
@media only screen and (max-width: 999px) {
	/* Hamburger Menu */
	.menu-lines {
		display: flex;
		flex-direction: column;
		gap: 9px;
		transition: all 0.3s ease;
	}
	.menu-line-1, .menu-line-2, .menu-line-3 {
		width: 35px;
		height: 4px;
		background-color: var(--color-white);
		transition: all 0.3s ease;
        border-radius: 3px;
	}
	.open .menu-lines {
		margin-left: 10px;
		margin-top: -5px;
		margin-right: -10px;
	}
	.open span.menu-line-3 {
        transform: rotate(-45deg) translate(-1px, -14px);
		margin-top: -1px;
    	margin-left: 4px;
    }
    .open span.menu-line-1 {
        transform: rotate(45deg) translate(4px, 17px);
		margin-left: 2px;
    }
	.open span.menu-line-2{
		opacity:0;
	}
	nav.type_mobile a.w-nav-control {
		padding: 0;
	}

/* #0E4194 */


}
a:focus {
    /* outline: auto 2px Highlight;
    outline: auto 2px -webkit-focus-ring-color;*/
    outline: 2px dotted rgba(127, 127, 127);
}
body.infinite-body .skip-to-content-link {
    background: var(--color-white);
    color: var(--color-black);
    font-weight: 700;
    left: 50%;
    padding: 4px;
    position: absolute;
    transform: translateY(-300%);
    z-index: 9999999999;
}
body.infinite-body .skip-to-content-link:hover,
body.infinite-body .skip-to-content-link:active {
    background: var(--color-white);
    color: var(--color-black);
}
body.infinite-body .skip-to-content-link:focus {
    transform: translateY(0%);
}
/*Contact Form 7 styles*/
.wpcf7-form-indicator .fa-angle-down {
    display:none;
}
.checkbox-dsgvo {
    float: left;
    margin-right: 5px;
}
.checkbox-dsgvo span {
    margin-left: 0px;
}
.novalidate {
    color: black;
}
.wpcf7-form-indicator {
    display:none;
}
.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="tel"] {
    height: 38px;
}
.wpcf7-email {
    padding:9px 22px!important;
}
.dsgvo-text {
    line-height: 1.1;
    margin-bottom: 15px;
    margin-top: 15px;
    display: block;
    position: relative;
    z-index: 0;
}

.dsgvo-text span {
    margin-left: 0 !important;
}

.dsgvo-text {
    display: block;
}

.dsgvo-text .wpcf7-not-valid {
    display: block;
    /* padding: 2px 10px; */
    font-size: 0.95em;
}

.dsgvo-text .wpcf7-not-valid:after {
    content: '';
    /*
    background: #af0000 !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    display: block;
	*/
    top: -9px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    position: absolute;
    z-index: -1;
    display: block;
    border: 2px solid #af0000 !important;
}

.dsgvo-text .wpcf7-form-control-wrap {
    position: initial;
}

.dsgvo-text .wpcf7-list-item {
    margin: 0;
}

.dsgvo-hinweis {
    display: block;
    font-size: 0.8em;
}

.dsgvo-checbox .wpcf7-not-valid-tip {
    display: none !important;

}
.infinite-body span.wpcf7-not-valid-tip {
    color: white;

}
.dsgvo-checbox input[type="checkbox"] {
    display: inline-block;
    margin-left: 0;
    padding-left: 0;
}

.wpcf7-form-control-wrap.checkbox-dsgvo>span,
.wpcf7-form-control-wrap.checkbox-dsgvo {
    display: inline-block;
    padding: 0 !important;
}

span.dsgvo-checbox {
    display: inline-block;
    margin-right: 2px;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    background: #af0000;
    border: 0 !important;
    text-align: center;
}

div.wpcf7-response-output {
    margin: 0;
}

.wpcf7-form-control-wrap.checkbox-dsgvo input,
.wpcf7-form-control-wrap.checkbox-dsgvo span {
    display: flex;
    align-items: center;
    margin: 0 !important;
}

span.dsgvo-hinweis {
    padding-top: 10px;
}

.wpcf7 span.wpcf7-form-control-wrap.checkbox-dsgvo {
    display: flex;
    margin-bottom: 0;
}
.wpcf7-form-control {
    display: block !important;
}
.dsgvo-checbox .wpcf7-list-item-label {
    display: none;
}
.infinite-body input[type="submit"] {
    padding-left: 40px;
    padding-right: 40px;
    text-transform:none;
    letter-spacing: 0;
}

/* header.infinite-header-wrap {
	position: fixed;
	width: 100%;
}
.infinite-header-background,
.infinite-sticky-menu-placeholder,
.infinite-header-style-boxed.infinite-fixed-navigation,
body.single-product .infinite-header-background-transparent,
body.archive.woocommerce .infinite-header-background-transparent {
	background-color: transparent;
} */

/* GALLERY */


.mkt-gallery {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    align-items: stretch;
}
.mkt-gallery-left {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-areas:
		"item1 item1"
		"item2 item3";
	gap: 20px;
}
.item-1 {
	grid-area: item1;
}
.item-3 {
	grid-area: item3;
}
.item-4 {
	grid-area: item4;
}
.item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mkt-gallery-right {
	display: flex;
	gap: 20px;
	min-height: 0;
	flex-direction: column;
}


@media (max-width: 768px) {
    .mkt-gallery {
        display: flex;
        flex-direction: column;
    }

    .mkt-gallery-right .item {
        max-height: 150px;
        overflow: hidden;
    }
    .mkt-gallery-right .item img {
        display: block;
        width: 100%;
        height: 200px;
        object-fit: cover;
        object-position: center center;
    }
}


/* GALLERY 2 Referenzen klein*/


.mkt-gallery-small {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    align-items: stretch;
}
.mkt-gallery-small-left {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-areas:
		"item1 item1";
	gap: 20px;
}
.item-1-small {
	grid-area: item1;
}

.item-4-small {
	grid-area: item4;
}
.item-small img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mkt-gallery-small-right {
	display: flex;
	gap: 20px;
	min-height: 0;
	flex-direction: column;
}


@media (max-width: 768px) {
    .mkt-gallery-small {
        display: flex;
        flex-direction: column;
    }

    .mkt-gallery-small-right .item-small {
        max-height: 150px;
        overflow: hidden;
    }
    .mkt-gallery-small-right .item-small img {
        display: block;
        width: 100%;
        height: 200px;
        object-fit: cover;
        object-position: center center;
    }
}

/* .mkt-gallery .gdlr-core-column-10 {
	float: none;
	width: auto;
}
.mkt-gallery .gdlr-core-gallery-item-holder {
    display: grid;
    grid-template-columns: 33% 33% 34%;
    grid-template-rows: 50% 50%;
    gap: 8px;
    height: 600px;
}
.mkt-gallery .gdlr-core-item-list:nth-child(1) {
    grid-column: 1 / 3;
    grid-row: 1;
}
.mkt-gallery .gdlr-core-item-list:nth-child(2) {
    grid-column: 3;
    grid-row: 1 / 3;
}
.mkt-gallery .gdlr-core-item-list:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
}
.mkt-gallery .gdlr-core-item-list:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
}
.mkt-gallery .gdlr-core-item-list:nth-child(5) {
    grid-column: 3;
    grid-row: 2;
} */


/* .mkt-gallery-1-1 .gdlr-core-gallery-item-holder {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    width: 100%;
}
.mkt-gallery-1-1 .gdlr-core-item-list {
    margin-bottom: 0 !important;
}
.mkt-gallery-1-1 .gdlr-core-item-list img {
    width: 100%;
    height: auto;
    display: block;
} */

/* @media (max-width: 768px) {
    .gdlr-core-gallery-item-holder {
        grid-template-columns: 1fr;
    }

    .gdlr-core-item-list:first-child {
        grid-column: 1;
    }
} */
/* Header/Menu */
header.infinite-header-style-plain {
	position: fixed;
    width: 100%;
}
header.infinite-fixed-navigation.infinite-style-fixed {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 99;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
}
.infinite-header-background {
	background: linear-gradient( to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.35) 49%, rgba(0, 0, 0, 0) 98%, rgba(0, 0, 0, 0) 100% );
}





.infinite-logo-inner {
    position: relative;
    display: flex;
    align-items: center;
}
/* --- THE ORIGINAL (LARGE) LOGO --- */
.infinite-orig-logo {
    display: block;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    transition: opacity 0.4s ease, transform 0.4s ease;
}
/* Animate the height of the image itself to smoothly shrink the header */
.infinite-orig-logo img {
    display: block;
    /* LARGE logo */
    height: 207px;
    width: auto;
    /* This makes the header shrink smoothly instead of snapping */
    transition: height 0.4s ease;
}
/* --- THE SCROLLED (SMALL) LOGO --- */
.infinite-fixed-nav-logo {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    opacity: 0;
    /* Starts slightly below center */
    transform: translateY(-30%);
    pointer-events: none;
    transition: opacity 0.4s ease, transform 0.4s ease;
}
/* SCROLLED STATE (When header shrinks) */
header.is-scrolled .infinite-orig-logo {
    opacity: 0;
    /* Slides up nicely while fading out */
    transform: translateY(-20px);
    pointer-events: none;
}
/* SMALL logo */
header.is-scrolled .infinite-orig-logo img {
    height: 125px;
}
header.is-scrolled .infinite-fixed-nav-logo {
    opacity: 1;
    transform: translateY(-50%);
    pointer-events: auto;
}
.infinite-logo-inner {
	width: 160px;
}



/*
.infinite-logo-inner {
    position: relative;
}
.infinite-orig-logo,
.infinite-fixed-nav-logo {
    transition: opacity 0.4s ease, transform 0.4s ease;
}
.infinite-fixed-nav-logo {
    position: absolute;
    top: 50px;
    left: 0;
    display: block;
}
.infinite-orig-logo {
    opacity: 1;
    transform: translateY(-50%);
    pointer-events: auto;
}
.infinite-fixed-nav-logo {
    opacity: 0;
    transform: translateY(-30%);
    pointer-events: none;
}
header.is-scrolled .infinite-orig-logo {
    opacity: 0;
    transform: translateY(-70%);
    pointer-events: none;
    height: 0;
    display: inline-block;
}
header.is-scrolled .infinite-fixed-nav-logo {
    opacity: 1;
    transform: translateY(-50%);
    pointer-events: auto;
}
*/




.infinite-navigation {
	padding-left: 100px;
}
.infinite-header-container.infinite-header-full {
	padding-right: 0;
}
/* MENU CHANGING */
/* Ensure the parent can hold absolute elements */
.infinite-navigation {
    position: relative;
    z-index: 10;
}
/* Make sure all original content inside the navigation stays ABOVE the backgrounds */
.infinite-navigation > *:not(.nav-bg-layers) {
    position: relative;
    z-index: 2;
}
/* --- THE BACKGROUND LAYERS CONTAINER --- */
.nav-bg-layers {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none; /* Let clicks pass through */
}
/* --- INDIVIDUAL BACKGROUND LAYERS --- */
.nav-bg-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
}
/* Define the images */
.nav-bg-white {
    background-image: url('/wp-content/uploads/2026/06/Navbar-hintergrund-weiss.png');
}
.nav-bg-yellow {
    background-image: url('/wp-content/uploads/2026/06/Navbar-hintergrund-gelb.png');
}
.nav-bg-blue {
    background-image: url('/wp-content/uploads/2026/06/Navbar-hintergrund-blau.png');
}
/* STATE CLASSES (Triggered by GSAP) */
/* State 1: Scrolling down starts -> White fades in */
.infinite-navigation.state-white .nav-bg-white {
    opacity: 1;
}
/* State 2: Hit Yellow section -> Yellow fades in (White stays behind it to prevent flashes) */
.infinite-navigation.state-yellow .nav-bg-white,
.infinite-navigation.state-yellow .nav-bg-yellow {
    opacity: 1;
}
/* State 3: Hit Blue section -> Blue fades in (Others stay behind) */
.infinite-navigation.state-blue .nav-bg-white,
.infinite-navigation.state-blue .nav-bg-yellow,
.infinite-navigation.state-blue .nav-bg-blue {
    opacity: 1;
}
.infinite-navigation.state-white .sf-menu > li > a,
.infinite-navigation.state-yellow .sf-menu > li > a {
	color: #2f2f2f;
}
.infinite-navigation.state-white.state-yellow.state-blue .sf-menu > li > a {
    color: #ffffff;
}






/* Counter */
.infinite-body .gdlr-core-title-font {
	font-family: "roboto-700";
    color: var(--ck-blue);
}
.gdlr-core-counter-item .gdlr-core-counter-item-number {
	font-size: 150px;
}
.gdlr-core-counter-item .gdlr-core-counter-item-bottom-text {
	font-size: 30px;
	text-transform: none;
	line-height: 1.26;
}
.mkt-text--yellow {
    color: var(--ck-yellow);
}
.mkt-text--blue {
    color: var(--ck-blue);
}
.mkt-text-huge {
	font-size: 150px;
	text-transform: uppercase;
	/* line-height: 0.63; */
	line-height: 0.58;
	font-family: "ubuntu-mono-700";
	display: flex;
    flex-wrap: wrap;
}
.mkt-text-huge.mkt-text-huge--right {
	justify-content: end;
	width: 100%;
    text-align: right;
}
.mkt-text-huge.mkt-text-huge--bottom {
	margin-bottom: -0.61em;
	z-index: 1;
}
.mkt-text-huge.mkt-text-huge--top {
	margin-top: -0.62em;
}
.mkt-text-huge__has-bottom .mkt-text-huge {
	line-height: 0.62;
}
/* Footer */
.footer-address--logo img {
	max-width: 120px;
	width: 87px;
}
.footer-address {
	display: flex;
	gap: 20px;
	font-size: 18px;
	line-height: 1.3;
}
#menu-footer li {
	list-style-type: none;
}
#menu-footer {
	margin: 0;
	text-align: right;
}
.infinite-footer-container.infinite-container.clearfix {
	display: flex;
	align-items: center;
}
.mkt-wrapper-blue h2,
.mkt-wrapper-blue h3,
.mkt-wrapper-blue {
	color: #fff;
}
/**/
.big-bg h2 {
	font-size: 60px;
}
.big-bg {
	height: 666px;

}
.big-bg .gdlr-core-pbf-wrapper-container.clearfix.gdlr-core-pbf-wrapper-full-no-space,
.big-bg-leistungen .gdlr-core-pbf-wrapper-container.clearfix.gdlr-core-pbf-wrapper-full-no-space{
	display: flex;
}
.big-bg .gdlr-core-pbf-column-content-margin.gdlr-core-js.big-bg-left,
.big-bg-leistungen .gdlr-core-pbf-column-content-margin.gdlr-core-js.big-bg-left {
    width: 100%;
}
.big-bg .gdlr-core-pbf-column-content-margin.gdlr-core-js.big-bg-left,
.big-bg .gdlr-core-pbf-wrapper-container.clearfix.gdlr-core-pbf-wrapper-full-no-space,
.big-bg .gdlr-core-pbf-wrapper-content.gdlr-core-js,
.big-bg-leistungen .gdlr-core-pbf-column-content-margin.gdlr-core-js.big-bg-left,
.big-bg-leistungen .gdlr-core-pbf-wrapper-container.clearfix.gdlr-core-pbf-wrapper-full-no-space,
.big-bg-leistungen .gdlr-core-pbf-wrapper-content.gdlr-core-js {
	height: 100%;
}
.big-bg .gdlr-core-text-box-item.gdlr-core-item-pdlr.gdlr-core-item-pdb .gdlr-core-text-box-item-content p {
	max-width: 500px;
}
.big-bg .gdlr-core-text-box-item.gdlr-core-item-pdlr.gdlr-core-item-pdb .gdlr-core-text-box-item-content h2 {
	max-width: 500px;
}
.big-bg .gdlr-core-pbf-column-content.clearfix.gdlr-core-js {
	display: flex;
	align-items: center;
    height: 100%;
    padding-left: 6vw;
    padding-bottom: 2vw;
}
.big-bg .gdlr-core-pbf-column-content.clearfix.gdlr-core-js {

}
.big-bg.big-bg-right .gdlr-core-pbf-column-content.clearfix.gdlr-core-js {
    padding-left: 0;
    padding-right: 6vw;
}
.big-bg.big-bg-right .gdlr-core-text-box-item.gdlr-core-item-pdlr.gdlr-core-item-pdb .gdlr-core-text-box-item-content p {
    text-align: right;
}
.big-bg.big-bg-right .gdlr-core-text-box-item.gdlr-core-item-pdlr.gdlr-core-item-pdb .gdlr-core-text-box-item-content h2 {
	max-width: 700px;
    text-align: right;
}
.big-bg.big-bg-right {
    text-align: right;
}
.big-bg.big-bg-right .gdlr-core-text-box-item-content {
	/* text-align: right; */
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
}

/* Image Hover Text */
.mkt-itt--content {
	position: relative;
}
.mkt-itt--title {
	text-transform: uppercase;
	text-align: center;
	font-family: "ubuntu-mono-700";
	font-size: 40px;
}
.mkt-itt--content--text__wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	background: rgba(255,255,255,0.7);
	padding: 30px;
    transition: opacity .2s ease-in;
    opacity: 0;
}
.mkt-itt--content:hover .mkt-itt--content--text__wrapper {
    opacity: 1;
}
/* Portfolio Slider */
.gdlr-core-portfolio-grid-full .gdlr-core-portfolio-content-wrap {
	position: relative;
	margin-left: 0;
	margin-top: 0;
}
.gdlr-core-portfolio-grid-full .gdlr-core-portfolio-flex-nav {
	float: none;
	margin-top: 0;
	margin-right: 0;
	font-size: inherit;
}
.gdlr-core-portfolio-flex-nav {
	display: none;
}
.gdlr-core-zoom-on-hover:hover img {
	-webkit-transform: none;
	transform: none;
}
.gdlr-core-portfolio-thumbnail-image-wrap img {
	width: 100%;
	height: 100%;
    display: block;
}
.gdlr-core-portfolio-grid-full .gdlr-core-portfolio-content {
	background: transparent;
	color: #fff;
	padding-left: 0;
	padding-right: 0;
}
.gdlr-core-portfolio-content-wrap .mkt-read-more {
	margin-top: 60px;
}
.gdlr-core-portfolio-grid-full .gdlr-core-portfolio-content {
    padding-top: 40px;
}
/* Portfolio Slider - Nav Arrows */
.gdlr-core-flexslider-custom-nav {
    display: inline-flex;
    align-items: center;
    gap: 30px;
}
.gdlr-core-flexslider-custom-nav i.flex-prev::before,
.gdlr-core-flexslider-custom-nav i.flex-next::before {
    content: none !important;
}
.gdlr-core-flexslider-custom-nav i.flex-prev,
.gdlr-core-flexslider-custom-nav i.flex-next {
    display: inline-block;
    width: 24px;
    height: 28px;
    background-color: var(--ck-yellow);
    cursor: pointer;
    transition: filter 0.2s ease, transform 0.2s ease;
}
.gdlr-core-flexslider-custom-nav i.flex-prev {
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.gdlr-core-flexslider-custom-nav i.flex-next {
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.gdlr-core-flexslider-custom-nav i.flex-prev:hover,
.gdlr-core-flexslider-custom-nav i.flex-next:hover {
    background-color: var(--ck-yellow-dark);
}
.gdlr-core-flexslider-custom-nav .flex-prev {
	margin-right: 0;
}
.gdlr-core-flexslider-custom-nav.gdlr-core-style-navigation-top {
	position: absolute;
	right: -91px;
}
.white-arrow {
    position: relative;
}
.white-arrow::before {
	content: '';
	position: absolute;
	left: 0;
	top: 35%;
	transform: translateY(-50%);
	width: 18vw;
	min-width: 0;
	height: 24vw;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	z-index: 1;
}
.white-arrow.white-arrow-left::before {
	background-color: var(--color-white);
}
/* Buttons */
.btn-cf {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 25px 5px 25px;
    /* font-family: Arial, sans-serif; */
    /* font-size: 16px;
    font-weight: bold; */
    font-size: 18px;
    font-family: "roboto-700";
    text-decoration: none;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    transition: filter 0.2s ease;
}
.btn-cf.btn-cf-yellow {
    background-color: var(--ck-yellow);
    color: var(--ck-blue);
}
.btn-cf.btn-cf-yellow:hover {
    background-color: var(--ck-yellow-dark);
    color: var(--ck-gray);
}
.btn-cf.btn-cf-blue {
    background-color: var(--ck-blue);
    color: var(--color-white);
}
.btn-cf.btn-cf-blue:hover {
    background-color: var(--ck-blue-dark);
    color: var(--ck-yellow);
}
/* Button - Triangle */
.btn-cf.btn-cf-triangle.btn-cf-yellow {
    background-color: var(--ck-yellow);
    color: var(--ck-blue);
}
.btn-cf.btn-cf-triangle.btn-cf-yellow::before {
    background-color: var(--ck-blue);
    transition: all .3s ease-in;
}
.btn-cf.btn-cf-triangle.btn-cf-yellow:hover::before {
    background-color: var(--ck-yellow);
}
.btn-cf.btn-cf-triangle.btn-cf-yellow:hover {
    background-color: var(--ck-blue);
    color: var(--ck-yellow);
}

.btn-cf.btn-cf-triangle.btn-cf-yellow {
    transition: all .3s ease-in;
}
.btn-cf.btn-cf-triangle.btn-cf-yellow .gdlr-core-button,
.btn-cf.btn-cf-triangle.btn-cf-yellow .gdlr-core-button .gdlr-core-content {
    background: transparent !important;
    transition: all .3s ease-in;
}
.btn-cf.btn-cf-triangle.btn-cf-yellow:hover .gdlr-core-button .gdlr-core-content {
    color: var(--ck-yellow);
}

.btn-cf.btn-cf-triangle.btn-cf-blue {
    background-color: var(--ck-blue);
    color: var(--ck-yellow);
}
.btn-cf.btn-cf-triangle.btn-cf-blue::before {
    background-color: var(--ck-yellow);
}
.btn-cf.btn-cf-triangle .gdlr-core-button {
	margin-bottom: 0 !important;
}
.infinite-body .btn-cf.btn-cf-triangle .gdlr-core-button span {
    padding-top: 0;
    font-weight: 400;
}

/*Portfolio*/
.gdlr-core-portfolio-read-more {
    color: var(--ck-blue);
    background: var(--ck-yellow) ;
    padding: 5px 25px 5px 25px;
    text-transform: none !important;
    font-size: 18px;
}

.gdlr-core-portfolio-grid .gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-title {
    font-size: 28px;
}

.btn-cf.btn-cf-triangle,
.gdlr-core-portfolio-read-more-wrap .gdlr-core-portfolio-read-more {
	padding-left: 45px;
}
.gdlr-core-portfolio-read-more::before {
    background-color: var(--ck-blue);
    transition: all .3s ease-in;
    min-height: 32px;
}
.gdlr-core-portfolio-read-more:hover::before {
    background-color: var(--ck-yellow);
}
.gdlr-core-portfolio-read-more {
    transition: all .3s ease-in;
}
.gdlr-core-portfolio-read-more:hover {
    background-color: var(--ck-blue);
}
.infinite-body a.gdlr-core-portfolio-read-more:hover {
    color: var(--ck-yellow);
}
.gdlr-core-portfolio-read-more::before,
.btn-cf.btn-cf-triangle::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 32px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.gdlr-core-portfolio-item .gdlr-core-portfolio-read-more {
	letter-spacing: 0;
}

/* Scroll to top */
#infinite-footer-back-to-top-button i {
	display: none;
}
#infinite-footer-back-to-top-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: var(--ck-blue);
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 0;
    box-shadow: none;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.27);
}
#infinite-footer-back-to-top-button::before {
    content: '';
    display: block;
    width: 22px;
    height: 20px;
    background-color: var(--ck-yellow);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    transition: background-color 0.3s ease;
}
#infinite-footer-back-to-top-button:hover {
    background-color: var(--ck-blue-dark);
}

#infinite-footer-back-to-top-button:hover::before {
    background-color: var(--ck-yellow-dark);
}

/*Leistungen*/
.big-bg-leistungen {
	height: 400px;
}

.big-bg-leistungen .gdlr-core-pbf-column-content.clearfix.gdlr-core-js {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding-left: 6vw;
    padding-bottom: 2vw;
    max-width: 800px;
}

.big-bg-leistungen .gdlr-core-text-box-item.gdlr-core-item-pdlr.gdlr-core-item-pdb .gdlr-core-text-box-item-content p {
	max-width: 500px;
}
.big-bg-leistungen .gdlr-core-text-box-item.gdlr-core-item-pdlr.gdlr-core-item-pdb .gdlr-core-text-box-item-content h2 {
	max-width: 500px;
}
.big-bg-leistungen .gdlr-core-pbf-column-content.clearfix.gdlr-core-js {
	display: flex;
	justify-content: center;
    height: 100%;
    padding-left: 6vw;
    padding-bottom: 2vw;
}
.big-bg-leistungen .gdlr-core-pbf-column-content.clearfix.gdlr-core-js {

}
.big-bg-leistungen.big-bg-right .gdlr-core-pbf-column-content.clearfix.gdlr-core-js {
    padding-left: 0;
    padding-right: 6vw;
}
.big-bg-leistungen.big-bg-right .gdlr-core-text-box-item.gdlr-core-item-pdlr.gdlr-core-item-pdb .gdlr-core-text-box-item-content p {
    text-align: right;
}
.big-bg-leistungen.big-bg-right .gdlr-core-text-box-item.gdlr-core-item-pdlr.gdlr-core-item-pdb .gdlr-core-text-box-item-content h2 {
	max-width: 700px;
    text-align: right;
}
.big-bg-leistungen.big-bg-right {
    text-align: right;
}
.big-bg-leistungen.big-bg-right .gdlr-core-text-box-item-content {
	/* text-align: right; */
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
}
.gdlr-core-mkt-hero-slider-item img {
	display: block;
}


/* Responsive */
@media only screen and (max-width:459px) {

}
@media only screen and (min-width: 460px) and (max-width:767px) {

}
@media only screen and (max-width: 767px) {
    .infinite-body h1 {
        font-size: 28px;
    }

    .infinite-body h2 {
        font-size: 24px;
    }
    .infinite-body h3 {
        font-size: 20px;
    }
    .infinite-body h4 {
        font-size: 18px;
    }
    .gdlr-core-pbf-wrapper-full-no-space .gdlr-core-pbf-column-content-margin {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .mkt-text-huge {
        font-size: 13vw;
    }
    .mkt-text-huge.mkt-text-huge--top {
        margin-top: -1.2em;
        max-width: 64%;
        text-align: right;
    }
    .page-id-62 .mkt-text-huge.mkt-text-huge--top {
        margin-top: -0.62em;
    }
    .page-id-60 .mkt-text-huge.mkt-text-huge--top,
    .page-id-213 .mkt-text-huge.mkt-text-huge--top,
    .page-id-203 .mkt-text-huge.mkt-text-huge--top,
    .page-id-233 .mkt-text-huge.mkt-text-huge--top,
    .page-id-197 .mkt-text-huge.mkt-text-huge--top,
    .page-id-68 .mkt-text-huge.mkt-text-huge--top,
    .page-id-187 .mkt-text-huge.mkt-text-huge--top,
    .page-id-157 .mkt-text-huge.mkt-text-huge--top {
        margin-top: -0.62em;
        max-width: 100%;
    }

    .big-bg .gdlr-core-pbf-column-content.clearfix.gdlr-core-js,
    .big-bg-leistungen .gdlr-core-pbf-column-content.clearfix.gdlr-core-js {
        padding: 60px 30px;
    }
    .big-bg.big-bg-left .gdlr-core-pbf-background.gdlr-core-parallax.gdlr-core-js,
    .big-bg-leistungen.big-bg-left .gdlr-core-pbf-background.gdlr-core-parallax.gdlr-core-js  {
        height: 100% !important;
    }
    .big-bg,
    .big-bg-leistungen {
        height: auto;
    }
    .infinite-body .big-bg h2,
    .infinite-body .big-bg-leistungen h2 {
	    font-size: 28px;
    }
    .big-bg .gdlr-core-text-box-item-content p,
    .big-bg-leistungen .gdlr-core-text-box-item-content p {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .big-bg.big-bg-left .gdlr-core-pbf-column-content.clearfix.gdlr-core-js,
    .big-bg-leistungen.big-bg-left .gdlr-core-pbf-column-content.clearfix.gdlr-core-js {
        padding-left: 30px;
        padding-right: 60px;
    }
    .big-bg.big-bg-right .gdlr-core-pbf-column-content.clearfix.gdlr-core-js,
    .big-bg-leistungen.big-bg-right .gdlr-core-pbf-column-content.clearfix.gdlr-core-js {
        padding-left: 60px;
        padding-right: 30px;
    }
    .gdlr-core-pbf-wrapper.big-bg {
        margin-bottom: 100px;
    }

    .gdlr-core-pbf-wrapper.big-bg-leistungen {
        margin-bottom: 0px;
    }
    .white-arrow::before {
        content: none;
    }
    .white-arrow h2 {
        width: 80%;
    }
    .white-arrow .gdlr-core-flexslider-custom-nav {
        display: flex;
        align-items: end;
        justify-content: end;
        gap: 20px;
    }
    .white-arrow .gdlr-core-flexslider-custom-nav.gdlr-core-style-navigation-top {
        position: relative;
        right: 0;
    }
    .white-arrow .gdlr-core-flexslider-custom-nav i.flex-prev,
    .white-arrow .gdlr-core-flexslider-custom-nav i.flex-next {
        width: 17px;
        height: 20px;
    }
    .white-arrow .gdlr-core-title-item {
        padding-bottom: 10px;
    }
    .counter-wrapper .gdlr-core-pbf-wrapper-container {
        display: flex;
    }
    .counter-wrapper .gdlr-core-pbf-column {
        width: 50%;
    }
    .gdlr-core-counter-item .gdlr-core-counter-item-number {
        font-size: 75px;
    }
    .gdlr-core-counter-item .gdlr-core-counter-item-bottom-text {
        font-size: 16px;
        line-height: 1.26;
        padding: 0 12px;
    }
    .gdlr-core-counter-item .gdlr-core-counter-item-number {
        margin-bottom: 10px;
    }
    .mkt-gallery,
    .mkt-gallery-right,
    .mkt-gallery-left {
        gap: 10px;
    }
    .mkt-gallery-wrapper .gdlr-core-item-pdb {
        padding-bottom: 60px;
    }
    .infinite-footer-container.infinite-container {
        flex-wrap: wrap;
    }
    .footer-address {
        font-size: 16px;
    }
    .footer-address--logo img {
        width: 60px;
    }
    #menu-footer {
        text-align: center;
        display: flex;
        justify-content: space-around;
        width: 100%;
        padding-top: 20px;
        border-top: 1px solid rgba(255,255,255,.3);
    }
    .infinite-footer-wrapper.infinite-with-column-divider .infinite-footer-column {
        margin-bottom: 26px;
    }
    .infinite-footer-wrapper {
        padding-bottom: 10px;
    }
    .infinite-footer-wrapper {
        padding-top: 40px;
    }
    .mkt-gallery-right > div:last-child {
        max-height: 170px;
    }
    .w-nav.type_mobile .menu-item-has-children > .w-nav-anchor .w-nav-title {
        padding-right: 0;
    }
    .w-nav-list.level_2 li {
        background: rgba(255,255,255,0.05);
        margin-left: -5px;
        margin-right: -5px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 768px) {
    .mkt-gallery-right > div:first-child {
        order: 2;
    }

    .mkt-gallery-right > div:last-child {
        max-height: 300px;
    }
    .mkt-gallery-right > div:last-child img {
        height: 300px;
        object-fit: cover;
        object-position: center center;
    }
    .mkt-gallery-right > div:first-child {
        max-height: 250px;
    }
    .mkt-gallery-right > div:first-child img {
        height: 250px;
        object-fit: cover;
        object-position: center 35%;
    }
}
@media only screen and (min-width: 768px) and (max-width:999px) {
    .mkt-text-huge {
        font-size: 10vw;
    }
    .tablet-66-to-80 .gdlr-core-column-40 {
        float: left;
        width: 80%;
    }
    .service-wrapper .gdlr-core-pbf-column.gdlr-core-column-15 {
        width: 50%;
    }
    .big-bg .gdlr-core-column-30,
    .big-bg-leistungen .gdlr-core-column-30  {
        float: left;
        width: 100%;
    }
    .big-bg.big-bg-left .gdlr-core-pbf-column-content.clearfix.gdlr-core-js,
    .big-bg-leistungen.big-bg-left .gdlr-core-pbf-column-content.clearfix.gdlr-core-js {
        padding-left: 30px;
        padding-right: 60px;
    }
    .big-bg .gdlr-core-pbf-column-content.clearfix.gdlr-core-js,
    .big-bg-leistungen .gdlr-core-pbf-column-content.clearfix.gdlr-core-js {
        padding: 60px 30px;
    }
    .big-bg,
    .big-bg-leistungen {
        height: auto;
    }
    .big-bg h2,
    .big-bg-leistungen h2 {
        font-size: 5vw;
    }
    .big-bg .gdlr-core-text-box-item.gdlr-core-item-pdlr.gdlr-core-item-pdb .gdlr-core-text-box-item-content h2,
    .big-bg-leistungen .gdlr-core-text-box-item.gdlr-core-item-pdlr.gdlr-core-item-pdb .gdlr-core-text-box-item-content h2 {
        max-width: 49vw;
        width: 49vw;
    }
    .gdlr-core-flexslider-custom-nav.gdlr-core-style-navigation-top {
        position: relative;
        right: 0;
        display: flex;
        align-items: end;
        justify-content: end;
        gap: 20px;
    }
    .gdlr-core-counter-item .gdlr-core-counter-item-number {
        font-size: 11vw;
    }
    .gdlr-core-counter-item .gdlr-core-counter-item-bottom-text {
        font-size: 20px;
    }
    .w-nav.type_mobile .menu-item-has-children > .w-nav-anchor .w-nav-title {
        padding-right: 0;
    }
    .w-nav-list.level_2 li {
        background: rgba(255,255,255,0.05);
        margin-left: -25px;
        margin-right: -25px;
    }
    .infinite-body .gdlr-core-column-20 h3 {
        font-size: 26px;
    }
    .tablet-50-50 .gdlr-core-column-20,
    .tablet-50-50 .gdlr-core-column-40 {
        width: 50%;
    }

/*
    .big-bg .gdlr-core-pbf-column-content-margin.gdlr-core-js.big-bg-left,
    .big-bg .gdlr-core-pbf-wrapper-container.clearfix.gdlr-core-pbf-wrapper-full-no-space,
    .big-bg .gdlr-core-pbf-wrapper-content.gdlr-core-js {
        height: 100%;
    }
    .big-bg .gdlr-core-pbf-column-content-margin.gdlr-core-js.big-bg-left {
        width: 100%;
    }
    .gdlr-core-pbf-wrapper-full-no-space .gdlr-core-pbf-column-content-margin {
        padding-left: 0px !important;
        padding-right: 0px !important;
    } */



}
@media only screen and (max-width: 999px) {
    .desktop-hidden {
        display: none !important;
    }





    .infinite-mobile-header-wrap {
        position: fixed;
        z-index: 9;
        width: 100%;
    }
    .mobile-is-scrolled .infinite-mobile-header-wrap {
        box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.27);
    }
    #infinite-mobile-header .infinite-orig-logo img {
        height: 94px;
    }
    .infinite-fixed-nav-logo {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        opacity: 0;
        transform: none;
        pointer-events: none;
        transition: opacity 0.4s ease, transform 0.4s ease;
    }
    .infinite-mobile-header {
        padding-top: 0;
        padding-bottom: 0;
    }
    .w-nav.animation_height.type_mobile {
        margin-top: 10px;
    }
    .w-nav.type_mobile .w-nav-list.level_1 {
        background: var(--ck-blue);
    }
    .w-nav-list.level_1 > li:first-child {
        padding-top: 100px;
    }
    .w-nav.type_mobile .w-nav-list.level_1 {
        top: 0;
    }
    .w-nav-control {
        z-index: 9;
        position: relative;
    }
    .w-nav-list.level_1 > li:last-child {
        padding-bottom: 50px;
    }
    .w-nav-title {
        text-transform: uppercase;
        font-size: 20px;
    }
    .w-nav-list.level_1 > li:first-child::before {
        content: '';
        position: absolute;
        top: 0;
        left: 11px;
        background: url('/wp-content/uploads/2026/06/logo-burgermenue-mobile.svg');
        width: 63px;
        height: 63px;
    }
    .infinite-mobile-header .infinite-logo.infinite-item-pdlr {
        padding-left: 0;
    }
    #wpadminbar {
        display: none;
    }
    html {
        margin-top: 0 !important;
    }

    /* --- ALAPÁLLAPOT (NINCS GÖRGETÉS) --- */

    /* A konténer, hogy a képek egymás felett lehessenek */
    .infinite-mobile-header .infinite-logo-inner {
        position: relative;
        max-width: 150px;
        height: 63px;
        height: 106px;
        transition: max-width 0.3s ease-in-out;
        display: flex;
        align-items: center;
    }

    /* Mindkét linket abszolút pozícionáljuk egymásra (hogy a fade in/out működjön) */
    .infinite-mobile-header .infinite-fixed-nav-logo,
    .infinite-mobile-header .infinite-orig-logo {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    }

    /* Az eredeti (nagy) logó alapból látszik */
    .infinite-mobile-header .infinite-orig-logo {
        opacity: 1;
        visibility: visible;
    }

    /* A "scrolled" (kis) logó alapból rejtett. Itt cseréld ki az img src-jét CSS-ből, vagy használd a HTML-ben lévőt! */
    .infinite-mobile-header .infinite-fixed-nav-logo {
        opacity: 0;
        visibility: hidden;
        transform: translateY(-50%) scale(0.8); /* Kicsit kisebbről jön be */
    }

    /* A kis logó képe (hogy biztos 63x63 legyen) */
    .infinite-mobile-header .infinite-fixed-nav-logo img {
        width: 63px;
        height: auto;
    }


    /* --- GÖRGETETT ÁLLAPOT (SCROLLED-STATE) --- */



    /* A konténer mérete összehúzódik 73px-re (300ms alatt) */
    .infinite-mobile-header.scrolled-state .infinite-logo-inner {
        max-width: 73px;
        height: 63px;
    }

    .infinite-mobile-header.scrolled-state .menu-line-1,
    .infinite-mobile-header.scrolled-state .menu-line-2,
    .infinite-mobile-header.scrolled-state .menu-line-3 {
        background-color: var(--ck-blue);
    }
    .infinite-mobile-header .w-nav.animation_height.type_mobile.open .menu-line-1,
    .infinite-mobile-header .w-nav.animation_height.type_mobile.open .menu-line-2,
    .infinite-mobile-header .w-nav.animation_height.type_mobile.open .menu-line-3 {
        background-color: var(--ck-yellow);
    }
    .infinite-fixed-nav-logo {
        background-size: 50% 50%;
        background-position: top left;
        background-repeat: no-repeat;
        background-image: linear-gradient(var(--ck-blue), var(--ck-blue));
    }
    .infinite-mobile-header.scrolled-state .menu-lines {
        display: flex;
        flex-direction: column;
        gap: 9px;
        transition: all 0.3s ease;
        padding-top: 7px;
    }

    /* Az eredeti (nagy) logó eltűnik */
    .infinite-mobile-header.scrolled-state .infinite-orig-logo {
        opacity: 0;
        visibility: hidden;
        transform: translateY(-50%) scale(0.8);
    }

    /* A kis (görgetős) logó megjelenik */
    .infinite-mobile-header.scrolled-state .infinite-fixed-nav-logo {
        opacity: 1;
        visibility: visible;
        transform: translateY(-50%) scale(1); /* Visszaugrik normál méretre */
    }

    .infinite-mobile-header.scrolled-state .infinite-mobile-menu-right:first-child {
        padding: 0;
    }
    body.infinite-body-front.mobile-is-scrolled .infinite-container {
        padding-left: 0;
    }
    body.mobile-is-scrolled .infinite-mobile-header-container.infinite-container {
        background: var(--ck-yellow);
        height: 63.5px;
    }

    .gdlr-core-pbf-wrapper.service-wrapper {
        padding-top: 0 !important;
        padding-left: 10vw !important;
        padding-right: 10vw !important;
    }
    .mkt-itt--title {
        font-size: 27px;
    }
    /* .gdlr-core-pbf-wrapper.section-gray {
        padding-bottom: 0 !important;
    } */
    /* .mkt-gallery-right > div:first-child {
        order: 2;
    } */
    /* .mkt-gallery-right > div:last-child {
        max-height: 170px;
    } */

    .mkt-gallery-right > div:last-child img {
        object-position: center bottom;
    }
    .gdlr-core-pbf-wrapper-full-no-space {
        max-width: 100%;
    }
    body.infinite-body-front .infinite-container {
        max-width: 100%;
    }


}
/* @media only screen and (min-width: 1000px) and (max-width:1199px) { */
@media only screen and (min-width: 1000px) {
    header.is-scrolled .infinite-logo {
        padding-top: 9px;
    }
    header.is-scrolled .infinite-fixed-nav-logo img {
        /* width: 85px; */
        /* width: 66%; */
    }
    .infinite-fixed-nav-logo {
        /* top: 43px; */
        top: 54px;
    }
    header.is-scrolled .infinite-orig-logo img {
        height: 104px;
    }
    header.is-scrolled .infinite-logo {
        padding-bottom: 26px;
        /* padding-bottom: 0; */
    }
    .infinite-navigation {
        padding-top: 46px;
    }
    .nav-bg-layers {
        top: 20px;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1020px) {
    .infinite-navigation {
        padding-left: 80px;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1204px) {

}
@media only screen and (min-width: 1205px) and (max-width: 1429px) {

}
@media only screen and (min-width: 1000px) and (max-width: 1429px) {
    .gdlr-core-column-40 {
        float: left;
        width: 80%;
    }
    .mkt-text-huge {
        font-size: 11vw;
    }
}
@media only screen and (min-width: 1200px) {

}
@media only screen and (min-width: 541px) and (max-width: 767px) {
    .mkt-text-huge {
        font-size: 70px;
    }
    .service-wrapper .gdlr-core-pbf-column.gdlr-core-column-15 {
        width: 50%;
    }
    .mkt-itt--title {
        font-size: 24px;
    }
    .mkt-hero-slide.slick-slide {
        max-height: 50vh;
        overflow: hidden;
    }
}


/*Reihenfolge der Leistungen mobile anpassen*/
@media only screen and (max-width: 999px) {

    .tausch-zeile .gdlr-core-pbf-column-container {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    /* Die beiden inneren Spalten zurücksetzen */
    .tausch-zeile .gdlr-core-pbf-column {
        float: none;
        width: 100%;
        display: block;
    }

    /* Erste Spalte in dieser Zeile nach unten schieben */
    .tausch-zeile .gdlr-core-pbf-column:first-child {
        order: 2;
    }

    /* Zweite Spalte in dieser Zeile nach oben schieben */
    .tausch-zeile .gdlr-core-pbf-column:last-child {
        order: 1;
    }
    .w-nav.type_mobile ul > li.current-menu-ancestor > a span,
    .w-nav.type_mobile ul > li.current-menu-item > a span,
    .w-nav.type_mobile ul > li > a:hover span {
        color: var(--ck-yellow);
    }
    .w-nav.type_mobile .w-nav-anchor.level_2 {
        padding-left: 10px;
    }

}

/* Alle normalen Buttons */
.infinite-body .gdlr-core-button,
.infinite-body .gdlr-core-button span {
    text-transform: none;
    text-align: center;
    padding-top: 7px;
    padding-right: 10px;
    display: inline-block;
}

/*weitere Leistungen-Boxen*/
.mkt-box-style .btn-cf {
    margin-left: 15px!important;
}


/*Timeline*/
.gdlr-core-timeline-item-title, .gdlr-core-timeline-item-date {
    color: var(--ck-blue);
}

.gdlr-core-timeline-item-bullet {
    border-color: var(--ck-yellow);
    background: var(--ck-yellow);
}


/*Kontaktformular*/
.gdlr-core-contact-form-7-item {
    background-color: var(--ck-yellow);
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.infinite-body input {
    border-color: var(--color-white);
}

/*Kontaktformular Button*/
.infinite-body input[type="submit"] {
    background: var(--ck-blue);
    color: white;
}
