
/* Body Padding */
body {
	padding:20px;
}

/* Article Image Margin */
.contentpane img {
	margin:10px !important;
}

/* Link Color */
a {
	color:#0088CC;
}
/* Body Padding */
body {
	padding: 20px;
}

/* Article Image Margin */
.contentpane img {
	margin: 10px !important;
}

/* Link Color */
a {
	color: #5A2A45;
}

/* Inès LaBelle Design – HTML-Rechnung im Kundenkonto */
.ph-idnr-box {
    max-width: 850px !important;
    margin: 0 auto !important;
    padding: 34px 44px 38px 44px !important;
    background: #ffffff !important;
    color: #2f2035 !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    border: none !important;
    box-shadow: none !important;
    overflow: hidden !important;
}

/* Logo oben */
.ph-idnr-box::before {
    content: "";
    display: block;
    width: 280px;
    height: 95px;
    margin: 0 auto 20px auto;
    background-image: url("https://ines-labelledesign.de/images/homepage/kleinerbanner.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* Tabellenrahmen und Doppelrahmen weg */
.ph-idnr-box table,
.ph-idnr-box-in,
.ph-idnr-box table tr,
.ph-idnr-box table td,
.ph-idnr-box table th {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

/* Tabellen nur als unsichtbares Layout */
.ph-idnr-box table {
    width: 100% !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
}

/* Zellen ruhig */
.ph-idnr-box td,
.ph-idnr-box th {
    padding: 5px 8px !important;
    vertical-align: top !important;
}

/* Fette Begriffe allgemein */
.ph-idnr-box b,
.ph-idnr-box strong {
    color: #5A2A45 !important;
    font-weight: 600 !important;
    font-size: inherit !important;
    line-height: inherit !important;
    white-space: normal !important;
}

/* Shopname und Claim oben kleiner halten */
.ph-idnr-box table.ph-idnr-box-in > tbody > tr:first-child td,
.ph-idnr-box table.ph-idnr-box-in > tbody > tr:first-child td * {
    font-size: 12px !important;
    line-height: 1.35 !important;
    white-space: normal !important;
}

/* Nur der fettgedruckte Shopname oben */
.ph-idnr-box table.ph-idnr-box-in > tbody > tr:first-child b,
.ph-idnr-box table.ph-idnr-box-in > tbody > tr:first-child strong {
    font-size: 15px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
    display: block !important;
    margin-bottom: 3px !important;
    color: #5A2A45 !important;
}

/* Links passend statt blau */
.ph-idnr-box a {
    color: #5A2A45 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

.ph-idnr-box a:hover {
    text-decoration: underline !important;
}

/* Downloadlinks dezent hervorheben */
.ph-idnr-box a[href$=".pdf"],
.ph-idnr-box a[href*="download"],
.ph-idnr-box a[href*="Download"] {
    display: inline-block !important;
    color: #5A2A45 !important;
    border-bottom: 1px solid #b9a1c9 !important;
    padding-bottom: 1px !important;
}

/* Abstandhalter entschärfen */
.ph-idnr-sep,
.ph-idnr-hr-small,
.ph-idnr-small {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

/* Druckmodus */
@media print {
    .ph-idnr-box {
        max-width: none !important;
        margin: 0 !important;
        padding: 10mm !important;
    }

    .ph-idnr-box::before {
        width: 240px !important;
        height: 85px !important;
        margin-bottom: 16px !important;
    }
}
