/* Einheitliche Modellseiten: Sessel, Sofas, Chaises und Garnituren */

.modell-hauptbild {
    margin: 18px 0 20px;
    text-align: center;
}
.modell-hauptbild img {
    display: block;
    width: 100%;
    max-width: 650px;
    height: auto;
    margin: 0 auto;
}

.modell-note {
    margin: -4px 0 18px;
    color: #666;
    font-size: 12px;
}

.modell-aktionen {
    margin: 16px 0 24px;
}
.modell-aktion-zeile {
    margin-bottom: 10px;
}
.modell-button,
.modell-button:link,
.modell-button:visited {
    display: inline-block;
    padding: 9px 15px;
    margin: 0 6px 6px 0;
    background: #585858;
    color: #fff;
    border: 1px solid #585858;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
    box-sizing: border-box;
}
.modell-button:hover,
.modell-button:focus {
    background: #333;
    border-color: #333;
    color: #fff;
}
.modell-alternative {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.modell-hinweis {
    font-size: 11px;
    color: #666;
}
.modell-button-sekundaer,
.modell-button-sekundaer:link,
.modell-button-sekundaer:visited {
    background: #fff;
    color: #555;
    border: 1px solid #777;
}
.modell-button-sekundaer:hover,
.modell-button-sekundaer:focus {
    background: #eee;
    color: #333;
    border-color: #555;
}

.modell-galerie {
    display: block;
    margin: 24px 0 30px;
}
.modell-galerie .zoomeffekt {
    display: block;
    width: 100%;
    max-width: 550px;
    margin: 0 auto 22px;
    overflow: hidden;
}
.modell-galerie img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    transition: transform .35s ease;
}
.modell-galerie .zoomeffekt:hover img {
    transform: scale(1.06);
}

.modell-video {
    width: 100%;
    max-width: 550px;
    margin: 0 auto 22px;
}
.modell-video iframe {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    border: 0;
}

.modell-zurueck {
    margin: 22px 0 28px;
    font-weight: 600;
}
.modell-zurueck a {
    text-decoration: none;
}

@media (max-width: 650px) {
    .modell-hauptbild {
        margin: 14px 0 18px;
    }
    .modell-hauptbild img {
        max-width: 100%;
    }
    .modell-aktionen {
        margin: 14px 0 22px;
    }
    .modell-alternative {
        display: block;
    }
    .modell-hinweis {
        display: block;
        margin: 0 0 6px;
    }
    .modell-button,
    .modell-button:link,
    .modell-button:visited {
        display: block;
        width: 100%;
        margin: 0 0 8px;
        text-align: center;
    }
    .modell-galerie {
        margin: 18px 0 24px;
    }
    .modell-galerie .zoomeffekt {
        max-width: 100%;
        margin-bottom: 16px;
    }
    .modell-galerie img {
        width: 100%;
        height: auto;
    }
    .modell-video {
        max-width: 100%;
        margin-bottom: 16px;
    }
}
