html {
  overflow-y: scroll;
}
body {
  background: #063b07;
  color: #fff;
  font-family: 'Titillium Web', sans-serif;
}
a:link,
a:visited {
  color: #063b07;
  text-decoration: none;
}
a:hover,
a:active {
  color: #95bea1;
  text-decoration: none;
}
header {
  width: 1200px;
  position: relative;
  margin: 0 auto;
  height: 102px;
}
header .whitebar {
  position: absolute;
  width: 100%;
  background: #fff;
  top: 28px;
  height: 65px;
  z-index: 1;
}
header #logo {
  position: absolute;
  top: 19px;
  left: -15px;
  z-index: 5;
}
header #urlaub-am-bauernhof {
  position: absolute;
  right: 5px;
  top: 24px;
  z-index: 3;
  width: 101px;
  height: 73px;
}
header #address {
  margin: 0 auto;
  font-size: 0.8em;
  text-align: center;
}
header #navigation {
  position: absolute;
  top: 55px;
  left: 320px;
  z-index: 4;
  font-size: 1.2em;
  font-weight: 700;
}
header #navigation ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
header #navigation ul li {
  display: inline;
  margin: 0 15px 0 0;
}
#slideshow {
  border-top: 5px #fff solid;
  border-bottom: 5px #fff solid;
}
#content {
  width: 1200px;
  margin: 0 auto;
  color: #063b07;
  text-align: center;
}
#content::before,
#content::after {
  content: "";
  background: url(../images/before-after-content.png);
  display: block;
  width: 134px;
  height: 40px;
}
#content::before {
  margin: 15px auto 0;
}
#content::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin: 0 auto 15px;
}
#content article {
  background: #fff;
  padding: 20px;
}
#footer_outer {
  background: #fff;
}
#footer_outer footer {
    height: auto;
    color: #063b07;
    width: 1200px;
    margin: 0 auto 15px;
    font-size: 0.8em;
}
#footer_outer footer ul li {
    display: inline-block;
    margin-left: 15px;
}
#footer_outer footer p {
    margin: 0;
}
#footer_outer footer #footer_left {
    float: left;
    padding: 13px 0;
}
#footer_outer footer #footer_right {
  float: right;
}
.clr {
  clear: both;
}
.page-header {
  text-align: center;
}
.parisienne {
  font-family: 'Parisienne', cursive;
  font-size: 2em;
}
.pg-svg-box svg {
  padding: 0 !important;
}
.pg-category-box-title {
  bottom: 4px;
  font-weight: 400;
  width: 93%;
}
#pgCategoryModal {
  display: none;
}
