@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;
    }

}/* =========================================================
   PARTNERKARTEN – PREMIUM FEINSCHLIFF
========================================================= */

.mkp2-card {
    border-radius: 22px;

    transition:
        transform .45s cubic-bezier(.22, .61, .36, 1),
        box-shadow .45s ease,
        border-color .45s ease;
}

.mkp2-card:hover {
    transform:
        translateY(-8px)
        scale(1.005);

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


/* Abwechselndes Kartenlayout */

.mkp2-card-reverse {
    flex-direction: row-reverse;
}


/* Bildbereich */

.mkp2-media {
    position: relative;
}

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

    position: absolute;
    inset: 0;

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

    pointer-events: none;

    transition:
        border-color .45s ease;
}

.mkp2-card:hover .mkp2-media::after {
    border-color: rgba(168, 137, 85, .22);
}

.mkp2-media img {
    transition:
        transform .8s cubic-bezier(.22, 1, .36, 1),
        filter .45s ease;
}

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


/* Textbereich */

.mkp2-card-body {
    position: relative;
}

.mkp2-card-body::before {
    content: "";

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

    width: 1px;
    height: 90px;

    background:
        linear-gradient(
            180deg,
            transparent,
            rgba(168, 137, 85, .6),
            transparent
        );

    transform: translateY(-50%);
}

.mkp2-card-reverse .mkp2-card-body::before {
    right: 0;
    left: auto;
}


/* Überschrift */

.mkp2-card-body h3 {
    letter-spacing: -.025em;
}


/* Partnerlink */

.mkp2-link span {
    display: inline-block;

    transition:
        transform .3s ease;
}

.mkp2-link:hover span {
    transform: translate(3px, -3px);
}/* ==========================================
   Abwechselnde Partnerkarten
========================================== */

.mkp2-card-reverse{
    flex-direction:row-reverse;
}

.mkp2-card-reverse .mkp2-card-body::before{
    right:0;
    left:auto;
}

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

    .mkp2-card-reverse{
        flex-direction:column;
    }

    .mkp2-card-reverse .mkp2-card-body::before{
        left:24px;
        right:auto;
    }

}/* =========================================================
   PARTNERSEITE – ERGÄNZUNG NEUE BEREICHE
   17.09.2026
========================================================= */


/* =========================================================
   SICHERHEIT / LAYOUT
========================================================= */

.mk-site .mkp2-page {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    overflow-x: clip;
}

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

.mk-site .mkp2-container {
    width: min(1240px, calc(100% - 80px));
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
}


/* =========================================================
   HERO
========================================================= */

.mk-site .mkp2-hero {
    position: relative;

    display: flex;
    width: 100%;
    min-height: 720px;
    align-items: flex-end;

    margin: 0;
    padding: 150px 0 90px;

    overflow: hidden;

    color: #fff;

    background-color: #171513;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mk-site .mkp2-hero-overlay {
    position: absolute;
    z-index: 1;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(17, 15, 13, .86) 0%,
            rgba(17, 15, 13, .64) 44%,
            rgba(17, 15, 13, .25) 100%
        ),
        linear-gradient(
            180deg,
            rgba(17, 15, 13, .25) 0%,
            rgba(17, 15, 13, .12) 45%,
            rgba(17, 15, 13, .72) 100%
        );
}

.mk-site .mkp2-hero-inner {
    position: relative;
    z-index: 2;

    width: min(1240px, calc(100% - 80px));
    margin: 0 auto;
}

.mk-site .mkp2-hero .mkp2-back {
    margin: 0 0 70px;
}

.mk-site .mkp2-hero .mkp2-back a {
    color: rgba(255,255,255,.82);
}

.mk-site .mkp2-hero .mkp2-back a:hover {
    color: #d0b17b;
}

.mk-site .mkp2-hero-content {
    width: min(850px, 100%);
}

