.info ul,
.attributes ul,
.row.company.contact ul{
    list-style: none;
    padding-left: 0;
}

.row.company {
    background: #fff;
    margin-right: 0;
    margin-left: 0;
    padding: 10px 0;
}
.row.company .logo img {
    max-height: 110px;
    max-width: 100%;
}

.row.company.premium img {
    max-width: 120px;
    max-height: 90px;
}

.row.company .logo {
    overflow: hidden;
}

.row.company.premium {
    overflow: hidden;
}

.row.company .imagePlaceholder {
    vertical-align: middle;
    text-align: center;
    background: #f2efef;
    font-weight: bold;
    font-size: 20px;
    line-height: 120px;
    height: 120px;
}

.row.company:first-child,
.row.company.premium {
    margin-top: 0;
}

.row.company.premium {
    border-top: 2px dotted #E8E8E8;
}

.row.company {
    margin-top: 10px;
}

.row.company .logo img {
    max-height: 110px;
    max-width: 100%;
}

.row.company.premium img {
    max-width: 120px;
    max-height: 90px;
}

.picture_one img,
.picture_two img{
    margin-top: 10px;
}

.row.company.description {
    margin-top: 0;
    border-top: 2px dotted #E8E8E8;
}
.row.company.products {
    margin-top: 0;
    border-top: 2px dotted #E8E8E8;
}
.row.company.contact {
    margin-top: 0;
    border-top: 2px dotted #E8E8E8;
}
.row.company.attachments ul {
    list-style: none;
    padding: 10px;
    background: var(--color-background-light);
}
.row.company.attachments ul li {
    margin: 5px 0;
}
.row.company.attachments ul li a {
    display: flex; align-items: center; gap: 8px;
    color: var(--color-text);
}
.row.company.attachments ul li a:hover {
    text-decoration: none;
}

#companyProfile {
    margin-top: 20px;
}

.img-responsive {
    margin: 0 auto;
}

li.onlineShop:after {
    content: "\00a0 "
}

div.contact div:nth-child(2) ul li,
div.contact div:nth-child(3) ul li {
    padding: 5px 0px 5px 0px;
}
div.contact ul li span {
    color: #000;
}
.row.company .info ul .overline-category {
    font-size: 11px;
    margin-bottom: 5px;
}
.row.company .info ul .products ul li a {
    color: #000;
}
.row.company .info ul .products ul li {
    display: inline;
}
.row.description ul.products {
    padding: 0;
    list-style: none;
}
.row.description ul.products li {
    display: inline;
}

@media (max-width: 768px) {
    div.logo {
        margin-bottom: 10px;
    }
}

.company.row.description p {
    white-space: pre-line;
}
