@charset "UTF-8";
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Hacks */
/* Runde Ecken in iOS entfernen */
textarea,
input[type=text],
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* Colors */ /* Fonts */
@font-face {
  font-family: "Gill";
  src: url("fonts/GillSansMTPro-Condensed.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Futura";
  src: url("fonts/FuturaStdMedium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FuturaLight";
  src: url("fonts/FuturaStdLight.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "flexslider-icon";
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Mixins */ /* General */
html {
  height: 100%;
}

body {
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Futura", sans-serif;
  font-size: 0.9rem;
  color: #89A460;
  overflow-x: hidden;
}

:focus {
  outline: 0;
}

/* Paragraphs */
p {
  line-height: 1.2;
  font-size: 1.5rem !important;
  font-family: "FuturaLight", sans-serif;
  letter-spacing: 1px;
}
@media screen and (max-width: 550px) {
  p {
    font-size: 1.2rem !important;
  }
}
p:not(:last-child) {
  margin-bottom: 0.7rem;
}
p span {
  font-family: "FuturaLight", sans-serif !important;
  font-size: 1.5rem;
}
@media screen and (max-width: 550px) {
  p span {
    font-size: 1.2rem;
  }
}

/* Standard Links */
a {
  text-decoration: none;
  color: #89A460;
}
a:hover {
  color: #9DB37A;
}
a.more {
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-right: 40px;
  letter-spacing: 2px;
}
a.more:before {
  position: absolute;
  content: "";
  background: url("css/icons/icon-arrow.svg") no-repeat;
  background-size: contain;
  right: 0;
  top: 6px;
  height: 14px;
  width: 31px;
}
a.contact {
  position: relative;
  display: inline-block;
  padding-left: 33px;
}
a.contact:before {
  position: absolute;
  content: "";
  background: url("css/icons/icon-letter.svg") no-repeat;
  background-size: contain;
  left: 0;
  top: 1px;
  height: 14px;
  width: 31px;
}
a button {
  display: inline-block;
}

/* Box Sizing */
div {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Lists */
ul li {
  line-height: 1.2;
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-family: "FuturaLight", sans-serif;
}
ul li:not(:last-child) {
  margin-bottom: 0.7rem;
}

/* Container */
.container {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1090px) {
  .container {
    padding: 0 5%;
  }
}

/* Grid */
[class*=col-] {
  float: left;
  min-height: 0.063rem;
}

.row {
  width: 100%;
}

.row > div:last-child {
  margin-right: 0;
}

.container {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .container {
    padding: 0 3%;
  }
}
.container.no-padding {
  padding: 0;
}

/* Full Columns */
@media screen and (max-width: 480px) {
  .col-full {
    width: 100% !important;
  }
}
/* Tiny Columns */
.col-xs-1 {
  width: 6.25%;
  margin-right: 2.2727272727%;
}

.col-xs-2 {
  width: 14.7727272727%;
  margin-right: 2.2727272727%;
}

.col-xs-3 {
  width: 23.2954545455%;
  margin-right: 2.2727272727%;
}

.col-xs-4 {
  width: 31.8181818182%;
  margin-right: 2.2727272727%;
}

.col-xs-5 {
  width: 40.3409090909%;
  margin-right: 2.2727272727%;
}

.col-xs-6 {
  width: 48.8636363636%;
  margin-right: 2.2727272727%;
}

.col-xs-7 {
  width: 57.3863636364%;
  margin-right: 2.2727272727%;
}

.col-xs-8 {
  width: 65.9090909091%;
  margin-right: 2.2727272727%;
}

.col-xs-9 {
  width: 74.4318181818%;
  margin-right: 2.2727272727%;
}

.col-xs-10 {
  width: 82.9545454545%;
  margin-right: 2.2727272727%;
}

.col-xs-11 {
  width: 91.4772727273%;
  margin-right: 2.2727272727%;
}

.col-xs-12 {
  width: 100%;
  margin-right: 2.2727272727%;
}

.offset-xs-1 {
  margin-left: 8.5227272727%;
}

.offset-xs-2 {
  margin-left: 17.0454545455%;
}

.offset-xs-3 {
  margin-left: 25.5681818182%;
}

.offset-xs-4 {
  margin-left: 34.0909090909%;
}

.offset-xs-5 {
  margin-left: 42.6136363636%;
}

.offset-xs-6 {
  margin-left: 51.1363636364%;
}

.offset-xs-7 {
  margin-left: 59.6590909091%;
}

.offset-xs-8 {
  margin-left: 68.1818181818%;
}

.offset-xs-9 {
  margin-left: 76.7045454545%;
}

.offset-xs-10 {
  margin-left: 85.2272727273%;
}

.offset-xs-11 {
  margin-left: 93.75%;
}

/* Small Columns */
@media (min-width: 768px) {
  .col-sm-1 {
    width: 6.25%;
    margin-right: 2.2727272727%;
  }
  .col-sm-2 {
    width: 14.7727272727%;
    margin-right: 2.2727272727%;
  }
  .col-sm-3 {
    width: 23.2954545455%;
    margin-right: 2.2727272727%;
  }
  .col-sm-4 {
    width: 31.8181818182%;
    margin-right: 2.2727272727%;
  }
  .col-sm-5 {
    width: 40.3409090909%;
    margin-right: 2.2727272727%;
  }
  .col-sm-6 {
    width: 48.8636363636%;
    margin-right: 2.2727272727%;
  }
  .col-sm-7 {
    width: 57.3863636364%;
    margin-right: 2.2727272727%;
  }
  .col-sm-8 {
    width: 65.9090909091%;
    margin-right: 2.2727272727%;
  }
  .col-sm-9 {
    width: 74.4318181818%;
    margin-right: 2.2727272727%;
  }
  .col-sm-10 {
    width: 82.9545454545%;
    margin-right: 2.2727272727%;
  }
  .col-sm-11 {
    width: 91.4772727273%;
    margin-right: 2.2727272727%;
  }
  .col-sm-12 {
    width: 100%;
    margin-right: 2.2727272727%;
  }
  .offset-sm-1 {
    margin-left: 8.5227272727%;
  }
  .offset-sm-2 {
    margin-left: 17.0454545455%;
  }
  .offset-sm-3 {
    margin-left: 25.5681818182%;
  }
  .offset-sm-4 {
    margin-left: 34.0909090909%;
  }
  .offset-sm-5 {
    margin-left: 42.6136363636%;
  }
  .offset-sm-6 {
    margin-left: 51.1363636364%;
  }
  .offset-sm-7 {
    margin-left: 59.6590909091%;
  }
  .offset-sm-8 {
    margin-left: 68.1818181818%;
  }
  .offset-sm-9 {
    margin-left: 76.7045454545%;
  }
  .offset-sm-10 {
    margin-left: 85.2272727273%;
  }
  .offset-sm-11 {
    margin-left: 93.75%;
  }
}
/* Medium Columns */
@media (min-width: 992px) {
  .col-md-1 {
    width: 6.25%;
    margin-right: 2.2727272727%;
  }
  .col-md-2 {
    width: 14.7727272727%;
    margin-right: 2.2727272727%;
  }
  .col-md-3 {
    width: 23.2954545455%;
    margin-right: 2.2727272727%;
  }
  .col-md-4 {
    width: 31.8181818182%;
    margin-right: 2.2727272727%;
  }
  .col-md-5 {
    width: 40.3409090909%;
    margin-right: 2.2727272727%;
  }
  .col-md-6 {
    width: 48.8636363636%;
    margin-right: 2.2727272727%;
  }
  .col-md-7 {
    width: 57.3863636364%;
    margin-right: 2.2727272727%;
  }
  .col-md-8 {
    width: 65.9090909091%;
    margin-right: 2.2727272727%;
  }
  .col-md-9 {
    width: 74.4318181818%;
    margin-right: 2.2727272727%;
  }
  .col-md-10 {
    width: 82.9545454545%;
    margin-right: 2.2727272727%;
  }
  .col-md-11 {
    width: 91.4772727273%;
    margin-right: 2.2727272727%;
  }
  .col-md-12 {
    width: 100%;
    margin-right: 2.2727272727%;
  }
  .offset-md-1 {
    margin-left: 8.5227272727%;
  }
  .offset-md-2 {
    margin-left: 17.0454545455%;
  }
  .offset-md-3 {
    margin-left: 25.5681818182%;
  }
  .offset-md-4 {
    margin-left: 34.0909090909%;
  }
  .offset-md-5 {
    margin-left: 42.6136363636%;
  }
  .offset-md-6 {
    margin-left: 51.1363636364%;
  }
  .offset-md-7 {
    margin-left: 59.6590909091%;
  }
  .offset-md-8 {
    margin-left: 68.1818181818%;
  }
  .offset-md-9 {
    margin-left: 76.7045454545%;
  }
  .offset-md-10 {
    margin-left: 85.2272727273%;
  }
  .offset-md-11 {
    margin-left: 93.75%;
  }
}
/* Large Columns */
@media (min-width: 1200px) {
  .col-lg-1 {
    width: 6.25%;
    margin-right: 2.2727272727%;
  }
  .col-lg-2 {
    width: 14.7727272727%;
    margin-right: 2.2727272727%;
  }
  .col-lg-3 {
    width: 23.2954545455%;
    margin-right: 2.2727272727%;
  }
  .col-lg-4 {
    width: 31.8181818182%;
    margin-right: 2.2727272727%;
  }
  .col-lg-5 {
    width: 40.3409090909%;
    margin-right: 2.2727272727%;
  }
  .col-lg-6 {
    width: 48.8636363636%;
    margin-right: 2.2727272727%;
  }
  .col-lg-7 {
    width: 57.3863636364%;
    margin-right: 2.2727272727%;
  }
  .col-lg-8 {
    width: 65.9090909091%;
    margin-right: 2.2727272727%;
  }
  .col-lg-9 {
    width: 74.4318181818%;
    margin-right: 2.2727272727%;
  }
  .col-lg-10 {
    width: 82.9545454545%;
    margin-right: 2.2727272727%;
  }
  .col-lg-11 {
    width: 91.4772727273%;
    margin-right: 2.2727272727%;
  }
  .col-lg-12 {
    width: 100%;
    margin-right: 2.2727272727%;
  }
  .offset-lg-1 {
    margin-left: 8.5227272727%;
  }
  .offset-lg-2 {
    margin-left: 17.0454545455%;
  }
  .offset-lg-3 {
    margin-left: 25.5681818182%;
  }
  .offset-lg-4 {
    margin-left: 34.0909090909%;
  }
  .offset-lg-5 {
    margin-left: 42.6136363636%;
  }
  .offset-lg-6 {
    margin-left: 51.1363636364%;
  }
  .offset-lg-7 {
    margin-left: 59.6590909091%;
  }
  .offset-lg-8 {
    margin-left: 68.1818181818%;
  }
  .offset-lg-9 {
    margin-left: 76.7045454545%;
  }
  .offset-lg-10 {
    margin-left: 85.2272727273%;
  }
  .offset-lg-11 {
    margin-left: 93.75%;
  }
}
/* Content */
.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.home .content .coverpic {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 650px;
}
@media (max-width: 991px) {
  .home .content .coverpic {
    height: 450px;
  }
}
@media (max-width: 787px) {
  .home .content .coverpic {
    height: 370px;
  }
}
@media (max-width: 550px) {
  .home .content .coverpic {
    height: 320px;
  }
}
.home .content .text {
  padding: 5rem 1.5rem;
}
.home .content .text p,
.home .content .text h1,
.home .content .text h2 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.filmlink {
  display: block;
  padding: 5px;
  border: 1px solid #89A460;
  position: relative;
}
.filmlink:not(:last-child) {
  margin-bottom: 1rem;
}
.filmlink div {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  left: 5px;
  background: rgba(110, 172, 36, 0.8);
  color: #FFF;
  font-size: 1.2rem;
  text-align: right;
  padding: 0.5rem;
}
.filmlink:hover div {
  display: block;
}
.filmlink:hover img {
  -webkit-filter: opacity(0.5);
  filter: opacity(0.5);
}

/* Bildergalerie */
#carousel img {
  display: block;
  opacity: 0.5;
  cursor: pointer;
}

@media screen and (max-width: 787px) {
  #carousel {
    display: none;
  }
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
  width: auto !important;
}

#slider img {
  margin: 0 auto;
}

.flex-direction-nav a {
  line-height: 0.4;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.flex-direction-nav a:before {
  background: #FFF;
  font-size: 33px !important;
}

.flex-direction-nav a.flex-prev:before {
  padding: 1rem 0.6rem;
}

.flex-direction-nav a.flex-next:before {
  padding: 1rem 0.7rem;
}

/* Header */
header {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background-color: white;
}
header .leftCol {
  padding-left: 1.5rem;
}
@media screen and (min-width: 788px) {
  header .leftCol {
    padding-left: 4rem;
  }
}
@media screen and (max-width: 991px) {
  header .mainheader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header .menu {
  position: relative;
}
@media screen and (max-width: 991px) {
  header .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
header #webTicker {
  font-family: "FuturaLight", sans-serif !important;
}
header #webTicker li {
  font-size: 1rem;
  line-height: 1rem !important;
  padding: 0 25px !important;
}
header .subheader {
  background-color: #9DB37A;
  color: white;
  padding: 1rem 4rem 0.1rem;
  font-size: 1rem;
  letter-spacing: 1px;
  min-height: 49px;
}
@media (max-width: 767px) {
  header .subheader {
    padding: 1rem 0rem 0.1rem;
  }
}
header .subheader a {
  color: white;
}
header .subheader .text-right {
  display: none;
}
@media (min-width: 768px) {
  header .subheader .text-right {
    display: block;
  }
}

.page-template-galerie header .container,
.single header .container {
  position: relative;
}
.page-template-galerie header .container .name,
.single header .container .name {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-template-galerie header .name img,
.single header .name img {
  width: auto;
}
.page-template-galerie header .pic,
.single header .pic {
  position: absolute;
  left: 1px;
  bottom: 1px;
}

#menu-main-menu {
  display: none;
  padding-top: 4rem;
  width: 100%;
  font-size: 1.3rem;
}
@media screen and (max-width: 991px) {
  #menu-main-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 999;
    padding-top: 0px;
    background-color: white;
    padding-bottom: 0.5rem;
  }
}
@media screen and (min-width: 992px) {
  #menu-main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
#menu-main-menu li {
  position: relative;
  margin-bottom: 0;
}
#menu-main-menu li a,
#menu-main-menu li a:visited {
  padding: 0.95rem 1.1rem 0.5rem;
  line-height: 2;
  text-transform: uppercase;
  display: block;
  letter-spacing: 1px;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  #menu-main-menu li a,
  #menu-main-menu li a:visited {
    padding: 0.5rem 1.5rem;
  }
}
@media screen and (max-width: 460px) {
  #menu-main-menu li a,
  #menu-main-menu li a:visited {
    font-size: 0.9rem;
    letter-spacing: 2px;
  }
}
#menu-main-menu li.menuBtn {
  background-color: white;
  visibility: hidden;
  right: 0;
}
@media screen and (max-width: 991px) {
  #menu-main-menu li.menuBtn {
    visibility: visible;
  }
}
#menu-main-menu li.menuBtn a {
  color: white;
  line-height: 1.8;
  letter-spacing: 2px;
}
@media screen and (max-width: 991px) {
  #menu-main-menu li.menuBtn a {
    color: #89A460;
  }
}
@media screen and (min-width: 992px) {
  #menu-main-menu li.menuBtn a {
    padding: 1rem 4rem 1rem 2rem;
  }
}
@media screen and (min-width: 788px) {
  #menu-main-menu li.menu-item-has-children:hover .sub-menu {
    top: 40px;
  }
}

