* {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
html,
body {
  height: 100%;
}
body {
  font-family: 'Montserrat', sans-serif;
  color: #444444;
  width: 100%;
  z-index: 0;
  display: table;
  height: 100%;
}
@media  only screen and (min-width: 960px) {
  .siteCol {
    width: 960px;
    margin: auto;
  }
}
a[href^="tel"]:link,
a[href^="tel"]:visited,
a[href^="tel"]:hover {
  text-decoration: underline;
  color: #d40b62;
}
@media  only screen and (min-width: 960px) {
  a[href^="tel"]:link,
  a[href^="tel"]:visited,
  a[href^="tel"]:hover {
    color: inherit;
    cursor: default;
  }
}
img {
  max-width: 100%;
  height: auto;
}
nav a {
  text-decoration: none;
}
nav a:focus {
  outline: none;
}
header {
  display: table;
  box-sizing: border-box;
  padding: 2% 2%;
  width: 100%;
  margin-bottom: 8px;
  background: white;
}
header > * {
  display: block;
  text-align: center;
  vertical-align: middle;
}
@media  only screen and (min-width: 960px) {
  header > * {
    display: table-cell;
  }
}
header #title {
  padding-bottom: 10px;
  color: #ec0c6d;
}
@media  only screen and (min-width: 960px) {
  header #title {
    text-align: left;
  }
}
header #mainNav {
  padding-top: 15px;
}
@media  only screen and (min-width: 960px) {
  header #mainNav {
    text-align: right;
  }
}
header #mainNav a {
  display: inline-block;
  text-decoration: none;
  color: #5c5c5c;
  padding: 0.4em 0.8em;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: border-bottom 0.5s;
  border-bottom: 2px solid transparent;
}
header #mainNav a:hover {
  border-bottom: 2px solid #ec0c6d;
}
header #mainNav a.active {
  border-bottom: 2px solid #ec0c6d;
}
@media  only screen and (min-width: 960px) {
  header #mainNav a {
    font-size: 0.9em;
  }
}
#belowTopBar {
  position: relative;
}
#belowTopBar .teaserBg {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  background: url('mainHeaderImg.jpg');
  background-size: cover;
  height: 550px;
  background-position: 100% 50%;
}
@media  only screen and (min-width: 960px) {
  #belowTopBar .teaserBg {
    background-position: 50% 50%;
  }
}
#belowTopBar .sloganWrapper {
  color: white;
  position: absolute;
  display: table;
  top: 20%;
  vertical-align: middle;
  right: 2%;
}
@media  only screen and (min-width: 960px) {
  #belowTopBar .sloganWrapper {
    left: 65%;
  }
}
#belowTopBar .sloganWrapper p {
  font-size: 1.1em;
  margin-top: 0.5em;
  line-height: 1.5;
  font-family: 'Bitter', serif;
}
#belowTopBar .sloganWrapper > div {
  display: table-cell;
  vertical-align: middle;
  text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 10px, rgba(0, 0, 0, 0.3) 1px 1px 1px;
}
#belowTopBar .sloganWrapper > div h1 {
  font-size: 2em;
}
#belowTopBar .decoration {
  position: absolute;
  top: 551px;
  right: 2%;
  width: 200px;
  height: 200px;
  background: url('schere.jpg');
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}
#corpus {
  display: table-row;
  height: 100%;
  color: #4f5051;
}
#corpus main > div.collage {
  line-height: 0;
  text-align: center;
}
#corpus main > div.collage > img {
  width: 100%;
}
@media  only screen and (min-width: 960px) {
  #corpus main > div.collage > img {
    width: 50%;
    height: auto;
    max-width: 900px;
  }
}
#corpus main .cycleBox {
  text-align: left;
}
#corpus main article {
  line-height: 1.4;
  word-spacing: 0.20em;
  box-sizing: border-box;
  font-family: 'Bitter', serif;
  padding: 0 2%;
  text-align: left;
}
@media  only screen and (min-width: 960px) {
  #corpus main article {
    width: 960px;
    margin: auto;
  }
}
#corpus main article a,
#corpus main article a:visited {
  color: #d40b62;
}
#corpus main article a:hover,
#corpus main article a:visited:hover {
  color: #f41e7a;
}
#corpus main article > *:last-child {
  padding-bottom: 0.5em;
}
#corpus main article blockquote {
  text-align: center;
  font-size: 1.1em;
  font-style: italic;
  margin-bottom: 0.7em;
}
#corpus main article blockquote footer {
  margin-top: 0.3em;
  font-size: 0.8em;
  font-style: normal;
}
#corpus main article img {
  height: auto;
}
@media  only screen and (min-width: 960px) {
  #corpus main article img {
    max-width: none;
  }
}
#corpus main article h1 {
  font-family: 'Montserrat', serif;
  letter-spacing: 0;
  color: #ec0c6d;
  margin-top: 0.7em;
  margin-bottom: 0.5em;
  font-size: 1.6em;
  font-weight: 400;
}
@media  only screen and (min-width: 960px) {
  #corpus main article h1 {
    margin-top: 1em;
  }
}
#corpus main article h2 {
  font-size: 1.2em;
  color: #777777;
  margin-top: 0.4em;
  margin-bottom: 0.3em;
}
@media  only screen and (min-width: 960px) {
  #corpus main article h2 {
    margin-top: 0.9em;
  }
}
#corpus main article b {
  font-weight: bold;
}
#corpus main article i {
  font-style: italic;
}
#corpus main article li {
  margin-left: 2%;
  margin-bottom: 0.5em;
}
#corpus main article ul {
  margin-left: 6%;
}
#corpus main article ul ul {
  margin-left: 3%;
  margin-top: 0.5em;
}
#corpus main article figure {
  display: inline-block;
  text-align: center;
  margin-bottom: 2.5em;
}
@media  only screen and (min-width: 960px) {
  #corpus main article figure {
    margin-top: 3em;
    border: 24px solid #fff;
    border-bottom: 20px solid #fff;
    box-shadow: 2px 2px 8px #999;
  }
}
#corpus main article figure figcaption {
  margin-bottom: 0.5em;
}
#corpus main article figure figcaption div:first-child {
  margin-top: 0.5em;
  font-family: 'Montserrat', serif;
  font-size: 1.6em;
  color: #ec0c6d;
}
#corpus main article figure figcaption div:nth-child(2) {
  font-size: 1.2em;
  color: #666666;
  font-style: italic;
}
@media  only screen and (min-width: 960px) {
  #corpus main article .figureText {
    padding-left: 150px;
    padding-right: 150px;
  }
}
#corpus main article table th {
  font-weight: bold;
  padding: 3px 0;
}
#corpus main article table td {
  padding-right: 1em;
}
#corpus main article table td:last-child {
  padding-right: 0;
}
#corpus main article table.info {
  margin-top: 1.5em;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
}
#corpus main article table.info td,
#corpus main article table.info th {
  padding: 0.3em 1em;
}
#corpus main article table.info th {
  padding-top: 0.6em;
}
#corpus main article table.info td {
  border: 1px solid #777;
}
#corpus main article table.info td:first-child {
  border-left: 0;
}
#corpus main article table.info td:last-child {
  border-right: 0;
}
#corpus main article table.price td:last-child {
  text-align: right;
}
#corpus main article .datedHeading h1 {
  display: inline-block;
  margin-right: 0.5em;
}
#corpus main article .datedHeading span {
  color: #999;
}
#corpus main nav {
  text-align: center;
  background: #ec0c6d;
}
#corpus main nav a {
  display: inline-block;
  padding: 1.2em;
  color: white;
  border: 4px solid #ec0c6d;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#corpus main nav a.active,
