@charset "utf-8";
body {
    color: #7A7A7A;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
h1 {
    color: #666666;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 2.4em;
}
h2 {
    font-size: 0em;
}
h3 {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 2.1em;
    color: #666666;
}
h4 {
    font-size: 2em;
    color: #666666;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
.navbar-default {
    background-color: #FFFFFF;
    border-style: none;
}
.Produkte {
    margin-top: 2em;
}
hr {
    margin-top: 2em;
    margin-bottom: 2em;
}

.Produkte img {
    border: 1px solid #000000;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}
.Produkte p {
    margin-top: 2em;
    margin-bottom: 2em;
}
.Leistungen h4 {
    font-size: 1.8em;
    text-align: center;
}
.Leistungen p {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em;
}
.Leistungen img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.Standorte h4 {
    font-size: 1.4em;
}
.Standorte {
    margin-bottom: 4em;
}
.Header {
    margin-top: 2em;
}



@media (min-width: 768px){
.Standorte h4 {
    margin-top: 0px;
}

}

@media (max-width: 575px){
.Standorte img {
    margin-top: 4em;
}

}