.buchen {
  background-color: #7c9455;
  border-left: 2px solid white;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 110px;
  color: white;
  padding: 1rem 4rem 1rem 2rem;
  line-height: 1.8;
  letter-spacing: 2px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.3rem;
  display: none;
}
.buchen:hover {
  color: white;
  background-color: #9DB37A;
}
@media (min-width: 992px) {
  .buchen {
    display: block;
  }
}

#menu-main-menu li .sub-menu {
  top: -9999px;
  position: absolute;
  left: 0;
  z-index: 999;
  background: #FFF;
}
#menu-main-menu li .sub-menu li {
  padding: 0;
}
#menu-main-menu li .sub-menu li a {
  display: block;
  width: 180px;
  line-height: 1;
  color: #89A460;
  border-bottom: 1px solid #89A460;
  border-left: 1px solid #89A460;
  border-right: 1px solid #89A460;
}
@media screen and (max-width: 787px) {
  #menu-main-menu li .sub-menu li a {
    border: 0;
    color: #FFF;
    width: 100%;
    padding-left: 3rem;
  }
}
@media screen and (max-width: 787px) {
  #menu-main-menu li .sub-menu {
    position: relative;
    display: block;
    width: 100%;
    top: 0;
    background: #89A460;
  }
}

/* Main */
main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
main ul {
  list-style-type: square;
}
main ul li {
  margin-left: 1.3rem;
  line-height: 1.2;
}

