/*
 Theme Name:   Ducatibox Child
 Description:  Child Theme
 Author:       Rene Braun
 Author URI:   https://www.renebraun.de
 Template:     ducatibox
 Version:      1.0
 Text Domain:  ducatibox
*/

/* COLORS */
:root {
    --ci-gelb: #F4CA1B;
    --primary-color: #F4CA1B !important;
	--primary-color-rgb: 244,202,27 !important;
	--link-color: #F4CA1B !important;
	--link-color-hover: #F4CA1B !important;
}

/* HEADER */
/* Leistungen */
/* .pxl-breadcrumb > li:nth-child(2) {
	display: none;
} */
.pxl-breadcrumb > li:nth-child(1) > a:after {
	content: 'Startseite';
	visibility: visible;
	margin-left: -50px;
}
.pxl-breadcrumb > li:nth-child(1) > a {
	visibility: hidden;
}
/* Logo */
@media only screen and (min-width: 1200px) {
	.header-logo-img img {
		position: relative;
		left: 40px;
	}
}
@media only screen and (min-width: 1200px) {
	.pxl-logo > a > img {
		position: relative;
		left: 15%;
	}
}
@media only screen and (min-width: 1300px) {
	.pxl-logo > a > img {
		left: 29%;
	}
}
@media only screen and (min-width: 1400px) {
	.pxl-logo > a > img {
		left: 23%;
	}
}
@media only screen and (min-width: 1440px) {
	.pxl-logo > a > img {
		left: 25%;
	}
}
@media only screen and (min-width: 1500px) {
	.pxl-logo > a > img {
		left: 33%;
	}
}
@media only screen and (min-width: 1600px) {
	.pxl-logo > a > img {
		left: 21%;
	}
}
@media only screen and (min-width: 1700px) {
	.pxl-logo > a > img {
		left: 50%;
	}
}
@media only screen and (min-width: 1800px) {
	.pxl-logo > a > img {
		left: 60%;
	}
}
@media only screen and (min-width: 1920px) {
	.pxl-logo > a > img {
		left: 80%;
	}
}
@media only screen and (min-width: 2100px) {
	.pxl-logo > a > img {
		left: 105%;
	}
}
@media only screen and (min-width: 2560px) {
	.pxl-logo > a > img {
		left: 180%;
	}
}
/*
@media only screen and (min-width: 1800px) {
	.spalte-breiter-auf-xl {
		width: 50% !important;
	}
}
*/
/* Seitenleiste */
body .pxl-hidden-template.pos-right {
    background-color: #fff;
}
.seitenleiste .pxl-item--icon svg path {
	/* fill: var(--ci-gelb); */
}
.seitenleiste .pxl-item--icon path {
	fill: var(--ci-gelb);
}
body .pxl-hidden-template.pos-right .pxl-close:hover {
    background-color: #fff;
}
.seitenleiste  .pxl-logo > a > img {
		left: 0%;
	}
/* Topbar */
body header div > section.eigene-topbar.elementor-element > div.elementor-container > div.elementor-column > .elementor-element-populated.elementor-widget-wrap {
	justify-content: center;
}
body header div > section.eigene-topbar.elementor-element > div.elementor-container > div.elementor-column > .elementor-element-populated.elementor-widget-wrap > .elementor-element {
	margin-left: 0;
}
/* Navigation */
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
	body .pxl-nav-menu.line-style-1 ul.pxl-menu-primary > li > a {
		padding-right: 20px; /* Make room for the line that appears on hover */
	}
}
#menu-item-9086 a span {
	text-transform: none; /* Here we want a lowercase 'a' */
}

/* FOOTER */
/* Top Area */
@media only screen and (min-width: 1250px) {
	#footer-top-area-img {
		position: relative;
		left: -30px;
	}
}
#footer-top-area-img img {
	width: 257px;
	height: 271px;
}
.footer-top-area svg path {
	stroke: #fff !important;
	fill: #fff !important;
}
.footer-top-area .cta-rechts svg path {
	stroke: var(--ci-gelb) !important;
	fill: var(--ci-gelb) !important;
}
.footer-middle-area .pxl-logo > a > img {
        left: 0%;
    }
