#site-header, .custom-header {
  padding: 0 12px;
}
#site-header h1, .custom-header h1 {
  text-align: center;
}
#site-header h1 img, .custom-header h1 img {
  max-height: 100px;
  max-width: 95%;
}

.header-info-container .header-info-inner-container {
  max-width: 100%;
}
.header-info-container .header-info, .header-info-container .control-bar-grid {
  background: white;
  border-bottom: 1px solid #ccc;
}
.header-info-container .header-info .menu-trigger-text, .header-info-container .control-bar-grid .menu-trigger-text {
  line-height: 24px;
  font-size: 1.4em;
}

#site-navigation {
  display: block;
  height: 32px;
  display: block;
}
#site-navigation:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
#site-navigation .nav-element {
  float: left;
  margin: 1px 12px;
  border: 1px solid #ccc;
  padding: 2px 8px;
  line-height: 1.5;
}
#site-navigation .nav-element:first-of-type {
  margin-left: 0;
}

#page-grid {
  display: grid;
  grid-template-areas: "left top" "left main" "left bottom";
  grid-gap: 0;
  grid-template-columns: 16rem 1fr;
}
#page-grid #left-navigation {
  grid-area: left;
  width: 16rem;
  background: #ddd;
}
#page-grid #top-navigation {
  grid-area: top;
  height: 8rem;
  background: #ddd;
}
#page-grid #main-content {
  grid-area: main;
}
#page-grid #bottom-navigation {
  grid-area: bottom;
  background: #ddd;
}

img.astrid-header-logo {
  width: 90%;
  margin: 1rem auto;
  border-radius: 50%;
}

html.html-cms {
  font-size: 16px;
}

body.cms {
  width: auto;
  padding: 0;
  margin: 0;
  background: #fffffd;
  border: none;
}
body.cms p {
  margin: 1rem auto;
  padding: 0 2rem;
  max-width: 64rem;
  font-size: 1.2rem;
}

body {
  margin: 0 auto;
}
body, body p, body li, body th, body td {
  color: #333;
}
body a, body .clickable {
  color: #55C;
}

#site-main {
  padding-top: 24px;
}
#site-main .underconstruction {
  text-align: center;
  font-size: 2em;
  line-height: 2;
}
#site-main .underconstruction img.left, #site-main .underconstruction img.right {
  margin: 0;
}

.news {
  border-radius: 10px;
  margin: 20px;
  padding: 10px 20px;
  border: 5px solid #CCCCCC;
  background: #FCCCCC;
}

#site-footer {
  margin-top: 24px;
}

span.dayleaf {
  float: right;
  position: relative;
  height: 44px;
  background: white;
  width: 3em;
  padding: 0;
  line-height: 1.2;
}
span.dayleaf .day, span.dayleaf .month, span.dayleaf .year {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  text-align: center;
}
span.dayleaf .month, span.dayleaf .year {
  height: 12px;
  background: blue;
  color: white;
  font-weight: bold;
  font-size: 80%;
}
span.dayleaf .day {
  top: 12px;
  height: 20px;
  line-height: 20px;
}
span.dayleaf .month {
  top: 0;
  border-top-right-radius: 0.5em;
  border-top-left-radius: 0.5em;
}
span.dayleaf .year {
  bottom: 0;
  border-bottom-right-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
}

.month-1 {
  background: #9af;
}

.month-2 {
  background: #9ad;
}

.month-3 {
  background: #9d9;
}

.month-4 {
  background: #9f9;
}

.month-5 {
  background: #ae9;
}

.month-6 {
  background: #ee9;
}

.month-7 {
  background: #ff9;
}

.month-8 {
  background: #fd9;
}

.month-9 {
  background: #fa9;
}

.month-10 {
  background: #f9a;
}

.month-11 {
  background: #d99;
}

.month-12 {
  background: #a9d;
}

.file-thumb-with-text-link {
  width: 200px;
}
.file-thumb-with-text-link .file-thumb-with-text-link-thumb {
  display: block;
  margin-bottom: 12px;
}
.file-thumb-with-text-link .file-thumb-with-text-link-text {
  width: 100%;
  text-align: center;
}

.slideshow-container {
  background: #ee6;
  margin: 0 auto;
  /* overflow:       hidden */
}

.slideshow {
  width: 800px;
  height: 600px;
  overflow: hidden;
  box-shadow: 3px 3px 5px #444;
}

.slide {
  background: black;
}
