/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
    bottom: 3rem;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 32rem;
    background-color: #777;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: normal;
}

.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}

/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}

.float-right {
    float: right !important;
}

.first-item-carosel {
    background: url("../images/Muehle_front.jpeg") center center;
    background-size: cover;
}

.second-item-carosel {
    background: url("../images/map.png") center center;
    background-size: cover;
}

.carousel-section {
    display: inline-block;
    padding: 15px;
    border: solid 1px rgba(255, 255, 255, .5);
    background-color: rgba(0, 0, 0, .5);
}

.gradient-right {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#020000+0,000000+100&0+0,1+100 */
    background: -moz-linear-gradient(left, rgba(2, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(2, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(2, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00020000', endColorstr='#000000', GradientType=1); /* IE6-9 */
}

.gradient-left {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#020000+0,000000+100&1+0,0+100 */
    background: -moz-linear-gradient(left, rgba(2, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(2, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(2, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#020000', endColorstr='#00000000', GradientType=1); /* IE6-9 */
}

.navbar-custom {
    margin-top: 30px;
    padding: .5rem 1rem;
}

.nav-distanz {
    margin-top: 50px;
}

.img-logo {
    display: block;
    max-width: 100%;
}

.font-black {
    color: #0f0f0f;
}

.header-kontakt {
    margin-top: 150px;
}

.bs-callout-danger {
    padding: 10px 20px;
    margin: 20px 0;
    border-left: solid 3px #ce4844;
}

.padding-top-100 {
    padding-top: 100px;
}

.routenplanung {
    background-color: #ffffff;
    padding: 15px;
}

@media (min-width: 768px) {
    .float-right-md {
        float: right;
    }
}
@media (max-width: 768px) {
    .routenplanung {
        margin-bottom: 1000px;
    }
}