.mk-site .mkp2-hero-eyebrow {
    margin: 0 0 22px;

    color: #d0b17b;

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

.mk-site .mkp2-hero h1 {
    max-width: 850px;
    margin: 0;

    color: #fff;

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(52px, 6vw, 88px);
    font-weight: 400;
    letter-spacing: -.04em;
    line-height: 1.02;

    text-wrap: balance;
}

.mk-site .mkp2-hero-line {
    width: 74px;
    height: 2px;
    margin: 30px 0;

    background: #b39461;
}

.mk-site .mkp2-hero-lead {
    max-width: 680px;
    margin: 0;

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

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(19px, 2vw, 25px);
    line-height: 1.6;
}


/* =========================================================
   EINLEITUNG V2
========================================================= */

.mk-site .mkp2-intro-v2 {
    width: min(970px, 100%);
    margin: 0 auto 75px;
    padding-top: 20px;

    text-align: center;
}

.mk-site .mkp2-intro-v2 .mkp2-eyebrow {
    margin-bottom: 22px;
}

.mk-site .mkp2-intro-v2 h2 {
    max-width: 900px;
    margin: 0 auto 38px;

    color: #282521;

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

.mk-site .mkp2-intro-v2 .mkp2-copy {
    margin-right: auto;
    margin-left: auto;
}


/* =========================================================
   FAMILIE
========================================================= */

.mk-site .mkp2-family-grid {
    display: grid !important;
    grid-template-columns:
        minmax(0, .95fr)
        minmax(0, 1.05fr) !important;

    gap: 60px !important;
    align-items: center !important;

    width: min(1080px, 100%) !important;
    max-width: 1080px !important;

    margin: 50px auto 0 !important;
}

.mk-site .mkp2-family-grid > * {
    min-width: 0;
}

.mk-site .mkp2-family-media {
    width: 100% !important;
    min-width: 0;
    margin: 0 !important;

    overflow: hidden;

    border-radius: 20px;

    box-shadow:
        0 28px 75px rgba(36,31,25,.12);
}

.mk-site .mkp2-family-media img {
    display: block;

    width: 100%;
    height: auto;
    max-width: 100%;

    object-fit: cover;
}

.mk-site .mkp2-family-content {
    width: 100% !important;
    max-width: none !important;
    min-width: 0;
}

.mk-site .mkp2-family-content > p:not(.mkp2-lead) {
    margin: 0 0 20px;

    color: #5f594f;

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


/* =========================================================
   FAMILIE – WERTE
========================================================= */

.mk-site .mkp2-values {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));

    gap: 12px;

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

.mk-site .mkp2-value-card {
    min-width: 0;

    margin: 0;
    padding: 22px 16px;

    background: rgba(255,255,255,.55);

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

    text-align: center;
}

.mk-site .mkp2-value-icon {
    margin: 0 0 12px !important;

    color: #a88955 !important;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px !important;
    line-height: 1 !important;
}

.mk-site .mkp2-value-card h3 {
    margin: 0 0 8px;

    color: #282521;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
}

.mk-site .mkp2-value-card > p:last-child {
    margin: 0;

    color: #6a6359;

    font-size: 13px;
    line-height: 1.55;
}


/* =========================================================
   ZUSAMMENARBEIT
========================================================= */

.mk-site .mkp2-collaboration {
    width: 100%;
    max-width: 100%;
}

.mk-site .mkp2-collaboration-grid {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(0, 1fr);

    gap: 75px;
    align-items: start;

    width: min(970px, 100%);
    max-width: 970px;

    margin: 50px auto 0;
}

.mk-site .mkp2-collaboration-grid > * {
    min-width: 0;
}

.mk-site .mkp2-collaboration-grid .mkp2-copy {
    width: 100%;
    max-width: none;
    margin: 0;
}

.mk-site .mkp2-collaboration-topics {
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
}

.mk-site .mkp2-collaboration-topics p {
    position: relative;

    width: 100%;
    max-width: 100%;

    margin: 0;
    padding: 22px 0 22px 30px;

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

    color: #39352f;

    font-size: 17px;
    line-height: 1.5;

    overflow-wrap: break-word;
}

/* Keine Symbole vor den Themen */
.mk-site .mkp2-collaboration-topics p::before,
.mk-site .mkp2-collaboration-topics p::after,
.mkp2-page .mkp2-collaboration-topics p::before,
.mkp2-page .mkp2-collaboration-topics p::after {
    content: "" !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}


/* =========================================================
   AKTIONSBUTTONS – ZUSAMMENARBEIT
========================================================= */

.mk-site .mkp2-collaboration .mkp2-actions {
    margin-top: 60px;
}


/* =========================================================
   ABSCHLUSS
========================================================= */

.mk-site .mkp2-closing {
    position: relative;

    width: min(930px, 100%);
    max-width: 930px;

    margin: 120px auto 0;
    padding: 65px 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;
}

.mk-site .mkp2-closing::before {
    position: absolute;

    top: 0;
    left: 50%;

    width: 120px;
    height: 2px;

    content: "";

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

    transform: translateX(-50%);
}

.mk-site .mkp2-closing-kicker {
    margin: 0 0 24px;

    color: #d0b17b;

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

.mk-site .mkp2-closing-quote {
    max-width: 760px;
    margin: 0 auto;

    color: #fff;

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

.mk-site .mkp2-closing .mkp2-signature {
    margin: 26px 0 0 !important;

    color: #d0b17b !important;
}


/* =========================================================
   DESKTOP – SICHERHEIT GEGEN ÜBERBREITE
========================================================= */

.mk-site .mkp2-heading,
.mk-site .mkp2-copy,
.mk-site .mkp2-quote,
.mk-site .mkp2-family-grid,
.mk-site .mkp2-collaboration-grid,
.mk-site .mkp2-closing {
    max-width: 100%;
}

.mk-site .mkp2-heading > *,
.mk-site .mkp2-copy > *,
.mk-site .mkp2-family-grid > *,
.mk-site .mkp2-collaboration-grid > * {
    min-width: 0;
}


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

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

    .mk-site .mkp2-hero {
        min-height: 650px;
        padding: 130px 0 75px;
    }

    .mk-site .mkp2-hero-inner {
        width: calc(100% - 50px);
    }

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

    .mk-site .mkp2-family-grid {
        gap: 40px !important;
    }

    .mk-site .mkp2-values {
        grid-template-columns: 1fr;
    }

    .mk-site .mkp2-collaboration-grid {
        gap: 45px;
    }
}


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

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

    .mk-site .mkp2-hero {
        min-height: 620px;

        align-items: flex-end;

        padding: 115px 0 65px;

        background-position: center;
    }

    .mk-site .mkp2-hero-inner {
        width: calc(100% - 36px);
    }

    .mk-site .mkp2-hero .mkp2-back {
        margin-bottom: 45px;
    }

    .mk-site .mkp2-hero-eyebrow {
        font-size: 9px;
        letter-spacing: .18em;
    }

    .mk-site .mkp2-hero h1 {
        font-size: clamp(42px, 12vw, 58px);
        line-height: 1.03;
    }

    .mk-site .mkp2-hero-lead {
        font-size: 18px;
        line-height: 1.55;
    }

    .mk-site .mkp2-intro-v2 {
        margin-bottom: 50px;
    }

    .mk-site .mkp2-intro-v2 h2 {
        font-size: 38px;
    }

    .mk-site .mkp2-family-grid {
        grid-template-columns: 1fr !important;

        gap: 38px !important;

        width: 100% !important;

        margin-top: 35px !important;
    }

    .mk-site .mkp2-family-media {
        border-radius: 14px;
    }

    .mk-site .mkp2-values {
        grid-template-columns: 1fr;

        gap: 10px;

        margin-top: 30px;
    }

    .mk-site .mkp2-collaboration-grid {
        grid-template-columns: 1fr;

        gap: 38px;

        width: 100%;

        margin-top: 35px;
    }

    .mk-site .mkp2-collaboration-topics p {
        padding-top: 18px;
        padding-bottom: 18px;

        font-size: 16px;
    }

    .mk-site .mkp2-closing {
        margin-top: 80px;
        padding: 45px 24px;
    }

    .mk-site .mkp2-closing-quote {
        font-size: 26px;
    }
}


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

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

    .mk-site .mkp2-hero-inner {
        width: calc(100% - 28px);
    }

    .mk-site .mkp2-hero h1 {
        font-size: 42px;
    }

    .mk-site .mkp2-intro-v2 h2 {
        font-size: 35px;
    }

    .mk-site .mkp2-closing {
        padding-right: 20px;
        padding-left: 20px;
    }
}/* =========================================================
   PARTNERSEITE – FINALER LAYOUT-FIX
   17.09.2026
========================================================= */

.mk-site .mkp2-page {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    overflow-x: hidden !important;
}

.mk-site .mkp2-page *,
.mk-site .mkp2-page *::before,
.mk-site .mkp2-page *::after {
    box-sizing: border-box !important;
}

.mk-site .mkp2-container {
    width: min(1240px, calc(100% - 80px)) !important;
    max-width: 1240px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.mk-site .mkp2-heading,
.mk-site .mkp2-copy,
.mk-site .mkp2-family-grid,
.mk-site .mkp2-collaboration,
.mk-site .mkp2-collaboration-grid,
.mk-site .mkp2-collaboration-topics,
.mk-site .mkp2-closing {
    max-width: 100% !important;
    min-width: 0 !important;
}

.mk-site .mkp2-collaboration-grid {
    width: min(970px, 100%) !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
}

.mk-site .mkp2-collaboration-grid > * {
    min-width: 0 !important;
}

.mk-site .mkp2-collaboration-topics p {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    overflow-wrap: anywhere !important;
}

.mk-site .mkp2-collaboration-topics p::before {
    content: none !important;
    display: none !important;
}

@media screen and (max-width: 900px) {
    .mk-site .mkp2-container {
        width: calc(100% - 50px) !important;
    }
}

@media screen and (max-width: 767px) {
    .mk-site .mkp2-container {
        width: calc(100% - 36px) !important;
    }

    .mk-site .mkp2-collaboration-grid {
        grid-template-columns: minmax(0, 1fr) !important;
        width: 100% !important;
    }
}

@media screen and (max-width: 390px) {
    .mk-site .mkp2-container {
        width: calc(100% - 28px) !important;
    }
}/* Partner – fehlerhaftes Symbol endgültig entfernen */

.mk-site .mkp2-page .mkp2-collaboration-topics p::before,
.mk-site .mkp2-page .mkp2-collaboration-topics p::after {
    content: none !important;
    display: none !important;
}

.mk-site .mkp2-page .mkp2-collaboration-topics p {
    padding-left: 0 !important;
}/* =========================================
   FIX – Zusammenarbeit Themen
   ========================================= */

.mk-site .mkp2-page .mkp2-collaboration-topics p::before,
.mk-site .mkp2-page .mkp2-collaboration-topics p:before {
    content: none !important;
    display: none !important;
}