@charset "UTF-8";
/*
Theme Name: Pro Senectute
Author: Palasthotel
Description: WordPress Theme for Pro Senectute WordPress Site
Version: 1.0
*/
/**
 * Breakpoint mixin. Example use:
 * @include bp($breakpoint-tablet) {
 *    // content;
 * };
 *
 * @author Kim-Christian Meyer <kim.meyer@palasthotel.de>
 */
/**
 * Mixins
 * @author Stephan Kroppenstedt <sk@palasthotel.de>
 * @created 2013-10-24
 * @last modified 2013-10-24
 */
/**
 * @url https://github.com/bitmanic/rem
 */
/**
 * retina background images
 * @url https://gist.github.com/thulstrup/2140082
 */
/**
 * returns converts pixel value to em
 */
/**
 * @url https://gist.github.com/ddemaree/5470343
 */
.has-background-petrol {
  background-color: #00726F !important;
}

.has-background-petrol-dark {
  background-color: #004F4C !important;
}

/* ==========================================================================
   Typography
   ========================================================================== */
@font-face {
  font-family: "Genericons";
  src: url("./font/genericons-regular-webfont.eot");
  src: url("./font/genericons-regular-webfont.eot?#iefix") format("embedded-opentype"), url("./font/genericons-regular-webfont.woff2") format("woff2"), url("./font/genericons-regular-webfont.woff") format("woff"), url("./font/genericons-regular-webfont.ttf") format("truetype"), url("./font/genericons-regular-webfont.svg#genericonsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/**
 * @author Stephan Kroppenstedt <stephan.kroppenstedt@palasthotel.de>
 * @modified 02.08.2016
 */
.button__donate {
  position: absolute;
  top: 0;
  right: 80px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #3cac3e;
}
@media screen and (min-width: 440px) {
  .button__donate {
    right: 18%;
  }
}
@media all and (min-width: 768px) {
  .button__donate {
    top: 15px;
    margin-right: 3%;
  }
}
@media screen and (min-width: 1200px) {
  .button__donate {
    right: 214px;
  }
}
.button__donate .button__donate--text {
  display: none;
}
@media all and (min-width: 768px) {
  .button__donate .button__donate--text {
    display: block;
  }
}
.button__donate .button__icon svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: #3cac3e;
  transition: all 200ms ease-in-out;
}
.button__donate:visited {
  color: #3cac3e;
}
.button__donate:hover {
  color: #00726F;
}
.button__donate:hover .button__icon svg {
  fill: #00726F;
  transform: scale(1.2);
}

.button__register {
  display: inline-block;
  position: relative;
  width: auto;
  margin: 5px;
  padding: 8px 8px 2px 8px;
  border: 2px solid white;
  border: none;
  border-radius: 50px;
  color: white;
  background-color: rgb(162, 201, 27);
  font-size: 15px;
  transition: all 333ms ease-in-out;
}
@media all and (min-width: 768px) {
  .button__register {
    padding: 11px 25px 8px 25px;
  }
}
.button__register:hover {
  background-color: #90b318;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px 0px;
}
.button__register:link, .button__register:visited {
  color: white;
}
/**
 * @author Stephan Kroppenstedt <stephan.kroppenstedt@palasthotel.de>
 * @modified 23.08.2016
 */
.calltoaction {
  border-radius: 50px;
  width: 50px;
  height: 50px;
  background: -moz-linear-gradient(-45deg, #fff000 1%, #a2c91b 20%, #a2c91b 20%, #3cac3e 85%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(1%, #fff000), color-stop(20%, #a2c91b), color-stop(20%, #a2c91b), color-stop(85%, #3cac3e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #fff000 1%, #a2c91b 20%, #a2c91b 20%, #3cac3e 85%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #fff000 1%, #a2c91b 20%, #a2c91b 20%, #3cac3e 85%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #fff000 1%, #a2c91b 20%, #a2c91b 20%, #3cac3e 85%);
  /* IE10+ */
  background: linear-gradient(135deg, #fff000 1%, #a2c91b 20%, #a2c91b 20%, #3cac3e 85%);
  display: block;
  box-shadow: 0px 1px 4px rgba(120, 120, 120, 0.4);
  margin-bottom: 10px;
}
.calltoaction:before {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}
.calltoaction svg {
  width: 28px;
  height: 28px;
  margin: 12px;
  fill: white;
}

/**
 * @author Stephan Kroppenstedt <stephan.kroppenstedt@palasthotel.de>
 * @modified 08.08.2016
 */
.bsv-icon {
  height: auto;
  display: inline-block;
  width: 24px;
  cursor: pointer;
}

.bsv-info {
  position: relative;
}
.bsv-text {
  display: none;
  width: 100%;
  background: rgba(3, 88, 87, 0.05);
  border-radius: 2px;
  border: 1px solid #035857;
  color: #035857;
  font-size: 16px;
  line-height: 1.45em;
  box-sizing: border-box;
  padding: 0.7rem;
}
.show-bsv .bsv-text {
  display: block;
}

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

.fancybox-is-open .fancybox-bg {
  background-color: rgb(189, 189, 189);
}

.fancybox-is-open .fancybox-content {
  box-shadow: 0 22px 25px -18px grey;
  border: 1px solid rgba(33, 33, 33, 0.31);
  border-radius: 2px;
}

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

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

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

@media all and (min-width: 0) and (max-width: 767px) {
  .flex-active-slide {
    padding-bottom: 90px;
  }
}

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

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

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

.flex-direction-nav {
  width: 100%;
  position: absolute;
  top: 20%;
}

.flex-direction-nav {
  display: none;
}
.flexslider:hover .flex-direction-nav {
  display: block;
}
.page-id-29230 .flexslider:hover .flex-direction-nav {
  display: none !important;
}

.flex-direction-nav li a {
  position: absolute;
  top: 0;
  width: 30px;
  height: 30px;
  text-indent: -999em;
}

.flex-prev {
  left: 10px;
  background: url(../../themes/prosenectute/images/slider-nav.png) no-repeat;
}

.flex-next {
  right: 10px;
  background: url(../../themes/prosenectute/images/slider-nav.png) no-repeat;
}

.flex-control-paging {
  border-sizing: border-box;
  width: 94%;
  position: absolute;
  bottom: 95px;
  left: 0px;
  padding: 3%;
  text-align: right;
}
@media all and (min-width: 0) and (max-width: 767px) {
  .flex-control-paging {
    bottom: 80px;
  }
}

.flex-control-paging li {
  display: inline-block;
  width: 3px;
  margin-right: 10px;
  line-height: 7px;
}

.flex-control-paging li:before {
  content: "";
}

.flex-control-paging li a {
  width: 10px;
  height: 7px;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  background: white;
}

.flex-control-paging li a.flex-active {
  background: #008039;
}

.slides li {
  position: relative;
}

.mainslider > li {
  height: 250px;
}

.slideritem-meta {
  width: 100%;
  padding: 0;
  height: 100px;
  color: #f5f5f5;
  background: -moz-linear-gradient(-45deg, #fff000 1%, #a2c91b 20%, #a2c91b 20%, #3cac3e 85%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(1%, #fff000), color-stop(20%, #a2c91b), color-stop(20%, #a2c91b), color-stop(85%, #3cac3e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #fff000 1%, #a2c91b 20%, #a2c91b 20%, #3cac3e 85%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #fff000 1%, #a2c91b 20%, #a2c91b 20%, #3cac3e 85%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #fff000 1%, #a2c91b 20%, #a2c91b 20%, #3cac3e 85%);
  /* IE10+ */
  background: linear-gradient(135deg, #fff000 1%, #a2c91b 20%, #a2c91b 20%, #3cac3e 85%);
}

.slideritem-meta h3 {
  padding: 30px 15px 0 35px;
  font-size: 26px;
  line-height: 16.8px;
  color: white;
}
@media all and (min-width: 0) and (max-width: 767px) {
  .slideritem-meta h3 {
    font-size: 20px;
    line-height: 20px;
    padding: 15px 15px 0 15px;
  }
}

.slideritem-meta p {
  font-size: 18px;
  margin: 0 0 3px 0;
  padding: 0 35px;
}
@media all and (min-width: 0) and (max-width: 767px) {
  .slideritem-meta p {
    font-size: 16px;
    line-height: 18px;
    padding: 5px 15px 0 15px;
  }
}

/* Main Slider */
@media (max-width: 1039px) and (min-width: 768px) {
  .mainslider {
    margin-bottom: 0;
  }
  .mainslider .slides > li {
    height: 490px;
  }
  .flexslider .slides > li img {
    width: 100%;
  }
}
/**
 * @author Stephan Kroppenstedt <stephan.kroppenstedt@palasthotel.de>
 * @modified 01.08.2016
 */
.grid-box-title {
  color: rgb(93, 172, 75);
  font-size: 16px;
  margin: 0;
  margin-bottom: 10px;
}

.grid-box-countup__content {
  display: flex;
  flex-wrap: wrap;
}

.grid-box.grid-box-countup__item {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: rgb(93, 172, 75);
  flex: 1 0;
  border-bottom: 1px solid rgb(93, 172, 75);
  margin-bottom: 30px;
  min-width: 140px;
}

.grid-box-countup__footer {
  border-top: 1px solid rgb(93, 172, 75);
  font-size: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: rgb(93, 172, 75);
  text-align: center;
  line-height: 1.5;
}
@media all and (min-width: 0) and (max-width: 760px) {
  .grid-box-countup__footer {
    font-size: 13px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

.grid-box-countup__chars {
  font-size: 40px;
  color: rgb(93, 172, 75);
  font-weight: bold;
  text-align: center;
}

.grid-navbox {
  margin-top: 50px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: normal;
  line-height: 2;
  color: black;
}
.grid-navbox ul > li {
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  line-height: 2;
}
@media all and (min-width: 0) {
  .grid-navbox ul > li {
    font-size: 15px;
  }
}
.grid-navbox li {
  margin-bottom: 20px;
  list-style: none;
}
.grid-navbox li li {
  margin-bottom: 0;
}
.grid-navbox li li a:before {
  content: "» ";
}
.grid-navbox li.active > a, .grid-navbox a:hover {
  color: #008039;
}
.grid-navbox ul ul {
  padding-left: 10px;
}
.grid-navbox a:link, .grid-navbox a:visited {
  color: black;
}
.grid-navbox a:hover, .grid-navbox a:focus, .grid-navbox a:active {
  color: rgb(93, 172, 75);
  text-decoration: underline;
}
.grid-navbox h2 {
  font-size: 15px;
  margin-top: 20px;
}
.grid-navbox .awesomplete {
  border-radius: 50px;
  background-color: #eeeee5;
}

.grid-navbox .current_page_item a {
  color: rgb(93, 172, 75);
}

/**
 * @author Stephan Kroppenstedt <stephan.kroppenstedt@palasthotel.de>
 * @modified 08.08.2016
 */
/**
 * Default Grid Styles - Copied from generated CSS File
 */
.grid-slots-wrapper {
  display: table;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

.grid-slot {
  box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
}

.grid-container-c-1d1 {
  width: 100%;
}

.grid-container-c-1d1 .grid-slot-1d1 {
  width: 100%;
}

.grid-container-c-1d3-1d3-1d3 {
  width: 100%;
}

.grid-container-c-1d3-1d3-1d3 .grid-slot-1d3 {
  width: 33.3333333333%;
}

.grid-container-c-2d3-1d3 {
  width: 100%;
}

.grid-container-c-2d3-1d3 .grid-slot-2d3 {
  width: 66.6666666667%;
}

.grid-container-c-2d3-1d3 .grid-slot-1d3 {
  width: 33.3333333333%;
}

.grid-container-c-1d3-2d3 {
  width: 100%;
}

.grid-container-c-1d3-2d3 .grid-slot-1d3 {
  width: 33.3333333333%;
}

.grid-container-c-1d3-2d3 .grid-slot-2d3 {
  width: 66.6666666667%;
}

.grid-container-c-1d6-1d6-1d6-1d6-1d6-1d6 {
  width: 100%;
}

.grid-container-c-1d6-1d6-1d6-1d6-1d6-1d6 .grid-slot-1d6 {
  width: 16.6666666667%;
}

.grid-container-c-1d4-1d4-1d4-1d4 {
  width: 100%;
}

.grid-container-c-1d4-1d4-1d4-1d4 .grid-slot-1d4 {
  width: 25%;
}

.grid-container-c-1d2-1d2 {
  width: 100%;
}

.grid-container-c-1d2-1d2 .grid-slot-1d2 {
  width: 50%;
}

.grid-toolbar .grid-container-s-1d3-0.grid-container-right-space-2d3 {
  padding-right: 66.6666666667%;
  width: 33.3333333333%;
}

.grid-container-s-1d3-0 .grid-slot-1d3 {
  width: 100%;
}

.grid-toolbar .grid-container-s-0-1d3.grid-container-left-space-2d3 {
  padding-left: 66.6666666667%;
  width: 33.3333333333%;
}

.grid-container-s-0-1d3 .grid-slot-1d3 {
  width: 100%;
}

.grid-container-c-0-1d3-1d3.grid-container-left-space-1d3 {
  padding-left: 33.3333333333%;
  width: 66.6666666667%;
}
@media all and (min-width: 0) and (max-width: 767px) {
  .grid-container-c-0-1d3-1d3.grid-container-left-space-1d3 {
    width: 100%;
    padding-left: 0;
  }
}

.grid-container-c-0-1d3-1d3 .grid-slot-1d3 {
  width: 50%;
}

.grid-container-c-1d3-1d3-0.grid-container-right-space-1d3 {
  padding-right: 33.3333333333%;
  width: 66.6666666667%;
}

.grid-container-c-1d3-1d3-0 .grid-slot-1d3 {
  width: 50%;
}

.grid-container-c-0-2d3.grid-container-left-space-1d3 {
  padding-left: 33.3333333333%;
  width: 66.6666666667%;
}

.grid-container-c-0-2d3 .grid-slot-2d3 {
  width: 100%;
}

.grid-container-c-2d3-0.grid-container-right-space-1d3 {
  padding-right: 33.3333333333%;
  width: 66.6666666667%;
}

.grid-container-c-2d3-0 .grid-slot-2d3 {
  width: 100%;
}

.grid-container-c-0-1d3-0.grid-container-left-space-1d3.grid-container-right-space-1d3 {
  padding-left: 33.3333333333%;
  padding-right: 33.3333333333%;
  width: 33.3333333333%;
}

.grid-container-c-0-1d3-0 .grid-slot-1d3 {
  width: 100%;
}

.grid-frontend .grid-content-container-wrapper.grid-container-c-2d3-0 .grid-container- *,
.grid-frontend .grid-content-container-wrapper.grid-container-c-0-2d3 .grid-container- * {
  width: 100%;
  padding: 0px;
}

@media screen and (max-width: 766px) {
  .grid-container-c-0-2d3.grid-container-left-space-1d3 {
    width: 100%;
  }
}

.grid-frontend .grid-content-container-wrapper.grid-container-c-2d3-0 {
  padding: 0px;
  float: left;
}

.grid-frontend .grid-content-container-wrapper.grid-container-c-0-2d3 {
  padding: 0px;
  float: right;
}

.grid-frontend .grid-slot-sidebar {
  display: block;
  width: 33.3%;
}

.grid-frontend .grid-slot-sidebar.grid-right-sidebar {
  float: right;
}

.grid-frontend .grid-slot-sidebar.grid-left-sidebar {
  float: left;
}

/*
 * Custom Grid Styles
 */
.grid-box {
  margin: 0 5px 5px 5px;
}
@media all and (min-width: 768px) {
  .grid-box {
    margin: 0 10px 10px 10px;
  }
}
@media all and (min-width: 1024px) {
  .grid-box {
    margin: 0 15px 15px 15px;
  }
}
@media all and (min-width: 1440px) {
  .grid-box {
    margin: 0 20px 20px 20px;
  }
}

@media all and (min-width: 0) and (max-width: 768px) {
  .grid-slot {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    display: block;
    vertical-align: top;
  }
}
@media print {
  .grid-slot {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    display: block;
    vertical-align: top;
  }
}

.grid-container-title {
  font-size: 40px;
  line-height: 1.2;
  color: rgb(93, 172, 75);
  font-weight: 300;
  font-weight: normal;
  color: rgb(93, 172, 75);
  margin-left: 5px;
}
@media all and (min-width: 768px) {
  .grid-container-title {
    margin-left: 10px;
  }
}
@media all and (min-width: 1024px) {
  .grid-container-title {
    margin-left: 15px;
  }
}
@media all and (min-width: 1440px) {
  .grid-container-title {
    margin-left: 20px;
  }
}

.grid-box-sidebar .grid-box-title {
  font-size: 16px;
  margin-bottom: 10px;
}

.grid-box-media img {
  width: 100%;
}
.grid-slot-2d3 .grid-box-media {
  position: relative;
}
.grid-slot-2d3 .grid-box-media .grid-box-title {
  color: white;
  position: absolute;
  z-index: 10;
  width: 60%;
  margin: 0 20%;
  text-align: center;
  font-size: 20px;
  top: 40px;
}
@media all and (min-width: 1440px) {
  .grid-slot-2d3 .grid-box-media .grid-box-title {
    font-size: 30px;
    top: 300px;
  }
}
.grid-slot-2d3 .grid-box-media .grid-box-readmore-link:link, .grid-slot-2d3 .grid-box-media .grid-box-readmore-link:visited {
  display: block;
  color: white;
  text-decoration: underline;
  position: absolute;
  bottom: 30px;
  z-index: 10;
  font-size: 20px;
  width: 60%;
  text-align: center;
  margin: 0 20%;
}
.grid-slot-2d3 .grid-box-media .grid-box-readmore-link:hover {
  text-decoration: none;
}

@media all and (min-width: 0) and (max-width: 768px) {
  .container-grid-sidebar .grid-slots-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}
.grid-box-imageslider_custom {
  background: -moz-linear-gradient(-45deg, #fff000 1%, #a2c91b 20%, #a2c91b 20%, #3cac3e 85%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(1%, #fff000), color-stop(20%, #a2c91b), color-stop(20%, #a2c91b), color-stop(85%, #3cac3e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #fff000 1%, #a2c91b 20%, #a2c91b 20%, #3cac3e 85%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #fff000 1%, #a2c91b 20%, #a2c91b 20%, #3cac3e 85%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #fff000 1%, #a2c91b 20%, #a2c91b 20%, #3cac3e 85%);
  /* IE10+ */
  background: linear-gradient(135deg, #fff000 1%, #a2c91b 20%, #a2c91b 20%, #3cac3e 85%);
  background-color: lightgray;
}
.grid-box-imageslider_custom .grid-slider {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.grid-box-imageslider_custom .grid-slider.slick-initialized {
  height: 100%;
  visibility: visible;
  opacity: 1;
}
@media all and (min-width: 320px) {
  .grid-box-imageslider_custom {
    max-width: 290px;
  }
}
@media all and (min-width: 375px) {
  .grid-box-imageslider_custom {
    max-width: 335px;
  }
}
@media all and (min-width: 425px) {
  .grid-box-imageslider_custom {
    max-width: 405px;
  }
}
@media all and (min-width: 768px) {
  .grid-box-imageslider_custom {
    max-width: 644px;
  }
}
@media all and (min-width: 1440px) {
  .grid-box-imageslider_custom {
    max-width: 800px;
  }
}

@media all and (min-width: 768px) {
  .grid-slider__slideritem {
    max-width: 644px;
    position: absolute;
    bottom: 0;
  }
}
@media all and (min-width: 1440px) {
  .grid-slider__slideritem {
    max-width: 800px;
  }
}

.grid-box-wp_html hr {
  height: 2px;
  background: rgb(93, 172, 75);
}
.grid-box-wp_html .button-cta, .grid-box-wp_html .button-cta--sticky {
  background-color: rgb(93, 172, 75);
  border-radius: 20px;
  color: white;
  font-size: 16px;
  font-weight: normal;
  padding: 6px 20px;
  display: inline-block;
  margin-bottom: 12px;
  transition: all 333ms ease-in-out;
}
.grid-box-wp_html .button-cta:hover, .grid-box-wp_html .button-cta--sticky:hover {
  background-color: #008039;
}
.grid-box-wp_html .button-cta.is-pdf-link:before, .grid-box-wp_html .button-cta--sticky.is-pdf-link:before {
  font-size: 20px;
  margin-right: 6px;
}
.grid-box-wp_html .button-cta--sticky {
  position: sticky;
  top: 100px;
}

.grid-boxes-wrapper.has-sticky-box {
  position: sticky;
  top: 110px;
}
.sticky-sidebar .grid-boxes-wrapper.has-sticky-box {
  position: fixed;
  top: 100px;
}

.grid-box-video iframe {
  overflow: auto;
  width: 100%;
  max-width: 100%;
  border: none;
  border-radius: 0;
}

.home .grid-container-type-3 {
  margin-top: 4%;
  margin-bottom: 4%;
}

.page-id-29230 #ov-overlay {
  background-color: transparent;
}
.page-id-29230 #ov-overlay .modal-wrap {
  padding: 2em 3em 2em 3em;
  box-shadow: 0 20px 30px -25px rgba(33, 33, 33, 0.3);
}
.page-id-29230 #ov-overlay .modal-content .modal-body {
  line-height: 1.5;
}
.page-id-29230 #ov-overlay .modal-content .modal-body ul {
  margin-bottom: 12px;
  margin-top: 12px;
}
.page-id-29230 #ov-overlay .modal-content .modal-body li {
  margin-left: 20px;
  margin-bottom: 12px;
}
.page-id-29230 #ov-overlay .modal-content .modal-body h2 {
  margin-top: 0;
}
.page-id-29230 #ov-overlay .modal-content .modal-body a {
  display: inline;
}
.page-id-29230 #ov-overlay .modal-content #ov-overlay-close {
  margin-top: 24px;
}

.modal-headline {
  margin-top: 0;
}

.modal-close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  font-weight: 100;
}

.modal-content {
  overflow-y: scroll;
  max-height: 70vh;
}

.pszh-notification {
  background-color: rgba(204, 0, 0, 0.1);
  border: 1px solid rgba(204, 0, 0, 0.3);
  border-radius: 2px;
  padding: 10px;
  margin: 10px auto;
}
@media all and (min-width: 0) and (max-width: 768px) {
  .pszh-notification {
    margin-top: 80px;
  }
}
@media all and (min-width: 768px) and (max-width: 960px) {
  .pszh-notification {
    margin-top: 120px;
  }
}

/**
* @author Stephan Kroppenstedt <stephan.kroppenstedt@palasthotel.de>
* @modified 17.08.2016
*/
.page-wrap:before, .page-wrap:after {
  content: "";
  display: table;
}
.page-wrap:after {
  clear: both;
}
.page-wrap .grid:before, .page-wrap .grid:after {
  content: "";
  display: table;
}
.page-wrap .grid:after {
  clear: both;
}
@media all and (min-width: 768px) {
  .page-wrap .grid {
    margin-left: calc(-50% - 10px);
  }
}
@media all and (min-width: 768px) {
  .page-wrap .grid {
    margin-left: calc(-50% - 20px);
    margin-right: 0;
  }
}
@media all and (min-width: 1024px) {
  .page-wrap .grid {
    margin-left: calc(-50% - 30px);
    margin-right: -10px;
  }
}
@media all and (min-width: 1440px) {
  .page-wrap .grid {
    width: 1320px;
    margin-left: calc(-50% - 40px);
    margin-right: 0;
  }
}
@media all and (min-width: 0) and (max-width: 768px) {
  .single-activity .page-wrap {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 60px;
  }
}

@media all and (min-width: 0) and (max-width: 768px) {
  .page-sidebar {
    margin-top: 80px;
  }
}
@media all and (min-width: 768px) {
  .page-sidebar {
    width: 33.3333333333%;
    float: left;
  }
}
@media print {
  .page-sidebar {
    display: none;
  }
}

@media screen and (max-width: 799px) {
  .page-content {
    margin-top: calc(var(--wp--custom--height--header-mobile) + var(--wp--custom--spacing--horizontal));
  }
}
@media all and (min-width: 768px) {
  .page-content {
    width: 66.6666666667%;
    float: right;
  }
}
@media print {
  .page-content {
    float: none;
    width: 100%;
  }
}
.page-content:only-child {
  float: none;
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width: 0) and (max-width: 768px) {
  .sidebar-menu-wrap {
    max-height: 0;
    transition: all 333ms ease-in-out;
    overflow: hidden;
  }
  .is-mobile-sidebar-menu .sidebar-menu-wrap {
    height: auto;
    max-height: none;
    overflow: auto;
  }
}

.toggle-filter-button {
  display: inline-block;
  padding: 5px 20px 2px 20px;
  color: white;
  border-radius: 10px;
  background-color: rgb(93, 172, 75);
  box-shadow: 0 0 7px 1px rgba(93, 172, 75, 0.5);
  margin-bottom: 30px;
}
@media all and (min-width: 768px) {
  .toggle-filter-button {
    display: none;
  }
}

/**
 * @author Stephan Kroppenstedt <stephan.kroppenstedt@palasthotel.de>
 * @modified 22.08.2016
 */
.facetwp-template {
  position: relative;
}

.pszh-tocco-table {
  margin-top: 20px;
  margin-bottom: 20px;
  transition: all 333ms ease-in-out;
}
.pszh-tocco-table .table-col-angebot {
  width: 50%;
}
.pszh-tocco-table .table-col-date {
  width: 100px;
}
.fwp-is-loading .pszh-tocco-table {
  opacity: 0.2;
}
.pszh-tocco-table th {
  font-weight: 900;
  font-size: 14px;
  color: black;
  font-size: 15px;
  line-height: 1.5;
  font-weight: normal;
}
.pszh-tocco-table tr td {
  border-bottom: 1px solid #f1f1f1;
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.pszh-tocco-table tr td:first-child {
  padding-left: 4px;
}
.pszh-tocco-table tr td:last-child {
  padding-right: 4px;
}
.pszh-tocco-table tr:nth-child(4n) td {
  background-color: rgb(245, 245, 245);
  border-bottom: 1px solid rgb(235, 235, 235);
}

.table-col-angebot {
  width: 50%;
}

.pszh-tocco-table-single th {
  vertical-align: top;
  font-size: 15px;
  line-height: 1.5;
  font-weight: normal;
  padding-right: 10px;
  padding-top: 4px;
}
.pszh-tocco-table-single td {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.pszh-tocco-list-single {
  list-style-type: none;
}
.pszh-tocco-list-single li {
  margin-bottom: 15px;
}
.pszh-tocco-list-single h3 {
  font-weight: 600;
  font-size: 16px;
}
.pszh-tocco-list-single p {
  margin-top: 0;
}

.pszh-tocco-info {
  max-width: 580px;
  border: 1px solid yellow;
  background-color: rgba(255, 255, 0, 0.3);
  padding: 10px 20px;
  margin: 80px auto;
}

.pszh-tocco-status__icon {
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 50%;
}
.pszh-tocco-status--green .pszh-tocco-status__icon {
  background-color: #a2c91b;
  box-shadow: 0px 0px 7px 1px rgba(162, 201, 27, 0.5);
}
.pszh-tocco-status--yellow .pszh-tocco-status__icon {
  background-color: #FFD04A;
  box-shadow: 0px 0px 7px 1px rgba(255, 208, 74, 0.5);
}
.pszh-tocco-status--orange .pszh-tocco-status__icon {
  background-color: #ffa439;
  box-shadow: 0px 0px 7px 1px rgba(255, 164, 57, 0.5);
}
.pszh-tocco-status--red .pszh-tocco-status__icon {
  background-color: #CC3D2A;
  box-shadow: 0px 0px 7px 1px rgba(204, 61, 42, 0.5);
}

.pszh-tocco-status__text {
  display: none;
}

.tocco-registration-frame {
  margin-top: 20px;
}
.tocco-registration-frame iframe {
  border: none;
}

.sk-circle-wrap {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
}

.sk-circle {
  position: relative;
  margin: auto;
  width: 60px;
  height: 60px;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #3cac3e;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.facetwp-facet-umkreissuche {
  display: flex;
  margin-top: 40px;
  position: relative;
}
.facetwp-facet-umkreissuche:before {
  content: "Umkreissuche";
  position: absolute;
  top: -25px;
  font-weight: 600;
}
.facetwp-facet-umkreissuche input.facetwp-location {
  min-width: 175px;
}

.sidebar-headline {
  margin-top: 40px;
}

.facetwp-counter {
  font-size: 14px;
}

.facetwp-facet {
  line-height: 1.6;
  font-weight: 300;
}
.facetwp-facet .facetwp-checkbox.checked {
  font-weight: 600;
}
.facetwp-facet .facetwp-checkbox {
  background-size: 10px 10px;
}

.facetwp-pager {
  text-align: center;
}
.facetwp-pager .facetwp-pager-label {
  display: block;
  margin-bottom: 10px;
  color: #999999;
  font-size: 14px;
}

.facetwp-page.active {
  padding: 5px 3px 2px 4px;
  font-weight: 600;
  color: #000;
}

.facetwp-depth .facetwp-depth .facetwp-depth {
  font-size: 14px;
}

.facetwp-expand {
  display: none !important;
}

.facetwp-depth {
  margin-bottom: 20px;
}

.facetwp-counter {
  display: none !important;
}

.tocco-table-desktop {
  display: none;
}
@media all and (min-width: 768px) {
  .tocco-table-desktop {
    display: table-row;
  }
}

.tocco-table-mobile {
  content: "» ";
}
@media all and (min-width: 768px) {
  .tocco-table-mobile {
    display: none;
  }
}
.tocco-table-mobile .item-header {
  font-size: 16px;
  line-height: 1.6;
}
.tocco-table-mobile strong {
  font-weight: 600;
}
.tocco-table-mobile td {
  line-height: 1.6;
}

@media all and (min-width: 0) and (max-width: 768px) {
  .pszh-tocco-table-head {
    display: none;
  }
}

.extended-search .extended-search-form {
  align-items: baseline;
  display: flex;
}
.extended-search .extended-search-form .search__button {
  position: relative;
  right: -7px;
}
.extended-search .extended-search-form .field {
  margin: 0;
  margin-right: 10px;
}
.extended-search .facetwp-facet {
  margin-bottom: 0;
  margin-right: 10px;
}
.extended-search .location-results {
  z-index: 100;
}

.ph-sidebar-navigation .facetwp-facet {
  margin-bottom: 10px;
}

.facetwp-dropdown {
  width: 100%;
}

.tax-actions .grid-navbox li {
  margin-bottom: 10px;
}

.search__container .facetwp-facet-aktivitaeten select {
  width: 100%;
}

.facetwp-search {
  width: 89%;
}

.facetwp-template {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .facetwp-template > p:first-child {
    margin-top: 1rem;
  }
}

.date-list-toggle {
  font-style: italic;
  cursor: pointer;
}

.date-list {
  overflow: hidden;
}
.date-list ul {
  margin-left: 20px;
}
.date-list.hide-list {
  height: 0;
  max-height: 0;
}

.tocco-attachement-list {
  margin-bottom: 30px;
  margin-left: 20px;
}
.tocco-attachement-list li {
  margin-bottom: 10px;
}
.tocco-attachement-list .dashicons-download:before {
  font-size: 20px;
}

/**
 * @author Stephan Kroppenstedt <stephan.kroppenstedt@palasthotel.de>
 * @modified 09.08.2016
 */
.search__container {
  display: inline-block;
}

.search__container {
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  transform: translate3d(0, -10px, 0);
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: 100vw;
  max-width: 600px;
  padding: 20px;
  background: #ffffff;
  box-sizing: border-box;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 4px 12px 0 rgba(0, 0, 0, 0.15);
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.is-search-toggled .search__container {
  visibility: visible;
  z-index: 1;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.search__container form {
  margin-bottom: 20px;
}
@media all and (min-width: 768px) {
  .search__container {
    padding: 40px;
  }
  .search__container form {
    margin-bottom: 40px;
  }
}

.search__container .field {
  width: 100%;
  border-radius: 22px;
}

#searchform {
  position: relative;
}

.search__button {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 44px;
  padding: 10px 20px 10px 20px;
  background-color: #00726F;
  background-image: linear-gradient(90deg, #007B48, transparent);
  border: none;
  border-radius: 50px;
  color: white;
  transition: all 250ms ease-in-out;
}
.search__button:hover, .search__button:focus {
  background-color: #004F4C;
  background-image: linear-gradient(90deg, #00726F, transparent);
  box-shadow: 0 0 0 8px rgba(0, 114, 111, 0.05);
}
.search__button[disabled] {
  background-color: #bcbcbc;
}
.extended-search .search__button {
  position: relative;
  margin-top: 0.6em;
  margin-left: 9px;
}
@media all and (min-width: 720px) {
  .extended-search .search__button {
    position: absolute;
    margin-top: -3px;
    margin-left: 0;
  }
}

.search__container form {
  position: relative;
}
.search__container .extended-search .section {
  display: none;
  padding-bottom: 20px;
  padding-left: 10px;
  box-sizing: border-box;
  border-top: 1px solid #93948f;
}
@media all and (min-width: 720px) {
  .search__container .extended-search .section {
    padding-bottom: 45px;
  }
}
.search__container .extended-search .section .section-title {
  display: block;
  padding-top: 25px;
  padding-bottom: 10px;
  font-size: 13px;
  font-weight: 100;
}
.search__container .extended-search .section .section-description {
  margin-top: 6px;
  display: inline-block;
}
.search__container .extended-search.extended .section {
  display: block;
}
.search__container .extended-search.extended.extended #open-extended-search:before {
  content: "▼";
}
.search__container .extended-search #open-extended-search {
  display: block;
  margin-bottom: 1em;
  margin-left: 10px;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 100;
  outline: none;
}
.search__container .extended-search #open-extended-search:before {
  content: "▶";
  content: "▶︎";
  border: none;
  outline: none;
  background-color: transparent;
  display: inline-block;
  margin-right: 5px;
  font-size: 10px;
  vertical-align: middle;
}

.search__container input[type=text] {
  box-sizing: border-box;
  height: 44px;
  padding: 10px 16px;
  font-size: 1em;
}

.search__container select {
  width: auto;
  font-size: 16px;
  font-weight: 100;
}

.search__container input.zip,
.search__container .awesomplete {
  display: block;
  width: 100%;
  max-width: 251px;
  position: relative;
  right: 0;
  margin-top: 0.6em;
}
@media all and (min-width: 720px) {
  .search__container input.zip,
  .search__container .awesomplete {
    width: 100%;
    max-width: 150px;
    position: absolute;
    right: 80px;
    top: 0px;
    margin-top: 0;
  }
}

.search__container div.awesomplete > ul {
  position: absolute;
  top: 40px;
  left: 0;
}
@media all and (min-width: 720px) {
  .search__container div.awesomplete > ul {
    left: -135px;
  }
}

@media screen and (min-width: 767px) and (max-width: 880px) {
  #page .search__container.open + .site-branding .site-logo--desktop {
    display: none;
  }
  #page .search__container.open + .site-branding .site-logo--tablet {
    display: none;
  }
  #page .search__container.open + .site-branding .site-logo--mobile {
    display: block;
    margin-top: 16px;
  }
}
.page-title {
  font-size: 25px;
  line-height: 30px;
}
.page-title small {
  font-size: 15px;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 25px;
  z-index: 10;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.spendentelefon {
  width: 20%;
  float: left;
  padding: 5%;
}

.spendentext {
  width: 60%;
  float: left;
  padding: 6% 2%;
}
.spendentext strong {
  font-weight: 900;
  /* line-height: 200%; */
}

/**
 * @author Stephan Kroppenstedt <stephan.kroppenstedt@palasthotel.de>
 * @modified 30.09.2016
 */
.closemenu {
  position: relative;
}
.closemenu span {
  position: absolute;
  right: 10px;
  top: 15px;
}
@media all and (min-width: 1040px) {
  .closemenu span {
    top: 26px;
  }
}

.pszh-sidebar-logo {
  max-width: 220px;
  margin-top: 60px;
}

.toggler {
  display: block;
}

/** 
 * @author Enno Welbers <enno.welbers@palasthotel.de>
 */
#modal_tocco_anmeldung {
  width: 600px;
}

/**
 * @author Stephan Kroppenstedt <stephan.kroppenstedt@palasthotel.de>
 * @modified 08.08.2016
 */
.wp-caption {
  max-width: 100%; /* Image does not overflow the content area */
  text-align: left;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.wp-caption-text {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 0;
}

/**
 * @modified kim.meyer@palasthotel.de
 * @url https://gist.github.com/bitmanic/1134548
 */
/**
 * Basic Form Elements
 * @author Stephan Kroppenstedt <sk@palasthotel.de>
 * @created 2013-10-24
 * @last modified 2013-10-24
 */
/* ==========================================================================
  Forms
  ========================================================================== */
.single-volunteers_cpt select,
.single-sportseducation_cpt select {
  width: 100%;
  max-width: 230px;
}

.ph-accordion-mtl {
  margin-top: 30px;
}

.ui-accordion {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 0;
}

.ui-accordion-header {
  font-size: 16px;
  text-transform: none;
  cursor: pointer;
  padding: 10px 0;
  background-color: #eeeee6;
  margin-bottom: 0;
  margin-top: 0;
}

.ui-accordion-header:focus {
  outline: none;
}

.ui-accordion-header:before {
  content: "»";
  margin: 0 5px;
  display: inline-block;
}

.ui-accordion-header-active, .ui-accordion-header:hover, .ui-accordion-header-active .ph-acc-anchor {
  color: #008039;
}

.ui-accordion-header-active.ui-accordion-header:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.ui-accordion-content {
  margin: 20px;
}

.grid-box-dc_accordion {
  border-top: 1px solid #e6e6e6;
  margin-bottom: 0;
}
.grid-box-dc_accordion ul {
  list-style: none;
}
.grid-box-dc_accordion li {
  margin-left: 10px;
}
.grid-box-dc_accordion li:before {
  content: "»";
  position: absolute;
  margin-left: -10px;
  margin-top: -2px;
}

.grid-box-dc_accordion_services {
  margin-bottom: 0;
}

.ph-accordion-content {
  margin-bottom: 20px;
}

.ph-accordion-content-wrapper1:nth-child(even) .ph-accordion-content {
  margin-left: 10px;
}

.ph-accordion-content-wrapper1:nth-child(odd) .ph-accordion-content {
  margin-right: 10px;
}

.ph-accordion-content-wrapper1 {
  width: 50%;
  float: left;
}

.ph-accordion-content-wrapper1:nth-child(odd) {
  clear: both;
}

.ph-accordion-content-wrapper2 {
  width: 100%;
  clear: both;
  overflow: auto;
}

.ph-acc-anchor {
  color: #000;
}

.activity-listing {
  line-height: 27px;
}

.grid-box-html .activity-listing p:first-child {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

.activity-listing span.checked {
  display: inline-block;
  margin-left: -2.2em;
  min-width: 2em;
}

@media all and (min-width: 768px) {
  .activity-listing tr td:nth-of-type(1) {
    min-width: 12em;
  }
}

.activity-listing tr td {
  vertical-align: top;
}

.grid-box-html .activity-listing p.level-title {
  margin-bottom: 0.75em;
  font-weight: 700;
}

.dc-poster-box {
  box-sizing: border-box;
  padding: 1em 1em 1em 1.7em;
  background: #195771;
}
.dc-poster-box h4 {
  font-size: 19px;
  margin-bottom: 0.75em;
}
.dc-poster-box h4 a {
  color: #bad800;
}
.dc-poster-box span {
  display: block;
  margin: 0 0 0.2em 0;
  color: #f8ffff;
  font-weight: 100;
}
.dc-poster-box .more-link.button {
  display: block;
  width: 116px;
  margin: 2em 0 1em 24%;
  padding: 0.75em 0.85em 0.5em 0.85em;
  border-radius: 25px;
  background: #f3f2ed;
  color: #7f815f;
  text-align: center;
}

/** Contact Form **/
.single-activity h2.form-title {
  margin-top: 1.25em;
}

.activity-template-default label {
  font-weight: 700;
  margin-top: 7px;
  font-size: 14px;
  display: inline-block;
}
.activity-template-default p {
  margin-bottom: 0;
  margin-top: 0;
}
.activity-template-default input {
  padding: 6px;
  border: 1px solid rgb(185, 185, 185);
  border-radius: 2px;
}

/**
 *  Article Definitions
 * @author Stephan Kroppenstedt <sk@palasthotel.de>
 * @created 2013-10-29
 * @last modified 2013-10-29
 */
.archive-title {
  font-size: 22px;
}

.archive-meta p {
  margin: 0;
  font-size: 13px;
  line-height: 22px;
}

.groups h2.heading {
  margin-bottom: 1em;
}

.groups .search-result-list {
  margin-bottom: 2em;
}

.groups tbody td.notice a {
  color: #d00;
  font-family: sans-serif;
  font-weight: bolder;
}

.groups td.notice a:before {
  content: "";
}

.single-tour .spacer td {
  height: 0.52em;
}

.single-tour .tour-notice {
  color: #e00;
  font-weight: bolder;
}

.single-tour .tour-info h3 {
  margin-top: 1em;
  margin-bottom: 1em;
}

.single-tour .tour-info p:first-child {
  font-size: 18px;
}

.single-tour .activity-listing tr td:nth-of-type(1) {
  max-width: 5em;
  width: 30%;
}

.single-tour .activity-listing tr td.tour-program:nth-of-type(1) {
  min-width: 12em;
  width: 70%;
}

.grid-box-media .attachment-full {
  margin-left: auto;
  margin-right: auto;
}

.b-prolog p {
  margin-top: 5px;
  margin-bottom: 5px;
}

a.grid-box-media-link {
  margin-top: 5px;
}

a.grid-box-media-link:hover {
  text-decoration: underline;
}

.grid-box-media-link:before {
  content: "\f400";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font-family: "Genericons";
  vertical-align: top;
  margin-right: 10px;
}

.grid-box-single_marker_map {
  margin-top: 20px;
}

.enlargable-media-wrapper {
  width: 100%;
  text-align: center;
}

a.enlarge-media-link {
  color: white;
  text-transform: uppercase;
  margin-top: 5px;
}

a.enlarge-media-link:hover {
  text-decoration: underline;
}

.enlarge-media-link:before {
  content: "\f400";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font-family: "Genericons";
  vertical-align: top;
  padding-top: 3px;
  margin-right: 10px;
}

/**
* Custom Styles for Fancybox
* @author Julia Krischik
* @created 2014-10-29
*/
.fancybox-prev span, .fancybox-next span {
  background: none;
}

.fancybox-prev span:before, .fancybox-next span:before, .fancybox-close:before {
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  font-size: 80px;
  font-family: "futura-pt", sans-serif;
  opacity: 1;
  top: -33px;
  position: relative;
}

.fancybox-prev span:before {
  content: "‹";
}

.fancybox-next span:before {
  content: "›";
}

.fancybox-close {
  background: none;
}

.fancybox-close:before {
  content: "x";
  font-size: 35px;
  border: 3px solid white;
  line-height: 17px;
  border-radius: 20px;
  top: -10px;
  left: 20px;
  height: 25px;
  width: 25px;
  display: block;
  text-align: center;
  font-weight: 700;
}

.fancybox-skin {
  border-radius: 0;
  background: #ffffff;
}

.fancybox-title-float-wrap .child {
  background: white;
  color: black;
  text-shadow: none;
  margin-right: 0;
  padding-bottom: 5px;
  font-weight: 400;
}
.fancybox-title-float-wrap .child .title {
  font-weight: 300;
}
.fancybox-title-float-wrap .child .title strong {
  font: bold 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fancybox-title-float-wrap {
  right: 0;
  margin-bottom: -18px;
  width: 100% !important;
  background: #ffffff;
}

/* Style for ie */
.course-item {
  margin-bottom: 1.25em;
}

.course-item p {
  margin-bottom: 0;
}

.course-desc {
  width: 120px;
  color: #027b78;
  font-weight: bolder;
}

.course-content {
  display: inline-block;
}

.course-sep {
  padding-top: 1em;
}

.course-warning {
  font-weight: bold;
  color: #c00;
}

.course-notice {
  font-weight: bold;
  color: #33a;
}

.course-booked-notice {
  font-weight: bolder;
  color: #c00;
}

.gallery {
  margin: 20px 0;
}

.gallery-item {
  display: inline-block;
  margin-right: 25px;
}

.ph-gallery-backlink {
  margin-bottom: 20px;
  display: block;
}

/** fancybox fixes **/
.fancybox-next span:before,
.fancybox-prev span:before,
.fancybox-close:before {
  content: none !important;
}

.fancybox-title-float-wrap {
  background: transparent;
}

.head-wrap {
  max-width: 1040px;
  margin: 0 auto 0px auto;
  height: 60px;
}

.headeractions-list {
  list-style: none;
  float: left;
}

.headeractions-list-item {
  color: #ffffff;
  display: inline;
  padding: 0 15px;
  font-size: 9.5454545455px;
}

.headeractions-list-item:last-child {
  border-left: 1px solid white;
  padding-right: 0;
}

.header-widget-wrap {
  display: none;
}

/* --- Header Image / Responsive Slider (Plugin) --- */
.header-img {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: auto;
  clear: both;
}

.header-img img,
.header-img img.wp-post-image {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  margin: 0;
}

/* --- Mobile Nav --- */
.search-container {
  position: relative;
}

.masterhead a#mobile-search-btn,
.masterhead a#mobile-menu-btn {
  display: block;
  position: relative;
  width: 50%;
  height: 60px;
  margin: 0;
  color: #bbb;
  text-align: center;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.masterhead a#mobile-menu-btn {
  float: right;
  padding: 20px 0 0;
  border-left: 1px solid #eaeaea;
}

.masterhead a#mobile-search-btn span,
.masterhead a#mobile-menu-btn span {
  display: none;
}

.menu-icon:after {
  content: "\f419";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: normal 21px/1 "Genericons";
  vertical-align: top;
}

.search-btn-open,
.menu-btn-open {
  border-top: 1px solid #92dadd !important;
  border-bottom: 1px solid #92dadd !important;
  color: #fff !important;
}

.search-btn-open:before {
  content: "\f500";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: normal 15px/1 "Genericons";
  vertical-align: bottom;
  padding: 0;
  position: absolute;
  top: -15px;
  right: 48%;
  z-index: 2;
}

.menu-btn-open:before {
  content: "\f502";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: normal 15px/1 "Genericons";
  vertical-align: bottom;
  padding: 0;
  position: absolute;
  bottom: -15px;
  right: 48%;
  z-index: 2;
}

.mobile-menu-btn {
  display: none;
}

@media screen and (min-width: 1040px) {
  .masterhead a#mobile-menu-btn,
  .masterhead a#mobile-search-btn {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .head-wrap {
    margin: 0 10px;
  }
  .headeractions-wrap {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .head-wrap {
    margin: 0 10px;
    overflow: visible;
    height: 85px;
  }
  .headeractions-wrap {
    width: 47%;
    padding: 20px 0;
    border-radius: 0 20px;
    height: 45px;
    position: static;
  }
  .headeractions-wrap:before {
    margin-top: 76px;
    margin-left: -75px;
    border-width: 4px 47px 79px 0;
  }
  .headeractions-wrap:after {
    margin-left: -48px;
    top: -24px;
    width: 30px;
    height: 81px;
    border-radius: 0px 20px;
    transform: rotate(-24deg);
    display: block;
    position: relative;
  }
  .headeractions-list, .headeractions-button {
    display: none;
  }
  a.mobile-menu-btn, a.mobile-search-btn {
    display: inline;
    position: relative;
    z-index: 2;
    color: white;
    padding: 0 15px;
    float: right;
  }
  a.mobile-menu-btn:before, a.mobile-search-btn:before {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font-family: "Genericons";
    font-size: 23.1818181818px;
    vertical-align: bottom;
  }
  a.mobile-menu-btn:before {
    content: "\f419";
  }
  a.mobile-search-btn:before {
    content: "\f400";
  }
  .search-wrap {
    width: 100% !important;
  }
}
.bg-emph {
  padding: 10px;
}

.bg-colored {
  background-color: #f7f7f7;
  padding: 10px;
}

.box-boxlink .b-readmore-link, .link-spendmoney, .link-spendtime, .link-btn-emph {
  width: 94%;
  background: #cccccc;
  display: block;
  color: black;
  text-align: center;
  padding: 5px 3%;
}

.box-boxlink .b-readmore-link:after {
  content: " »";
}

a.link-spendmoney, a.link-spendtime, a.link-btn-emph {
  background: #008039;
  color: white;
}

.link-spendmoney:after, .link-spendtime:after, .link-btn-emph:after {
  content: "»";
  font-size: 170%;
  float: right;
  line-height: 80%;
}

.link-btn-emph {
  width: auto;
  display: inline;
}

.link-btn-emph:after {
  margin-left: 10px;
  float: none;
}

.ph-pdfdownload:before {
  content: "\f443";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: normal 40px/1 "Genericons";
  vertical-align: middle;
}

.dashicons-download:before {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: normal 40px/1 "Dashicons";
  vertical-align: middle;
}

.box-teaserimagebox {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.box-teaserimagebox .b-title, .box-teaserimagebox .b-readmore-link {
  color: white;
  text-transform: uppercase;
  left: 0;
  right: 0;
}
.box-teaserimagebox .b-readmore-link {
  border-bottom: 1px solid white;
  position: relative;
  top: -70px;
  z-index: 2;
}
.box-teaserimagebox .b-readmore-link:after {
  content: "»";
  margin-left: 10px;
}
.box-teaserimagebox .b-title {
  position: absolute;
  width: 68%;
  padding: 0 16%;
  top: 45%;
  margin-top: -30px;
  font-size: 23.1818181818px;
  line-height: 34.7727272727px;
  letter-spacing: 1px;
  z-index: 2;
}
@media (max-width: 1039px) {
  .box-teaserimagebox img {
    height: 100%;
    max-width: none;
    position: relative;
    z-index: 1;
  }
  .box-teaserimagebox .b-title {
    top: 40%;
  }
}

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

.box-border-top {
  border-top: 1px solid #ebebeb;
  padding-top: 20px;
}

.box-border-bottom-nomargin {
  border-bottom: 1px solid #ebebeb;
}

.mts {
  margin-top: 3px;
}

iframe {
  overflow: scroll;
  width: 100%;
  max-width: 100%;
  border: 2px solid #5dac4b;
  border-radius: 4px;
}

.gmap_canvas img {
  max-width: none !important;
  background: none !important;
}

.gm-style-iw {
  overflow: visible !important;
}

.gm-style-iw > div > div {
  overflow: visible !important;
}

.gm-style img {
  height: 25px;
  position: absolute;
}

.gm-style-iw a {
  color: #000;
  font-size: 15px;
  line-height: 25px;
}

.gm-style-iw + div {
  display: none;
}

.ph-map-icon-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12.5px;
}

img.ph-map-icon {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  height: 40px;
}

.ph-map-b {
  margin-left: 5px;
  display: block;
  line-height: 18px;
}

.gm-style-iw {
  top: 40px !important;
  background: none !important;
}

.gm-style-iw > div {
  overflow: visible !important;
}

.ph-map-ov {
  width: 250px;
  background: white !important;
}
.ph-map-ov img {
  width: 250px;
  height: 178px;
  display: block;
  position: absolute;
  top: 0;
  margin-top: -178px;
}
.ph-map-ov h5 {
  padding: 10px;
}
.ph-map-ov a:hover h5 {
  color: #008039;
}

.ph-map-dcc {
  display: inline-block;
  background: white !important;
  width: 95%;
}

.ph-map-dc {
  padding: 10px 5px;
  position: relative;
  padding-right: 20px;
  overflow: hidden;
}

.gmnoprint {
  min-width: 150px !important;
}

a.map-navigation-link {
  width: 49.8%;
  float: left;
  text-align: center;
  padding: 10px 0;
  color: #999999;
  font-size: 13.6363636364px;
}

a.map-navigation-link.active {
  color: #008039;
}

.map-navigation-link:nth-of-type(1) {
  border-right: 1px solid #999999;
}

.map-box-ovportrait .gmnoprint {
  display: none;
}

a.ph-ov-sectitle-link {
  color: #000;
  font-size: 22px;
}
a.ph-ov-sectitle-link:hover {
  color: #009a44;
}

.ph-ov-teammember-img {
  float: left;
  width: 115px;
  height: 115px;
  display: block;
  margin-right: 20px;
}
.ph-ov-teammember-img.default-image {
  width: 0px;
  margin-right: 0px;
}

.ph-ov-teammember-info {
  margin: 5px 0;
}

.ph-ov-teammember-container {
  width: 100%;
  overflow: auto;
  margin: 0 0 0 0;
}

.ph-ov-teammember-container:nth-of-type(1) {
  margin-top: 30px;
}

.ph-ov-list {
  margin-top: 30px;
}

.ph-ov-list-item {
  background: #8affbe;
  padding: 10px;
}

.ph-ov-list-item:nth-child(odd) {
  background: #76ffb3;
}

.ph-ov-list-name {
  font-size: 13.6363636364px;
  line-height: 24.5454545455px;
}

.ph-ov-gallerytitle {
  margin-top: 20px;
}

.ph-ov-gallery-wrapper {
  width: 50%;
  float: left;
}

.ph-ov-gallery {
  margin-right: 20px;
}
.ph-ov-gallery .slick-list {
  height: 200px;
}
.ph-ov-gallery .slick-slide img {
  min-height: inherit;
}

.ph-ov-gallery:nth-child(even) {
  margin-right: 0;
}

.ph-ov-press {
  list-style: none;
  margin-bottom: 10px;
}

.ph-ov-press a {
  color: #000;
}

.ph-ov-press:before {
  content: "\f443";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: normal 50px/1 "Genericons";
  vertical-align: top;
  float: left;
}

.ph-ov-address-label {
  min-width: 60px;
  white-space: nowrap;
  display: inline-block;
  margin-right: 10px;
}

.ovp-specific-offer {
  margin-bottom: 1.5em;
}

/* custom overlay as wished by client */
#ov-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 100;
}

#ov-overlay .modal-wrap {
  display: none;
  width: 95vw;
  position: absolute;
  left: 2.5vw;
  top: 3vh;
  max-height: 93vh;
  overflow-y: scroll;
  padding: 5em 3em 3em 3em;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 5px;
}
@media all and (min-width: 980px) {
  #ov-overlay .modal-wrap {
    width: 70%;
    left: 15%;
    top: 15vh;
    max-height: auto;
  }
}