/* Breadcrumb */ /* Sidebar */
#sidebar .raumplan {
  padding: 4rem 20px 0;
}

/* Footer */
footer {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 2rem 4.3rem 1.5rem;
  background-color: white;
  border-top: 1px solid #89A460;
}
@media (max-width: 767px) {
  footer {
    padding: 2rem 2rem 1.5rem;
  }
}
footer p {
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.4;
  font-family: "Futura", sans-serif;
}
footer #menu-footer-unterkuenfte-menue li a {
  line-height: 1.4;
  font-family: "FuturaLight", sans-serif;
}
footer a.logo {
  max-width: 220px;
  margin: 0;
}
footer #menu-footer-menu li a {
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.4;
  font-weight: 600;
}
footer #menu-footer-menu li:not(:last-child) {
  margin-bottom: 0.68rem;
}
@media (max-width: 767px) {
  footer #menu-footer-menu {
    margin-bottom: 2rem;
  }
}

/* Forms */
.hb-booking-search-form input[type=submit],
.hb-select-accom-wrapper input[type=submit],
.hb-confirm-area input[type=submit] {
  background: #EBB64E;
  border: 2px solid #EBB64E;
  color: white;
  text-transform: uppercase;
  font-size: 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .hb-booking-search-form input[type=submit],
  .hb-select-accom-wrapper input[type=submit],
  .hb-confirm-area input[type=submit] {
    padding: 0.5rem 0;
  }
}

