body {
    font-family: 'Lato', sans-serif;
}
.container {
    max-width: 1000px;
    margin: 0 auto;
	position: relative;
    clear: both;
}

#logo .container {
	height: 40px;
}

#logo {
	border-bottom: 1.5px solid #cd042e;
    margin-top: 10px;
    margin-bottom: 10px;
}

#logo img {
	height: 100%;
	position: absolute;
	right: 1em;
	top: 20%;
}

footer {
    border-top: 1px dotted #ccc;
    font-size: 0.8em;
    color: #999;
}

footer p {
    padding: 10px 20px;
}

.info {
    margin: 1em 0;
}
.info label {
    display: inline-block;
    font-weight: bold;
    width: 6em;
}
.info label.spc {
  width: auto;
  margin: 0 0.5em;
}


.location img {
    width: 100%;
}

.location .name {
    font-weight: bold;
    margin: 1em 0 0.5em 0;
}

.events {
    margin: 2em 0;
}

.eventrow {
    padding: 5px;
    border-bottom: 1px solid #999;
    display: block;
    text-decoration: none;
    color: black;
}

.eventrow span {
    display: inline-block;
    line-height: 1.8em;
}
.eventrow .weekday { width: 5em; }
.eventrow .days { width: 8em; }
.eventrow .center { width: 10em;}
.eventrow .title { min-width: 20em; }

.lang-switch a {
   text-decoration: none;
   margin-right: 0.3em;
   color: #666;
}
.lang-switch a[href] {
   color: #cd042e;
}
.lang-switch {
    font-weight: lighter;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 15px;
}

.box,
.pad {
    box-sizing: border-box;
    padding: 20px 20px;
}

.box {
    margin: 0;
}

.pad h1,
.box h1 {
    margin-top: 0;
}

@media (min-width:768px)  { 
    .location {
        width: 30%;
    }
    .rightrow {
        width: 69%;
    }

    .box {
        display: inline-block;
        vertical-align: top;
    }

    #logo .container {
	    height: 55px;
    }
}