#ov-overlay .modal-wrap-home {
  overflow: hidden;
}
@media all and (min-width: 980px) {
  #ov-overlay .modal-wrap-home {
    width: 50%;
    left: 25%;
    overflow: hidden;
  }
}

#ov-overlay p {
  margin-top: 0;
}

#ov-overlay a {
  display: block;
}

#ov-overlay h2 {
  color: #008039;
}

#ov-overlay h5 {
  margin: 0;
  font-weight: bold;
  font-size: 110%;
}

#ovp-galleries-sidebar {
  margin-top: 5em;
}
#ovp-galleries-sidebar a {
  color: #008039;
}
#ovp-galleries-sidebar li .title {
  display: block;
  margin-top: -10px;
  font-size: 16px;
}

.ovp-gallery {
  margin-bottom: 7em;
}

.ovp-gallery .gallery-item {
  max-width: 15vw;
}

.single-ovportrait .search-result-list-item.offer:nth-of-type(2n) {
  background: transparent;
}

.single-ovportrait .search-result-list-item.offer.odd {
  background: #eeeee5;
}

.grid-box-quicksearch {
  overflow: visible;
}

.ph-ddl {
  position: relative;
}

.ph-ddl-wrap {
  position: relative;
}
.ph-ddl-wrap a {
  cursor: default;
}
.ph-ddl-wrap a:link, .ph-ddl-wrap a:visited {
  cursor: pointer;
}