button {
  background: #89A460;
  color: white;
  border: none;
  font-size: 1.7rem;
  padding: 1rem 2rem;
  text-transform: uppercase;
  font-family: "Futura", sans-serif;
  letter-spacing: 1px;
  display: block;
  cursor: pointer;
}
button:hover {
  background: #9DB37A;
}
@media screen and (max-width: 550px) {
  button {
    font-size: 1.2rem;
  }
}
button.text-center {
  margin: 0 auto;
}

/* Headlines */
h1, h2, h3, h4 {
  text-transform: uppercase;
  letter-spacing: 1px;
}

h1 {
  font-size: 4rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 787px) {
  h1 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 550px) {
  h1 {
    font-size: 2.4rem;
  }
}

.home h1 {
  position: relative;
  display: inline-block;
}
.home h1:after {
  content: "®";
  position: absolute;
  right: -17px;
  top: 12px;
  font-size: 16px;
}

h2 {
  font-size: 3.1rem;
  margin-bottom: 1.7rem;
}
@media screen and (max-width: 787px) {
  h2 {
    font-size: 2.48rem;
  }
}
@media screen and (max-width: 550px) {
  h2 {
    font-size: 1.86rem;
  }
}

h3 {
  font-size: 2.7rem;
  margin-bottom: 1.7rem;
}
@media screen and (max-width: 787px) {
  h3 {
    font-size: 2.16rem;
  }
}
@media screen and (max-width: 550px) {
  h3 {
    font-size: 1.62rem;
  }
}

p + h3,
p + h2,
p + h4 {
  margin-top: 3rem;
}

h4 {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}
@media screen and (max-width: 952px) {
  h4 {
    font-size: 1.6rem;
  }
}

h5 {
  font-size: 1.5rem;
}

.single h2 {
  font-size: 140%;
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
}
.single h2 span {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  position: relative;
  padding: 0 20px 0 0;
}
.single h2 span:before, .single h2 span:after {
  content: "";
  display: block;
  width: 1000px;
  position: absolute;
  top: 0.55rem;
  border-top: 1px solid #89A460;
}
.single h2 span:before {
  right: 100%;
}
.single h2 span:after {
  left: 100%;
}

/* Helpers */
.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.normal-margin {
  margin-bottom: 2rem;
}