/* Middle Area */
/* footer .footer-middle-area {
	background: url(/wp-content/uploads/2025/02/ct-allgemein-footer-bg-opacity-9.webp);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: 40% 50%;
} */
footer .elementor-icon svg path {
	fill: var(--ci-gelb);
}
/* Footer Dropdown */
.dropdown {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.dropdown-content {
	display: none;
	position: absolute;
	padding: 12px 16px;
	z-index: 1;
	background-color: var(--ci-gelb);
	width: max-content;
	/* wenn dropdown nach oben klappen soll */
	top: -90px;
}
.dropdown-content a {
	color: #fff !important;
}
.dropdown-content a:hover {
	color: #fff !important;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.sonstiges-footer .dropdown > span {
	color: #000000;
    font-size: 14px;
    font-weight: 600;
	text-transform: uppercase;
}

/* WP FLOATING MENU */
/* Icon Color */
body .wpfm-template-1 ul li .wpfm-icon-block i {
    color: #fff;
}
/* Text Color */
body .wpfm-template-1 ul li .wpfm-menu-name {
    color: #fff;
}
/* Icon Background Color when not opened */
body .wpfm-template-1 ul li .wpfm-icon-block {
    background: var(--ci-gelb);
}
/* Icon Background Color when opened */
body .wpfm-template-1 .wpfm-position-right ul li a:hover .wpfm-icon-block,
body .wpfm-template-1 .wpfm-position-top-right ul li a:hover .wpfm-icon-block,
body .wpfm-template-1 .wpfm-position-bottom-right ul li a:hover .wpfm-icon-block {
    background: var(--ci-gelb);
}
/* Text Background Color when opened */
body .wpfm-template-1 ul li a {
    background: var(--ci-gelb);
}
#wpfm-floating-menu-nav > ul > li:last-child a {
	cursor: default;
}

@media only screen and (min-width: 1024px) {
	#wpfm-floating-menu-nav .wpfm-nav > li:nth-child(4) .wpfm-menu-name::after {
		content: " / Sowie nach telefonischer Vereinbarung"
	}
}

/* BOOKING TOOL */
/* Ratings */
.ci-rating-widget-content .rating-container {
    height: fit-content;
}
.ci-rating-widget-container #ci-close-btn>span {
    color: #fff !important;
	visibility: hidden;
}
.ci-rating-widget-container #ci-close-btn>span:after {
    content: 'X';
    visibility: visible;
    font-size: 18px;
    font-weight: bold;
    margin-left: -13px;
}
body .ci-rating-widget-container {
    z-index: 200;
}

/* IMAGE CAPTCHA */
body .kc_captcha {
    justify-content: center;
}
body .kc_captcha .cf7ic-icon-wrapper {
	margin-top: 20px;
}
.submit-button-row {
    margin-top: 20px;
}

/* STARTSEITE */
/* E2 */
.als-button .pxl-team-single2 .pxl-item--title a {
    /* color: #fff; */
    padding: 13px 20px;
    /* background-color: var(--ci-gelb); */
}
.als-button .pxl-team-single2 .pxl-item--image img {
    background-color: var(--ci-gelb);
}
.startseite-e2 .pxl-team-single2 .pxl-item--image,
.startseite-e2 .pxl-team-single2 .pxl-item--inner:hover .pxl-item--image {
    box-shadow: none;
}
/* Logo Slider */
.startseite-e2-slider .swiper-slide:not([aria-label="10 von 11"]) {
  pointer-events: none !important;
}
/* E2 (PARTNER) */
.startseite-e2-partner {
    display: flex;
    gap: 10px;
}
@media only screen and (max-width: 767px) {
	.startseite-e2-partner {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.startseite-e2-partner > .partner-wrapper {
		width: 47%;
	}
}
/* E3 */
.mit-labels .pxl-banner-point .item-title {
    margin-bottom: 0;
}
.element-mit-punkten {
	display: flex;
	justify-content: center;
}
/* E4 */
.startseite-e4 .schwarzes-marquee .pxl-text-slip1.pxl-slide-to-right .pxl-item--inner {
	animation: slide-right 115s linear infinite;
}
/* E5 */
.startseite-e5 .pxl-icon-box1 .pxl-item--icon i.fal {
    font-size: 50px;
}
#pferdewagen #pxl-4,
#pferdewagen #pxl-6,
#pferdewagen #pxl-9,
#pferdewagen #pxl-11 {
	display: none;
}
.startseite-e5-bild img {
	position: relative;
	left: -55px;
}