.ph-ddl-a {
  margin-top: 10px;
  display: block;
  border: none;
  color: rgb(121, 123, 121);
  padding: 10px 12px;
  text-align: left;
  position: relative;
  border-radius: 50px;
  border: 1px solid rgb(229, 231, 228);
  background-color: rgb(249, 249, 246);
  line-height: 15px;
  font-weight: 600;
  font-size: 15px;
}
.ph-ddl-a:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid rgb(121, 123, 121);
  position: absolute;
  margin-top: -12px;
  right: 15px;
}
.is-active .ph-ddl-a {
  z-index: 2000;
}

.ph-ddl-l {
  background: white;
  list-style: none;
  position: absolute;
  width: 100%;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  overflow-y: scroll;
  top: 16px;
  max-height: 0;
  transition: opacity 333ms ease-in-out, height 333ms ease-in-out;
  opacity: 0;
  height: 0;
  max-height: 0;
  transform: scale(0);
}
.is-active .ph-ddl-l {
  z-index: 100;
  opacity: 1;
  height: auto;
  max-height: 280px;
  transform: scale(1);
}
.ph-ddl-l a {
  margin: 0;
  padding: 0;
  padding: 10px 12px;
}

#menu-kurs-und-freizeitangebote-2 .menu-item {
  margin: 0;
  padding: 0;
  font-weight: 600;
}
#menu-kurs-und-freizeitangebote-2 .menu-item a, #menu-kurs-und-freizeitangebote-2 .menu-item > * {
  color: #008039;
  display: block;
  border-top: 1px solid #e6e6e6;
}

