@charset "utf-8";
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/roboto-v19-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'), url('../fonts/roboto-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v19-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v19-latin-regular.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/roboto-v19-latin-500.eot');
  /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/roboto-v19-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v19-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v19-latin-500.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v19-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v19-latin-500.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/roboto-v19-latin-700.eot');
  /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/roboto-v19-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v19-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v19-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v19-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v19-latin-700.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* cabin-regular - latin */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/cabin-v13-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Cabin'), local('Cabin-Regular'), url('../fonts/cabin-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/cabin-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/cabin-v13-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/cabin-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/cabin-v13-latin-regular.svg#Cabin') format('svg');
  /* Legacy iOS */
}
/* cabin-500 - latin */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/cabin-v13-latin-500.eot');
  /* IE9 Compat Modes */
  src: local('Cabin Medium'), local('Cabin-Medium'), url('../fonts/cabin-v13-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/cabin-v13-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/cabin-v13-latin-500.woff') format('woff'), /* Modern Browsers */ url('../fonts/cabin-v13-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/cabin-v13-latin-500.svg#Cabin') format('svg');
  /* Legacy iOS */
}
/* cabin-600 - latin */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/cabin-v13-latin-600.eot');
  /* IE9 Compat Modes */
  src: local('Cabin SemiBold'), local('Cabin-SemiBold'), url('../fonts/cabin-v13-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/cabin-v13-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/cabin-v13-latin-600.woff') format('woff'), /* Modern Browsers */ url('../fonts/cabin-v13-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/cabin-v13-latin-600.svg#Cabin') format('svg');
  /* Legacy iOS */
}
/* cabin-700 - latin */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/cabin-v13-latin-700.eot');
  /* IE9 Compat Modes */
  src: local('Cabin Bold'), local('Cabin-Bold'), url('../fonts/cabin-v13-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/cabin-v13-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/cabin-v13-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/cabin-v13-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/cabin-v13-latin-700.svg#Cabin') format('svg');
  /* Legacy iOS */
}
html {
  min-height: 101%;
  font: 16px/1.5 'Roboto', sans-serif;
}
body {
  color: #4e4a4a;
  margin: 0;
}
main {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
/* Überschriften */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Cabin', sans-serif;
  line-height: 1.2;
  margin: 0 0 0.5rem 0;
}
h1 {
  font-size: 44.8px;
  color: #6c3927;
  font-weight: 500;
}
h2 {
  font-size: 44.8px;
  color: #6c3927;
  font-weight: 500;
}
h2 span {
  font-size: 24px;
  color: #6c3927;
}
h3 {
  font-size: 24px;
  color: #6c3927;
  font-weight: 400;
}
h4 {
  font-size: 22.4px;
  color: #6c3927;
  font-weight: 400;
  margin-top: 0.5rem;
}
h5 {
  font-size: 22.4px;
  color: #6c3927;
  font-weight: 400;
}
h6 {
  font-size: 18px;
  color: #6c3927;
  font-weight: 400;
}
/* Absätze */
p {
  margin: 0 0 1rem 0;
}
p:last-child {
  margin-bottom: 0;
}
p.lead {
  font-size: 22.4px;
  font-weight: bold;
}
.subtitle {
  font-size: 12px;
  padding: 0.25rem 0;
}
/*p.overview {
	margin: 0 auto 1rem auto;
	text-align: center;
	width: 30%;
}*/
/*p.byline {
	color: #888;
}
p.byline img {
	width: 5rem;
	float: left;
}
p.byline strong {
	display: block;
}
p.byline a {
	color: #444;
}*/
hr {
  border: none;
  border-bottom: thin solid #DDD;
  clear: both;
  display: block;
  height: 1px;
  margin: 0 0 1rem;
  padding: 1rem 0 0;
}
ul {
  margin: 0 0 1rem;
  padding: 0;
}
dl {
  margin: 0 0 1rem;
  padding: 0;
}
dt {
  float: left;
  clear: left;
  margin: 0 5% 0.5rem 0;
  width: 25%;
}
dd {
  margin: 0 0 0.5rem 30%;
}
li {
  margin-bottom: 0.5rem;
}
main li {
  margin-left: 1.5rem;
}
.row {
  list-style: none;
  margin: 0;
}
.row li {
  display: inline-block;
  margin-left: 0;
}
/* Hyperlinks */
a {
  color: #806a33;
  text-decoration: underline;
}
a.link, .current  {
  text-decoration: none;
}