/* LEISTUNGEN */
body .pxl-service-list.style-2 li a {
    background-color: var(--ci-gelb);
	font-size: 12px;
}
body .pxl-contact-box2 .inner-icon {
    background-color: #fff;
}
body .pxl-service-list.style-2 li a:hover {
    background-color: #000;
}
.kleinere-tel-nummer .pxl-item--number a {
	font-size: 21px;
}
body .seitenleiste .pxl-item--number {
    text-transform: none;
}

/* GASPRUEFUNG */
body.postid-8593 .elementor > .elementor-section.elementor-top-section > .pxl-section-bg-parallax {
	background-image: url( /wp-content/uploads/2025/02/ct-u-gaspruefung-e1-bg.webp);
	background-position: top;
	top: 0;
}
body.service-template-default .elementor > .elementor-section.elementor-top-section.elementor-element > .elementor-background-overlay {
	opacity: 0.3;
}
body.postid-8593 .wrapper-breadcrumb > .pxl-breadcrumb > li:nth-child(2) {
	display: none;
}

/* PICKERL */
body.postid-8826 .elementor > .elementor-section.elementor-top-section > .pxl-section-bg-parallax {
	background-image: url( /wp-content/uploads/2025/02/ct-u-pickerl-e1-bg.webp);
	background-position: center;
	top: 0;
}
body.postid-8826 .wrapper-breadcrumb > .pxl-breadcrumb > li:nth-child(2) {
	display: none;
}

/* FEUCHTIGKEIT */
body.postid-8833 .elementor > .elementor-section.elementor-top-section > .pxl-section-bg-parallax {
	background-image: url( /wp-content/uploads/2025/02/ct-u-feuchtigkeit-e1-bg.webp);
	background-position: bottom;
	top: 0;
}
body.postid-8833 .wrapper-breadcrumb > .pxl-breadcrumb > li:nth-child(2) {
	display: none;
}

/* WARTUNG */
body.postid-8849 .elementor > .elementor-section.elementor-top-section > .pxl-section-bg-parallax {
	background-image: url( /wp-content/uploads/2025/02/ct-u-wartung-e1-bg.webp);
	background-position: 0 68%;
	top: 0;
}
body.postid-8849 .wrapper-breadcrumb > .pxl-breadcrumb > li:nth-child(2) {
	display: none;
}

/* AUFLASTUNG */
body.postid-8856 .elementor > .elementor-section.elementor-top-section > .pxl-section-bg-parallax {
	background-image: url( /wp-content/uploads/2025/02/ct-u-auflastung-e1-bg.webp);
	background-position: bottom;
	top: 0;
}
body.postid-8856 .wrapper-breadcrumb > .pxl-breadcrumb > li:nth-child(2) {
	display: none;
}

/* NIVELIERSYSTEME */
body.postid-8867 .elementor > .elementor-section.elementor-top-section > .pxl-section-bg-parallax {
	background-image: url( /wp-content/uploads/2025/02/ct-u-niveliersystem-e1-bg.webp);
	background-position: bottom;
	top: 0;
}
body.postid-8867 .wrapper-breadcrumb > .pxl-breadcrumb > li:nth-child(2) {
	display: none;
}

/* HBC */
body.postid-8877 .elementor > .elementor-section.elementor-top-section > .pxl-section-bg-parallax {
	background-image: url( /wp-content/uploads/2025/02/ct-u-hbc-e1-bg.webp);
	background-position: center;
	top: 0;
}
body.postid-8877 .wrapper-breadcrumb > .pxl-breadcrumb > li:nth-child(2) {
	display: none;
}

/* UNFALL */
body.postid-8887 .elementor > .elementor-section.elementor-top-section > .pxl-section-bg-parallax {
	background-image: url( /wp-content/uploads/2025/02/ct-u-unfall-e1-bg.webp);
	background-position: center;
	top: 0;
}
body.postid-8887 .wrapper-breadcrumb > .pxl-breadcrumb > li:nth-child(2) {
	display: none;
}

/* REIFEN */
body.postid-8894 .elementor > .elementor-section.elementor-top-section > .pxl-section-bg-parallax {
	background-image: url( /wp-content/uploads/2025/02/ct-u-reifen-e1-bg.webp);
	background-position: 0 68%;
	top: 0;
}
body.postid-8894 .wrapper-breadcrumb > .pxl-breadcrumb > li:nth-child(2) {
	display: none;
}