.ph-ddl-li {
  font-size: 15px;
}
.ph-ddl-li a {
  color: #000;
  display: block;
  padding: 10px 10px 10px 20px;
  border-top: 1px solid #e6e6e6;
}
.ph-ddl-li h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  padding: 10px 12px;
}

.ph-ddl-li a:hover {
  color: #008039;
}

.ph-ddl-l {
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 0 0 20px 20px;
}
.ph-ddl-l a {
  color: #000;
}
.ph-ddl-l a:link, .ph-ddl-l a:visited {
  color: #000;
  cursor: pointer;
}
.ph-ddl-l > ul > li > a {
  border-top: 1px solid rgba(33, 33, 33, 0.15);
  border-bottom: 1px solid rgba(33, 33, 33, 0.15);
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  font-weight: 600;
}
.ph-ddl-l .sub-menu {
  margin: 0;
  padding: 0;
}
.ph-ddl-l .sub-menu li {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.ph-ddl-l .sub-menu a {
  font-family: "NeueSansPro", Lucida Grande, Verdana, Arial, sans-serif;
  margin: 0;
}
.ph-ddl-l .sub-menu a:hover, .ph-ddl-l .sub-menu a:focus, .ph-ddl-l .sub-menu a:active {
  color: rgb(93, 172, 75);
}

/**
 * Search Area
 * @author Julia Krischik
 * @created 2014-03-11
 * @last modified 2014-08-25
 */
.masterhead a#mobile-search-btn {
  float: left;
  padding: 18px 0 0 0;
}

