#fw-section-rich-text-173757648153110 {
--color-primary: #ffd89b;
--color-primary-rgb: 255, 216, 155;
--color-background: #1c1c1c;
--color-background-rgb: 28, 28, 28;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-on-primary: #000000;
--color-on-primary-rgb: 0, 0, 0;
--color-product-image-background: #000000;
--color-background-brightness: 28;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #ffd89b;
--primary-btn-text: #000000;
--primary-btn-border-color: #ffffff;
--secondary-btn-bg: transparent;
--secondary-btn-text: #ffffff;
--secondary-btn-border-color: #ffffff;

}




#fw-section-custom-html-f8e7c9bf-cdf7-43bf-b347-358f67945280 {

.presskit-container {
    max-width: 1000px;
    margin: 40px auto;
    padding: 20px;
    color: #F5F5F5;
}

.presskit-header {
    text-align: center;
    margin-bottom: 50px;
}

.presskit-header h1 {
    color: #FFD89B;
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: 900;
}

.presskit-section {
    margin-bottom: 40px;
}

.presskit-card {
    background: rgba(32, 42, 49, 0.85);
    backdrop-filter: blur(10px);
    border: 1.5px solid rgba(89, 115, 136, 0.4);
    border-radius: 12px;
    padding: 30px;
}

.section-subtitle {
    color: #FFD89B;
    text-transform: uppercase;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

/* Grid für die Assets */
.presskit-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.asset-card {
    background: rgba(20, 20, 20, 0.6);
    border: 1px solid rgba(255, 216, 155, 0.2);
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.asset-card:hover {
    transform: translateY(-5px);
    border-color: #FFD89B;
}

.asset-preview {
    height: 150px;
    background: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(255, 216, 155, 0.1);
}

.preview-placeholder {
    color: rgba(255, 216, 155, 0.3);
    font-weight: bold;
    letter-spacing: 2px;
}

.asset-info {
    padding: 20px;
    text-align: center;
}

.asset-info h4 {
    margin: 0;
    color: #F5F5F5;
}

.asset-info p {
    font-size: 0.8rem;
    color: #8fa3b5;
    margin: 5px 0 15px;
}

/* Download Button Style */
.download-btn {
    display: inline-block;
    padding: 10px 20px;
    background: transparent;
    border: 1px solid #FFD89B;
    color: #FFD89B;
    text-decoration: none;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: bold;
    transition: all 0.3s ease;
}

.download-btn:hover {
    background: #FFD89B;
    color: #141414;
}

.presskit-contact {
    margin-top: 60px;
    text-align: center;
    padding: 40px;
    border-top: 1px solid rgba(255, 216, 155, 0.1);
}

.email-link {
    color: #FFD89B;
    font-size: 1.2rem;
    text-decoration: none;
    font-weight: bold;
}
}