@media (min-width: 1900px) {
    .carousel-caption {
        left: 700px;
    }
    .carousel-caption h1 {
        color: red;
    }
}

/* Large desktops and laptops */
@media (min-width: 1600px) and (max-width: 1899px){
    .carousel-caption {
        left: 554px;
    }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

    /* galerie */
    .galerie .box {
        max-width: 100%;
        margin-bottom: 25px;
    }

    .galerie .box .box-img {
        height: 300px;
    }

    .galerie .box .caption p {
        font-size: 13px;
    }

    .carousel-caption {
        left: 215px;
    }

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    .project .box {
        max-width: 100%;
    }

    footer .border {
        min-height: 200px;
        ;
    }

    footer .border:first-of-type {
        border-right: none;
        min-height: inherit;
    }

    footer h6 {
        margin-left: 0px;
        text-align: center;
    }

    footer .logo img.img-responsive {
        max-height: 120px;
    }

    footer ul {
        padding: 0 15px;
        margin: 0;
        list-style-type: none;
    }

    footer ul li {
        padding-left: 15px;
        margin-bottom: 2px
    }

    footer ul li a {
        margin-left: 5px;
    }

    footer ul li::before {
        content: "■ ";
        color: #E31D25;
    }

    footer .contact .row {
        margin-bottom: 5px;
    }

    footer .contact img.pin {
        margin-top: 17px;
    }

    /* galerie */
    .galerie .box {
        max-width: 100%;
        margin-bottom: 25px;
    }

    .galerie .box .box-img {
        height: 300px;
    }

    .galerie .box .caption p {
        font-size: 13px;
    }

    .carousel-caption {
        left: 210px;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .project .box {
        max-width: 100%;
    }

    /* footer */
    footer .border {
        border-right: none;
        min-height: inherit;
    }

    footer h6 {
        margin-bottom: 5px;
        margin-left: 0px;
        text-align: center;
    }

    footer .logo img.img-responsive {
        max-height: 120px;
    }

    footer ul {
        padding: 0 0px;
    }

    footer .contact .row {
        margin-bottom: 5px;
        text-align: center;
    }

    footer .contact img {
        margin-bottom: 5px;
    }

    footer .contact img.pin {
        margin-top: 10px;
    }

    /* galerie */
    .galerie .box {
        max-width: 100%;
        margin-bottom: 25px;
    }

    .galerie .box .box-img {
        height: 400px;
    }

    .galerie .box .caption p {
        font-size: 13px;
    }

    .carousel-caption {
        display: none;
    }
}

/* Portrait phones and smaller */
/*@media (max-width: 480px) {}*/
