
body {
    background: url(../img/bg.jpg) center no-repeat;
    -webkit-background-size: cover;
    background-attachment: fixed;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #3B2E00;
    font-family: 'Arial',sans-serif;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}
h1, h2, h3 {
    color: #3B2E00;
    font-family: 'Arial',sans-serif;
    font-size: 1.7em;
    font-weight: 800;
    line-height: 100%;
    margin: 0;
    text-transform: uppercase;
}
h1 {
    margin-bottom: 23px;
}
h2 {
    display: inline-block;
    font-size: 17px;
    line-height: 40px;
}
h3 {
    font-size: 15px;
    margin-bottom: 5px;
}

p {
    color: #3B2E00;
    line-height: 175%;
    margin-bottom: 0;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #FFFFFF;
    clear: both;
    margin: 20px 0 22px 0;
}
a {
    color: #FFFFFF;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.container {
    margin: 0 auto;
    max-width: 420px;
    text-align: center;
}
header {
}
#logo {
    background: url("../img/logo.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 35px;
    margin: 0 auto;
    position: relative;
    text-indent: -9999px;
    width: 380px;
}
main {
    margin-top: 143px;
}



.shadow {
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.3);
}

/* ICONS */

.fa {
    line-height: 1;
    margin-right: 10px;
}
.fa-map-marker {
    font-size: 1.5em;
    line-height: 0.75em;
    vertical-align: -9%;
}

/* BUTTONS */

a.button {
    display: inline-block;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    color: #FFFFFF;
    font-family: arial;
    outline: medium none;
    padding: 10px 15px;
    transition: all 0.1s ease-in-out 0s;
}
a.button:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    text-decoration: none;
}

.local-box {
    margin-right: 5px;
    margin-bottom: 15px;
    display: inline-block;
}
.local-box .img {
    background-size: cover;
    width: 100%;
    height: 100px;
    margin-bottom: 5px;
    border-radius: 3px;
    border: 1px solid #FFFFFF;
    background-color: #333;
    box-sizing: border-box;
}
.local-box .img#segeberg {
    background-image: url('../img/lokal.jpg');
    background-repeat: no-repeat;
    background-position: center;
}
.local-box .img#bramstedt {
    background-image: url('../img/lokal-bb-neu.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

@media (min-width: 621px) { 
    .container {
        max-width: 620px !important;
    }
    a.button {
        padding: 10px 80px !important;
    }
    .img {
        height: 190px !important;
    }
    
}

@media (max-width: 550px) { 
    main {
        margin-top: 80px;
    }
}

@media (max-width: 420px) {
    hr {
        width: 100%;
    }
    
    #logo {
        width: 90% !important;
        background-size: contain;
    }
    
    main {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    
    .local-box {
        width: 85%;
    }
    .local-box .img {
        height: 150px;
    }
    .local-box a.button {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }
}
