.featurename {
    font-weight: bold;
    padding-right: 1em;
    vertical-align: middle !important;
}

.tendertextFeaturename {
    font-weight: bold;
    color: #572381;
}
ul.featureIcons {
    list-style-type: none;
    padding: 10px 0px 10px 0px;
}
li.featureIcons {
    display: inline;
}
img.featureIcons {
    width: 40px;
    height: 40px;
    margin-bottom: 3px;
    margin-right: 10px;
}
img.certificateIcon {
    /* border: 2px solid red; */
    height: 50px;
    width: auto;
    margin-top: 30px;
    margin-right: 20px;
}
.bigIcon {
    height: 80px !important;
}
ul.usp {
    list-style-type: none;
    padding: 10px 0px 10px 0px;
    text-indent: -10px; /* key property */
    margin-left: 20px; /* key property */
}
li.usp {
    background-color: inherit;
}

i.usp {
    color: #572381;
}
.priceInfo {
    color: #999;
    font-size: smaller;
}
.pluginCopyText {
    margin-bottom: 20px;
}
.pluginBacklink {
    margin-top: 30px;
    margin-bottom: 10px;
}
.pluginMoreInformation {
    margin-bottom: 25px;
}
.technicalDrawing {
    width: 450px;
    height: auto;
}
.assemblyDrawing {
    background-color: #ddd;
    border: 2px solid red;
    width: 800px;
}
.showArticleVideo video {
    border: 1px solid #ddd;
}

div.showArticleVideo {
    margin-bottom:2em;
}

table.articleDetailInfoTable tr:first-child {
    border-top: 1px solid #572381;
    
}
table.articleDetailInfoTable tr {
    border-bottom: 1px solid #572381;
}
table.articleDetailInfoTable td, table.articleDetailInfoTable th {
    border: 0px;
}

table > tbody > tr > td > ul {
    margin-top: 1em;
    margin-bottom: 1em;
}

.thDownload {
    border-bottom: 1px solid #572381 !important;
}

.variantTableImage {
    min-height: 71px;
}

table.tableDownload tbody tr th {
    vertical-align: middle;
}

div.nav-buttons {
    margin-bottom: 1em;
}

div.tx-produkte nav.tab-navigation {
    margin-bottom: 2em;
}

div.tx-produkte button.nav-link {
    background-color: white;
    border-bottom: 1px solid;
    margin-bottom: -1px;
}

/* Tab-Navigation Artikeldetailseite */
/*
.nav-tabs .nav-link {
    background-color: #fff;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: white;
    background-color: #572381;
    border-color: #dedede #dedede #ffffff;
}
.nav-tabs {
    border-bottom: 1px solid #572381;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #572381;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out, text-decoration 0.15s ease-in-out;
}
.nav-link:hover {
    text-decoration: underline;
    border: 1px solid #572381 !important;
}
*/
.rowlinkicon, .linkicon {
    font-size: larger;
    margin-left:5px;
    margin-right:5px;
}


@media (max-width: 801px) {
    .articleHeaderContainer {
        display: flex;
        flex-direction: column;
        margin-bottom: 30px !important;
    }
    .articlePicture {
        width: 450px;
        padding-bottom: 20px;
    }
}
@media (min-width: 800px) {
    .articleHeaderContainer {
        display: flex;
        flex-direction: row;
        margin-bottom: 50px !important;
    }
    .articlePicture {
        width: 450px;
        padding-right: 20px;
    }    
}

/* Lightbox für Produktbilder */
.pswp {
	--pswp-bg: #F5F5F5 !important;
	--pswp-placeholder-bg: #F5F5F5 !important;
	--pswp-root-z-index: 100000;
	--pswp-preloader-color: rgba(79, 79, 79, 0.4);
	--pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
	--pswp-icon-color: #fff;
	--pswp-icon-color-secondary: #4f4f4f;
	--pswp-icon-stroke-color: #4f4f4f;
	--pswp-icon-stroke-width: 2px;
	--pswp-error-text-color: var(--pswp-icon-color);
}