.double-margin {
  margin-bottom: 4rem;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

.no-overflow {
  overflow: hidden;
}

.bold,
strong {
  font-weight: bold;
}

.italic,
em {
  font-style: italic;
}

img {
  max-width: 100%;
  width: 100%;
  display: block;
  height: auto;
}

/* Clearfix */
div:after {
  content: ".";
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

/* Content Elements */
a.logo {
  max-width: 250px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  margin: 0.5rem 0 1rem;
  color: #9DB37A;
}

@media (min-width: 992px) {
  .columns {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 7%;
       -moz-column-gap: 7%;
            column-gap: 7%;
  }
}

section.text a.more {
  margin: 0.7rem 0 1.6rem;
}
section.einheiten {
  background-color: #9DB37A;
  padding: 5rem 3rem 4rem;
}
@media screen and (max-width: 550px) {
  section.einheiten {
    padding: 4rem 1.5rem 3rem;
  }
}
section.einheiten .einheit {
  background-color: #EDF1E7;
  padding: 1.5rem;
  margin: 0 auto 1.5rem;
  max-width: 1500px;
}
section.einheiten .einheit .info {
  padding: 2.5rem 2rem;
}
section.einheiten .einheit .info ul {
  margin-bottom: 2rem;
}
section.einheiten .einheit .info ul li {
  font-size: 1.3rem;
}
section.einheiten h2 {
  color: white;
}
section.buchung {
  padding-bottom: 4rem;
}
section.foehrienhaus {
  background-color: #EDF1E7;
  padding: 4rem 3rem 4rem;
}
section.foehrienhaus img:not(:last-child) {
  margin-bottom: 1.5rem;
}
section.shortfacts {
  margin: 2rem 0 4rem;
  background-color: #EDF1E7;
  padding: 3rem 2.5rem 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.shortfacts > div {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  margin-bottom: 4rem;
  padding: 0 20px;
}
@media (max-width: 1850px) {
  section.shortfacts > div {
    -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
  }
}
@media (max-width: 1350px) {
  section.shortfacts > div {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media (max-width: 991px) {
  section.shortfacts > div {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
section.shortfacts > div .iconcontainer {
  height: 100px;
  margin-bottom: 1rem;
}
section.shortfacts > div .iconcontainer svg {
  display: inline-block;
  width: 70px;
  height: 100px;
}
section.shortfacts > div .iconcontainer svg.icon-wohnen {
  width: 60px;
}

#more {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#more p {
  font-family: "Futura", sans-serif;
}
#more:after {
  position: absolute;
  content: "";
  background: url("css/icons/icon-arrow-double.svg") no-repeat;
  background-position: top right;
  background-size: contain;
  right: 0;
  top: 4px;
  height: 14px;
  width: 31px;
  visibility: visible;
}

#unfold {
  margin-top: 2rem;
}

.claim {
  background-color: #9DB37A;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 3rem;
  padding: 3rem 0;
}
.claim h1 {
  margin-bottom: 0;
}
@media screen and (max-width: 787px) {
  .claim {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 550px) {
  .claim {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .page-template-zweispaltig .container .col-md-6:not(:last-child) {
    margin-bottom: 2.5em;
  }
}
.page-template-zweispaltig .container .col-md-6:not(:last-child) h2:not(:first-child) {
  margin-top: 2rem;
}

.page-template-zweispaltig footer,
.page-template-default:not(.home) footer {
  margin-top: 4rem;
}

.page-template-default ul {
  margin-bottom: 1rem;
}

.page-template-buchung {
  background-color: #EDF1E7;
}
.page-template-buchung main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single .content {
  padding: 0 3rem;
}
@media screen and (max-width: 550px) {
  .single .content {
    padding: 0 1.5rem;
  }
}
.single .ratingBadge {
  background: url("css/icons/ratingBadge.svg") no-repeat;
  background-size: contain;
  width: 120px;
  height: 120px;
  position: absolute;
  top: -30px;
  left: -40px;
  text-align: center;
  color: black;
  z-index: 1;
}
.single .ratingBadge span {
  display: block;
  font-size: 2rem;
  margin-top: 2rem;
}
.single .ratingBadge a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}
.single h1 {
  margin: 3rem 0 4rem;
  font-size: 3.1rem;
}
@media screen and (max-width: 787px) {
  .single h1 {
    font-size: 2.48rem;
  }
}
@media screen and (max-width: 550px) {
  .single h1 {
    font-size: 1.86rem;
  }
}
.single h2 {
  margin: 3rem 0 2rem;
}
@media screen and (min-width: 768px) {
  .single h2.booking-headline {
    display: none;
  }
}
.single #sidebar h5 {
  margin: 4rem 20px 0;
}
.single #sidebar ul li {
  list-style: none;
  background: url("css/icons/checkmark.svg") no-repeat left center;
  background-size: 1rem;
  padding: 5px 0 5px 27px;
  margin: 0;
}
.single #sidebar .testimonial {
  border: 1px solid #89A460;
  padding: 2rem 2rem;
  text-align: center;
  margin: 4rem 20px;
}
@media screen and (max-width: 767px) {
  .single #sidebar .sidebar__inner {
    width: 100% !important;
  }
  .single #sidebar .hb-search-form-no-children .hb-people-wrapper {
    margin-right: 0;
  }
  .single #sidebar .hb-search-form-no-children .hb-search-button-wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .single #sidebar .sidebar__inner.stucked {
    position: fixed;
    top: 0;
  }
  .single #sidebar .sidebar__inner.absPos {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.single img.attachment-full {
  width: auto;
}
@media screen and (max-width: 767px) {
  .single .calendar {
    margin-bottom: 2rem;
  }
}
.single.postid-90 #hb-form-1-adults option[value="5"],
.single.postid-90 #hb-form-1-adults option[value="6"] {
  display: none;
}
.single .hb-availability-calendar-centered {
  margin: 0px auto auto 0px;
}
.single .flexslider {
  position: relative;
  margin: 0 0 0;
}
.single .flex-md-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single .flex-md-6 > div {
  background-color: #9DB37A;
  width: 47%;
  padding: 1.5rem 2rem;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  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;
}
.single .flex-md-6 > div:nth-child(odd) {
  margin-right: 1.5%;
}
.single .flex-md-6 > div:nth-child(even) {
  margin-left: 1.5%;
}
.tfw-rating-app {
  margin: 2rem 20px 0;
}
@media (min-width: 992px) {
  .tfw-rating-app.mobile {
    width: calc(100% - 20px) !important;
  }
}