.search-container {
  float: right;
}

.search-container-content {
  position: relative;
  max-width: 400px;
}
.wp-block-group .search-container-content {
  max-width: 100%;
}

.search-icon:after {
  content: "\f400";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font-family: "Genericons";
  font-size: 19.0909090909;
  vertical-align: top;
}

.shortcode-box.activity-search {
  max-width: 400px;
}

.shortcode-box.ov-zip {
  position: relative;
}

.shortcode-box.ov-zip .zip-input {
  margin-top: 10px;
  display: block;
  border: none;
  color: #797b79;
  padding: 10px 12px 6px 12px;
  text-align: left;
  position: relative;
  border-radius: 50px;
  border: 1px solid #e5e7e4;
  background-color: #f9f9f6;
  line-height: 15px;
  font-weight: 600;
  font-size: 15px;
}

.shortcode-box.ov-zip .search-icon {
  position: absolute;
  left: 170px;
  z-index: 99;
  padding-top: 2px;
  font-size: 120%;
}

.search-container .ov-response,
.search-container .dc-response {
  margin-top: 2em;
  display: block;
  box-sizing: border-box;
  padding: 0 1em;
}

.search-page .awesomplete {
  width: 100%;
  border-radius: 0;
  background-color: transparent;
}

.search-page .awesomplete input,
.search-page .awesomplete ul {
  width: 90%;
}

