body {
    background-color: #ECEDEE;
    overflow-x: hidden;
    position: relative;
    font-family: 'Raleway', sans-serif;
}

section, footer {
    padding-top: 25px;
    padding-bottom: 25px;
}

header {
    margin: 0;
}

.masterhead {
    min-height: 80vh;
    background-image: url("../img/pattern.png");
    background-repeat: no-repeat;
    background-size: 700px 900px;
}

.facebook {
    width: 30px;
}

.partners {
    width: 280px;
}

.headerimage {
    width: 300px;
}

.map-container {
    overflow: hidden;
    position: relative;
    height: 0;
}

.map-container iframe {
    height: 80%;
    width: 100%;
    position: absolute;
}

.static-map {
    height: 100%;
    min-height: 300px;
    width: 100%;
    border-radius: 4px;
    border: none;
    background-image: url(https://maps.googleapis.com/maps/api/staticmap?center=Secutherm+Fenstertechnik,+Bahnhofstraße+7,+86476+Neuburg&zoom=16&scale=2&size=600x450&maptype=roadmap&key=AIzaSyDZoEszcSYKMBZlesOhsKF-RuP1-CPoebo&format=png&visual_refresh=true&markers=size:mid%7Ccolor:0xff0000%7Clabel:%7CSecutherm+Fenstertechnik,+Bahnhofstraße+7,+86476+Neuburg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fab-call {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: url(../img/call.png) no-repeat center center;
    background-size: 30px 30px;
 }

@media (min-width:320px)  {
    .content-image {
        max-width: 200px;
    }
}