.blog img {
  width: auto !important;
}
.blog h1 {
  color: #FFF;
}

.haus {
  display: block;
  width: 100%;
  height: 500px;
  position: relative;
}
.haus div {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(110, 172, 36, 0.8);
  color: #FFF;
  font-size: 1.2rem;
  text-align: right;
  padding: 0.5rem;
  text-transform: uppercase;
}

iframe {
  max-width: 100%;
}
iframe#requestFrame {
  min-height: 390px !important;
  max-width: 1050px;
  margin: 0 auto;
  display: block;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%; /* ratio 16x9 */
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Pannellum 2.5.6, https://github.com/mpetroff/pannellum */
.pnlm-container {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  cursor: default;
  width: 100%;
  height: 100%;
  font-family: Helvetica, "Nimbus Sans L", "Liberation Sans", Arial, sans-serif;
  background: #f4f4f4 url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2267%22%20height%3D%22100%22%20viewBox%3D%220%200%2067%20100%22%3E%0A%3Cpath%20stroke%3D%22%23ccc%22%20fill%3D%22none%22%20d%3D%22M33.5%2C50%2C0%2C63%2C33.5%2C75%2C67%2C63%2C33.5%2C50m-33.5-50%2C67%2C25m-0.5%2C0%2C0%2C75m-66.5-75%2C67-25m-33.5%2C75%2C0%2C25m0-100%2C0%2C50%22%2F%3E%0A%3C%2Fsvg%3E%0A") repeat;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
  line-height: 1.4;
  contain: content;
}