.shortcode-box.activities-search {
  max-width: 470px;
  margin-top: 1em;
}

.shortcode-box.activities-search label {
  margin-bottom: 0.5em;
}

.shortcode-box.activities-search input,
.shortcode-box.activities-search .awesomplete {
  width: 100%;
  box-sizing: border-box;
}

.course-status {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  top: 2px;
  width: 15px;
  height: 1em;
}
.course-status.green {
  background: #00df00;
}
.course-status.red {
  background: #d20000;
}

@media screen and (min-width: 1040px) {
  .search-wrap {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  /* --- Header Search --- */
  .search-left .desktop-search-btn {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .search-icon:after {
    font-size: 23.1818181818;
  }
}
.ph-share {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: normal 28px/1 "Genericons";
  vertical-align: top;
  font-size: 16.3636363636px;
  margin: 10px 10px 0 0;
}

.ph-share-fb:before {
  content: "\f203";
  color: #000;
}

.ph-share-twitter:before {
  content: "\f202";
  color: #000;
}

/* --- Header Main Nav --- */
@media screen and (min-width: 768px) {
  .submenu-overlay {
    opacity: 0.5;
    background: #ffffff;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
  }
  /* --- Main Nav + Sub-Menus --- */
  .site-nav-wrapper {
    clear: both;
    z-index: 1;
    padding: 0;
    background: linear-gradient(90deg, #FFFDE6 0%, #F6FAE8 25%, #ECF7EC 100%);
  }
  .site-nav {
    margin: 0 auto;
    max-width: 1320px;
    /*
    .mainmenu-item:hover .submenu-container {
    	opacity: 1;
    	visibility: visible;
    	ul{
    		padding: 0 20px;
    		overflow: auto;
    		width: 100%;
    		margin-left: -20px;
    		background: white;
    		position: relative;
    	}
    }
    .mainmenu-item .submenu-container .submenu {
    	visibility: hidden;
    	opacity: 0;
    }
    .mainmenu-item:hover .submenu-container .submenu {
    	visibility: visible;
    	opacity: 1;
    }
    */
  }
  .site-nav .main-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 18% 0 0;
    padding: 0;
    overflow: visible;
    position: relative;
    z-index: 15;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .site-nav .main-menu {
    margin: 0 calc(18% + 20px + 20px) 0 0;
  }
}
@media screen and (min-width: 768px) {
  .site-nav .mainmenu-item {
    display: inline-block;
    line-height: 20px;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
  }
  .site-nav .mainmenu-item-custom {
    display: none;
  }
  .site-nav .main-menu-item-more {
    display: none;
  }
  .site-nav .main-menu-out > li {
    background: transparent;
  }
  .site-nav a {
    color: #000;
  }
  .site-nav a.active {
    color: #008039;
  }
  .site-nav li.primary a {
    color: #008039;
  }
  .site-nav .subsubmenu-link {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.8;
  }
  .site-nav .mainmenu-item .submenu-container {
    width: 121.9512195122%; /* container is only 82%, so this strechtes to a total of 100% */
    display: none;
    background-color: #ffffff;
    overflow: hidden;
    position: absolute;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 15;
    border-radius: 0 0 2px 2px;
    -webkit-box-shadow: 4px 8px 6px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4px 8px 6px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 4px 8px 6px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 4px 8px 6px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 8px 6px 0px rgba(0, 0, 0, 0.1);
  }
  .site-nav .mainmenu-item span:hover {
    cursor: pointer;
  }
  .site-nav .submenu-item {
    width: 25%;
    padding: 15px 0;
  }
  .site-nav .submenu-container h5 {
    font-size: 13.6363636364px;
    line-height: 24.5454545455px;
  }
  .site-nav .submenu-container a {
    display: block;
  }
  .site-nav .submenu-container li {
    float: left;
    display: inline;
    text-align: left;
  }
  .site-nav .submenu-container li > section {
    border-left: 1px solid #e6e6e6;
    padding: 5px 20px;
  }
  .site-nav .submenu-container li:first-child > section {
    border-left: none;
  }
  .site-nav .page_item > a {
    display: inline-block;
  }
  .maptitle {
    float: left;
    width: 50%;
    text-align: left;
    padding: 10px 20px;
  }
  .closemenu {
    text-align: right;
    padding: 10px;
  }
  .closemenu img {
    width: 24px;
    height: 24px;
    cursor: pointer;
  }
  .closemenu:after {
    clear: both;
  }
}
@media screen and (max-width: 767px) {
  .is-mobile-menu-toggled .headeractions-button {
    display: block;
    position: absolute;
    left: 100%;
    z-index: 200;
    margin: 0 5%;
    width: 70%;
    top: 95px;
  }
  .is-mobile-menu-toggled .site-nav {
    background-color: #eeeee5;
    width: 100vw;
    left: 0;
    overflow-y: scroll;
    height: calc(100vh - 44px - 120px);
  }
  .site-nav {
    top: 44px;
    z-index: 20;
    left: -100vw;
    position: absolute;
    -moz-transition: left 0.2s 0.1s;
    -o-transition: left 0.2s 0.1s;
    -webkit-transition: left 0.2s 0.1s;
    transition: left 0.2s 0.1s;
  }
  .main-menu {
    background: white;
  }
  .main-menu li {
    margin: 0;
    position: relative;
  }
  .main-menu-item-more {
    content: ">";
    display: block;
    height: 44px;
    width: 44px;
    background-color: #e4e4d6;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  .main-menu-item-more:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid white;
    position: absolute;
    margin-top: 15px;
    right: 17px;
  }
  .mainmenu-item-custom .main-menu-item-more {
    display: none;
  }
  .submenu-container {
    display: none;
    height: 0;
  }
  .submenu-item {
    font-size: 14px !important;
    font-weight: 400;
  }
  .submenu-item a {
    padding-left: 40px !important;
  }
  .submenu-item .active {
    color: #008039;
  }
  .submenu-item h5 {
    font-weight: normal;
  }
  .submenu-item h5 a {
    padding-left: 20px !important;
    background-color: rgba(238, 238, 229, 0.4) !important;
  }
  .main-menu li a, .main-menu li.mainmenu-item.mainmenu-item-custom > a, .main-menu li.mainmenu-item.mainmenu-item-custom > a.active {
    color: #000;
    display: block;
    padding: 11px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    background: white;
    font-size: 14px;
  }
  .main-menu li.mainmenu-item > a {
    background-color: #eeeee5;
  }
  .main-menu li.mainmenu-item > a.active {
    background: #e8e8dc;
  }
  .main-menu li.mainmenu-item > a.active + .main-menu-item-more {
    background: #e2e2d2;
  }
  .main-menu li a.submenu-img-link {
    display: none;
  }
  .subsubmenu-link.active {
    color: #008039;
  }
  .submenu-out .submenu-container {
    display: block;
  }
  .submenu-out .main-menu-item-more:after {
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 7px solid white;
    margin-top: 19px;
    right: 17px;
  }
}
@media all and (min-width: 1440px) {
  .site-nav .main-menu {
    text-align: left;
  }
}
.site-nav .main-menu:not(.main-menu-out) .mainmenu-item[style] {
  background: none !important;
}

@media all and (min-width: 0) and (max-width: 768px) {
  .closemenu {
    display: none;
    visibility: hidden;
  }
}

.mainmenu-item > .toggler {
  display: block;
  padding: 20px 20px;
  color: #00726F;
}
.mainmenu-item > .toggler:hover {
  color: #000;
}
@media all and (min-width: 0) and (max-width: 768px) {
  .mainmenu-item > .toggler {
    line-height: 44px;
    padding: 0 0 0 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 899px) {
  .mainmenu-item > .toggler {
    padding: 20px 10px;
  }
}

.grecaptcha-badge {
  visibility: collapse !important;
  opacity: 0 !important;
}

:root {
  --tamaro-primary-color: #00726f;
  --tamaro-primary-color__hover: #009a44
  // Primary background color for selected areas
  --tamaro-primary-bg-color: #f6f6f6;
  --tamaro-text-color: #00726f;
  --tamaro-border-color: #00726f;
  --tamaro-button-primary-color: #ffffff;
  --tamaro-button-primary-color__hover: #ffffff;
  --tamaro-button-primary-bg-color: #00726f;
  --tamaro-button-primary-bg-color__hover: #00726ecb;
  --tamaro-button-primary-border-color: none;
  --tamaro-button-primary-border-color__hover: none;
}

.page-content #tamaro-widget.tamaro-widget .widget-content .widget-block .widget-block-header .title .text {
  font-weight: bold;
}
.page-content #tamaro-widget.tamaro-widget .widget-content .widget-block .widget-block-content {
  padding: 5%;
  background-color: #f6f6f6;
  border-top: 1px solid var(--tamaro-primary-color);
}
.page-content #tamaro-widget.tamaro-widget .widget-content .widget-block .widget-block-content .form-block.input-focused .field-block .label-block, .page-content #tamaro-widget.tamaro-widget .widget-content .widget-block .widget-block-content .form-block.input-filled .field-block .label-block {
  transform: translateY(-1.15rem) scale(0.8);
}
.page-content #tamaro-widget.tamaro-widget .widget-content .widget-block .widget-block-content .form-block.has-error.input-wrapper .icon-error {
  top: 1.2rem;
  right: 1rem;
}
.page-content #tamaro-widget.tamaro-widget .widget-content .widget-block .widget-block-content .form-block .field-block .label-block {
  padding-left: 10px;
  top: 1rem;
  font-size: 110%;
  z-index: 2;
}
.page-content #tamaro-widget.tamaro-widget .widget-content .widget-block .widget-block-content .form-block .field-block .input-text,
.page-content #tamaro-widget.tamaro-widget .widget-content .widget-block .widget-block-content .form-block .field-block .input-select {
  width: 100%;
  line-height: 22px;
  background: #f9f9f6;
  border: 1px solid #d2d2bc;
  border-radius: 2px;
  transition: all 250ms ease-in-out;
  outline: none;
  padding-left: 10px;
}
.page-content #tamaro-widget.tamaro-widget .widget-content .widget-block .widget-block-content .form-block .field-block .input-text:focus,
.page-content #tamaro-widget.tamaro-widget .widget-content .widget-block .widget-block-content .form-block .field-block .input-select:focus {
  background-color: #fff;
  border-color: #008039;
  box-shadow: 0 0 0 8px rgba(0, 114, 111, 0.05);
}
.page-content #tamaro-widget.tamaro-widget .widget-content .widget-block .widget-block-content .form-block .field-block .input-select {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 5L8.28267 10.8795C8.24557 10.9177 8.2015 10.948 8.153 10.9687C8.1045 10.9894 8.05251 11 8 11C7.94749 11 7.8955 10.9894 7.847 10.9687C7.7985 10.948 7.75444 10.9177 7.71733 10.8795L2 5' stroke='%23008039' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 16px top 50%;
  background-size: 16px 16px;
  z-index: 1;
}

