.elementor-kit-10{--e-global-color-primary:#115AAD;--e-global-color-secondary:#54595F00;--e-global-color-text:#000000;--e-global-color-accent:#FFFFFF;--e-global-typography-primary-font-family:"Apercu";--e-global-typography-primary-font-weight:bold;--e-global-typography-secondary-font-family:"Apercu";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Apercu";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Apercu";--e-global-typography-accent-font-weight:400;--e-global-typography-accent-word-spacing:0px;}.elementor-kit-10 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 .site-branding{flex-direction:column;align-items:stretch;}.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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */main{
    margin-left: auto !important;
    margin-right: auto !important;
    max-width:2200px !important;
}

.info-card {
    border-radius: 20px;
    border: 1px solid rgba(220, 220, 220, 0.8);
    transition: box-shadow 0.3s ease-out;
    background: rgba(200, 200, 200, 0.4);
}

.info-card {
    border-radius: 20px;
    border: 1px solid rgba(220, 220, 220, 0.8);
    transition: box-shadow 0.3s ease-out;
    background: rgba(200, 200, 200, 0.4);
}

/*
.info-card{
    text-align: center !important;
}
*/

@media (min-width: 1024px) {
    .info-card {
        box-shadow: 0 8px 14px rgba(0, 0, 0, 0.1);
        transform-style: preserve-3d;
        transition: transform 0.1s ease-out, box-shadow 0.3s ease-out;
        transform: translateZ(0) rotateX(0deg) rotateY(0deg);
        --mouse-x: 50%;
        --mouse-y: 50%;
    }

    .info-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 20px;
        background: radial-gradient(
            circle 150px at var(--mouse-x) var(--mouse-y),
            rgba(255, 255, 255, 0.3) 0%,
            transparent 60%
        );
        opacity: 0;
        transition: opacity 0.3s ease;
        pointer-events: none;
        z-index: 1;
    }

    .info-card:hover::before {
        opacity: 1;
    }

    .info-card:hover {
        box-shadow: 0 12px 18px rgba(0, 0, 0, 0.2);
    }
}

    .image-header * {
      font-size: min(6.5vw, 120px) !important;
    }

@media (min-width: 1024px) {


    .image-header-startpage * {
      font-size: min(3.5vw, 80px) !important;
    }

    .image-subheader-startpage * {
      font-size: min(2.2vw, 60px) !important;
    }
}


.blue-product-button .elementor-button {
    font-size: 1.6vw !important; 
    padding: 16px 32px !important;
    display: inline-flex !important; /* Ermöglicht perfekte Zentrierung */
    align-items: center;
    justify-content: center;
    background-color: rgba(17, 90, 173, 0.45) !important; 
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    border: 0.5px solid rgba(255, 255, 255, 0.2) !important;
    transition: all 0.4s ease !important;
    line-height: 1 !important; /* Wichtig für die vertikale Mitte */
}
@media (min-width: 1024px){
.blue-product-button .elementor-button > * {
    font-size: min(1.6vw, 40px) !important;
}
}

/* SUBTILER HOVER */
.blue-product-button .elementor-button:hover {
    background-color: rgba(17, 90, 173, 0.55) !important;
    backdrop-filter: blur(20px) !important;
}
/* --- MOBIL-ANPASSUNG (Schlanker & exakt zentriert) --- */
@media (min-width: 768px) and (max-width: 1024px) {
    .blue-product-button .elementor-button {
        font-size: 2.4vw !important; 
        padding: 1.4vw 2vw !important; 
        width: auto !important;
        min-height: unset !important;
        text-align: center !important;
    }
}

/* --- MOBIL-ANPASSUNG (Schlanker & exakt zentriert) --- */
@media (max-width: 767px) {
    .blue-product-button .elementor-button {
        font-size: 3.5vw !important; 
        /* Sehr knappes Padding für einen kompakten Look */
        padding: 2.5vw 4vw !important; 
        width: auto !important;
        min-height: unset !important; /* Verhindert, dass Elementor eine Mindesthöhe erzwingt */
        text-align: center !important;
    }
}

/* WEISSER GLAS-BUTTON (Apple-Style) */
.white-product-button .elementor-button {
    font-size: 1.4vw !important; 
    padding: 16px 32px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.2) !important; 
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    border: 0.5px solid rgba(255, 255, 255, 0.4) !important;
    color: #ffffff !important; 
    transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
    line-height: 1 !important;
}
@media (min-width: 767px) {
.white-product-button .elementor-button > * {
    font-size: min(1.4vw, 35px) !important;
}
}

/* SUBTILER HOVER (Etwas helleres Glas) */
.white-product-button .elementor-button:hover {
    background-color: rgba(255, 255, 255, 0.35) !important;
    backdrop-filter: blur(20px) !important;
    border: 0.5px solid rgba(255, 255, 255, 0.6) !important;
    color: #ffffff !important;
}
/* --- MOBIL-ANPASSUNG (Schlanker & exakt zentriert) --- */
@media (min-width: 768px) and (max-width: 1024px) {
    .white-product-button .elementor-button {
        font-size: 2.2vw !important; 
        padding: 1.4vw 2vw !important; 
        width: auto !important;
        min-height: unset !important;
        text-align: center !important;
    }
}

/* --- MOBIL-ANPASSUNG --- */
@media (max-width: 767px) {
    .white-product-button .elementor-button {
        font-size: 3.2vw !important; 
        /* Sehr knappes Padding für einen kompakten Look */
        padding: 2.5vw 4vw !important; 
        width: auto !important;
        min-height: unset !important; /* Verhindert, dass Elementor eine Mindesthöhe erzwingt */
        text-align: center !important;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Apercu';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://feuerwasser.co/wp-content/uploads/2026/01/Apercu-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Apercu';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://feuerwasser.co/wp-content/uploads/2026/01/Apercu-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Apercu';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://feuerwasser.co/wp-content/uploads/2026/01/Apercu-Regular.woff2') format('woff2');
}
/* End Custom Fonts CSS */