.pnlm-container * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.pnlm-ui {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.pnlm-grab {
  cursor: -webkit-grab;
  cursor: grab;
  cursor: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2226%22%20width%3D%2226%22%3E%0A%3Cpath%20stroke%3D%22%23000%22%20stroke-width%3D%221px%22%20fill%3D%22%23fff%22%20d%3D%22m15.3%2020.5s6.38-6.73%204.64-8.24-3.47%201.01-3.47%201.01%203.61-5.72%201.41-6.49c-2.2-0.769-3.33%204.36-3.33%204.36s0.873-5.76-1.06-5.76-1.58%205.39-1.58%205.39-0.574-4.59-2.18-4.12c-1.61%200.468-0.572%205.51-0.572%205.51s-1.58-4.89-2.93-3.79c-1.35%201.11%200.258%205.25%200.572%206.62%200.836%202.43%202.03%202.94%202.17%205.55%22%2F%3E%0A%3C%2Fsvg%3E%0A") 12 8, default;
}

.pnlm-grabbing {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  cursor: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2226%22%20width%3D%2226%22%3E%0A%3Cpath%20stroke%3D%22%23000%22%20stroke-width%3D%221px%22%20fill%3D%22%23fff%22%20d%3D%22m15.3%2020.5s5.07-5.29%203.77-6.74c-1.31-1.45-2.53%200.14-2.53%200.14s2.74-3.29%200.535-4.06c-2.2-0.769-2.52%201.3-2.52%201.3s0.81-2.13-1.12-2.13-1.52%201.77-1.52%201.77-0.261-1.59-1.87-1.12c-1.61%200.468-0.874%202.17-0.874%202.17s-0.651-1.55-2-0.445c-1.35%201.11-0.68%202.25-0.365%203.62%200.836%202.43%202.03%202.94%202.17%205.55%22%2F%3E%0A%3C%2Fsvg%3E%0A") 12 8, default;
}

.pnlm-sprite {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%22208%22%3E%0A%3Ccircle%20fill-opacity%3D%22.78%22%20cy%3D%22117%22%20cx%3D%2213%22%20r%3D%2211%22%20fill%3D%22%23fff%22%2F%3E%0A%3Ccircle%20fill-opacity%3D%22.78%22%20cy%3D%22143%22%20cx%3D%2213%22%20r%3D%2211%22%20fill%3D%22%23fff%22%2F%3E%0A%3Ccircle%20cy%3D%22169%22%20cx%3D%2213%22%20r%3D%227%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%2F%3E%0A%3Ccircle%20cy%3D%22195%22%20cx%3D%2213%22%20r%3D%227%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%2F%3E%0A%3Ccircle%20cx%3D%2213%22%20cy%3D%22195%22%20r%3D%222.5%22%2F%3E%0A%3Cpath%20d%3D%22m5%2083v6h2v-4h4v-2zm10%200v2h4v4h2v-6zm-5%205v6h6v-6zm-5%205v6h6v-2h-4v-4zm14%200v4h-4v2h6v-6z%22%2F%3E%0A%3Cpath%20d%3D%22m13%20110a7%207%200%200%200%20-7%207%207%207%200%200%200%207%207%207%207%200%200%200%207%20-7%207%207%200%200%200%20-7%20-7zm-1%203h2v2h-2zm0%203h2v5h-2z%22%2F%3E%0A%3Cpath%20d%3D%22m5%2057v6h2v-4h4v-2zm10%200v2h4v4h2v-6zm-10%2010v6h6v-2h-4v-4zm14%200v4h-4v2h6v-6z%22%2F%3E%0A%3Cpath%20d%3D%22m17%2038v2h-8v-2z%22%2F%3E%0A%3Cpath%20d%3D%22m12%209v3h-3v2h3v3h2v-3h3v-2h-3v-3z%22%2F%3E%0A%3Cpath%20d%3D%22m13%20136-6.125%206.125h4.375v7.875h3.5v-7.875h4.375z%22%2F%3E%0A%3Cpath%20d%3D%22m10.428%20173.33v-5.77l5-2.89v5.77zm1-1.73%203-1.73-3.001-1.74z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.pnlm-container:-webkit-full-screen {
  height: 100% !important;
  width: 100% !important;
  position: static !important;
}

.pnlm-container:-ms-fullscreen {
  height: 100% !important;
  width: 100% !important;
  position: static !important;
}

.pnlm-container:fullscreen {
  height: 100% !important;
  width: 100% !important;
  position: static !important;
}

.pnlm-render-container {
  cursor: inherit;
  position: absolute;
  height: 100%;
  width: 100%;
}

.pnlm-controls {
  margin-top: 4px;
  background-color: #fff;
  border: 1px solid #999;
  border-color: rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  cursor: pointer;
  z-index: 2;
  -webkit-transform: translateZ(9999px);
  transform: translateZ(9999px);
}

.pnlm-control:hover {
  background-color: #f8f8f8;
}

.pnlm-controls-container {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 1;
}

.pnlm-zoom-controls {
  width: 26px;
  height: 52px;
}

.pnlm-zoom-in {
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  border-radius: 3px 3px 0 0;
}

.pnlm-zoom-out {
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  background-position: 0 -26px;
  border-top: 1px solid #ddd;
  border-top-color: rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.pnlm-fullscreen-toggle-button, .pnlm-orientation-button, .pnlm-hot-spot-debug-indicator {
  width: 26px;
  height: 26px;
}

.pnlm-hot-spot-debug-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  margin: -13px 0 0 -13px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 13px;
  display: none;
}

.pnlm-orientation-button-inactive {
  background-position: 0 -156px;
}

.pnlm-orientation-button-active {
  background-position: 0 -182px;
}

.pnlm-fullscreen-toggle-button-inactive {
  background-position: 0 -52px;
}

.pnlm-fullscreen-toggle-button-active {
  background-position: 0 -78px;
}

.pnlm-panorama-info {
  position: absolute;
  bottom: 4px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0 3px 3px 0;
  padding-right: 10px;
  color: #fff;
  text-align: left;
  display: none;
  z-index: 2;
  -webkit-transform: translateZ(9999px);
  transform: translateZ(9999px);
}

.pnlm-title-box {
  position: relative;
  font-size: 20px;
  display: table;
  padding-left: 5px;
  margin-bottom: 3px;
}

.pnlm-author-box {
  position: relative;
  font-size: 12px;
  display: table;
  padding-left: 5px;
}

.pnlm-load-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 150px;
  margin: -75px 0 0 -100px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  text-align: center;
  font-size: 20px;
  display: none;
  color: #fff;
}

.pnlm-load-box p {
  margin: 20px 0;
}

.pnlm-lbox {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  display: none;
}

.pnlm-loading {
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-name: pnlm-mv;
  -webkit-animation-name: pnlm-mv;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  height: 10px;
  width: 10px;
  background-color: #fff;
  position: relative;
}

@keyframes pnlm-mv {
  from {
    left: 0;
    top: 0;
  }
  25% {
    left: 10px;
    top: 0;
  }
  50% {
    left: 10px;
    top: 10px;
  }
  75% {
    left: 0;
    top: 10px;
  }
  to {
    left: 0;
    top: 0;
  }
}
@-webkit-keyframes pnlm-mv {
  from {
    left: 0;
    top: 0;
  }
  25% {
    left: 10px;
    top: 0;
  }
  50% {
    left: 10px;
    top: 10px;
  }
  75% {
    left: 0;
    top: 10px;
  }
  to {
    left: 0;
    top: 0;
  }
}
.pnlm-load-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 100px;
  margin: -50px 0 0 -100px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  text-align: center;
  font-size: 20px;
  display: table;
  color: #fff;
  cursor: pointer;
}