.site-content #tamaro-widget.tamaro-widget .payment-recurring-intervals > .main .recurring-intervals .recurring_interval.selected,
.site-content #tamaro-widget.tamaro-widget .label-radio-block .radio-select-options {
  z-index: 4;
}

/**
 * Custom original CSS for the Raisenow widget (LEMA)
 * @author Stephan Kroppenstedt <stephan.kroppenstedt@palasthotel.de>
 * @modified 22.08.2016
 */
div#lema-container.lema-container-prosenectute-zh {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
}

#lema-container.lema-container .lema-wrapper .lema-amount-box {
  color: #00726F;
  border-color: #00726F;
  border-radius: 3px;
  transition: all 0.2s;
}

#lema-container.lema-container .lema-wrapper .lema-amount-box:hover {
  color: #009a44;
  border-color: #009a44;
  box-shadow: 0 0 0 8px rgba(0, 128, 57, 0.05);
}

#lema-container.lema-container .lema-amount-box .lema-amount-box-currency {
  color: rgba(0, 0, 0, 0.4);
}

#lema-container.lema-container .lema-wrapper .lema-step-number span {
  background: #00726F;
  border-radius: 50%;
}

#lema-container.lema-container .lema-wrapper .lema-step-header {
  border-bottom: 1px solid #00726F;
}

