/* Topbar */
.input-append .add-on {
    height: 44px !important;
}

/* Header */
.position-header-image-top .page-header-bg-image {
    background-position: 50%;
}

/* Sliders */
.lo-slide .slidercontainer h2 {
    height: auto;
    line-height: 30px;
}

.slick-slide a img {
    object-fit: cover;
}

.sectionbox img {
    height: 204px;
    object-fit: cover;
}

/* Footer */

.distrikt-footer {
    margin-top: 0 !important;
}

.distrikt-footer > .footer-content {
    padding: 0;
}

.main-footer #socials {
    border-top: 1px solid #3C3C3C;
    width: 100%;
    padding: 20px 15px;
}

.main-footer #socials a {
    font-size: 40px;
    transition: .3s;
    line-height: 1;
}

/* Media queries */
@media (min-width: 1024px) {
    .main-footer #paul {
        width: 33%;
    }

    .main-footer #peter {
        width: 33%;
        border-right: 1px solid #3C3C3C;
    }

    .main-footer #socials {
        border: 0;
        width: 33%;
        padding: 20px 26px;
    }
}

@media (min-width: 1122px) {
    .sectionbox img {
        height: 204px;
    }

    .readmoreimg img {
        height: 284px;
    }
}

@media (min-width: 1200px) {
    .bloggimage img {
        max-width: 292px;
    }
}