.pnlm-load-button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.pnlm-load-button p {
  display: table-cell;
  vertical-align: middle;
}

.pnlm-info-box {
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 150px;
  margin: -75px 0 0 -100px;
  background-color: #000;
  border-radius: 3px;
  display: table;
  text-align: center;
  color: #fff;
  table-layout: fixed;
}

.pnlm-info-box a, .pnlm-author-box a {
  color: #fff;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.pnlm-info-box p {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px 0 5px;
}

.pnlm-error-msg {
  display: none;
}

.pnlm-about-msg {
  font-size: 11px;
  line-height: 11px;
  color: #fff;
  padding: 5px 8px 5px 8px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  position: absolute;
  top: 50px;
  left: 50px;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
}

.pnlm-about-msg a:link, .pnlm-about-msg a:visited {
  color: #fff;
}

.pnlm-about-msg a:hover, .pnlm-about-msg a:active {
  color: #eee;
}

.pnlm-hotspot-base {
  position: absolute;
  visibility: hidden;
  cursor: default;
  vertical-align: middle;
  top: 0;
  z-index: 1;
}

.pnlm-hotspot {
  height: 26px;
  width: 26px;
  border-radius: 13px;
}

.pnlm-hotspot:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.pnlm-hotspot.pnlm-info {
  background-position: 0 -104px;
}

.pnlm-hotspot.pnlm-scene {
  background-position: 0 -130px;
}

div.pnlm-tooltip span {
  visibility: hidden;
  position: absolute;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  max-width: 200px;
  padding: 5px 10px;
  margin-left: -220px;
  cursor: default;
}

div.pnlm-tooltip:hover span {
  visibility: visible;
}

div.pnlm-tooltip:hover span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
  bottom: -20px;
  left: -10px;
  margin: 0 50%;
}

.pnlm-compass {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 4px;
  bottom: 4px;
  border-radius: 25px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2250%22%20width%3D%2250%22%3E%0A%3Cpath%20d%3D%22m24.5078%206-3.2578%2018h7.5l-3.25781-18h-0.984376zm-3.2578%2020%203.2578%2018h0.9844l3.2578-18h-7.5zm1.19531%200.9941h5.10938l-2.5547%2014.1075-2.5547-14.1075z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  cursor: default;
  display: none;
}

.pnlm-world {
  position: absolute;
  left: 50%;
  top: 50%;
}

.pnlm-face {
  position: absolute;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.pnlm-dragfix, .pnlm-preview-img {
  position: absolute;
  height: 100%;
  width: 100%;
}

.pnlm-preview-img {
  background-size: cover;
  background-position: center;
}

.pnlm-lbar {
  width: 150px;
  margin: 0 auto;
  border: #fff 1px solid;
  height: 6px;
}

.pnlm-lbar-fill {
  background: #fff;
  height: 100%;
  width: 0;
}

.pnlm-lmsg {
  font-size: 12px;
}

.pnlm-fade-img {
  position: absolute;
  top: 0;
  left: 0;
}

.pnlm-pointer {
  cursor: pointer;
}

/* Mobile Menu */
.mobile-menu {
  color: #89A460;
  padding: 2rem 1.5rem;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: "FuturaLight", sans-serif;
  cursor: pointer;
}
@media (min-width: 992px) {
  .mobile-menu {
    display: none;
  }
}

/*
 * jQuery FlexSlider v2.6.3
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: "flexslider-icon";
  src: url("../fonts/flexslider-icon.eot");
  src: url("../fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/flexslider-icon.woff") format("woff"), url("../fonts/flexslider-icon.ttf") format("truetype"), url("../fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: "\f001";
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content: "\f002";
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  content: "\f004";
  font-size: 20px;
  display: inline-block;
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* Tables */
table h2 {
  font-size: 200%;
  margin-bottom: 0;
}
table tr {
  line-height: 2.2;
  height: auto !important;
}
table tr td {
  font-size: 1rem;
  display: block;
  height: auto !important;
}
table tr td:not(:first-child):not(.nobefore):before {
  content: attr(data-th) ": ";
  display: inline-block;
  width: 50%;
}
@media (min-width: 696px) {
  table tr td:not(:first-child):not(.nobefore):before {
    display: none;
  }
}
@media (max-width: 390px) {
  table tr td:not(:first-child):not(.nobefore):before {
    width: 100%;
  }
}
@media (max-width: 695px) {
  table tr td.nobefore {
    width: 50%;
    display: inline-block;
  }
}
@media (max-width: 695px) {
  table tr td.title {
    font-size: 120%;
  }
}
@media (max-width: 695px) {
  table tr td {
    width: 100% !important;
  }
}
@media (min-width: 696px) {
  table tr td {
    display: table-cell;
    padding: 0.25em 0.5em;
  }
  table tr td:first-child {
    padding-left: 0;
  }
  table tr td:last-child {
    padding-right: 0;
  }
}
table tr:first-child td {
  font-size: 120%;
}
@media (max-width: 695px) {
  table tr:first-child td {
    display: none;
  }
}
@media (max-width: 695px) {
  table tr:first-child td:first-child {
    display: block;
  }
}
table tr:last-child {
  line-height: 1.3;
}
@media (max-width: 695px) {
  table tr:last-child td {
    padding-top: 1.7rem;
  }
}