/* ZUBEHOERE */
body.postid-8902 .elementor > .elementor-section.elementor-top-section > .pxl-section-bg-parallax {
	background-image: url( /wp-content/uploads/2025/02/ct-u-zubehoere-e1-bg.webp);
	background-position: center;
	top: 0;
}
body.postid-8902 .wrapper-breadcrumb > .pxl-breadcrumb > li:nth-child(2) {
	display: none;
}

/* REINIGUNG */
body.postid-8909 .elementor > .elementor-section.elementor-top-section > .pxl-section-bg-parallax {
	background-image: url( /wp-content/uploads/2025/02/ct-u-reinigung-e1-bg.webp);
	background-position: center;
	top: 0;
}
body.postid-8909 .wrapper-breadcrumb > .pxl-breadcrumb > li:nth-child(2) {
	display: none;
}

/* HUBDACH */
body.postid-8922 .elementor > .elementor-section.elementor-top-section > .pxl-section-bg-parallax {
	background-image: url( /wp-content/uploads/2025/02/ct-u-hubdach-e1-bg.webp);
	background-position: top;
	top: 0;
}
body.postid-8922 .wrapper-breadcrumb > .pxl-breadcrumb > li:nth-child(2) {
	display: none;
}

/* SERVICEPARTNER */
body.postid-8935 .elementor > .elementor-section.elementor-top-section > .pxl-section-bg-parallax {
	background-image: url( /wp-content/uploads/2025/02/ct-u-servicepartner-e1-bg.webp);
	background-position: center;
	top: 0;
}
body.postid-8935 .wrapper-breadcrumb > .pxl-breadcrumb > li:nth-child(2) {
	display: none;
}

/* UEBER UNS */
body.page-id-8799 .elementor > .elementor-section.elementor-top-section > .pxl-section-bg-parallax {
	background-image: url( /wp-content/uploads/2025/02/ct-u-ueberuns-e1-bg.webp);
	background-position: center;
	top: 0;
}
body.page-id-8799 .elementor > .elementor-section.elementor-top-section.elementor-element > .elementor-background-overlay {
	opacity: 0.3;
}
#ueberuns-e2 .pxl-item--inner  strong {
	font-family: "Bai Jamjuree", Sans-serif;
	color: var(--ci-gelb);
}

/* EINDRUECKE */
body.page-id-8804 .elementor > .elementor-section.elementor-top-section > .pxl-section-bg-parallax {
	background-image: url( /wp-content/uploads/2025/02/ct-u-eindruecke-e1-bg.webp);
	background-position: center;
	top: 0;
}
body.page-id-8804 .elementor > .elementor-section.elementor-top-section.elementor-element > .elementor-background-overlay {
	opacity: 0.3;
}

/* SERVICEPARTNER */
.partnerlogos .pxl-partner-carousel2 .pxl-swiper-wrapper {
	justify-content: center;
}

/* HAGELSCHUTZ */
body.postid-10614 .elementor-element.elementor-element-e720610 .pxl-section-bg-parallax {
    background-image: url(/wp-content/uploads/2025/11/ct-u-hagelschutz-e1-b1.webp);
    background-position: center;
    top: 0;
}
body.postid-10614 .wrapper-breadcrumb > .pxl-breadcrumb > li:nth-child(2) {
	display: none;
}
#hagelschutz-aufzaehlung .aufzaehlung-heading svg {
	filter: brightness(0) saturate(100%) invert(79%) sepia(87%) saturate(2628%) hue-rotate(345deg) brightness(101%) contrast(91%);
}
#hagelschutz-aufzaehlung .pxl-heading .px-title--divider5 {
    width: 75px;
}
#hagelschutz-aufzaehlung h3.aufzaehlung-item {
	font-size: 19px;
	line-height: 1.25;
	font-weight: 600;
}

