.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
/**
* CSS3 rem font size
*/
body {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  font-family: "museo-sans";
  background: url(/system/images/content_bg.jpg) top left;
}
h1,
h2,
h3 {
  font-weight: normal;
}
nav {
  background-color: #6f5437;
  height: 40px;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 30;
  text-align: center;
}
nav a {
  padding: 0 15px;
  color: #f6f2ef;
  font-size: 11px;
  font-size: 1.1rem;
  text-decoration: none;
  line-height: 40px;
}
nav a.active {
  color: #000000;
}
nav a:hover {
  color: #b69962;
}
#contentSlide {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 50%;
  margin-top: -25px;
  left: 0px;
  background-color: transparent;
  z-index: 100;
  background-image: url(/system/images/btn_einblenden.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  cursor: pointer;
}
#contentSlide:hover {
  background-position: top left;
}
#contentSlide.active {
  background-position: bottom right;
}
#contentSlide.active:hover {
  background-position: top right;
}
#bgImage {
  position: fixed;
  top: 40px;
  left: 0px;
  width: 100%;
  z-index: 10;
  margin-top: 0px;
}
#bgImage img {
  width: 100%;
  height: auto;
}
#bgImage.home {
  position: relative;
  top: 0px;
  margin-top: 40px;
}
#bgImage.home .inner {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 15;
  width: 100%;
  height: 100%;
}
#bgImageEditmode {
  padding-top: 40px;
  text-align: center;
}
#content {
  position: relative;
  z-index: 20;
  margin-top: 175px;
}
#content .container {
  position: relative;
  box-shadow: 0px 25px 50px 0px #6f5437;
  background: url(/system/images/content_bg.jpg) top left;
}
#content #logo {
  position: relative;
  top: -85px;
  text-align: center;
}
#content #logo a {
  position: relative;
  display: block;
}
#content #logo a img {
  position: relative;
  border: 0px;
}
#content .contentElement,
#content .standard-textarea {
  padding-bottom: 30px;
  font-family: "museo-sans";
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 1.5;
}
#content .contentElement h1,
#content .standard-textarea h1 {
  font-family: "SnapITCStd";
  text-align: center;
  font-size: 25px;
  font-size: 2.5rem;
  color: #705437;
  margin: 0 0 25px 0;
}
#content .contentElement h2,
#content .standard-textarea h2 {
  color: #b69962;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}
