/* Sticky footer styles
-------------------------------------------------- */
html {
    min-height: 100%;
    position: relative;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 67px;
    overflow-y: scroll;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 67px;
    background-color: #f5f5f5;
    left: 0;
    right: 0;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #555;
    height: 100%;
}

.container .text-muted {
    margin: 10px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

body > .container > header {
    background: url(../images/header.jpg) no-repeat center center;
    background-size: contain;
    width: 100%;
    height: auto;
    margin-top: 51px;
}

body > .container > header > img {
    width: 100%;
    max-width: 953px;
    height: auto;
    visibility: hidden;
}

body > .container > header > h1 {
    display: none;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-weight: bold;
    color: #333;
}

.container > section {
    font-size: 18px;
    line-height: 1.5;
}

.content >  p.centerImage {
    width: 100%;
    text-align: center;
    margin: 20px 0;
}

.content > p.centerImage > img[src="/images/aussen1.jpg"] {
    width: 100%; /* you can use % */
    max-width: 600px;
    height: auto;
}
.content > p.centerImage > img[src="/images/team.jpg"] {
    width: 100%;
    max-width: 600px;
    height: auto;
}
.content > p.centerImage > img[src="/images/impressum1.jpg"] {
    width: 100%;
    max-width: 250px;
    height: auto;
}

.content > p > img[src="/images/ra_weber.jpg"] {
    width: 100%;
    max-width: 250px;
    height: auto;
}


.content > p {
    text-align: justify;
}

.centerImage > img {
    margin: 0 10px 5px 10px;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-right-30 {
    margin-right: 30px;
}

#maps {
    height: 100%;
}

#map-canvas {
    height: 100%;
}
.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

@media (max-width: 992px) {
    .navbar-brand {
        font-size: 17px;
    }

    img[title="Kontakt"] {
        display: none;
    }
}