a:focus,
a:active,
a:hover {
  color: #6c3927;
  outline: none;
}
a.cancel {
  color: #C00;
}
a.cancel:hover {
  color: #E00;
}
a.cancel:before {
  content: "\00d7\00a0";
}
button.push,
a.push {
  border-radius: 0;
  border: thin solid #806a33;
  background: #806a33;
  color: #FFF;
  display: inline-block;
  padding: 0.5rem 1rem;
  margin-top: 0.5rem;
}
a[rel=lightbox] {
    display: block;
    overflow: hidden;
}
a[rel=lightbox] img {
    transition: all .3s;
}
a[rel=lightbox] img:hover {
    transform: scale(1.1);
}
button.push small,
a.push small {
  font-size: 0.75rem;
  color: #FFF;
  font-weight: normal;
}
button.push:hover,
a.push:hover {
  border: thin solid #6c3927;
  background: #6c3927;
  color: #FFF;
}
button.push:hover small,
a.push:hover small {
  font-size: 0.75rem;
  color: #FFF;
  font-weight: normal;
}
.push.more {
	text-decoration: none;
}
a.inferior-push {
  border-radius: 0;
  border: thin solid #806a33;
  color: #FFF;
  background-color: #806a33;
  display: inline-block;
  padding: 0.5rem 1rem;
  margin-top: 0.5rem;
  margin-right: 0.5em;
  text-decoration: none;
}
a.inferior-push svg.icon {
  display: inline-block;
  fill: #806a33;
  height: 1.2rem;
  width: 1.2rem;
  vertical-align: middle;
  transform: translateY(-1px);
}
a.inferior-push:hover {
  border: thin solid #6c3927;
  background: #6c3927;
  color: #FFF;
}
a.inferior-push:hover svg.icon {
  fill: #FFF;
}
a.ahead:before {
  content: "\00bb";
  padding-right: 0.5rem;
}
a.behind:before {
  content: "\00ab";
  padding-right: 0.5rem;
}
a.external:after,
a[rel=external]:after,
.service a[href^="http"]:after {
  content: '';
  display: inline-block;
  background: url(../images/icon/icon_external.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  width: 0.8em;
  height: 0.8em;
  padding-left: 0.1em;
  -webkit-filter: invert(55%) sepia(100%);
          filter: invert(55%) sepia(100%);
}
a[rel=external]:hover:after,
a.external:hover:after {
  -webkit-filter: invert(0) sepia(80%);
          filter: invert(0) sepia(80%);
}
.service a[href^="http"]:after,
.service a.external:after {
  padding-left: 0.5em;
}
.service a[href^="http"]:after,
.service a.external:after {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
.service ul ul a[href^="http"]:after,
.service a[href^="http"]:hover:after,
.service a.external:hover:after {
  -webkit-filter: invert(55%) sepia(100%);
          filter: invert(55%) sepia(100%);
}
.service ul ul a[href^="http"]:hover:after {
  -webkit-filter: none;
          filter: none;
}
a.change {
  border: thin solid #069;
  border-radius: 0.25rem;
  display: inline-block;
  height: 1rem;
  line-height: 1;
  padding: 0.25rem;
  width: 1rem;
  margin: 0;
}
a.change svg.icon {
  fill: #069;
  height: 1rem;
  width: 1rem;
}
.stoerer {
  position: absolute;
  width: 15rem;
  right: 3rem;
  top: 3rem;
}
strong {
  font-weight: 600;
}
em.instock,
em.soldout,
em.outofstock,
em.discontinued {
  font-style: normal;
  color: #444;
  font-size: 0.875rem;
  font-weight: 600;
}
em.instock:before,
em.soldout:before,
em.outofstock:before,
em.discontinued:before {
  content: "\25CF";
  font-size: 1.5rem;
  line-height: 1;
  padding-right: 0.5rem;
  vertical-align: text-bottom;
}
em.instock {
  color: #690;
}
em.soldout,
em.discontinued {
  color: #C00;
}
em.outofstock {
  color: #C90;
}
abbr[title] {
  border-bottom: thin dotted;
  text-decoration: none;
  cursor: help;
}
sup,
sub {
  font-size: 0.8em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.3em;
}
sub {
  bottom: -0.3em;
}
small {
  font-size: 0.75rem;
  color: #999;
  font-weight: normal;
}
small a {
  color: #666;
}
small a:hover {
  color: #333;
}
small.cue a {
  color: #806a33;
}
small.cue a:hover {
  color: #6c3927;
}
address {
  font-style: normal;
  margin-bottom: 1rem;
}
dfn,
samp {
  color: #999;
  font: inherit;
}
dfn {
  display: block;
  margin-left: 25%;
  padding-top: 0.5rem;
}
samp {
  padding-left: 0;
  vertical-align: baseline;
}
samp svg.icon {
  fill: #999;
  vertical-align: middle;
}
samp[data-tooltip]:after,
samp[data-tooltip]:before {
  left: -5rem;
}
mark {
  background: #FFC;
  color: inherit;
  padding: 0 0.25rem;
}
pre,
kbd,
code {
  font: 0.9rem "Courier New", Courier, monospace;
  color: #000;
  background: #DDD;
  padding: 0.1rem 0.25rem;
  vertical-align: middle;
}
del {
  color: #C00;
}
ins {
  text-decoration: none;
  font-weight: 400;
}
blockquote {
  margin: 0 2rem 1rem 2rem;
  font-style: italic;
}
kbd {
  border: thin solid #999;
  border-radius: 0.25rem;
}
span[itemprop=author],
span[itemprop=creator] {
  padding-right: 1rem;
}
details {
  margin-bottom: 1rem;
  padding-left: 1rem;
  display: block;
}
summary {
  text-indent: -1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  summary {
    display: block;
  }
}
summary:active,
summary:focus {
  outline: none;
}
figure {
  margin: 0 0 1rem 0;
  position: relative;
}
figure.thumb {
  width: 8rem;
}
figcaption {
  color: #fff;
  font-size: 0.8rem;
  margin-top: 1rem;
  text-shadow: 0 0 0.5rem black;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}
figcaption.is-in-column {
  bottom: 0.5rem;
  left: 0.5rem;
}
img {
  display: block;
  border: none;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
img.inline {
  display: inline;
  margin: 0 0.5rem;
  vertical-align: middle;
}
iframe {
  border: none;
  margin-bottom: 1rem;
  max-width: 100%;
  width: 100%;
}
div.video {
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 56.25%;
  position: relative;
}
div.video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  border-style: none;
  table-layout: fixed;
  width: 100%;
}
caption {
  font-size: 22.4px;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: left;
}
tbody tr {
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
tbody tr:hover {
  background: #DDD;
}
th {
  padding: 0.25rem;
  text-align: left;
}
td {
  padding: 0.25rem;
  vertical-align: top;
}
th.center,
td.center {
  text-align: center;
}
th.right,
td.right {
  text-align: right;
}
col.title {
  width: 50%;
}
col.address {
  width: 30%;
}
col.month,
col.price,
col.product {
  width: 25%;
}
col.date,
col.filesize {
  width: 20%;
}
col.variant,
col.available {
  width: 15%;
}
col.weekday {
  width: 14.2857%;
}
col.unit,
col.total,
col.image,
col.amount,
col.filetype {
  width: 10%;
}
col.action {
  width: 5%;
}
@media only screen and (max-width: 64rem) {
  body {
    font-size: 14px;
  }
  .stoerer {
    width: 12rem;
    right: 3rem;
    top: 3rem;
  }
}
@media only screen and (max-width: 50rem) {
  h1 {
    font-size: 33.6px;
    line-height: 1.25;
  }
  h2 {
    font-size: 33.6px;
  }
  h2 span {
    font-size: 30px;
    color: #6c3927;
  }
  h3 {
    font-size: 21.6px;
  }
  h4 {
    font-size: 20.16px;
  }
  h5 {
    font-size: 20.16px;
  }
  h6 {
    font-size: 16.2px;
  }
}
@media only screen and (max-width: 30rem) {
  dfn {
    margin-left: 0;
  }
  table,
  tbody,
  tfoot,
  caption,
  tr,
  td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: 100%;
  }
  tr {
    display: table;
    margin-bottom: 1rem;
  }
  thead,
  th,
  td.blind,
  td.action {
    display: none;
  }
  th.caption {
    display: block;
  }
  td.image,
  td.amount {
    float: left;
    width: 35%;
  }
  td.image img {
    width: 100%;
  }
  td.product {
    float: left;
    width: 65%;
  }
  td.variant {
    clear: both;
    float: right;
    width: 65%;
  }
  td.available,
  td.sum,
  td.unit {
    clear: both;
    text-align: right;
  }
  td.sum:before,
  td.unit:before,
  td.total:before,
  td.entry:before,
  td.available:before {
    content: attr(title);
    float: left;
  }
  td.entry,
  td.available {
    text-align: right;
  }
  td.entry:before {
    line-height: 2;
  }
  td.entry input,
  td.entry select,
  td.entry button {
    width: 50%;
  }
  td.address:before {
    content: attr(title);
    display: block;
    float: none;
    font-weight: bold;
    padding: 0.5rem 0;
  }
  figcaption {
    bottom: 0.5rem;
    left: 0.5rem;
  }
  .stoerer {
    width: 10rem;
    right: 1.5rem;
    top: 1.5rem;
  }
}
.scope {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.scope .scope {
  padding: 0 0 0 0;
}
.scope-area {
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.group:after {
  content: "";
  display: block;
  clear: both;
}
.previous {
  float: left;
}
.next {
  float: right;
}
.overview {
  text-align: center;
}
.back:before,
.more:after {
  font-size: 1.5rem;
  line-height: 0;
  display: inline-block;
  transform: translateY(1px);
}
.back:before {
  content: "\2039";
  padding-right: 0.25rem;
}
.more:after {
  content: "\203a";
  padding-left: 0.25rem;
}
.done:after {
  content: "\00a0\2713";
}
.anterior {
  float: left;
  margin: 0 5% 1rem 0;
  width: 30%;
}
.interior {
  margin: inherit auto;
}
.posterior {
  float: right;
  margin: 0 0 1rem 5%;
  width: 30%;
}
.sponsored {
  background: #FFF;
  border: thin solid #999;
  border-radius: 0.25rem;
  float: right;
  padding: 0.05rem 0.5rem;
}
.mobile {
  display: none;
}
.tablet {
  display: none;
}
.desktop {
  display: block;
}
.hidden {
  display: none;
}
svg.icon {
  display: inline-block;
  fill: #222;
  height: 1.5rem;
  width: 1.5rem;
  vertical-align: middle;
}
i {
  display: inline-block;
  font-style: normal;
}
i.help {
  background: #FFF;
  border: 0.15rem solid #069;
  border-radius: 50%;
  color: #069;
  cursor: default;
  font-weight: 700;
  height: 1rem;
  line-height: 1;
  margin: 0 0 0 0.5rem;
  text-align: center;
  width: 1rem;
}
i.social {
  width: 2em;
  height: 2em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
i.social:hover {
  opacity: 0.7;
}
i.twitter {
  background-image: url(../images/swyn/swyn_twitter.gif);
}
i.facebook {
  background-image: url(../images/swyn/swyn_facebook.gif);
}
i.googleplus {
  background-image: url(../images/swyn/swyn_googleplus.gif);
}
i.xing {
  background-image: url(../images/swyn/swyn_xing.gif);
}
i.linkedin {
  background-image: url(../images/swyn/swyn_linkedin.gif);
}
i.pinterest {
  background-image: url(../images/swyn/swyn_pinterest.gif);
}
i.instagram {
  background-image: url(../images/swyn/swyn_instagram.gif);
}
i.youtube {
  background-image: url(../images/swyn/swyn_youtube.gif);
}
i.tumblr {
  background-image: url(../images/swyn/swyn_tumblr.gif);
}
i.delicious {
  background-image: url(../images/swyn/swyn_delicious.gif);
}
i.foursquare {
  background-image: url(../images/swyn/swyn_foursquare.gif);
}
i.flickr {
  background-image: url(../images/swyn/swyn_flickr.gif);
}
i.aboutme {
  background-image: url(../images/swyn/swyn_aboutme.gif);
}
[data-tooltip] {
  position: relative;
}
[data-tooltip]:after,
[data-tooltip]:before {
  bottom: 100%;
  font-weight: normal;
  left: -1em;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
}
[data-tooltip]:after {
  background: #bd9f53;
  color: #FFF;
  content: attr(data-tooltip);
  margin-bottom: 0.9em;
  padding: 0.5em 1em;
  text-align: center;
  white-space: nowrap;
  z-index: 100;
}
[data-tooltip]:before {
  border-top: 0.5em solid #bd9f53;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  content: "";
  height: 0;
  margin: 0 0 0.4em 1em;
  width: 0;
  z-index: 101;
}
[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
  opacity: 1;
  visibility: visible;
}
.paging {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.paging li {
  float: left;
  margin: 0 1px 0 0;
  white-space: nowrap;
  line-height: 2.5;
}
.paging li:first-child {
  margin: 0 1em 0 0;
}
.paging ul li:last-child {
  margin: 0 0 0 1em;
}
.paging li span {
  margin: 0 0.5em;
}
.paging li i {
  font-size: 24px;
  line-height: 1;
  font-style: normal;
}
.paging a {
  display: block;
  text-align: center;
  background: #FFF;
  width: 2.5em;
  color: #6c3927;
  font-weight: 600;
}
.paging a:hover {
  background: #FFF;
  color: #806a33;
}
.paging a.current {
  color: #806a33;
  background: #FFF;
}
.paging a.disabled {
  cursor: default;
  background: #999;
  color: #666;
}
div.rating {
  cursor: default;
  direction: rtl;
  display: inline-block;
  padding-right: 1em;
  unicode-bidi: bidi-override;
}
div.rating span {
  direction: ltr;
  display: inline-block;
  font-weight: normal;
  padding-left: 1em;
}
div.rating input {
  display: none;
}
div.rating label {
  cursor: pointer;
  font-size: 2em;
  line-height: 0.75;
  padding-right: 0;
}
div.rating i:before {
  color: #999;
  content: "\2606";
}
div.rating i.checked:before,
div.rating label:hover i:before,
div.rating label:hover ~ label i:before,
div.rating input:checked ~ label i:before,
div.rating input:checked + label:hover i:before {
  color: #C90;
  content: "\2605";
}
.tabs a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5rem 1rem;
  color: #FFF;
  background: #bd9f53;
}
.tabs a:hover {
  background: #6c3927;
  color: #FFF;
}
.tabs a.active {
  background: #6c3927;
  color: #FFF;
}
.cc-window.cc-banner {
  padding: 0.25rem 0.5rem !important;
}
.gallery li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gallery li > a {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  min-height: 80%;
  padding: 0.25rem;
  border: thin solid #CCC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gallery img {
  height: auto;
  width: auto;
}
.click-zoom input[type=checkbox] {
  display: none;
}
.click-zoom img {
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.click-zoom input[type=checkbox]:checked ~ img {
  -webkit-transform: scale(2);
          transform: scale(2);
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
@media only screen and (max-width: 50rem) {
  .tablet {
    display: block;
  }
  .desktop {
    display: none !important;
  }
  .click-zoom img {
    -webkit-transition: none;
    transition: none;
    cursor: auto;
  }
  .click-zoom input[type=checkbox]:checked ~ img {
    -webkit-transform: none;
            transform: none;
    cursor: auto;
  }
}
@media only screen and (max-width: 40rem) {
  .paging ul,
  .paging ol li:first-child {
    display: none;
  }
  .mobile {
    display: block;
  }
}
@media only screen and (max-width: 30rem) {
  .anterior,
  .posterior {
    float: none;
    margin: 0 0 1em 0;
    width: auto;
  }
}
header {
  height: auto;
  padding: 2rem;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 10px rgba(167, 167, 167, 0.5);
          box-shadow: 0px 0px 10px rgba(167, 167, 167, 0.5);
}
header ul {
  list-style: none;
}
#title {
  width: 25%;
  float: left;
}
.has-background {
  background-color: #6c3927;
}
.service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 200;
}
.service ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.service ul ul {
  background-color: #FFF;
  display: none;
  position: absolute;
  text-align: left;
  z-index: 200;
}
.service li:hover ul {
  display: block;
  padding-top: 0;
  -webkit-box-shadow: 0 0.2rem 0.25rem rgba(167, 167, 167, 0.5);
          box-shadow: 0 0.2rem 0.25rem rgba(167, 167, 167, 0.5);
}
.service li {
  margin: 0;
  position: relative;
}
.service li li {
  margin-right: 0;
}
.service li li a {
  font-weight: normal;
  font-size: 16px;
}
.service li li a:hover {
  background: #FFF;
  color: #6c3927;
}
.service a {
  font-family: 'Cabin', sans-serif;
  font-size: 14px;
  color: #FFF;
  white-space: nowrap;
  display: block;
  padding: 0.5rem 1.2rem;
}
.service li:hover,
.service li:hover a {
  color: #806a33;
}
.service a:hover {
  color: #806a33;
}
.service a.current {
  color: #806a33;
  background: #FFF;
}
.service label {
  cursor: pointer;
  display: none;
}
.service input {
  display: none;
}
#social {
  width: auto;
  float: left;
}
#social ul {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#social li {
  margin: 0 0.5rem 0 0;
  padding: 0;
}
.search {
  float: right;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2rem;
}
.search .set {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 0;
  margin-left: 0;
  position: relative;
}
.search input {
  padding: 0 0.25rem;
  margin: 0;
  border: thin solid #000;
  width: 85%;
}
.search button {
  background: none;
  height: 2rem;
  margin: 0;
  width: 3rem;
  border: thin solid #000;
  border-left-width: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search .suggest {
  position: absolute;
  top: 2rem;
  left: 0;
  z-index: 200;
  display: none;
  padding: 0;
  width: 100%;
}
.suggest ul {
  position: absolute;
  background: #FFF;
  border-top: thin solid #666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 200%;
  min-width: 100%;
  margin: 0;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.3);
}
.search input:focus + .suggest {
  display: block;
}
.suggest li {
  float: none;
  line-height: 1.5rem;
  overflow: hidden;
  padding: 0.5rem 1rem;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.suggest li:hover {
  cursor: default;
  background-color: #EEE;
}
.suggest li:last-child {
  border-top: thin solid #DDD;
}
.suggest a {
  width: 100%;
  color: #8f8f8f;
}
.suggest li:last-child a {
  color: #bd9f53;
}
#status {
  position: fixed;
  right: -0.1%;
  top: 30%;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  z-index: 500;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
}
#status a {
  background: #FFF;
  border: thin solid #6c3927;
  color: #6c3927;
  display: block;
  margin-bottom: 0.5em;
}
#status a:hover {
  background: #6c3927;
  color: #FFF;
}
#status svg.icon {
  padding-bottom: 0.25em;
  padding-top: 0.75rem;
  vertical-align: middle;
  fill: #6c3927;
  width: 2.5em;
  height: 2.5em;
  -webkit-transition: fill 0.5s;
  transition: fill 0.5s;
}
#status p {
  padding-bottom: 0.75rem;
}
#status a:hover svg.icon {
  fill: #fff;
}
.status-mobile {
  display: none;
  visibility: hidden;
}
@media only screen and (max-width: 50rem) {
  .status-mobile {
    font-size: 14px;
    text-align: center;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
  }
  .status-mobile a {
    background: #FFF;
    border: thin solid #6c3927;
    color: #6c3927;
    display: inline-block;
    width: 50%;
    padding: 0.5rem;
  }
  .status-mobile a:hover {
    background: #6c3927;
    color: #FFF;
  }
  .status-mobile p {
    display: inline-block;
    top: 2px;
    position: relative;
    margin-left: 3px;
  }
  .status-mobile img.icon,
  .status-mobile svg.icon {
    padding-bottom: 0;
    padding-top: 0;
    vertical-align: middle;
    fill: #6c3927;
    width: 1.75em;
    height: 1.75em;
    display: inline-block;
  }
  .status-mobile a:hover svg.icon {
    fill: #fff;
  }
}
@media only screen and (max-width: 40rem) {
  #title {
    width: 30%;
  }
  .status data,
  .status a.more {
    display: none;
  }
  .service {
    display: block;
  }
  .service-opener {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 1.05rem;
    padding: 0.5rem 0;
  }
  .service-opener:hover {
    cursor: pointer;
  }
  .service-opener .icon {
    fill: #fff;
    width: 0.85em;
    height: 0.85em;
    margin-left: 1rem;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  }
  .service.is-open .service-opener .icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .service > ul {
    position: absolute;
    display: block;
    top: 44px;
    background: #f2efeb;
    width: 100%;
    left: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    z-index: 99;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.08);
    padding-top: 1rem;
    padding-bottom: 1rem;
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
  }
  .service.is-open > ul {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
  .service ul ul {
    position: relative;
    background: #f2efeb;
    display: block;
  }
  .service ul li a {
    color: #6c3927;
  }
  .service > ul > li > a {
    font-weight: bold;
    font-size: 1.25rem;
  }
  .service li:hover ul {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .service li:hover,
  .service li:hover a {
    color: #806a33;
  }
  .service ul > li:hover > a {
    color: #806a33;
  }
}
@media only screen and (max-width: 30rem) {
  #title {
    width: 50%;
    padding-bottom: 0.5rem;
  }
  #title img {
    bottom: 0;
  }
  .status {
    line-height: 2;
    margin-top: 0;
    text-align: center;
  }
  .status {
    clear: left;
    float: right;
    text-align: right;
  }
  .status a {
    padding: 0;
    position: relative;
  }
  .status svg.icon {
    height: 2rem;
    width: 2rem;
    position: relative;
    z-index: 100;
  }
  .status .counter {
    display: block;
    position: absolute;
    top: -0.25rem;
    right: 0;
    background: red;
    color: #FFF;
    border-radius: 50%;
    line-height: 1;
    padding: 0.25rem;
    font-size: 0.8rem;
  }
  .search {
    float: left;
    clear: left;
    width: 60%;
    margin-bottom: 0;
  }
  .search .set {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
nav {
  float: right;
  position: relative;
  z-index: 100;
}
nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2rem;
  margin: 0;
}
nav ul ul {
  display: none;
  position: absolute;
  z-index: 100;
}
nav li:hover ul {
  display: block;
  padding-top: 0;
  -webkit-box-shadow: 0 0.2rem 0.25rem rgba(167, 167, 167, 0.5);
          box-shadow: 0 0.2rem 0.25rem rgba(167, 167, 167, 0.5);
}
nav li {
  margin-bottom: 0;
  position: relative;
}
nav li li {
  margin-right: 0;
}
nav li li a {
  font-weight: normal;
  font-size: 16px;
}
nav li li a:hover {
  background: #FFF;
  color: #6c3927;
}
nav a {
  font-family: 'Cabin', sans-serif;
  font-size: 20px;
  color: #6c3927;
  background: #FFF;
  white-space: nowrap;
  display: block;
  padding: 0.5rem 1.2rem;
}
nav li:hover,
nav li:hover a {
  background: #FFF;
  color: #806a33;
}
nav a:hover {
  background: #FFF;
  color: #806a33;
}
nav a.current {
  color: #806a33;
  background: #FFF;
}
nav label {
  cursor: pointer;
  display: none;
}
nav input {
  display: none;
}
.menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 3rem;
}
.menu h4 {
  padding-left: 0;
  margin: 0;
  line-height: 2;
}
.menu ul {
  margin: 0 0 1rem;
  list-style: none;
}
.menu li {
  margin: 0;
  padding: 0;
}
.menu li a {
  display: block;
  color: #806a33;
  font-size: 15.8px;
  padding: 0.6rem;
  position: relative;
}
.menu li a::after {
  content: '';
  position: absolute;
  height: 1px;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #e6eaef;
  -webkit-transition: background-color 250ms ease-out;
  transition: background-color 250ms ease-out;
}
.menu li a.current,
.menu li a:hover {
  background: #FFF;
  color: #6c3927;
}
.menu li a.current::after,
.menu li a:hover::after {
  height: 3px;
  background-color: #6c3927;
}
.menu li a.current {
  color: #6c3927;
  background: #FFF;
}
.menu li a.disabled {
  color: #666;
  cursor: default;
}
.menu li a.disabled:hover {
  background: #999;
}
.menu ul ul {
  padding-bottom: 1rem;
  background: #FFF;
  margin-bottom: 0;
}
.menu li li {
  font-size: 0.9rem;
  line-height: 1.6;
}
.menu li li a {
  color: #6c3927;
  font-weight: normal;
  padding-left: 2rem;
  background: #FFF;
}
.menu li li a:hover {
  color: #6c3927;
  background: none;
}
/* Off-Canvas */
#toggle,
#toggle + label {
  display: none;
}
.breadcrumb {
  font-size: 0.9rem;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 1rem 0;
}
.breadcrumb li:after {
  content: "\00a0\003e";
}
.breadcrumb li:last-child:after {
  content: "";
}
.breadcrumb a.edit {
  background: #C00;
  border-radius: 1.25rem;
  color: #FFF;
  display: inline-block;
  float: right;
  font-weight: bold;
  padding: 0.125rem 0.75rem;
}
.breadcrumb a.edit:hover {
  background: #A00;
}
#view > * {
  padding-bottom: 0;
  white-space: nowrap;
  padding-left: 1rem;
  vertical-align: middle;
}
#view .next {
  display: block;
  line-height: 2rem;
}
#view svg.icon {
  vertical-align: middle;
}
@media only screen and (max-width: 50rem) {
  nav {
    position: static;
    float: none;
  }
  nav > ul {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    z-index: 1100;
    display: block;
    margin-bottom: 0;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    background: #f2efeb;
    padding-top: 0;
  }
  nav > ul ul {
    display: block;
    position: static;
    padding-top: 0;
  }
  nav > ul ul a {
    padding-left: 2rem;
  }
  nav li:hover {
    background: #FFF;
    color: inherit;
  }
  nav label {
    right: 0;
    top: 4rem;
    background: #FFF;
    text-align: center;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 0.5rem;
    padding: 0.5rem;
    line-height: 1;
  }
  nav label svg.icon {
    fill: #6c3927;
    color: #6c3927;
  }
  nav label:hover {
    background: #6c3927;
    color: #fff;
  }
  nav label:hover svg.icon {
    fill: #fff;
    color: #fff;
  }
  nav li:hover,
  nav li:hover a,
  nav a {
    background: none;
  }
  nav li:hover ul {
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
  }
  nav label.close {
    position: static;
    font-size: 2rem;
    line-height: 0;
    display: inline-block;
    background: #6c3927;
    color: #fff;
    padding: 1rem;
  }
  nav label.close:hover {
    background: #bd9f53;
  }
  nav li.close {
    display: inline-block;
  }
  nav #show:checked + ul {
    -webkit-transform: translateX(2rem);
            transform: translateX(2rem);
  }
  #view {
    float: none;
  }
  #view > * {
    padding-left: 0;
    padding-right: 1rem;
  }
}
@media only screen and (max-width: 40rem) {
  .menu {
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    min-height: 100%;
    width: 75%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #FFF;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  #toggle + label {
    background: #444;
    border-radius: 0 0.5rem 0.5rem 0;
    color: #FFF;
    cursor: pointer;
    display: block;
    left: 0;
    line-height: 1;
    padding: 0.25rem;
    position: fixed;
    top: 0.5rem;
    -webkit-transition: left 0.5s, -webkit-transform 0.5s;
    transition: left 0.5s, -webkit-transform 0.5s;
    transition: left 0.5s, transform 0.5s;
    transition: left 0.5s, transform 0.5s, -webkit-transform 0.5s;
    z-index: 1000;
  }
  #toggle + label svg.icon {
    fill: #FFF;
  }
  #toggle:checked ~ .menu {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-box-shadow: 0 0 1rem #000;
            box-shadow: 0 0 1rem #000;
  }
  #toggle:checked + label {
    left: 75%;
  }
  #toggle + label svg.icon {
    -webkit-transition: transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  #toggle:checked + label svg.icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media only screen and (max-width: 30rem) {
  nav label {
    top: 5rem;
  }
}
/* Fußbereich */
footer {
  background: #f2efeb;
  clear: both;
  overflow: hidden;
  margin-top: 2rem;
}
footer li {
  list-style: none;
}
footer a {
  color: #FFF;
}
footer a:hover {
  color: #f2efeb;
}
/*Sitemap */
.sitemap {
  color: #4e4a4a;
  padding: 4rem 2rem;
  margin: 0 -2rem 0 -2rem;
}
.sitemap h4 {
  color: #6c3927;
  margin-top: 0;
  margin-bottom: 1rem;
}
.sitemap a {
  color: #806a33;
}
.sitemap a:hover {
  color: #6c3927;
}
.sitemap a.inferior-push:hover {
  color: #FFF;
}
.sitemap img {
  margin-top: 0.5rem;
}
.sitemap li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 2;
  font-weight: bold;
}
.sitemap ul ul {
  float: none;
  margin-top: 0.5rem;
}
.sitemap li li {
  float: none;
  margin: 0;
  padding: 0;
  width: auto;
  font-weight: normal;
}
.certifications {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.certifications > * {
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 1.5rem;
}
/* Fußzeile */
#footnote {
  text-align: center;
  padding: 2rem 0;
  background: #6c3927;
}
#footnote li {
  display: inline;
  padding: 0 0.5rem;
}
/* Zum Seitenanfang */
#totop {
  background: #6c3927;
  bottom: 2rem;
  height: 4rem;
  opacity: 0;
  position: fixed;
  right: 2rem;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
  width: 4rem;
}
#totop.show {
  opacity: 0.5;
  visibility: visible;
}
#totop:hover {
  opacity: 1;
}
#totop svg.icon {
  fill: #FFF;
  height: 2rem;
  padding: 1rem 0;
  width: 2rem;
}
@media only screen and (max-width: 30rem) {
  footer {
    padding: 0rem;
  }
  #sitemap {
    display: none;
  }
  #footnote {
    height: auto;
    overflow: hidden;
    text-align: left;
    padding: 1rem;
  }
  #footnote li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    font-size: 0.875rem;
    margin-right: 0;
    width: 50%;
  }
}
.set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -2rem;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% + 2rem);
}
.set > * {
  padding-left: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding-bottom: 2rem;
}
.set > .set {
  margin-left: 0;
  padding-left: 0;
}
.set.reduced > * {
  padding-bottom: 0;
}
.columns {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.columns > * {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}
.related {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.related > * {
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
  max-width: 33.3%;
}
.teaser {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.teaser > * {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
}
.list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list > * {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  max-width: 20%;
}
.set > .grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}
.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .columns img,
  .related img,
  .teaser img,
  .list img {
    width: 100%;
  }
}
.master {
  padding-bottom: 4rem;
  text-align: center;
}
.content {
  padding-bottom: 2rem;
}
.decoration {
  background: #f2efeb;
  padding-bottom: 4rem;
  padding-top: 4rem;
  margin-bottom: 4rem;
}
.container {
  padding-top: 0;
  padding-bottom: 2rem;
}
.emphasis {
  background: #f2efeb url(../images/icon/icon_baum.svg) no-repeat;
  background-size: 18%;
  background-position: 0% 80%;
  padding: 4rem 2rem 0 2rem;
  padding-bottom: 4rem;
}
.journal {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%;
  padding-bottom: 4rem;
}
.wrapper {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  max-width: 80%;
}
.wrap .breadcrumb {
  padding-bottom: 1.5rem;
}
aside {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
}
#expertise {
  text-align: center;
}
#expertise section {
  padding-top: 1rem;
  overflow: hidden;
  position: relative;
  height: 100%;
}
#expertise h3 {
  color: #6c3927;
  font-family: 'Cabin', sans-serif;
  font-weight: 500;
  font-size: 24px;
}
#expertise h4 {
  color: #FFF;
  font-family: 'Cabin', sans-serif;
  font-weight: 500;
  font-size: 24px;
}
#expertise h6 {
  color: #8f8f8f;
  font-family: 'Cabin', sans-serif;
  font-weight: 500;
  font-size: 18px;
}
#expertise p {
  color: #FFF;
  font-size: 16px;
}
#expertise a.substandard-push {
  border-radius: 0;
  border: thin solid #FFF;
  color: #FFF;
  display: inline-block;
  padding: 0.5rem 1rem;
  margin-right: 0.5em;
  font-size: 16px;
}
#expertise section .description {
  color: #fff;
  background: #806a33;
  background-size: cover;
  position: absolute;
  top: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem;
  -webkit-transition: top 0.6s;
  transition: top 0.6s;
  font-size: 0.8em;
}
#expertise section .category {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  padding: 2rem;
  width: 50%;
  bottom: 50px;
}
#expertise section .overflow {
  height: calc(100% - 1rem);
}
#expertise section:focus .description,
#expertise section:hover .description {
  top: 1rem;
}
#expertise .overflow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f2efeb;
}
#expertise .overflow img {
  margin: 0 auto 1rem auto;
}
.normalized {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 2rem;
}
.bottom {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.topic a {
  display: block;
  background: #FFF;
  padding: 2.4rem 1rem;
  color: #6c3927;
  text-align: center;
  font-family: 'Cabin', sans-serif;
  font-weight: 500;
  font-size: 22.4px;
}
.topic a:hover {
  text-decoration: none;
  background: #FFF;
  color: #6c3927;
}
.topic a svg {
  display: inline-block;
  fill: #6c3927;
  height: 4.8em;
  width: 4.8em;
}
.topic a:hover svg {
  fill: #6c3927;
}
.overline {
  letter-spacing: 1px;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 1rem;
  font-weight: bold;
}
.new-in {
  margin-top: 2rem;
}
.new-in .bg-grey {
  background: #f2efeb;
  padding: 1.5rem 1.5rem 3rem 1.5rem;
  position: relative;
  -webkit-box-shadow: 5px 10px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}
.new-in h3,
.new-in h3 a {
  font-size: 1.2rem;
  color: #6c3927;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  word-break: break-word;
}
.new-in h3:hover,
.new-in h3 a:hover {
  color: #bd9f53;
}
.new-in a.push {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #bd9f53;
  color: #fff;
  border: none;
}
.new-in a.push:hover {
  background: #6c3927;
}
.menu {
  -ms-flex-preferred-size: 20% !important;
      flex-basis: 20% !important;
  max-width: 20% !important;
}
#admin {
  background: #222;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #999;
  font-size: 13px;
  padding: 0.5rem 0 0.5rem 1rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
#admin p {
  margin: 0;
}
#admin a {
  background: #f2efeb;
  border-radius: 0.25rem;
  color: #FFF;
  display: inline-block;
  margin: 0 1rem;
  padding: 0.1rem 0.5rem;
}
#admin a:hover {
  background: #666;
}
#admin + #root {
  margin-top: 1.75rem;
}
@media only screen and (max-width: 64rem) {
  #expertise section .category {
    display: none;
  }
  #expertise section .description {
    position: relative;
    top: 0;
  }
  #expertise section:hover .description {
    top: 0;
  }
  #expertise section .overflow {
    bottom: 60px;
  }
}
@media only screen and (max-width: 50rem) {
  .columns > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .related > * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .teaser > * {
    -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
    max-width: 33.3%;
  }
  .list > * {
    -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
    max-width: 33.3%;
  }
  .journal,
  aside {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    max-width: 100%;
  }
}
@media only screen and (max-width: 40rem) {
  .related > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .teaser > * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .wrapper {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .menu {
    -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
    max-width: 100% !important;
  }
  #expertise section .overflow {
    bottom: 20px;
    margin: 0;
    padding: 1rem;
    height: auto;
    background: #f2efeb;
  }
}
@media only screen and (max-width: 30rem) {
  .teaser > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .list > * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  #expertise section .overflow {
    bottom: 0px;
  }
}
.cookie .intro {
  position: absolute;
  top: 0;
  width: 100%;
}
.cookie .intro article {
  background: rgba(255, 255, 255, 0.9);
  padding: 3rem;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* ratio 16x9 */
  margin-bottom: 1rem;
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ratio 4x3 */
.embed-container.ratio4x3 {
  padding-bottom: 75%;
}
@media only screen and (max-width: 64rem) {
  .cookie .intro article {
    padding: 1.5rem;
  }
}
form {
  margin: 0;
  padding: 0;
}
form br {
  clear: left;
}
fieldset {
  border: none;
  margin: 0;
  padding: 2rem 0;
}
fieldset.button {
  padding-left: 25%;
}
legend {
  color: #666;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
label {
  vertical-align: middle;
}
label.before {
  display: block;
  float: left;
  line-height: 2;
  width: 23%;
}
label.between {
  padding-left: 2%;
}
label.after,
label.check {
  display: block;
  float: left;
  margin: 0.25rem 0;
}
label.after {
  width: 65%;
}
label.check {
  width: 90%;
}
label.none {
  float: left;
  line-height: 2;
  padding-right: 0;
  width: 0;
  white-space: nowrap;
}
label.required {
  cursor: help;
}
label.required:after {
  content: "\00a0\002a";
  color: #C00;
}
label.error {
  color: #C00;
}
input,
select,
textarea {
  border: thin solid #999;
  font: inherit;
  margin: 0 0 0.25rem 0;
  padding: 0.25rem;
  vertical-align: middle;
}
input.triple {
  width: 3em;
}
input[type=date],
input[type=time],
input[type=number] {
  width: 20%;
}
input.standard,
input[type=url],
input[type=email],
textarea {
  width: 70%;
}
input.short,
input[type=password] {
  width: 35%;
}
input.error,
select.error,
textarea.error {
  border-color: #C00;
}
input[type=checkbox],
input[type=radio] {
  border: 0;
  height: 1rem;
  margin: 0.55rem 0.5rem 0.45rem 0;
  padding: 0;
  width: 1rem;
}
input[type=search] {
  -webkit-appearance: none;
}
input.vertical {
  float: left;
  margin-left: 25%;
}
input.check {
  float: left;
  margin-right: 1%;
}
select {
  padding-left: 0.05rem;
}
option {
  margin: 0;
}
optgroup {
  font-style: normal;
  padding: 0 0.5rem 1rem;
}
textarea {
  overflow: auto;
  resize: vertical;
}
input:hover,
select:hover,
textarea:hover {
  border-color: #777;
}
select:focus,
textarea:focus,
input:focus {
  border-color: #555;
  -webkit-box-shadow: inset 0.05rem 0.1rem 0.1rem #CCC;
          box-shadow: inset 0.05rem 0.1rem 0.1rem #CCC;
  outline: none;
}
input[type=checkbox]:focus,
input[type=radio]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
button {
  background-color: #888;
  background-color: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  border: thin solid #FFF;
  border: none;
  border-radius: 0;
  color: #FFF;
  cursor: pointer;
  font: inherit;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 0.25rem;
  padding: 0.25rem 1rem;
  vertical-align: middle;
}
button:hover {
  background: #666;
}
button.cancel {
  background: #C00;
  background: -webkit-gradient(linear, left top, left bottom, from(#E00), to(#C00));
  background: linear-gradient(to bottom, #E00 0%, #C00 100%);
}
button.cancel:hover {
  background: #A00;
  background: -webkit-gradient(linear, left top, left bottom, from(#E00), to(#A00));
  background: linear-gradient(to bottom, #E00 0%, #A00 100%);
}
button.event {
  background: #C90;
  background: -webkit-gradient(linear, left top, left bottom, from(#DA0), to(#C90));
  background: linear-gradient(to bottom, #DA0 0%, #C90 100%);
}
button.event:hover {
  background: #B80;
  background: -webkit-gradient(linear, left top, left bottom, from(#EA0), to(#B80));
  background: linear-gradient(to bottom, #EA0 0%, #B80 100%);
}
button.okay {
  background: #690;
  background: -webkit-gradient(linear, left top, left bottom, from(#7A0), to(#690));
  background: linear-gradient(to bottom, #7A0 0%, #690 100%);
}
button.okay:hover {
  background: #580;
  background: -webkit-gradient(linear, left top, left bottom, from(#7A0), to(#580));
  background: linear-gradient(to bottom, #7A0 0%, #580 100%);
}
button.execute {
  background: #069;
}
button.execute:hover {
  background: #058;
  background: -webkit-gradient(linear, left top, left bottom, from(#07A), to(#058));
  background: linear-gradient(to bottom, #07A 0%, #058 100%);
}
#error,
#warning,
#confirm,
#mandate {
  border: thin solid;
  margin-bottom: 2rem;
  padding: 1rem;
  overflow: auto;
}
#error p,
#warning p,
#confirm p {
  font-weight: 600;
}
#error img,
#warning img,
#confirm img {
  float: left;
  width: 11rem;
  margin: 0 2rem 0 0;
}
#error button,
#warning button,
#confirm button {
  float: right;
  margin-left: 0.5rem;
}
#error {
  background: #FEE;
  border-color: #C00;
  color: #C00;
}
#warning {
  background: #FFD;
  border-color: #C90;
  color: #C90;
}
#confirm {
  background: #EFE;
  border-color: #690;
  color: #690;
}
#mandate {
  background: #FFF;
  border-color: #999;
  color: #444;
}
.relaunch label.before {
  float: none;
  width: 100%;
}
.relaunch input.standard,
.relaunch .newsletter-abo,
.relaunch input[type=url],
.relaunch input[type=email],
.relaunch input[type=tel],
.relaunch select,
.relaunch textarea {
  width: 75%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.relaunch .next {
  float: none;
  max-width: 75%;
}
.relaunch .next button {
  float: right;
}
@media only screen and (max-width: 80rem) {
  col.price {
    width: 25%;
  }
}
@media only screen and (max-width: 50rem) {
  #error button,
  #warning button,
  #confirm button {
    clear: right;
  }
}
@media only screen and (max-width: 30rem) {
  fieldset.button {
    padding-left: 0;
  }
  label.after,
  label.check {
    width: 90%;
  }
  label.none {
    margin-bottom: 0.5rem;
  }
  input,
  select,
  textarea,
  button {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  input.vertical {
    clear: left;
    margin-left: 0;
  }
  input.short,
  input.standard,
  input[type=url],
  input[type=email],
  input[type=password],
  textarea {
    width: 100%;
  }
  input[type=date],
  input[type=time],
  input[type=number] {
    width: 35%;
  }
  label.before {
    float: none;
    width: 100%;
  }
  #error,
  #warning,
  #confirm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #error img,
  #warning img,
  #confirm img {
    display: none;
  }
  #error button,
  #warning button,
  #confirm button {
    float: none;
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
    margin-top: 1rem;
    margin-left: 0;
  }
  #error button + button,
  #warning button + button,
  #confirm button + button {
    margin-top: 0;
  }
  .relaunch input.standard,
  .relaunch input[type=url],
  .relaunch input[type=email],
  .relaunch select,
  .relaunch textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .relaunch .next {
    float: none;
    width: 100%;
  }
  .relaunch .next button {
    width: 100%;
  }
  .relaunch .explanation {
    text-align: center;
  }
}
.slideshow {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin: 0 0 1rem 0;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  -webkit-tap-highlight-color: transparent;
}
.slideshow article div {
  background: rgba(255, 255, 255, 0.88);
  bottom: 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3rem 3rem 3rem 4rem;
  position: absolute;
  left: 0;
  width: 50rem;
}
.slideshow h2 {
  font-size: 44.8px;
  line-height: 1.2;
}
.slideshow p {
  font-size: 18px;
  color: #777777;
}
/* Slides Container */
.slideshow .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slideshow .slick-list:focus {
  outline: none;
}
.slideshow .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slideshow .slick-list,
.slideshow .slick-track,
.slideshow article,
.slideshow article img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slideshow .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}
.slideshow .slick-track:before,
.slideshow .slick-track:after {
  content: "";
  display: table;
}
.slideshow .slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
/* Slides */
.slideshow article {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slideshow article img {
  display: block;
}
.slideshow article.slick-loading img {
  display: none;
}
.slideshow article.dragging img {
  pointer-events: none;
}
.slideshow.slick-initialized article {
  display: block;
}
.slideshow.slick-loading article {
  visibility: hidden;
}
.slideshow.slick-vertical article {
  border: thin solid transparent;
  display: block;
  height: auto;
}
/* Slideshow vor / zurück */
.slideshow .slick-prev,
.slideshow .slick-next {
  background: #FFF;
  border: 0;
  border: thin solid #6c3927;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #6c3927;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 700;
  height: 2rem;
  line-height: 0.75;
  margin-top: -2rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-indent: -555rem;
  top: 50%;
  width: 2rem;
}
.slideshow .slick-prev:hover,
.slideshow .slick-next:hover {
  background: #6c3927;
  border: thin solid #6c3927;
  color: #FFF;
}
.slideshow .slick-prev:before,
.slideshow .slick-next:before {
  position: absolute;
  display: block;
  z-index: 2;
  left: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
  text-indent: 0;
}
.slideshow .slick-prev.slick-disabled:before,
.slideshow .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slideshow .slick-prev {
  left: 0.5rem;
}
.slideshow .slick-prev:before {
  content: "\2039";
}
.slideshow .slick-next {
  right: 0.5rem;
}
.slideshow .slick-next:before {
  content: "\203a";
}
/* Slideshow Navigation */
.slideshow ul {
  display: block;
  list-style: none;
  text-align: center;
  padding: 0.75rem 0 0;
}
.slideshow ul li {
  display: inline-block;
  height: 1rem;
  margin: 0 0.5rem 0 0;
  position: relative;
  width: 1rem;
}
.slideshow ul button {
  background: #FFF;
  border: 0;
  border: thin solid #6c3927;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: block;
  height: 0.75rem;
  padding: 0;
  text-indent: -555rem;
  width: 0.75rem;
}
.slideshow ul li button:hover,
.slideshow ul li button:focus {
  outline: none;
  border: thin solid #6c3927;
  background: #6c3927;
}
.slideshow ul li.slick-active button {
  background: #6c3927;
  border: thin solid #6c3927;
}
@media only screen and (max-width: 64rem) {
  .slideshow h2 {
    font-size: 2.2rem;
  }
  .slideshow p {
    font-size: 16px;
  }
  .slideshow article div {
    padding: 2rem 2rem 2rem 4rem;
    width: 38rem;
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}
@media only screen and (max-width: 50rem) {
  .slideshow h2 {
    font-size: 33.6px;
    line-height: 1.1;
  }
  .slideshow a.more {
    float: none;
    text-align: center;
  }
  .slideshow article div {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    bottom: 4rem;
    padding: 3rem 3rem 3rem 4rem;
    left: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.columns-lightbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.column-lightbox {
  padding: 0 0 0 0.5rem;
  max-width: 100%;
  width: 100%;
}
.column-lightbox:first-child {
  padding: 0;
}
.mfp-bg {
  background: #111;
  filter: alpha(opacity=80);
  opacity: 0.8;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 502;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8rem;
  left: 0.5rem;
  right: 0.5rem;
  z-index: 504;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506;
  -webkit-box-shadow: none;
          box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 2.75rem;
  height: 2.75rem;
  line-height: 2.75rem;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 2rem 0.75rem;
  color: #FFF;
  font-style: normal;
  font-size: 1.5rem;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 0.1rem;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -0.5rem;
  text-align: right;
  padding-right: 0.5rem;
  width: 100%;
}
.mfp-title {
  color: #CCC;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 0.8rem;
  line-height: 1.5;
}
button.mfp-arrow {
  position: absolute;
  top: 0;
  margin: 0;
  top: 53%;
  margin-top: -4rem;
  padding: 0;
  width: 3rem;
  height: 4rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #bd9f53;
  -webkit-transition: none;
  transition: none;
  color: #fff;
  border-radius: 0;
}
.mfp-arrow:active {
  margin-top: -4rem;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  background: #6c3927;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 1rem;
  height: 1.25rem;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2rem;
  line-height: 1;
  margin-top: 0.75rem;
  margin-left: 0.75rem;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  content: '‹';
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  content: '›';
}
.mfp-iframe-holder {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 55rem;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.6);
  background: #000;
}
.mfp-iframe-holder .mfp-close {
  top: -2.5rem;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3rem 0 2.5rem;
  margin: auto;
}
img.preview {
  display: block;
  border: none;
  max-width: 100%;
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 3rem;
  bottom: 2.5rem;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.6);
}
.mfp-figure {
  line-height: 0;
  position: relative;
}
.mfp-figure figcaption {
  position: relative;
  left: 0;
}
.mfp-bottom-bar {
  margin-top: -2.25rem;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 1.25rem;
  color: #EEE;
}
.mfp-figure small {
  color: #BBB;
  display: block;
  font-size: 0.8rem;
  line-height: 0.8rem;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media only screen and (max-width: 50rem) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}
nav li:hover, nav li:hover a {
	background: #FFF;
	color: #806a33;
}
nav a.current {
	color: #806a33;
}
/*# sourceMappingURL=screen.css.map */
