body {
    font-family: "Garamond W01";
    color: #333;
    margin: 0;
    padding: 0;
    width: 100%;
    line-height: 1.35em;
}

hr {
    margin-left: 6%;
    margin-right: 6%;
    margin-top: 0;
    margin-bottom: 0;
    height: 1px;
    border: none;
    color:#aaa;
    background-color:#aaa;
}

div {
    margin: 0;
    padding: 0;
}

#calendar {
    padding-bottom: 2.5em;
}

#menu {
    
    z-index: 100;
    width: 100%;
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;

    font-family: "Futura BT W01 Medium";    
    font-size: 0.5em;
    letter-spacing: 0.12em;
    background-color: #fff;
}

@media screen and (min-width: 480px) {
  
#menu {
    
    z-index: 100;
    width: 100%;
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;

    font-family: "Futura BT W01 Medium";    
    font-size: 0.7em;
    letter-spacing: 0.12em;
    background-color: #fff;
}  
}

#menu a {
    padding: 1em;
    display: block;
    color: #333;
    text-decoration: none;
}

#menu a:hover {
    color: #999;
    text-decoration: none;
}

#menu ul {
    margin: 0;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 100%;
    list-style: none;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: space-around;
    
}

#menu li {
    display: inline;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0em;
    margin-bottom: 0em;
}


#headerWrapper {
    overflow: hidden;
    position: relative;
}

#headerImage {
    display: block;
    border: 0;
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 600px) {
    #headerImage {
        margin-left: -25%;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 0;
        width: 150%;
        height: auto;
    }
}

#logoWrapper {
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 95%;
}

a {
    color: #333;
}
a:hover {
    color: #999;
}

#logoImage {
    position: relative;
    margin: 2.5%;
    height: 65%;
    width: auto;
    max-height: 140px;
}

.articleImage {
    width: 100%;
    height: auto;
    margin-bottom: 1.5em;
}

.textImageHeight {
    width: 100%;
    height: 225px;
    padding-bottom: 1.5em;
}

.bilder {
    width: 90%;
    max-width: 834px;
    height: auto;
}

ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}
li {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0.2em;
}

h1 {
    font-family: "Garamond W01";
    font-weight: normal;
    font-size: 2em;
    line-height: 1.1em;
    margin-top: 0;
}
h2 {
    font-family: "Garamond W01";
    font-weight: normal;
    font-size: 1.5em;
    line-height: 1.1em;
    margin-top: 0;
}


.contentSection {
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
    position: relative;
}

.darkBackground {
    background-color: #f6f6f6;
}

#googleMap {
    width: 400px;
    height: 250px;
    max-width: 90%;
}

.column {
    margin-top: 1em;
    margin-bottom: 0;
    margin-left: 1.5%;
    margin-right: 1.5%;
    text-align: left;
    display: inline-block;  
    vertical-align:top;
    width: 400px;
    max-width: 90%;
}

.columnFullWidth {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    width: 830px;
    max-width: 90%;
}

@media only screen and (max-width: 860px) {
    .columnFullWidth {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 1.5%;
        margin-right: 1.5%;
        text-align: left;
        display: inline-block;
        vertical-align: top;
        width: 400px;
        max-width: 90%;
    }
}