@charset "utf-8";

/* =========================================================
   PARTNER-V2.CSS
   Markus Kapeller – Partnerseite
   Premium, responsive und konfliktfrei
========================================================= */


/* =========================================================
   BASIS
========================================================= */

.mkp2-page,
.mkp2-page *,
.mkp2-page *::before,
.mkp2-page *::after {
    box-sizing: border-box;
}

.mkp2-page {
    width: 100%;
    overflow: hidden;
    background: #f5f2ec;
    color: #24221f;
}

.mkp2-container {
    width: min(1240px, calc(100% - 80px));
    margin: 0 auto;
    padding: 70px 0 130px;
}


/* =========================================================
   ZURÜCK-LINK
========================================================= */

.mkp2-back {
    margin-bottom: 55px;
}

.mkp2-back a {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    color: #6e665b;

    font-size: 13px;
    font-weight: 600;
    letter-spacing: .12em;
    line-height: 1.4;

    text-decoration: none;
    text-transform: uppercase;

    transition:
        color .25s ease,
        transform .25s ease;
}

.mkp2-back a:hover {
    color: #a88955;
    transform: translateX(-4px);
}


/* =========================================================
   EINSTIEG
========================================================= */

.mkp2-intro {
    width: min(980px, 100%);
    margin: 0 auto 70px;
    text-align: center;
}

.mkp2-intro-inner {
    position: relative;

    padding: 70px 60px;

    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, .62),
            rgba(248, 245, 239, .96)
        );

    border: 1px solid rgba(168, 137, 85, .16);

    box-shadow:
        0 25px 70px rgba(36, 31, 25, .065);
}

.mkp2-intro-inner::before {
    content: "";

    position: absolute;
    top: 0;
    left: 50%;

    width: 150px;
    height: 2px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #b39461,
            transparent
        );

    transform: translateX(-50%);
}

.mkp2-eyebrow {
    margin: 0 0 22px;

    color: #a88955;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: .26em;
    line-height: 1.5;
}

.mkp2-intro h1 {
    margin: 0 0 28px;

    color: #24221f;

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(52px, 7vw, 94px);
    font-weight: 400;
    letter-spacing: -.045em;
    line-height: .98;
}

.mkp2-intro-title {
    max-width: 780px;
    margin: 0 auto 38px;

    color: #514c44;

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(24px, 3vw, 38px);
    font-weight: 400;
    line-height: 1.28;
}

.mkp2-intro-text {
    max-width: 760px;
    margin: 0 auto;
}

.mkp2-intro-text p,
.mkp2-copy p {
    margin: 0 0 20px;

    color: #5f594f;

    font-size: 18px;
    line-height: 1.85;
}

.mkp2-intro-text p:last-child,
.mkp2-copy p:last-child {
    margin-bottom: 0;
}

.mkp2-intro-text strong,
.mkp2-copy strong {
    color: #282521;
}


/* =========================================================
   ABSCHNITTE
========================================================= */

.mkp2-section {
    width: 100%;
    padding-top: 120px;
}

.mkp2-heading {
    display: grid;
    grid-template-columns: 80px minmax(0, 1fr);
    align-items: start;

    width: min(970px, 100%);
    margin: 0 auto 38px;
}

.mkp2-number {
    position: relative;

    margin: 8px 0 0;

    color: #a88955;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: .18em;
    line-height: 1;
}

.mkp2-number::after {
    content: "";

    display: block;

    width: 32px;
    height: 1px;
    margin-top: 12px;

    background: rgba(168, 137, 85, .55);
}

.mkp2-heading h2 {
    margin: 0;

    color: #282521;

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 5vw, 62px);
    font-weight: 400;
    letter-spacing: -.035em;
    line-height: 1.08;
}

.mkp2-copy {
    width: min(810px, 100%);
    margin: 0 auto;
}

.mkp2-copy-narrow {
    width: min(760px, 100%);
}

.mkp2-lead {
    margin: 35px 0 !important;

    color: #2c2924 !important;

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(23px, 2.8vw, 33px) !important;
    line-height: 1.5 !important;
}


/* =========================================================
   ZITATBLÖCKE
========================================================= */

.mkp2-quote {
    position: relative;

    width: min(930px, 100%);
    margin: 65px auto 0;
    padding: 52px 55px;

    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            rgba(35, 33, 29, .99),
            rgba(18, 17, 15, .99)
        );

    border: 1px solid rgba(168, 137, 85, .28);

    box-shadow:
        0 24px 70px rgba(21, 19, 16, .14);

    text-align: center;
}

