.banner {
    background-color: #091871;
}

.banner .container {
    padding-top: 65px;
    padding-bottom: 65px;
}

.banner h1 {
    font-size: 36px;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    margin: auto;
}

.photo .container {
    padding-top: 80px;
}

.photo .vertical-box {
    padding: 10px;
}

.photo .vertical-box img {
    padding: 0;
    cursor: zoom-in;
}

.col-md-6 {
    padding-left: 30px;
    padding-right: 30px;
}

.photo h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    margin-bottom: 0;
}

.photo .caption {
    padding: 20px 35px;
}

.photo .des {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
}

.photo li {
    margin-bottom: 80px;
}

.lg-thumb-outer .lg-thumb {
    margin: auto;
}

@media (min-width: 992px) {
    .photo .vertical-box {
        min-height: 470px;
    }
}

@media (min-width: 1200px) {
    .photo .vertical-box {
        min-height: 530px;
    }
}

#lightgallery {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
}

#lightgallery > li {
    flex-basis: 50%;
}

[lang="de"] .photo .des {
    min-height: 104px;
}

@media all and (min-width: 768px) {

    .row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: space-between;
    }

    .vertical-box {
        height: 100%;
    }
}
@media all and (max-width: 768px) {
    .row {
        display: block;
    }
    #lightgallery > li {
        flex-basis: auto;
    }
}
