.elementor-356 .elementor-element.elementor-element-c4942af{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-356 .elementor-element.elementor-element-c4942af:not(.elementor-motion-effects-element-type-background), .elementor-356 .elementor-element.elementor-element-c4942af > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#051A44;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-120a292 *//* =========================
   PKR FOOTER
   ========================= */

.pkr-footer {
    width: 100%;
    background: #051A44;
    color: #ffffff;
    padding: 70px 60px 0;
}


/* GOLDENE LINIE */

.pkr-footer::before {
    content: "";
    display: block;
    width: 95px;
    height: 5px;
    margin-bottom: 55px;
    background: #c4a36f;
}


/* HAUPTBEREICH */

.pkr-footer-main {
    display: grid;
    grid-template-columns: 1.5fr 0.75fr 1fr;
    gap: 70px;
    padding-bottom: 60px;
}


/* MARKE */

.pkr-footer-brand {
    max-width: 430px;
}


/* LOGO */

.pkr-footer-logo {
    display: inline-block;
    margin-bottom: 28px;
    text-decoration: none;
}

.pkr-footer-logo img {
    display: block;
    width: 190px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.pkr-footer-brand p {
    margin: 0;
    max-width: 380px;

    font-size: 16px;
    line-height: 1.7;

    color: rgba(255,255,255,0.70);
}


/* SPALTEN */

.pkr-footer-column {
    display: flex;
    flex-direction: column;
}

.pkr-footer-title {
    display: block;
    margin-bottom: 22px;

    font-size: 12px;
    line-height: 1;
    font-weight: 500;

    letter-spacing: 2px;
    text-transform: uppercase;

    color: #c4a36f;
}


/* NAVIGATION */

.pkr-footer-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.pkr-footer-nav a {
    font-size: 16px;
    line-height: 1.4;

    color: #ffffff !important;
    text-decoration: none !important;

    transition: color 0.2s ease;
}

.pkr-footer-nav a:hover {
    color: #c4a36f !important;
}


/* KONTAKT */

.pkr-footer-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.pkr-footer-contact p {
    margin: 0 0 8px;

    font-size: 15px;
    line-height: 1.65;

    color: rgba(255,255,255,0.70);
}

.pkr-footer-contact a {
    font-size: 15px;
    line-height: 1.5;

    color: #ffffff !important;
    text-decoration: none !important;

    transition: color 0.2s ease;
}

.pkr-footer-contact a:hover {
    color: #c4a36f !important;
}


/* UNTERE ZEILE */

.pkr-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 30px;

    padding: 24px 0;

    border-top: 1px solid rgba(255,255,255,0.12);
}

.pkr-footer-copy {
    font-size: 13px;
    line-height: 1.4;

    color: rgba(255,255,255,0.45);
}

.pkr-footer-legal {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.pkr-footer-legal a {
    font-size: 13px;
    line-height: 1.4;

    color: rgba(255,255,255,0.60) !important;
    text-decoration: none !important;

    transition: color 0.2s ease;
}

.pkr-footer-legal a:hover {
    color: #c4a36f !important;
}


/* TABLET */

@media (max-width: 1024px) {

    .pkr-footer {
        padding: 60px 40px 0;
    }

    .pkr-footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 50px;
    }

    .pkr-footer-brand {
        grid-column: 1 / -1;
    }

}


/* MOBILE */

@media (max-width: 767px) {

    .pkr-footer {
        padding: 45px 25px 0;
    }

    .pkr-footer::before {
        margin-bottom: 40px;
    }

    .pkr-footer-main {
        grid-template-columns: 1fr;
        gap: 40px;
        padding-bottom: 45px;
    }

    .pkr-footer-brand {
        grid-column: auto;
    }

    .pkr-footer-logo img {
        width: 160px;
    }

    .pkr-footer-brand p {
        font-size: 15px;
    }

    .pkr-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .pkr-footer-legal {
        gap: 16px;
    }

}/* End custom CSS */