#content .contentElement h3,
#content .standard-textarea h3 {
  color: #b69962;
  font-size: 14px;
  font-size: 1.4rem;
}
#content .contentElement .hervorgehoben,
#content .standard-textarea .hervorgehoben {
  color: #b69962;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.33;
}
#content .contentElement p,
#content .standard-textarea p {
  margin: 0 0 20px 0;
}
#content .contentElement a,
#content .standard-textarea a {
  text-decoration: none;
  color: #b69962;
}
#content .contentElement a img,
#content .standard-textarea a img {
  border: 0;
}
#content .contentElement a:hover,
#content .standard-textarea a:hover {
  text-decoration: underline;
}
#content .contentElement ul,
#content .standard-textarea ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}
#content .contentElement ul li,
#content .standard-textarea ul li {
  padding-left: 18px;
  background: url(/system/images/aufzaehlung.png) 0px 7px no-repeat;
}
#content .contentElement .imageDescription,
#content .standard-textarea .imageDescription {
  position: absolute;
  bottom: 5px;
  left: 15px;
  right: 15px;
  background-color: #fff;
  z-index: 20;
  padding: 15px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* For IE8 and earlier */
}
#content .contentElement .imageDescription p,
#content .standard-textarea .imageDescription p {
  color: #000000;
  background: transparent;
  margin: 0;
  padding: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
}
#content .homeContent {
  padding-bottom: 100px;
}
#content .homeImage img {
  position: absolute;
  bottom: 0px;
}
#content.home {
  margin-top: 0px;
}
#content.home .container {
  box-shadow: none !important;
}
.contentElement-home {
  padding-bottom: 0px;
}
.contentElement-Gallery a.zoom {
  display: block;
  overflow: hidden;
}
.contentElement-Gallery a.zoom img {
  width: 100%;
  height: auto;
  border: 0;
  transition: all 0.2s linear 0s;
}
.contentElement-Gallery a.zoom:hover img {
  transform: scale(1.03, 1.03);
}
.contentElement-Gallery .col-4 {
  margin-bottom: 30px;
}
.contentElement-Gallery .col-1 .imageDescription {
  bottom: 0px !important;
}
.contentElement-Gallery > .col-1:nth-last-child(n+5) {
  margin-bottom: 30px;
}
.contentElement-Gallery-2Col a.zoom {
  display: block;
  overflow: hidden;
}
.contentElement-Gallery-2Col a.zoom img {
  width: 100%;
  height: auto;
  border: 0;
  transition: all 0.2s linear 0s;
}
.contentElement-Gallery-2Col a.zoom:hover img {
  transform: scale(1.03, 1.03);
}
.contentElement-Gallery-2Col a {
  display: block;
  line-height: 1;
  height: 273px;
}
.contentElement-Gallery-2Col a img {
  line-height: 1;
}
.contentElement-Gallery-2Col .col-2 {
  margin-bottom: 30px;
}
.contentElement-Gallery-2Col .col-2 .col-2 {
  padding-left: 0px;
  padding-right: 0px;
}
.contentElement-Gallery-2Col .col-2 .col-2 .imageDescription {
  bottom: 0px !important;
  left: 0px !important;
  right: 0px !important;
}
.contentElement-Gallery-2Col > .col-2 > .col-1:nth-last-child(n+3) {
  margin-bottom: 30px;
}
.contentElement-Gallery-2Col .col-1 {
  line-height: 1;
}
.contentElement-Gallery-2Col .col-1 a,
.contentElement-Gallery-2Col .col-1 img {
  line-height: 1;
  height: 127px;
}
.contentElement-Gallery-2Col .col-1 .imageDescription {
  bottom: 0px !important;
}
.contentElement-Gallery-2Col .col-1.col-first {
  padding-left: 0px;
}
.contentElement-Gallery-2Col .col-1.col-first .imageDescription {
  left: 0px !important;
}
.contentElement-Gallery-2Col .col-1.col-last {
  padding-right: 0px;
}
.contentElement-Gallery-2Col .col-1.col-last .imageDescription {
  right: 0px !important;
}
.contentElement-produkt {
  background: url(/system/images/shop_shadow.png) bottom center no-repeat;
  padding-bottom: 40px;
}
.contentElement-produkt .innerContent {
  position: relative;
  background-color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
  *zoom: 1;
}
.contentElement-produkt .innerContent:before,
.contentElement-produkt .innerContent:after {
  display: table;
  content: "";
  line-height: 0;
}
.contentElement-produkt .innerContent:after {
  clear: both;
}
.contentElement-produkt .innerContent h2 {
  color: #b69962;
  font-family: "museo-sans";
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  margin: 0 0 15px 0;
}
.contentElement-produkt .innerContent p.price {
  color: #b69962;
  font-family: "museo-sans";
  font-size: 20px;
  font-size: 2rem;
}
.contentElement-produkt .innerContent p.link a {
  color: #b69962;
  font-family: "museo-sans";
  font-size: 10px;
  font-size: 1rem;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 0 0 18px;
  background: url(/system/images/pfeil-objekte.png) center left no-repeat;
}
.contentElement-spacer .col-4 {
  height: 30px;
}
footer {
  position: relative;
  margin: 0;
  padding: 0;
  background-color: #6f5437;
  height: 250px;
  z-index: 20;
}
footer p {
  margin: 0;
  padding-top: 15px;
  color: #f6f2ef;
  font-size: 8px;
  font-size: 0.8rem;
  text-align: center;
  font-family: "museo-sans";
}
footer p strong {
  color: #b69962;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.8;
  display: block;
  font-weight: normal;
  font-family: "SnapITCStd";
}
footer p a {
  color: #f6f2ef;
  text-decoration: none;
}
footer p a:hover {
  color: #b69962;
}
/* ==================================== */
/* = Grid															= */
/* ==================================== */
.container {
  width: 910px;
  margin: 0 auto;
}
.row {
  width: 880px;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
  position: relative;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
.row .col-1 {
  width: 190px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  position: relative;
}
.row .col-2 {
  width: 410px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  position: relative;
}
.row .col-3 {
  width: 630px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  position: relative;
}
.row .col-4 {
  width: 850px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  position: relative;
}
