html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    /* Margin bottom by footer height */
    color: #5a5a5a;
}

.nav-link {
    font-size: 20px!important;
}

a {
    color: #B18542;
}

a:hover {
    color: #895F1E
}

.bg-jostock {
    background: #B18542;
}

.bg-jostock a {
    color: #fff!important;
}

.navbar-brand img {
    max-height: 60px;
}

.logo-slogan {
    padding: 5px;
}

#main {
    margin-top: 10px;
    margin-bottom: 10px;
}

.parallax {
    height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-select:hover {
    background: #B18542;
}

.parallax-img-1 {
    background-image: url("../img/weingut_burkhard_impressionen/weinberg.jpg");
}

.parallax-img-2 {
    background-image: url("../img/weingut_burkhard_impressionen/weinbergmauer.jpg");
}

.parallax-img-3 {
    background-image: url("../img/weingut_burkhard_impressionen/weinlese-moseltal.jpg");
}

.blur {
    filter: blur(4px);
    -webkit-filter: blur(4px);
}

.caption-overlay {
    background-color: rgb(177, 133, 66);
    /* Fallback color */
    background-color: rgba(177, 133, 66, 0.6);
    /* Black w/opacity/see-through */
    color: #f1f1f1;
    border: 1px solid #f1f1f1;
    /* border-radius: 25px; */
}

.btn-header {
    color: #fff;
    background: #B18542;
}

.btn-header:hover {
    color: #fff;
    background: #895F1E;
}

.btn-bottle {
    color: #fff;
    background: #B18542;
}

.btn-bottle:hover {
    color: #fff;
    background: #895F1E;
}

.thumbnail-area img {
    width: 175px;
}

.bg-main {
    background: #B18542;
}

.bg-main-2 {
    background: #72634e;
}

.box-wj {
    /* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1); */
}

.box-wj:hover,
.img-thumbnail:hover,
.card:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.card-header {
    background: #895F1E;
    color: #fff;
}

.content {
    margin-bottom: 15px;
}

.content-2 {
    margin-top: 15px;
}

footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 30px;
    color: #fff;
}

.footer-content {
    padding: 5px;
}

.footer-info {
    padding: 10px;
}

.footer-info a {
    color: #fff;
    text-decoration: none;
}

.footer-info a:hover {
    text-decoration: underline;
    font-weight: bolder;
}

div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 180px;
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */


/* Carousel base class */

.carousel {
    margin-bottom: 4rem;
}


/* Since positioning the image, we need to help out the caption */

.s {
    background: #B18542;
    opacity: 0.8;
}

.carousel-caption {
    padding: 10px;
    bottom: 3rem;
    z-index: 10;
}


/* Declare heights because of positioning of img element */

.carousel-item {
    height: 32rem;
}

.carousel-item>img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: 32rem;
}

.carousel-control-next {
    color: #B18542;
}

.carousel-control-prev {
    color: #B18542;
}


/* 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;
}

.wein-header {
    color: #fff;
    background: #B18542;
    padding: 10px;
}

.wein-header {
    margin-top: 150px;
}

.wein-img img {
    width: 75%!important;
}


/* 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;
    }
}

@media (max-width: 55em) {
    .carousel-caption {
        max-height: 100%!important;
    }
    .caption-overlay {
        max-height: 100%!important;
    }
    .caption-overlay h1 {
        font-size: 1.25rem;
        font-style: bold;
    }
    .carousel-caption p {
        font-size: 1.15rem;
    }
    .carousel-caption a {
        font-size: 1.15rem;
    }
}

@media (min-width: 1000px) {
    .caption-overlay {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        width: 80%;
        padding: 20px;
        text-align: center;
    }
}

@media (min-width: 770px) {
    .hidden-xs-up {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .text-xs-center {
        text-align: center;
    }
    .show-md-up {
        display: none!important;
    }
}