body {
  background-color:#CCC;
}

ul {
  list-style-type: none;
}

.top-bar, .top-bar ul {
  background-color:#EEE;
}

.top-bar-section ul {
  float:right;
}


@media (min-width: 40.063em) {
  .top-bar-section ul {
    margin-top:1.3rem;
  }

  div.gallery, div.contact {
    border-left: thick solid #76879D;
    padding-left:1rem;
  }

  img.article-img {
    float: left;
    padding-right: 1rem;
    padding-bottom: 1rem;
  }
}

@media only screen and (max-width: 40em) {
  .top-bar-section ul li {
    text-align: right;
  }

  header.frontpage {
    border-bottom: thick solid #76879D;
  }

  img.article-img {
    width: 100%;
  }

  div.gallery, div.contact {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: thin solid #76879D;
  }

  header {
    position: fixed;
    z-index: 1;
    top: 0;
    width: 100%;
  }

  section.content {
    margin-top: 4rem;
  }
}

header.frontpage > div.row.collapsed {
  margin-top: 3rem !important;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border: 10px solid #EEE;
}

section.content {
  padding-top: 1rem;
}

section.frontpage > div.row {
  background-color:#EEE !important;
  /*padding-top: 3rem !important;*/
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 10px solid #EEE;
}

.top-bar-section li {
  width:8rem;
  float:left;
  text-align: center;
}

.hero {
  background: #e9eef7 url('/martin/image/baggrund.jpg');
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center center;
  padding: 10em 0 12em 0;
  -moz-box-shadow: 0 0 1000px 1000px rgba(0, 0, 0, 2.5) inset;
  -webkit-box-shadow: 0 0 1000px 1000px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 0 1000px 1000px rgba(0, 0, 0, 0.5) inset;
}

.hero div {
  color:#FFF;
}

div.gallery, div.contact {
  margin-bottom: 2rem;
}

div.gallery div.monthyear {
  background-color: #7E5D7E;
  color: #FFF;
  font-weight: bold;
  border-radius: 1rem;
}

div.weekday, div.monthday {
  width: 14%;
  float:left;
  display: inline-block;
  margin-bottom: 0.2rem;
}

div.weekday, div.appointment {
  font-weight:bold;
}

div.appointment {
  background-color:#D1E5F2;
  border-top-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  cursor: pointer;
}

div.appointment.active {
  background-color: #1779BA;
  border-bottom-right-radius: 0 !important;
}

div.appointment span {
  width: 100%;
  display: block;
}



div.appointment div {
  position: absolute;
  z-index: 1;
  width: 4rem;
  background-color: #1779BA;
  padding: 0.2rem;
  border-bottom-right-radius: 1rem;
}

div.appointment div a {
  color:#FFF;
}

div.appointment div a:hover {
  color:#DDD;
}

header.content {
  border-bottom: thick solid #76879D;
}

label small {
  color:#FF0000;
}
