
.vibono-header-search .gallery-outer {
    width: 100%;
    background: #f5f5f5;
    max-width: 1140px;
    margin: auto;
    padding: 25px 15px;
    display: none;
}

.gallery-outer {
    width: 100%;
    display: inline-block;
    position: relative;
    padding-top: 25px;
}

.gallery-outer-info {
    display: inline-block;
    position: relative;
    width: 100%;
}

.gallery-outer-info p {
    margin-bottom: 0;
}

.gallery-inner {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 40px 0 0;
}

.gallery-title {
    width: 100%;
    position: relative;
    display: inline-block;
    border-bottom: 2px solid rgba(92, 92, 92, 0.3);
}

.gallery-title h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    line-height: normal;
    text-transform: uppercase;
}

.gallery-title span {
    position: absolute;
    right: 0;
    font-size: 18px;
    color: #5c5c5c;
    top: 50%;
    transform: translateY(-50%);
}

.gallery-port-row {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 10px 0 15px;
}

.gallery-port {
    width: 100%;
    display: inline-block;
    position: relative;
    padding-top: 20px;
    margin-bottom: 0;
}

.product-list.gallery-port {
    margin-top: 15px;
}

.gallery-port-img {
    width: 50%;
    display: inline-block;
    float: left;
}

.gallery-port-info {
    width: 50%;
    display: inline-block;
    padding: 0 15px;
}

.gallery-port-info p {
    color: #5c5c5c;
    margin-bottom: 0;
    overflow-wrap: break-word;
}

.energy-table {
    overflow-x: auto;
}

.gallery-port-row table {
    width: 100%;
    border: none;
    margin: 20px 0 0;
}

.gallery-port-row table tr,
.gallery-port-row table td {
    border: none;
    padding: 0;
}

.gallery-port-row table td {
    color: #5c5c5c;
    padding: 0px 0;
    min-width: 250px;
}

.gallery-port-row table td:nth-child(4)) {
    text-align: right;
}

.gallery-port-row table p {
    margin-bottom: 2px;
}

.gallery-port-row table td:nth-child(2) p,
.gallery-port-row table td:nth-child(4) p {
    position: relative;
    display: inline-block;
}

.gallery-port-row table td:nth-child(2) p:after,
.gallery-port-row table td:nth-child(4) p:after {
    position: absolute;
    content: '';
    background: #9cc536;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.gallery-port-row table td p.yellow:after {
    background: yellow;
}


.gallery-port-row table td p.green:after {
    background: #9cc536;
}


.gallery-port-row table td p.red:after {
    background: red;
}



.unterlagen-gallery {
    position: relative;
    display: inline-block;
    width: 100%;
    border-bottom: 2px solid rgb(209, 209, 209);
    padding: 25px 0 0;
}

.unterlagen-gallery:last-child {
    border-bottom: none;
}

.unterlagen-gallery-item {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}
.unterlagen-gallery-item.unavailable {
    opacity: .3;
    filter: grayscale(1);
}

.unterlagen-gallery-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.722);
    top: 0;
    left: 0;
    display: none;
    padding: 10px;
}

.unterlagen-gallery-hover .blog-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    padding: 10px 5px;
    font-size: 16px;
    border-radius: 5px;
    border: 2px solid #fff;
    line-height: 1.25;
}

.unterlagen-gallery-item:hover .unterlagen-gallery-hover {
    display: block;
}