.aufzaehlung-heading.hide-heading {
	visibility: hidden !important;
}
@media only screen and (max-width: 991px) {
	.aufzaehlung-heading.hide-heading {
		display: none !important;
	}
	#aufzaehlungen--spalte-2 {
		margin-top: -25px;
	}
}
.hagelschutz-aufzaehlung .aufzaehlung-row {
	display: flex;
	flex-direction: row;
	margin-bottom: 20px;
}
.hagelschutz-aufzaehlung .aufzaehlung-row:last-child {
	margin-bottom: 0;
}
.hagelschutz-aufzaehlung .aufzaehlung-row:last-child .aufzaehlung-column:last-child {
	margin-left: 0;
}
.hagelschutz-aufzaehlung .aufzaehlung-row .aufzaehlung-column {
	width: 33.3333%;
	margin-left: 30px;
}
.hagelschutz-aufzaehlung .aufzaehlung-row .aufzaehlung-column a span {
	font-weight: 700;
}
@media only screen and (max-width: 425px) {
	.hagelschutz-aufzaehlung .aufzaehlung-row {
		flex-direction: column;
	}
	.hagelschutz-aufzaehlung .aufzaehlung-row .aufzaehlung-column {
		width: 100%;
	}
	.hagelschutz-aufzaehlung .aufzaehlung-row:last-child .aufzaehlung-column:last-child {
		margin-left: 30px;
	}
}

/* KONTAKT */
body.page-id-8669 .elementor > .elementor-section.elementor-top-section > .pxl-section-bg-parallax {
	background-image: url( /wp-content/uploads/2025/02/ct-u-kontakt-e1-bg.webp);
	background-position: center;
	top: 0;
}
body.page-id-8669 .elementor > .elementor-section.elementor-top-section.elementor-element > .elementor-background-overlay {
	opacity: 0.3;
}
.kontakt-e2 svg > path {
	fill: var(--ci-gelb);
}

/* RECHTLICHE UNTERSEITEN */
.imp-header-all{line-height: 1.2; margin-top: 20px; margin-bottom: 10px;font-size: 28px !important;}
.imp-paragraph{margin-bottom: 10px; line-height: 26px; font-size: 16px;}
.ds-header-all{line-height: 1.2; margin-top: 20px; margin-bottom: 10px;}
.ds-header-1{font-size:28px !important;}
.ds-header-2{font-size:24px !important;}
.ds-header-3{font-size:20px !important;}
.ds-wrapper{margin-left: 20px;}
.ds-paragraph{margin-bottom: 10px; line-height: 26px; font-size: 16px;}

.ds-paragraph a,
.ds-paragraph + ul a,
.imp-paragraph a {
	color: var(--ci-gelb);
}
.ds-paragraph a:hover,
.imp-paragraph a:hover {
	color: var(--ci-gelb);
}


@media only screen and (max-width: 425px) {
	.ds-paragraph + ul li a {
		word-wrap: break-word;
	}
}

/* SEO MENU */
.menu-seo-seitenleiste-container{
	position: fixed !important;
	left: 0 !important;
	top: 50% !important;
	width: 240px !important;
	z-index: 9999999999999999;
	transform: translateY(-50%);
}