#lema-container.lema-container .lema-wrapper .lema-step-header-text {
  color: #00726F !important;
  font-weight: bold;
}

#lema-container.lema-container input.getunik-radio:checked + label {
  color: #00726F !important;
}

#lema-container.lema-container .lema-tabs li.active > a, #lema-container.lema-container .lema-tabs li.active > a:hover, #lema-container.lema-container .lema-tabs li.active > a:focus {
  color: #00726F !important;
  border-bottom: 3px solid #00726F !important;
}

#lema-container.lema-container input.getunik-checkbox:checked + label {
  color: #00726F !important;
}

#lema-container.lema-container .lema-button {
  background: #00726F none repeat scroll 0% 0% !important;
}

#lema-container.lema-container .lema-wrapper .lema-amount-box.lema-active {
  background-color: #00726F;
  background-image: linear-gradient(90deg, #3cac3e, transparent);
  border: 1px solid #00726F;
  color: #FFF;
}

#lema-container.lema-container .lema-wrapper .lema-amount-box.lema-active .lema-amount-box-currency {
  color: rgba(255, 255, 255, 0.5);
}

#lema-container.lema-container .lema-wrapper .lema-amount-box-amount {
  font-weight: bold;
}

#lema-container.lema-container input.getunik-radio + label:before {
  background-image: url(images/lema_radio_unchecked.svg) !important;
}

#lema-container.lema-container input.getunik-radio:checked + label:before {
  background-image: url(images/lema_radio_checked.svg) !important;
}

#lema-container.lema-container input.getunik-checkbox + label:before {
  background-image: url(images/lema_checkbox_unchecked.svg) !important;
}

#lema-container.lema-container input.getunik-checkbox:checked + label:before {
  background-image: url(images/lema_checkbox_checked.svg) !important;
}

/*# sourceMappingURL=style.css.map */
