/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    padding-bottom: 40px;
    color: #5a5a5a;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    position: relative;
    z-index: 20;
    width: 100%; 
    /*background: #e68004;*/
}
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
    padding-right: 0;
    padding-left: 0;
}
.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
}
.navbar-wrapper .navbar .container {
    width: auto;
}

.navbar {
    background-color: #FC3;
    color: black;
}

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

/* Carousel base class */
.carousel {
    height: 350px;
    margin-bottom: 20px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
    text-shadow: 2px 2px 2px #000;
}
div.carousel-caption p {
    font-size: 26px;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 350px;
    background-color: #777;
}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    /* object-fit: cover; */
    height: 350px;
}


#slide1 {
    background-image:  url('../images/carousel/empfang.png');
    background-size: cover;
}
#slide2 {
    background-image:  url('../images/carousel/wartezimmer.png');
    background-size: cover;
}
#slide3 {
    background-image:  url('../images/carousel/sprechzimmer.png');
    background-size: cover;
}
#slide4 {
    background-image:  url('../images/carousel/duellhartmann.png');
    background-size: cover;
}
@media (max-width: 960px) {
    #slide4 {
        background-image:  url('../images/carousel/duellhartmann_small.png');
    }
}
@media (max-width: 600px) {
    #slide4 {
        background-image:  url('../images/carousel/duellhartmann_smaller.png');
    }
}
#slide5 {
    background-image:  url('../images/carousel/haus.png');
    background-size: cover;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
    /* Navbar positioning foo */
    .navbar-wrapper {
        margin-top: 20px;
    }
    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
    }


    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }

}

nav {

}

.nav-tabs > li.active > a {
    background-color: #ff8200;
}
.nav-tabs > li.active > a:hover {
    background-color: #f69034;
}

/* Schriftartenanpassungen */

body {
    font-size: 17px;
}

h1 {
    font-size: 40px;
}
p {
    line-height: 1.5em;
}

nav {
    border-bottom: 12px solid #ff8200;

}

footer {
    border-top: 12px solid #ff8200;
    margin-top: 20px;
}

footer {
    padding-top: 20px;

}

/* Links-addons loswerden */
@media print {
    a[href]:after {
        content: none;
    }
}

/* weitere Ärzte - Schriftgrößenanpassung */
.weitereAerzte {
    font-size: 0.82em;
}

a {
    color: #ff8200;
}
a:hover {
    color: #f69034;
}   

.carousel{
    height: 350px;
    max-height: 350px;
}

.carousel-inner{
    height: 350px;
    max-height: 350px;
}

.carousel-inner>.active{
    height: 350px;
    max-height: 350px;
}

@media (max-width: 510px) {
    .mobile-hide {
        display: none;
    }
}
@media (min-width: 511px) {
    .mobile-only {
        display: none;
    }
}
@media (min-width: 1135px) {
    .wide-hide {
        display: none;
    }
}
@media (max-width: 1135px) {
    .wide-only {
        display: none;
    }
}

h1.mobile-only {
    font-size: 24px;
}
div.carousel-caption p.mobile-only {
    font-size: 20px;
}