* {
    box-sizing: border-box;
}

#main {
    margin: 0 auto;
    max-width: 1200px;
    min-width: 580px;
    width: 80%;
}

body {
    margin: 0px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1 {
    font-size: 2rem;
    border-bottom: 2px solid #bbb;
    display: block;
    margin: 0px 0px 20px 0px;
    padding: 20px 0px 0px 5px;
}

h2 {
    font-size: 1.5rem;
    font-weight: normal;
    margin: 20px 0px 10px 0px;
}

h3, h4 {
    margin: 0px 0px 10px 0px;
}

ul {
    margin: 10px 0px 16px 0px;
}

#pane-left {
    width: calc(66.6% - 12px);
    float: left;
}

#pane-right {
    width: calc(33.3% - 6px);
    float: right;
}

.info-box {
    background: #ececec;
    padding: 15px;
    margin-bottom: 25px;
}

.info-box h2 {
    margin-top: 0px;
}

address {
    font-style: normal;
}

.pictures-box {
    margin-bottom: 20px;
}

#main-picture {
    width: calc(100% - 8px);
    margin: 4px;
}

#main-picture img {
    width: 100%;
    margin: 0px auto;
    display: block;
}

#pictures a {
    width: calc(12% - 6px);
    margin: 4px;
    float: left;
    display: inline-block;
}

#pictures a img {
    width: 100%;
}

.main-box h2 {
    display: block;
    border-bottom: 1px solid #ccc;
    font-size: 2rem;

}

.clear {
    clear: both;
}

#calendar {
    width: 100%;
}