#corpus main nav a.over {
  border-bottom: 4px solid white;
  background: white;
  color: #ec0c6d;
}
#corpus main .contentRow.odd {
  background: #eee;
  border-bottom: #aaa;
}
#corpus main .contentCol {
  vertical-align: top;
  display: inline-block;
}
@media  only screen and (min-width: 960px) {
  #corpus main .contentCol {
    min-width: 49%;
  }
}
#corpus .cycleBox nav {
  border-top: none;
  display: table;
  width: 100%;
  text-align: center;
}
@media  only screen and (min-width: 960px) {
  #corpus .cycleBox nav {
    box-sizing: border-box;
    padding-left: calc((100% - 960px) / 2);
    padding-right: calc((100% - 960px) / 2);
  }
  #corpus .cycleBox nav .prev {
    border-left: 1px solid white;
  }
  #corpus .cycleBox nav .next {
    border-right: 1px solid white;
  }
}
#corpus .cycleBox nav a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 33.333333%;
}
#corpus .cycleBox nav a,
#corpus .cycleBox nav div {
  vertical-align: middle;
  box-sizing: border-box;
  display: table-cell;
}
#corpus .cycleBox nav .prev {
  border-right: 1px solid white;
}
#corpus .cycleBox nav .next {
  border-left: 1px solid white;
}
#corpus .cycleBox nav .prev.over,
#corpus .cycleBox nav .next.over {
  border-bottom: 4px solid #ec0c6d;
}
#corpus .cycleBox nav .prev.active,
#corpus .cycleBox nav .next.active {
  background: #f9a64a;
}
#corpus .cycleBox nav .curIdxIndicator {
  border: 4px solid #ec0c6d;
  color: white;
  line-height: 0.4;
  vertical-align: middle;
  font-size: 30px;
  word-wrap: break-all;
  overflow-wrap: break-word;
}
#corpus .cycleBox nav .curIdxIndicator span {
  display: inline-block;
  line-height: 0.4;
  vertical-align: middle;
  font-size: 30px;
}
#corpus .cycleBox nav .curIdxIndicator span.curIdx {
  color: #5bcc3b;
}
#footerWrapper {
  display: table-row;
  vertical-align: middle;
  background: #eee;
}
#footerWrapper #footerSlogan article {
  background: #ec0c6d;
  color: white;
  text-align: center;
  padding: 1.5em 2%;
  font-size: 1.3em;
}
#footerWrapper #footer {
  text-align: right;
  font-size: 0.9em;
  color: #4f5051;
  font-family: 'Bitter', serif;
  box-sizing: border-box;
}
#footerWrapper #footer nav {
  padding: 1%;
}
#footerWrapper #footer nav a {
  color: #808080;
  text-decoration: underline;
}
#footerWrapper #footer nav a.over,
#footerWrapper #footer nav a.active {
  color: #d40b62;
}
.f_circleG {
  background-color: #ec0c6d;
}
@-moz-keyframes f_fadeG {
  0% {
    background-color: #ec0c6d;
  }
  100% {
    background-color: #ffffff;
  }
}
@-webkit-keyframes f_fadeG {
  0% {
    background-color: #ec0c6d;
  }
  100% {
    background-color: #ffffff;
  }
}
@-ms-keyframes f_fadeG {
  0% {
    background-color: #ec0c6d;
  }
  100% {
    background-color: #ffffff;
  }
}
@-o-keyframes f_fadeG {
  0% {
    background-color: #ec0c6d;
  }
  100% {
    background-color: #ffffff;
  }
}
@keyframes f_fadeG {
  0% {
    background-color: #ec0c6d;
  }
  100% {
    background-color: #ffffff;
  }
}