.mkp2-quote::before {
    content: "";

    position: absolute;
    top: 0;
    left: 50%;

    width: 120px;
    height: 2px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #b39461,
            transparent
        );

    transform: translateX(-50%);
}

.mkp2-quote p {
    position: relative;
    z-index: 1;

    max-width: 740px;
    margin: 0 auto 16px;

    color: rgba(255, 255, 255, .82);

    font-size: 17px;
    line-height: 1.75;
}

.mkp2-quote p:last-child {
    margin-bottom: 0;
}

.mkp2-quote strong {
    color: #fff;

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(23px, 2.5vw, 32px);
    font-weight: 400;
    line-height: 1.45;
}

.mkp2-quote-main {
    margin-top: 0;
    padding-top: 58px;
    padding-bottom: 58px;
}

.mkp2-quote-main p {
    max-width: 800px;

    color: #fff;

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(25px, 3vw, 38px);
    font-style: italic;
    line-height: 1.45;
}

.mkp2-quote-closing {
    margin-top: 80px;
}

.mkp2-signature {
    margin-top: 22px !important;

    color: #d0b17b !important;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px !important;
    font-style: italic;
}


/* =========================================================
   PARTNERKARTEN
========================================================= */

.mkp2-cards {
    display: flex;
    flex-direction: column;
    gap: 34px;

    width: 100%;
    margin-top: 65px;
}

.mkp2-card {
    display: flex;
    flex-direction: row;
    align-items: stretch;

    width: 100%;
    min-height: 390px;

    overflow: hidden;

    background: #fff;

    border: 1px solid rgba(67, 61, 53, .10);

    box-shadow:
        0 30px 90px rgba(36, 31, 25, .10);

    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;
}

.mkp2-card:hover {
    transform: translateY(-4px);

    border-color: rgba(168, 137, 85, .35);

    box-shadow:
        0 36px 95px rgba(36, 31, 25, .15);
}

.mkp2-media {
    display: flex;
    flex: 0 0 42%;
    align-items: center;
    justify-content: center;

    min-width: 0;
    min-height: 390px;
    padding: 34px;

    overflow: hidden;

    background: #eee9e1;
}

.mkp2-media img {
    display: block;

    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 320px;

    object-fit: contain;
    object-position: center;

    transition:
        transform .7s cubic-bezier(.22, 1, .36, 1);
}

.mkp2-card:hover .mkp2-media img {
    transform: scale(1.035);
}

.mkp2-card-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;

    min-width: 0;
    padding: 48px 52px;
}

.mkp2-label {
    margin: 0 0 14px;

    color: #a88955;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: .22em;
    line-height: 1.4;
}

.mkp2-card-body h3 {
    margin: 0 0 24px;

    color: #282521;

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 3vw, 44px);
    font-weight: 400;
    line-height: 1.1;
}

.mkp2-card-body > p:not(.mkp2-label) {
    margin: 0;

    color: #625c52;

    font-size: 16px;
    line-height: 1.8;
}


/* =========================================================
   PARTNERLINK
========================================================= */

.mkp2-link {
    position: relative;

    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 10px;

    margin-top: 30px;
    padding-bottom: 7px;

    color: #2d2924;

    font-size: 13px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.4;

    text-decoration: none;
    text-transform: uppercase;
}

.mkp2-link::after {
    content: "";

    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    height: 1px;

    background: #a88955;

    transform: scaleX(.55);
    transform-origin: left center;

    transition: transform .3s ease;
}

.mkp2-link:hover::after {
    transform: scaleX(1);
}


/* =========================================================
   AKTIONSBUTTONS
========================================================= */

.mkp2-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;

    margin-top: 55px;
}

.mkp2-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 240px;
    min-height: 56px;
    padding: 16px 28px;

    border: 1px solid transparent;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    line-height: 1.4;

    text-align: center;
    text-decoration: none;
    text-transform: uppercase;

    transition:
        background-color .25s ease,
        color .25s ease,
        border-color .25s ease,
        transform .25s ease,
        box-shadow .25s ease;
}

.mkp2-btn-primary {
    background: #24211d;
    color: #fff;
    border-color: #24211d;
}

.mkp2-btn-secondary {
    background: transparent;
    color: #2d2924;
    border-color: rgba(45, 41, 36, .35);
}

.mkp2-btn:hover {
    transform: translateY(-3px);
}

.mkp2-btn-primary:hover {
    background: #a88955;
    border-color: #a88955;

    box-shadow:
        0 15px 35px rgba(168, 137, 85, .22);
}

