@import url(http://fonts.googleapis.com/css?family=Cousine);

header,article,section,footer,aside {
    display: block;
}

body,html {
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    background-color: #342f31;
    color: #EEEEEE;
    font-family: 'Cousine', sans-serif;
}

a,a:link,a:hover,a:visited {
    color: inherit;
    text-decoration: none;
}

header,section,footer {
    max-width: 940px;
    margin: 0 auto;
    padding: 0 20px;
}

header {
    margin-bottom: 15px;
    text-align: center;
}
header img {
    width: 100px;
}

footer {
    margin: 40px auto 0;
    clear: both;
    font-size: 10px;
    padding-top: 5px;
    text-align: center;
}

section {
    overflow: hidden;
    position: relative;
}

.images > a {
    width: 294px;
    height: auto;
    float: left;
    margin: 0 3% 4% 0;
    position: relative;
    overflow: hidden;
    cursor:pointer;
}

.images > a:nth-child(3n+1) {
    clear: both;
}

.images > a:nth-child(3n) {
    margin-right: 0;
}
.images > a > img {
    width: 100%;
    height: auto;
    border: 0;
}
.images > a > div {
    color: #FFFFFF;
    font-size: 12px;
    letter-spacing: 0.3px;
    margin: 7px 0 0;
    width: 100%;
}
.map {
    width: 100%;
    height: 100%;
}
.gm-style-iw .image {
    width: 100%;
}
.address {
    color: black;
}
.loader {
    width: auto;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px;
}
.blogLoader {
    display: none;
    clear: both;
    text-align: center;
}
.about,.imprint {
    display: none;
}
.about p {
    width: 60%;
    line-height: 1.4em;
    text-align: justify;
}
.about h1 {
    margin: 45px 0 75px;
}
h3 {
    margin: 75px 0 45px;
}
nav {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.map.integrated {
    width: 100%;
    height: 300px;
    max-width: 100%;
    margin-bottom: 50px;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
}
aside h1, aside p{
    text-align: center;
}
aside h1 {
    text-shadow: 1px 1px 1px red;
}