*[id^="menu-seo-seitenleiste"]{
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

*[id^="menu-seo-seitenleiste"] > li{
	height: 44px !important;
	background-color: #fff !important;
	margin: 0px 0px 2px 0px !important;
	list-style: none !important;
	border: 1px solid var(--ci-gelb);
}

*[id^="menu-seo-seitenleiste"] > li:last-child{
	margin-bottom: 0px !important;
}

*[id^="menu-seo-seitenleiste"] > li > a{
	width: 100% !important;
	height: 100% !important;
	float: left !important;
	color: var(--ci-gelb) !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	box-sizing: border-box!important;
	width: 100% !important;
	height: 100% !important;
	float: left !important;
	padding: 9px 0px 9px 18px !important;
	font-size: 12px !important;
	line-height: 0 !important;
}

*[id^="menu-seo-seitenleiste"] > li > a:hover{
	color: var(--ci-gelb) !important;
}

@media only screen and (max-width: 1200px){
	.menu-seo-seitenleiste-container{
		display: none;
	}
}

/* SEO PAGES */
.seo-wrapper,
.seo-row{
	width: 100%;
}

.seo-wrapper{
	max-width: 1300px;
	margin: auto;
}

.seo-row{
	display: flex;
	margin-bottom: 80px;
}

.seo-row:last-child{
	margin-bottom: 0px;
}

.seo-column{
	width: 50%;
	max-height: 100%;
	float: left;
	flex: 1;
	position: relative;
}

.seo-image-inner-left{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 80%;
    position: absolute;
	right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.seo-image-inner-right{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 80%;
    position: absolute;
	left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.seo-text{
	background-color: transparent;
	border: 1px solid var(--ci-gelb);
}

.seo-text-inner > h3{
	color: var(--ci-gelb) !important;
}

.seo-text-inner,
.seo-text-inner > p{
	color: #000 !important;
}

.seo-text-inner a {
    color: var(--ci-gelb);
    text-decoration: underline;
}
.seo-text-inner a:hover {
    color: var(--ci-gelb);
}

.seo-text-inner,
.seo-text-inner > p{
	font-size: 16px !important;
	line-height: 24px !important;
}

.seo-text-inner > h3{
	font-size: 26px !important;
	line-height: 30px !important;
	margin: 0px 0px 14px 0px !important;
}

.seo-text-inner{
	padding: 60px;
	box-sizing: border-box;
}

@media only screen and (max-width: 1200px){	
	.seo-row{
		flex-direction: column;
		margin-bottom: 40px;
	}
	
	.seo-column{
		width: 100%;
		min-height: 400px;
		flex: 0 0 100%;
	}
	
	.seo-row:nth-child(odd) > .seo-column:first-child{
		order: 2;
	}
	
	.seo-row:nth-child(odd) > .seo-column:last-child{
		order: 1;
	}
	
	.seo-text-inner{
		padding: 32px;
	}
	
	.seo-image-inner-left{
		height: 100%;
	}
	
	.seo-text-inner > h3{
		font-size: 24px !important;
	}
	
	.seo-text-inner,
	.seo-text-inner > p{
		font-size: 14px !important;
		line-height: 20px !important;
	}
}

/* Header Rechtliches */
body.page-id-8771 .elementor > .elementor-section.elementor-top-section > .pxl-section-bg-parallax,
body.page-id-8776 .elementor > .elementor-section.elementor-top-section > .pxl-section-bg-parallax,
body.page-id-8779 .elementor > .elementor-section.elementor-top-section > .pxl-section-bg-parallax,
body.page-id-8782 .elementor > .elementor-section.elementor-top-section > .pxl-section-bg-parallax,
body.page-id-8787 .elementor > .elementor-section.elementor-top-section > .pxl-section-bg-parallax {
	background-image: url( /wp-content/uploads/2025/02/ct-allgemein-rechtliches-bg.webp);
	background-position: center;
	top: 0;
}
body.page-id-8771 .elementor > .elementor-section.elementor-top-section > .pxl-section-bg-parallax + .elementor-background-overlay,
body.page-id-8776 .elementor > .elementor-section.elementor-top-section > .pxl-section-bg-parallax + .elementor-background-overlay,
body.page-id-8779 .elementor > .elementor-section.elementor-top-section > .pxl-section-bg-parallax + .elementor-background-overlay,
body.page-id-8782 .elementor > .elementor-section.elementor-top-section > .pxl-section-bg-parallax + .elementor-background-overlay,
body.page-id-8787 .elementor > .elementor-section.elementor-top-section > .pxl-section-bg-parallax + .elementor-background-overlay {
	opacity: 0.4 !important;
}

/* MOBILOPTIMIERUNG */
/* Mobile Menu */
@media only screen and (max-width: 425px) {
	body #pxl-header-default .pxl-header-branding img,
	body #pxl-header-elementor .pxl-header-branding img {
		height: 35px;
	}
	body #pxl-header-mobile .pxl-header-menu.active .pxl-logo-mobile a img {
		height: 40px;
	}
}
@media only screen and (max-width: 767px) {
	body #pxl-header-mobile .pxl-header-menu.active {
		overflow: hidden;
		overflow-y: auto;
	}
}
@media only screen and (max-width: 1199px) {
	body .pxl-menu-primary .sub-menu li a {
    	color: #fff;
	}
	body .pxl-menu-primary .sub-menu li a:hover {
    	color: var(--ci-gelb);
	}
}
/* Header & Text Area */
@media only screen and (max-width: 425px) {
	body .pxl-breadcrumb {
		justify-content: center;
	}
	#pxl-page-title-elementor .pxl-heading .pxl-item--title {
		font-size: 40px;
	}
}
/*
@media only screen and (max-width: 1199px) {
	body header#pxl-header-elementor > #pxl-header-mobile {
    	position: fixed;
    	width: 100%;
    	background-color: #000;
	}
	#startseite-e1 .elementor-widget-pxl_heading,
	#pxl-page-title-elementor {
		padding-top: 80px;
	}
}
*/
/* Footer */
@media only screen and (max-width: 425px) {
	.footer-navigation-aufzaehlung .pxl-link li {
    	margin-bottom: -10px;
	}
	.footer-navigation-aufzaehlung > div > div:not(.navigation-1) .pxl-link li:last-child {
    	margin-bottom: 20px;
	}
	.footer-top-area .spalte-rechts > .elementor-widget-wrap {
		justify-content: center !important;
	}
	.footer-top-area .spalte-rechts > .elementor-widget-wrap #footer-top-area-img {
		position: relative;
		left: -20px;
	}
}
/* Startseite */
@media only screen and (max-width: 425px) {
	#startseite-e1 > .elementor-container.elementor-column-gap-no {
		min-height: unset;
	}
	.startseite-e2-partner > .partner-wrapper {
    	width: 22%;
		/* width: 48%; */
		/* text-align: center; */
	}
	/*
	.startseite-e2-partner > .partner-wrapper img {
    	max-height: 77px;
	}
	*/
	.startseite-e3-carousel .map-wrapper {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	.startseite-e3-carousel .map-wrapper a,
	.startseite-e3-carousel .map-wrapper div.location-wrap {
    	display: none;
	}
	.startseite-e3-carousel .slick-list.draggable {
		/*max-height: 1520px;*/
		max-height: 450px;
	}
	body .startseite-e3-carousel .elementor-widget-container .premium-carousel-inner > a.carousel-arrow.carousel-prev {
		top: 95px;
		left: 0;
	}
	body .startseite-e3-carousel .elementor-widget-container .premium-carousel-inner > a.carousel-arrow.carousel-next {
		top: 95px;
		right: 0;
	}
}
@media only screen and (max-width: 575px) {
	#startseite-e2-inner-row > .elementor-container .startseite-e2-textelement {
		order: 1;
	}
	#startseite-e2-inner-row > .elementor-container .startseite-e2-bildelement:nth-child(1) {
		order: 2;
		margin-bottom: -40px;
	}
	#startseite-e2-inner-row > .elementor-container .startseite-e2-bildelement:nth-child(3) {
		order: 3;
	}
	
	.startseite-e3-heading .einzeilig-mobil {
		white-space: nowrap;
	}
	.startseite-e3-heading br.kein-zeilenumbruch-mobil {
		display: none;
	}
}
@media only screen and (max-width: 991px) {
	.startseite-e2 .pxl-heading h3.pxl-item--title {
    	padding: 10px !important;
	}
	.startseite-e3-carousel .pxl-heading h3.pxl-item--title {
    	padding: 10px !important;
	}
	.startseite-e3-carousel .pxl-heading.px-sub-title-default-style {
		text-align: center !important;
	}
}
/* Leistungen */
@media only screen and (max-width: 390px) {
	body .kleinere-tel-nummer .pxl-item--number a {
		font-size: 17px;
	}
}
@media only screen and (max-width: 991px) {
	.partnerlogos .pxl-partner-carousel2 .pxl-swiper-wrapper {
    	justify-content: unset;
	}
}
@media only screen and (max-width: 425px) {
	#leistungen-e1-hauptcontent > div > .leistungen-e1-bildelement {
		order: 10; /* Make it the last element */
		padding-top: 30px;
	}
	.partnerlogos .pxl-partner-carousel2 .pxl-swiper-wrapper {
    	flex-direction: column;
	}
	.partnerlogos .pxl-partner-carousel2 .pxl-carousel-inner {
		pointer-events: none;
	}
}
/* Ueber uns */
@media only screen and (max-width: 425px) {
	.ueberuns-e2-bildelement {
		order: 10; /* Make it the last element */
		padding-top: 30px;
	}
}
@media only screen and (max-width: 1199px) {
	.page-id-8799 #pxl-main {
    	padding-bottom: 0;
	}
}
/* Kontakt */
@media only screen and (max-width: 390px) {
	.kontakt-e4 .pxl-opening-hour {
    	position: relative;
    	left: 30px;
	}
}
body .pxl-contact-form form .wpcf7-response-output {
    color: #000;
}
@media only screen and (min-width: 426px) and (max-width: 991px) {
	.background-size-cover .pxl-item--bg {
		background-size: contain;
	}
}