.mkp2-btn-secondary:hover {
    background: #2d2924;
    color: #fff;
    border-color: #2d2924;

    box-shadow:
        0 15px 35px rgba(36, 33, 29, .15);
}


/* =========================================================
   FOKUS / BARRIEREFREIHEIT
========================================================= */

.mkp2-page a:focus-visible {
    outline: 2px solid #a88955;
    outline-offset: 5px;
}


/* =========================================================
   TABLET
========================================================= */

@media screen and (max-width: 900px) {

    .mkp2-container {
        width: min(100% - 50px, 1100px);
        padding-top: 55px;
        padding-bottom: 110px;
    }

    .mkp2-intro-inner {
        padding: 58px 42px;
    }

    .mkp2-section {
        padding-top: 105px;
    }

    .mkp2-heading {
        grid-template-columns: 60px minmax(0, 1fr);
    }

    .mkp2-card {
        min-height: 340px;
    }

    .mkp2-media {
        flex-basis: 40%;
        min-height: 340px;
        padding: 28px;
    }

    .mkp2-card-body {
        padding: 40px 36px;
    }

}


/* =========================================================
   SMARTPHONE
========================================================= */

@media screen and (max-width: 767px) {

    .mkp2-container {
        width: calc(100% - 36px);
        padding: 34px 0 85px;
    }

    .mkp2-back {
        margin-bottom: 32px;
    }

    .mkp2-back a {
        font-size: 11px;
        letter-spacing: .10em;
    }

    .mkp2-intro {
        margin-bottom: 48px;
    }

    .mkp2-intro-inner {
        padding: 48px 22px 44px;
    }

    .mkp2-eyebrow {
        margin-bottom: 18px;

        font-size: 10px;
        letter-spacing: .19em;
    }

    .mkp2-intro h1 {
        margin-bottom: 22px;

        font-size: clamp(46px, 15vw, 66px);
        line-height: 1;
    }

    .mkp2-intro-title {
        margin-bottom: 30px;

        font-size: 24px;
        line-height: 1.35;
    }

    .mkp2-intro-text p,
    .mkp2-copy p {
        font-size: 16px;
        line-height: 1.8;
    }

    .mkp2-section {
        padding-top: 82px;
    }

    .mkp2-heading {
        display: block;
        margin-bottom: 28px;
    }

    .mkp2-number {
        margin: 0 0 13px;
    }

    .mkp2-number::after {
        width: 26px;
        margin-top: 9px;
    }

    .mkp2-heading h2 {
        font-size: clamp(34px, 11vw, 48px);
        line-height: 1.08;
    }

    .mkp2-lead {
        margin: 30px 0 !important;
    }

    .mkp2-quote {
        margin-top: 48px;
        padding: 40px 24px 38px;
    }

    .mkp2-quote-main {
        padding-top: 44px;
        padding-bottom: 44px;
    }

    .mkp2-quote p {
        font-size: 16px;
        line-height: 1.7;
    }

    .mkp2-quote strong {
        font-size: 24px;
    }

    .mkp2-signature {
        font-size: 23px !important;
    }

    .mkp2-cards {
        gap: 28px;
        margin-top: 45px;
    }

    .mkp2-card {
        flex-direction: column;
        min-height: 0;
    }

    .mkp2-card:hover {
        transform: none;
    }

    .mkp2-media {
        flex: none;

        width: 100%;
        height: 250px;
        min-height: 250px;
        padding: 24px;
    }

    .mkp2-media img {
        max-height: 205px;
    }

    .mkp2-card-body {
        padding: 30px 24px 34px;
    }

    .mkp2-card-body h3 {
        margin-bottom: 18px;
        font-size: 34px;
    }

    .mkp2-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 13px;

        margin-top: 42px;
    }

    .mkp2-btn {
        width: 100%;
        min-width: 0;
    }

}


/* =========================================================
   KLEINE SMARTPHONES
========================================================= */

@media screen and (max-width: 390px) {

    .mkp2-container {
        width: calc(100% - 28px);
    }

    .mkp2-intro-inner {
        padding-right: 18px;
        padding-left: 18px;
    }

    .mkp2-intro h1 {
        font-size: 44px;
    }

    .mkp2-intro-title {
        font-size: 22px;
    }

    .mkp2-heading h2 {
        font-size: 36px;
    }

    .mkp2-media {
        height: 220px;
        min-height: 220px;
    }

    .mkp2-media img {
        max-height: 180px;
    }

}


/* =========================================================
   REDUZIERTE BEWEGUNG
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .mkp2-page *,
    .mkp2-page *::before,
    .mkp2-page *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }

}