@charset "UTF-8";
/**
 * Global Reset of all HTML Elements
 *
 * Resetting all of our HTML Elements ensures a smoother
 * visual transition between browsers. If you don't believe me,
 * try temporarily commenting out this block of code, then go
 * and look at Mozilla versus Safari, both good browsers with
 * a good implementation of CSS. The thing is, all browser CSS
 * defaults are different and at the end of the day if visual
 * consistency is what we're shooting for, then we need to
 * make sure we're resetting all spacing elements.
 *
 */
html,
body {
  border: 0;
  font-family: Arial, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}
@media screen and (max-width: 1000px) {
  .defaultfontsize_mediaquery {
    font-size: 1.6em;
  }
}
.hide {
  display: none;
}
#loading,
#successmessage,
#errormessage {
  display: none;
}
@keyframes bounceOut {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
@keyframes slideInShort {
  from {
    transform: rotateX(-15deg) translateY(100px);
  }
  to {
    transform: rotateX(0) translateY(0px);
  }
}
@keyframes slideMeIn {
  from {
    transform: rotateX(-60deg) translateY(300px);
  }
  to {
    transform: rotateX(0) translateY(0px);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
ul {
  list-style-type: none;
}
ul {
  margin: 0px;
  padding: 0px;
}
a:focus {
  outline: none;
}
html,
body {
  height: 100%;
  text-align: center;
  line-height: 150%;
  margin: 0;
  padding: 0;
  background: url(/public/img/pattern.jpg) top center repeat;
  min-height: 100%;
}
body {
  font-family: "PT Serif", serif;
  font-size: 62.5%;
  float: left;
  width: 100%;
  height: auto;
  color: #444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mobile {
  display: none;
}
.desktop {
  display: block;
}
a {
  color: #333;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4 {
  float: left;
  color: #444;
  clear: left;
  line-height: 110%;
  font-weight: 400;
  width: 100%;
  position: relative;
  margin: 0 0 0.5em 0;
}
h1 {
  font-size: 6.8em;
}
@media screen and (max-width: 1200px) {
  h1 {
    font-size: 6.4em;
  }
}
@media screen and (max-width: 900px) {
  h1 {
    font-size: 5.4em;
  }
}
h2 {
  font-size: 5em;
  line-height: 100%;
}
@media screen and (max-width: 1200px) {
  h2 {
    font-size: 4.4em;
  }
}
@media screen and (max-width: 900px) {
  h2 {
    font-size: 3.8em;
  }
}
h3 {
  font-size: 3em;
  line-height: 100%;
}
@media screen and (max-width: 1200px) {
  h3 {
    font-size: 2.8em;
  }
}
@media screen and (max-width: 900px) {
  h3 {
    font-size: 2.4em;
  }
}
h4 {
  font-size: 2em;
}
p + h2 {
  margin-top: 1.3em;
}
p + h3 {
  margin-top: 1em;
}
p + h4 {
  margin-top: 0.5em;
}
#wrap {
  min-height: 100%;
  text-align: left;
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  float: left;
}
@media screen and (max-width: 1200px) {
  #wrap {
    font-size: 0.95em;
  }
}
@media screen and (max-width: 1050px) {
  #wrap {
    font-size: 0.89em;
  }
}
@media screen and (min-width: 1450px) {
  #wrap {
    font-size: 1.14em;
  }
}
@media screen and (min-width: 1650px) {
  #wrap {
    font-size: 1.26em;
  }
}
#page_wrap {
  float: left;
  clear: left;
  position: relative;
  width: 100%;
}
div#page {
  float: left;
  clear: left;
  position: relative;
  width: 100%;
  margin-top: 6em;
}
#pageloader {
  transition: 0.6s all cubic-bezier(0, 0.67, 0.32, 1.01);
  -moz-transition: 0.6s all cubic-bezier(0, 0.67, 0.32, 1.01);
  /* Firefox 4 */
  -webkit-transition: 0.6s all cubic-bezier(0, 0.67, 0.32, 1.01);
  /* Safari and Chrome */
  -o-transition: 0.6s all cubic-bezier(0, 0.67, 0.32, 1.01);
  /* Opera */
  bottom: auto;
  overflow: hidden;
  position: fixed;
  top: 0px;
  left: 0;
  height: 0px;
  width: 100%;
  background: #222;
  z-index: 10000;
}
#pageloader.active {
  height: 100%;
}
#pageloader:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  background: #fff;
  width: 0;
}
#pageloader:not(.ending):before {
  transition: 0.7s all ease-in-out;
  -moz-transition: 0.7s all ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 0.7s all ease-in-out;
  /* Safari and Chrome */
  -o-transition: 0.7s all ease-in-out;
  /* Opera */
}
#pageloader.active:before {
  width: 100%;
}
#pageloader.ending {
  bottom: 0 !important;
  top: auto !important;
}
#pageloader.ending:before {
  height: 0;
}
#pagetitle {
  width: 100%;
  text-align: center;
}
#header {
  float: left;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  clear: left;
  background: #fff;
  z-index: 100;
  -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
#logo {
  position: absolute;
  top: 0;
  z-index: 200;
  float: left;
  width: 22em;
  left: 50%;
  padding: 0.6em 0 2em 0;
  margin-left: -11em;
}
#logo img {
  float: left;
  width: 100%;
}
@media screen and (max-width: 580px) {
  #logo {
    width: 18em;
    margin-left: -9em;
  }
}
#navi {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 2em;
  box-sizing: border-box;
}
#navi .category,
#navi #navshow {
  float: left;
  position: relative;
  display: none;
}
#navi .category > a,
#navi #navshow > a,
#navi .category > .title,
#navi #navshow > .title {
  font-size: 1.4em;
  padding: 2em 1em;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-family: "PT Serif", serif;
  text-decoration: none;
  float: left;
  transition: 0.14s all ease-out;
  -moz-transition: 0.14s all ease-out;
  /* Firefox 4 */
  -webkit-transition: 0.14s all ease-out;
  /* Safari and Chrome */
  -o-transition: 0.14s all ease-out;
  /* Opera */
}
@media screen and (max-width: 600px) {
  #navi .category > a,
  #navi #navshow > a,
  #navi .category > .title,
  #navi #navshow > .title {
    padding: 1.5em 1em;
  }
}
#navi .category > a:hover,
#navi #navshow > a:hover,
#navi .category > .title:hover,
#navi #navshow > .title:hover {
  color: #d39756;
}
#navi .c2,
#navi .c10 {
  display: block;
}
@media screen and (max-width: 800px) {
  #navi .c2,
  #navi .c10 {
    display: none;
  }
}
@media screen and (max-width: 880px) {
  #navi .c7 {
    display: none;
  }
}
#navi .navi__left,
#navi .navi__right {
  width: 45%;
  float: left;
  position: relative;
}
#navi .navi__right {
  float: right;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 740px) {
  #navi .navi__right {
    z-index: 100;
  }
}
#navi .navi__right div {
  float: right;
}
#navi #navshow {
  display: block;
}
#navi #navi_buchen,
#navi #navi_fb,
#navi #navi_lang,
#navi #navi_insta {
  font-size: 1.4em;
}
#navi #navi_buchen a,
#navi #navi_fb a,
#navi #navi_lang a,
#navi #navi_insta a {
  padding: 2em 1em;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-family: "PT Serif", serif;
  text-decoration: none;
  float: left;
}
#navi #navi_fb a {
  width: 2em;
  float: left;
  padding: 2em 0.3em;
  background: url(/public/img/icon_fb.png) center center no-repeat;
  opacity: 0.5;
  -ms-filter: "alpha(opacity=calc(100*@wert))";
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
}
#navi #navi_fb a:hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=calc(100*@wert))";
  -khtml-opacity: 1;
  -moz-opacity: 1;
}
#navi #navi_insta {
  margin-right: 1em;
}
#navi #navi_insta a {
  width: 2em;
  padding: 2em 0.3em;
  float: left;
  background: url(/public/img/icon_insta.png) center center no-repeat;
  opacity: 0.5;
  -ms-filter: "alpha(opacity=calc(100*@wert))";
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
}
#navi #navi_insta a:hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=calc(100*@wert))";
  -khtml-opacity: 1;
  -moz-opacity: 1;
}
@media screen and (max-width: 700px) {
  #navi #navi_fb,
  #navi #navi_insta {
    display: none;
  }
}
#navi #navi_lang {
  border-left: 1px solid #ddd;
  padding-left: 1em;
}
#navi #navi_lang a {
  color: #aaa;
}
#navi #navi_lang a:hover {
  color: #222;
}
@media screen and (max-width: 740px) {
  #navi #navi_lang {
    z-index: 100;
  }
}
@media screen and (max-width: 880px) {
  #navi #navi_lang {
    border-left: 0;
  }
}
@media screen and (max-width: 600px) {
  #navi #navi_lang {
    position: absolute;
    top: 7em;
    right: 2.2em;
  }
  #navi #navi_lang a {
    background: #fff;
    padding: 1em 0.8em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
}
#navi #navi_buchen {
  margin-left: 1em;
}
#navi #navi_buchen a {
  padding: 2em;
  background: #d39756;
  color: #fff;
  transition: 0.12s all ease-out;
  -moz-transition: 0.12s all ease-out;
  /* Firefox 4 */
  -webkit-transition: 0.12s all ease-out;
  /* Safari and Chrome */
  -o-transition: 0.12s all ease-out;
  /* Opera */
}
#navi #navi_buchen a:hover {
  background: #cb8336;
}
#navi #navi_buchen a .icon {
  display: none;
}
@media screen and (max-width: 600px) {
  #navi #navi_buchen a {
    padding: 0.8em 1.2em;
  }
  #navi #navi_buchen a .icon {
    display: block;
  }
  #navi #navi_buchen a .text {
    display: none;
  }
}
#navi.active .navi__left {
  width: auto;
  min-width: 60%;
  background: #fff;
  z-index: 400;
}
@media screen and (max-width: 740px) {
  #navi.active .navi__left {
    width: auto;
    min-width: 0;
  }
}
#navi.active .category {
  display: block;
}
@media screen and (max-width: 740px) {
  #navi.active .category {
    display: none;
  }
}
@media screen and (max-width: 880px) {
  #navi.active #navi_insta,
  #navi.active #navi_fb,
  #navi.active #navi_lang {
    display: none;
  }
}
@media screen and (max-width: 740px) {
  #navi.active #navi_lang {
    display: block;
  }
}
#navi div.pagenavigation_container {
  z-index: 100;
  display: block;
  visibility: hidden;
  max-height: 0px;
  background: #333;
  -moz-box-shadow: 0px 5px 20px rgba(50, 50, 50, 0.07);
  -webkit-box-shadow: 0px 5px 20px rgba(50, 50, 50, 0.07);
  box-shadow: 0px 5px 20px rgba(50, 50, 50, 0.07);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 0.2s all ease-in-out;
  /* Safari and Chrome */
  -o-transition: 0.2s all ease-in-out;
  /* Opera */
  width: 20em;
  top: 6.5em;
  left: 50%;
  margin: 0;
  margin-left: -10em;
}
#navi div.pagenavigation_container:after {
  content: ' ';
  background: #333;
  float: left;
  width: 12px;
  height: 12px;
  position: absolute;
  top: -4px;
  left: 50%;
  margin-left: -6px;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
#navi div.pagenavigation_container ul.pageNavigation {
  z-index: 60;
  width: 100%;
  box-sizing: border-box;
  padding: 1.2em 0.9em;
  float: left;
  position: relative;
  list-style-type: none;
  display: block;
}
#navi div.pagenavigation_container ul.pageNavigation li {
  margin: 0;
  float: left;
  width: 100%;
  position: relative;
  clar: left;
}
#navi div.pagenavigation_container ul.pageNavigation li a {
  color: #ddd;
  text-decoration: none;
  font-size: 1.5em;
  line-height: 120%;
  float: left;
  box-sizing: border-box;
  border-top: 1px solid #444;
  padding: 0.9em 1em;
  width: 100%;
  text-align: center;
}
#navi div.pagenavigation_container ul.pageNavigation li a:hover {
  color: #fff;
}
#navi div.pagenavigation_container ul.pageNavigation li.active a {
  color: #d39756;
}
#navi div.pagenavigation_container ul.pageNavigation li:first-child a {
  border-top: 0;
}
#navi .category:hover div.pagenavigation_container {
  visibility: visible;
  top: 7.2em;
  max-height: 2000px;
}
#wrap_mobilenavigation {
  display: none;
  float: left;
  position: absolute;
  min-height: 100vh;
  left: 0;
  width: 100%;
  overflow: scroll;
  background: #fff;
  z-index: 90;
  box-sizing: border-box;
  padding-bottom: 5em;
}
#wrap_mobilenavigation ul.mobilecategories,
#wrap_mobilenavigation div.mobilecatnav {
  float: left;
  width: 80%;
  position: relative;
  margin-top: 12em;
  margin-left: 10%;
}
#wrap_mobilenavigation li.mobilecategory {
  display: block;
  float: left;
  width: 100%;
  position: relative;
}
#wrap_mobilenavigation li.mobilecategory a.mobilecategorylink {
  display: block;
  text-decoration: none;
  padding: 1em 0;
  font-size: 2em;
  outline: none;
  color: #666;
  float: left;
  width: auto;
  padding-right: 3em;
  position: relative;
}
#wrap_mobilenavigation li.mobilecategory a.mobilecategorylink:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 1em;
  width: 2em;
  height: 100%;
  background: url(/public/img/arrow-right-dark.png) center center no-repeat;
  background-size: 15px;
  opacity: 0.3;
  -ms-filter: "alpha(opacity=calc(100*@wert))";
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
}
#wrap_mobilenavigation li.active a.mobilecategorylink {
  color: #d39756;
}
#wrap_mobilenavigation div.mobilecatnav {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  height: 100%;
  display: none;
  z-index: 95;
}
#wrap_mobilenavigation div.mobilecatnav strong.cattitle {
  font-size: 1.6em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #444;
  float: left;
  width: 100%;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  padding-top: 1.5em;
  border-bottom: 1px solid #eee;
  padding-left: 30px;
  box-sizing: border-box;
  position: relative;
}
#wrap_mobilenavigation div.mobilecatnav strong.cattitle:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background: url(/public/img/arrow-left-dark.png) center center no-repeat;
  background-size: 15px;
}
#wrap_mobilenavigation div.mobilecatnav.active {
  display: block;
}
#wrap_mobilenavigation ul.mobilepages {
  width: 100%;
  float: left;
}
#wrap_mobilenavigation ul.mobilepages li {
  float: left;
  width: 100%;
  clear: left;
}
#wrap_mobilenavigation ul.mobilepages li a {
  color: #444;
  position: relative;
  text-align: left;
  float: left;
  display: block;
  width: auto;
  text-decoration: none;
  padding: 1em 0;
  padding-right: 3em;
  font-size: 2em;
}
#wrap_mobilenavigation ul.mobilepages li a:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 1em;
  width: 2em;
  height: 100%;
  background: url(/public/img/arrow-right-dark.png) center center no-repeat;
  background-size: 15px;
}
#wrap_mobilenavigation ul.mobilepages li.active a {
  color: #d39756;
}
#wrap_mobilenavigation ul.mobilepages li.active a:before {
  opacity: 1;
  -ms-filter: "alpha(opacity=calc(100*@wert))";
  -khtml-opacity: 1;
  -moz-opacity: 1;
}
@media screen and (max-width: 740px) {
  #header.active #wrap_mobilenavigation {
    display: block;
  }
}
#navshow {
  cursor: pointer;
  position: relative;
  float: left;
  z-index: 200;
}
#navshow .balken {
  float: left;
  width: 17px;
  height: 2em;
  z-index: 100;
  position: relative;
  margin: 3em 0em 0 2em;
}
@media screen and (max-width: 600px) {
  #navshow .balken {
    margin: 2.3em 0 0 0em;
  }
}
#navshow .balken span {
  transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 0.2s all ease-in-out;
  /* Safari and Chrome */
  -o-transition: 0.2s all ease-in-out;
  /* Opera */
  float: left;
  width: 100%;
  height: 1px;
  background: #333;
  position: absolute;
  clear: left;
  overflow: hidden;
}
#navshow .balken .balken1 {
  top: 0;
  left: 0;
}
#navshow .balken .balken2 {
  left: 0;
  top: 5px;
}
#navshow .balken .balken3 {
  left: 0;
  top: 10px;
}
#navshow .title {
  margin-left: 0;
  margin-top: 0em;
}
.no-touch #navshow:hover .balken .balken2 {
  width: 120%;
}
#navi.active  #navshow .balken .balken2 {
  width: 0px;
}
#navi.active  #navshow .balken .balken1,
#navi.active  #navshow .balken .balken3 {
  top: 0.45em;
  margin-top: 0;
}
#navi.active  #navshow .balken .balken1 {
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
#navi.active  #navshow .balken .balken3 {
  transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
}
.no-touch #navi.active #navshow:hover .balken .balken1,
.no-touch #navi.active #navshow:hover .balken .balken2,
.no-touch #navi.active #navshow:hover .balken .balken3 {
  top: 0.45em;
  left: 0;
}
#footer {
  float: left;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  background: #222 url(/public/img/footer_bg.jpg) center center no-repeat;
  background-size: cover;
}
#footer .footer__inner {
  float: left;
  position: relative;
  clear: left;
  padding: 10em;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 880px) {
  #footer .footer__inner {
    padding: 10em 8em;
  }
}
@media screen and (max-width: 780px) {
  #footer .footer__inner {
    padding: 9em 5em;
  }
}
#footer .footer__inner > div {
  float: left;
  position: relative;
  color: #fff;
  font-size: 1.5em;
  line-height: 160%;
  width: 25%;
}
@media screen and (max-width: 780px) {
  #footer .footer__inner > div {
    width: 35%;
  }
}
#footer .footer__inner a {
  text-decoration: none;
  color: #fff;
}
#footer .footer__inner a:hover {
  color: #eee;
}
#footer .footer__inner a.tirol,
#footer .footer__inner a.tvb {
  position: absolute;
  bottom: 1em;
  font-size: 1.4em;
}
#footer .footer__inner a.tirol {
  left: 7em;
}
@media screen and (max-width: 780px) {
  #footer .footer__inner a.tirol {
    left: 3em;
  }
}
#footer .footer__inner a.tirol img {
  height: 1.5em;
}
#footer .footer__inner a.tvb {
  right: 7em;
}
@media screen and (max-width: 780px) {
  #footer .footer__inner a.tvb {
    right: 3em;
  }
}
#footer .footer__inner a.tvb img {
  height: 2em;
  margin: -0.25em 0;
}
#footer .footer__contact {
  text-align: left;
}
#footer div.footer__tel,
#footer div.footer__email {
  text-align: center;
  padding-top: 1em;
}
@media screen and (max-width: 780px) {
  #footer div.footer__tel,
  #footer div.footer__email {
    width: 15%;
  }
}
#footer div.footer__tel:hover img,
#footer div.footer__email:hover img {
  opacity: 1;
  -ms-filter: "alpha(opacity=calc(100*@wert))";
  -khtml-opacity: 1;
  -moz-opacity: 1;
}
#footer div.footer__tel img,
#footer div.footer__email img {
  opacity: 0.5;
  -ms-filter: "alpha(opacity=calc(100*@wert))";
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
}
#footer div.footer__tel span,
#footer div.footer__email span {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.9em;
}
@media screen and (max-width: 800px) {
  #footer div.footer__tel span,
  #footer div.footer__email span {
    display: none;
  }
}
#footer .footer__imprint {
  text-align: right;
}
#footer #footer_social {
  position: absolute;
  width: 18.3em;
  left: 50%;
  bottom: 0;
  margin-left: -9em;
  height: 5em;
}
#footer #footer_social div {
  width: 9em;
  height: 5em;
  position: relative;
  float: left;
  top: 0;
  left: 0;
}
#footer #footer_social div a {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  opacity: 0.5;
  -ms-filter: "alpha(opacity=calc(100*@wert))";
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  text-decoration: none;
}
#footer #footer_social div a:hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=calc(100*@wert))";
  -khtml-opacity: 1;
  -moz-opacity: 1;
}
#footer #footer_social #footer_fb {
  border-right: 1px solid #aaa;
}
#footer #footer_social #footer_fb a {
  background: url(/public/img/icon_fb_footer.png) center center no-repeat;
}
#footer #footer_social #footer_insta {
  float: right;
}
#footer #footer_social #footer_insta a {
  background: url(/public/img/icon_insta_footer.png) center center no-repeat;
}
.bgimage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
  display: block;
  z-index: 0;
}
.buttonlink {
  font-size: 1.4em;
  text-transform: uppercase;
  letter-spacing: 0.19em;
  line-height: normal;
  color: #fff;
  text-decoration: none;
  padding: 0.8em 3.7em 0.8em 1.3em;
  background: #333;
  position: relative;
  font-size: 1.3em;
  display: inline-block;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  transition: 0.12s all ease-in-out;
  -moz-transition: 0.12s all ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 0.12s all ease-in-out;
  /* Safari and Chrome */
  -o-transition: 0.12s all ease-in-out;
  /* Opera */
}
.buttonlink:after {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0.9em;
  width: 1.7em;
  height: 100%;
  background: url(/public/img/linkarrow.png) center center no-repeat;
  opacity: 0.3;
  -ms-filter: "alpha(opacity=calc(100*@wert))";
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  float: right;
  z-index: 10;
}
.buttonlink:hover {
  background: #222;
}
.buttonlink:hover:after {
  opacity: 1;
  -ms-filter: "alpha(opacity=calc(100*@wert))";
  -khtml-opacity: 1;
  -moz-opacity: 1;
  right: 0.65em;
}
.buttonlink.light,
.fullpic__content a.buttonlink,
.template.reasons a.buttonlink {
  background: #fcfcfc;
  color: #666;
}
.buttonlink.light:after,
.fullpic__content a.buttonlink:after,
.template.reasons a.buttonlink:after {
  background: url(/public/img/linkarrow_dark.png) center center no-repeat;
}
.buttonlink.light:hover,
.fullpic__content a.buttonlink:hover,
.template.reasons a.buttonlink:hover {
  background: #ffffff;
  color: #222;
  -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08);
}
.quickanfrage {
  float: left;
  position: relative;
  width: 100%;
  clear: left;
  z-index: 40;
  box-sizing: border-box;
  padding: 0 8em;
}
.quickanfrage .quickanfragebox {
  z-index: 40;
  top: 0;
  left: 50%;
  position: absolute;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  float: left;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Safari */
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 720px) {
  .quickanfrage .quickanfragebox {
    width: 85%;
  }
}
.quickanfrage form {
  float: left;
  display: block;
  position: relative;
  width: 66em;
}
@media screen and (max-width: 720px) {
  .quickanfrage form {
    width: 100%;
  }
}
.quickanfrage .qab {
  float: left;
  position: relative;
  width: 25%;
  display: block;
}
.quickanfrage .qab strong {
  width: 100%;
  float: left;
  clear: left;
  position: relative;
}
.quickanfrage .qab strong {
  font-size: 2.6em;
  color: #333;
  line-height: normal;
  font-weight: normal;
  padding: 0.76em 0 0 0;
}
@media screen and (max-width: 700px) {
  .quickanfrage .qab strong {
    font-size: 1.8em;
  }
}
.quickanfrage .quickanfragebox__dates {
  width: 50%;
  text-align: center;
}
.quickanfrage .quickanfragebox__title h3,
.quickanfrage .quickanfrage__submit h3,
.quickanfrage .quickanfragebox__title a,
.quickanfrage .quickanfrage__submit a {
  font-size: 1.5em;
  line-height: normal;
  padding: 1.9em 1em 2em 1em;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  background: #eee;
  color: #333;
  letter-spacing: 0.1em;
  margin: 0;
  display: block;
  float: left;
  text-decoration: none;
  text-transform: uppercase;
}
.quickanfrage .quickanfrage__submit {
  float: right;
}
.quickanfrage .quickanfrage__submit a {
  background: #d39756;
  color: white;
  transition: 0.12s all ease-in-out;
  -moz-transition: 0.12s all ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 0.12s all ease-in-out;
  /* Safari and Chrome */
  -o-transition: 0.12s all ease-in-out;
  /* Opera */
}
.quickanfrage .quickanfrage__submit a:hover {
  background: #cb8336;
}
li.content {
  position: relative;
  float: left;
  width: 100%;
  clear: left;
}
#content ul.pageContents {
  width: 100%;
  position: relative;
  float: left;
  clear: left;
}
#content div.hr {
  width: 100%;
  float: left;
  clear: left;
  height: 1px;
  margin: 7em 0;
  position: relative;
  border-top: 2px solid #ccc;
}
#content div.hr span {
  display: block;
  width: 7em;
  left: 50%;
  top: 50%;
  height: 7em;
  margin-top: -3.5em;
  margin-left: -3.5em;
  z-index: 10;
  position: absolute;
}
#content div.hr span svg {
  float: left;
  width: 100%;
}
#content .centering {
  text-align: center;
}
#content .centering p {
  text-align: center;
}
#content div.textobj p,
#content div.textobj li,
#content div.textobj td {
  clear: left;
  width: 100%;
  line-height: 160%;
  margin: 0px 0px 1em 0px;
  font-size: 1.7em;
}
@media screen and (max-width: 1000px) {
  #content div.textobj p,
  #content div.textobj li,
  #content div.textobj td {
    font-size: 1.6em;
  }
}
#content p + h1,
#content p + h2,
#content p + h3 {
  margin-top: 0.5em;
}
#content .textobj  img,
#content p  img {
  position: relative;
  max-width: 100%;
}
#content .textobj.bigtext {
  text-align: center;
  width: 90%;
  position: relative;
  margin-left: 5%;
}
#content .textobj.bigtext p {
  font-size: 2.9em;
  line-height: 165%;
}
@media screen and (max-width: 1200px) {
  #content .textobj.bigtext p {
    font-size: 2.6em;
  }
}
@media screen and (max-width: 1000px) {
  #content .textobj.bigtext p {
    font-size: 2.4em;
  }
}
@media screen and (max-width: 800px) {
  #content .textobj.bigtext p {
    font-size: 2em;
  }
}
@media screen and (max-width: 600px) {
  #content .textobj.bigtext p {
    font-size: 1.85em;
  }
}
#content .cols_1_narrow .textobje.bigtext {
  width: 100%;
  margin-left: 0;
  left: 0;
}
#content .textobj {
  float: left;
  width: 100%;
  clear: left;
}
#content div.textobj {
  float: left;
  clear: left;
  width: 100%;
  position: relative;
}
#content div.textobj ul {
  list-style-type: square;
  margin-left: 20px;
}
#content div.textobj ul li {
  margin-bottom: 0.7em;
  line-height: 130%;
}
#content .packageDetailpage ul,
#content .packageDesc ul {
  list-style-type: square;
  margin-left: 20px;
}
#content .packageDetailpage ul li,
#content .packageDesc ul li {
  margin-bottom: 0.7em;
  line-height: 130%;
}
#content li.listlinks > div.cms_editbox,
#content li.listsubnavigation > div.cms_editbox {
  top: -20px;
}
#content h2.listheadline {
  margin-top: 1em;
  text-align: center;
  margin-bottom: 0em;
}
#content .zoomer {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
  left: 50%;
}
#content ul.listinfos {
  width: 100%;
  float: left;
  position: relative;
  clear: left;
  margin: 2em 0;
}
#content ul.listinfos li.infobox {
  position: relative;
  float: left;
  width: 100%;
}
#content ul.listinfos .cms_editbox {
  z-index: 200;
}
#content ul.listinfos.textbutton {
  text-align: center;
}
#content ul.listinfos.textbutton li.textbutton {
  display: inline-block;
  margin: 0.5em 1em;
  width: auto;
  float: none;
}
#content ul.listinfos.textbutton li.textbutton.buchen {
  font-size: 1.1em;
}
#content ul.listinfos.textbutton li.textbutton.buchen a {
  background: #d39756;
  color: #fff;
}
#content ul.listinfos.textbutton li.textbutton.buchen a:hover {
  background: #cb8336;
}
.cmart_list_editor {
  float: left;
  position: relative;
  clear: left;
  width: 100%;
  display: none;
  padding: 5em;
  box-sizing: border-box;
}
.cmart_list_editor ul {
  float: left;
  width: 100%;
  clear: left;
  position: relative;
  margin-top: 1em;
}
.cmart_listeditor_panel {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 90%;
  margin-top: -2em;
  text-align: center;
  z-index: 100;
  display: none;
}
.cmart_listeditor_panel .cmart_button {
  display: inline-block;
  float: none;
}
.cmart_endlisteditor {
  display: none;
  position: absolute;
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.editing:not(.cmart_grideditor):not(.cmart_contentadding) li.listinfos:not(.listediting) .slidercontent:hover .cmart_listeditor_panel,
.editing:not(.cmart_grideditor):not(.cmart_contentadding) li.listpictures:not(.listediting) .slidercontent:hover .cmart_listeditor_panel,
.editing:not(.cmart_grideditor):not(.cmart_contentadding) li.listinfos:not(.listediting) .imageslider:hover .cmart_listeditor_panel,
.editing:not(.cmart_grideditor):not(.cmart_contentadding) li.listpictures:not(.listediting) .imageslider:hover .cmart_listeditor_panel {
  display: block;
}
.editing:not(.cmart_grideditor):not(.cmart_contentadding) li.listinfos:not(.listediting) .slidercontent:hover div.slickslider:before,
.editing:not(.cmart_grideditor):not(.cmart_contentadding) li.listpictures:not(.listediting) .slidercontent:hover div.slickslider:before,
.editing:not(.cmart_grideditor):not(.cmart_contentadding) li.listinfos:not(.listediting) .imageslider:hover div.slickslider:before,
.editing:not(.cmart_grideditor):not(.cmart_contentadding) li.listpictures:not(.listediting) .imageslider:hover div.slickslider:before {
  position: absolute;
  content: ' ';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 88;
}
.content.listediting .cmart_list_editor {
  display: block;
}
.content.listediting .slickslider {
  display: none;
}
.content.listediting .cmart_endlisteditor {
  display: block;
}
.slickslider.slick-slider {
  float: left;
  width: 100%;
  position: relative;
}
ul.listinfos.slider li.infobox {
  float: left;
  position: relative;
  clear: left;
  width: 100%;
  box-sizing: border-box;
  padding: 4em;
  border: 1px solid #ddd;
  margin: 0 0 1em 0;
}
.guests__wrap {
  width: 100%;
  float: left;
  clear: left;
}
.guests__wrap .tabadge {
  position: absolute;
  top: -6em;
  height: 12em;
  width: 12em;
  left: 50%;
  margin-left: -6em;
  background: #dfd9cb url(/public/img/icon_tripadvisor.png) center center no-repeat;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 10;
}
.slickslider.guests {
  padding: 9em 0;
  text-align: center;
  background: url(/public/img/slider_bg.jpg) center center no-repeat;
  background-size: cover;
}
.slickslider.guests a.mainlink {
  float: left;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.slickslider.guests .guest_small {
  width: 100%;
  box-sizing: border-box;
  padding: 3em 0;
  text-align: center;
}
.slickslider.guests .guest_small div {
  clear: left;
  font-family: "PT Serif", serif;
  width: 60%;
  float: left;
  position: relative;
  color: #333;
  margin-left: 20%;
}
.slickslider.guests .guest_small .guest__title {
  font-size: 2.2em;
  line-height: 110%;
  font-weight: bold;
}
.slickslider.guests .guest_small .guest__cite {
  font-size: 1.9em;
  line-height: 150%;
  padding: 1em 0;
}
.slickslider.guests .guest_small .guest__name {
  font-size: 1.3em;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-family: Arial, "sans-serif";
  font-weight: bold;
  color: #999;
}
.slickslider.guests .slick-dots {
  bottom: 4em;
}
.slickslider.slider .slick-list,
.slickslider.slider .slick-track {
  height: 100%;
}
.slickslider.slider .slickslide {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  float: left;
  background: #222;
}
.slickslider.slider .slickslide .slidecontent {
  float: left;
  width: 70%;
  position: absolute;
  z-index: 10;
  top: 28%;
  left: 15%;
  margin-top: 1em;
  transition: 0.8s all ease-out 0s;
  -moz-transition: 0.8s all ease-out 0s;
  /* Firefox 4 */
  -webkit-transition: 0.8s all ease-out 0s;
  /* Safari and Chrome */
  -o-transition: 0.8s all ease-out 0s;
  /* Opera */
  opacity: 0;
  -ms-filter: "alpha(opacity=calc(100*@wert))";
  -khtml-opacity: 0;
  -moz-opacity: 0;
  text-align: center;
}
.slickslider.slider .slickslide .slidecontent h1,
.slickslider.slider .slickslide .slidecontent h2,
.slickslider.slider .slickslide .slidecontent h3,
.slickslider.slider .slickslide .slidecontent p {
  color: #fff;
}
.slickslider.slider .slickslide .slidecontent h2 {
  font-size: 6.8em;
  line-height: 95%;
  margin-top: 15px;
  transition: 0.8s all ease-out 0.4s;
  -moz-transition: 0.8s all ease-out 0.4s;
  /* Firefox 4 */
  -webkit-transition: 0.8s all ease-out 0.4s;
  /* Safari and Chrome */
  -o-transition: 0.8s all ease-out 0.4s;
  /* Opera */
}
@media screen and (max-width: 1200px) {
  .slickslider.slider .slickslide .slidecontent h2 {
    font-size: 6.4em;
  }
}
@media screen and (max-width: 900px) {
  .slickslider.slider .slickslide .slidecontent h2 {
    font-size: 5.4em;
  }
}
.slickslider.slider .slickslide .slidecontent h3 {
  font-size: 2em;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-bottom: 1.2em;
  color: #eee;
  margin-top: 15px;
  transition: 0.8s all ease-out 0.05s;
  -moz-transition: 0.8s all ease-out 0.05s;
  /* Firefox 4 */
  -webkit-transition: 0.8s all ease-out 0.05s;
  /* Safari and Chrome */
  -o-transition: 0.8s all ease-out 0.05s;
  /* Opera */
}
.slickslider.slider .slickslide .slidecontent .slide__link {
  display: inline-block;
  margin-top: 2.5em;
  transition: 0.8s all ease-out 0.7s;
  -moz-transition: 0.8s all ease-out 0.7s;
  /* Firefox 4 */
  -webkit-transition: 0.8s all ease-out 0.7s;
  /* Safari and Chrome */
  -o-transition: 0.8s all ease-out 0.7s;
  /* Opera */
}
.slickslider.slider .slickslide .slide__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slickslider.slider .slickslide.slick-current .slidecontent {
  opacity: 1;
  -ms-filter: "alpha(opacity=calc(100*@wert))";
  -khtml-opacity: 1;
  -moz-opacity: 1;
  margin-top: 0;
}
.slickslider.slider .slickslide.slick-current .slidecontent h1,
.slickslider.slider .slickslide.slick-current .slidecontent h2,
.slickslider.slider .slickslide.slick-current .slidecontent h3 {
  margin-top: 0;
}
.slickslider.slider .slickslide.slick-current .slidecontent .slide__link {
  margin-top: 2em;
}
.slidercontent img {
  max-width: 18em;
}
.slidercontent .tabadge {
  position: absolute;
  z-index: 90;
  bottom: 3em;
  left: 5em;
}
.slidercontent .stanton {
  position: absolute;
  z-index: 90;
  bottom: 3em;
  right: 5em;
}
.slidercontent,
.imageslider {
  float: left;
  width: 100%;
  position: relative;
  clear: left;
}
.imageslider {
  min-height: 5em;
  background: #ddd;
}
.slickslider.slideshow {
  height: 75em;
}
.slickslider.slider {
  height: 95vh;
}
.slidearrow {
  width: 30%;
  height: 100%;
  position: absolute;
  top: 0;
  margin-top: 0;
  z-index: 50;
}
.slidearrow .arrow {
  position: absolute;
  top: 50%;
  width: 10em;
  height: 10em;
  opacity: 0.01;
  -ms-filter: "alpha(opacity=calc(100*@wert))";
  -khtml-opacity: 0.01;
  -moz-opacity: 0.01;
  transition: 0.12s all ease-out;
  -moz-transition: 0.12s all ease-out;
  /* Firefox 4 */
  -webkit-transition: 0.12s all ease-out;
  /* Safari and Chrome */
  -o-transition: 0.12s all ease-out;
  /* Opera */
  background: url(/public/img/arrow-left.png) center center no-repeat;
  float: left;
  margin-top: -4em;
}
.slidearrow.prev {
  left: 0;
}
.slidearrow.prev .arrow {
  left: 0;
}
.slidearrow.next {
  right: 0;
}
.slidearrow.next .arrow {
  right: 0;
  background: url(/public/img/arrow-right.png) center center no-repeat;
}
.slidearrow:hover .arrow {
  opacity: 1;
  -ms-filter: "alpha(opacity=calc(100*@wert))";
  -khtml-opacity: 1;
  -moz-opacity: 1;
}
ul.listinfos.slider {
  z-index: 100;
}
ul.listinfos.slider li.infobox {
  padding: 2em;
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #ddd;
  margin-bottom: 2em;
  float: left;
  width: 100%;
  clear: left;
  background: #fff;
}
ul.listinfos.slider li.infobox p {
  font-size: 1.5em;
  line-height: 130%;
}
ul.listinfos.slider li.infobox .picconnection {
  position: relative;
}
#content ul.listinfos.cardvertical {
  text-align: center;
  vertical-align: top;
}
#content ul.listinfos.cardvertical li.cardvertical {
  width: 24.5%;
  padding: 0 1.4em;
  margin-bottom: 3em;
  box-sizing: border-box;
  float: none;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
#content ul.listinfos.cardvertical li.cardvertical .card--vertical {
  width: 100%;
  padding: 0;
  height: auto;
}
#content ul.listinfos.cardvertical li.cardvertical .card--vertical .card__wrap {
  height: 100%;
  width: 100%;
  float: left;
  clear: left;
  position: relative;
  text-align: center;
}
#content ul.listinfos.cardvertical li.card:first-child,
#content ul.listinfos.cardvertical li.card:nth-child(4n+1) {
  padding-left: 0;
  clear: left;
}
.card .card__icon {
  width: 100%;
  float: left;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  padding: 2em 0;
  opacity: 0.3;
  -ms-filter: "alpha(opacity=calc(100*@wert))";
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  transform: scale(0.95);
  transition: 0.2s all ease-out;
  -moz-transition: 0.2s all ease-out;
  /* Firefox 4 */
  -webkit-transition: 0.2s all ease-out;
  /* Safari and Chrome */
  -o-transition: 0.2s all ease-out;
  /* Opera */
}
.card:hover .card__icon {
  opacity: 1;
  -ms-filter: "alpha(opacity=calc(100*@wert))";
  -khtml-opacity: 1;
  -moz-opacity: 1;
  transform: scale(1);
}
.card:hover .card__text {
  opacity: 1;
  -ms-filter: "alpha(opacity=calc(100*@wert))";
  -khtml-opacity: 1;
  -moz-opacity: 1;
}
.card .card__headline {
  font-size: 3em;
  line-height: 110%;
  width: 100%;
  margin: 0 0 0.8em 0;
  float: left;
  position: relative;
  box-sizing: border-box;
}
.card .card__content {
  width: 100%;
  float: left;
  clear: left;
  position: relative;
  box-sizing: border-box;
  padding: 0 5% 0 5%;
}
.card .card__text {
  width: 100%;
  float: left;
  clear: left;
  position: relative;
  box-sizing: border-box;
  font-size: 1.6em;
  line-height: 160%;
  opacity: 0.3;
  -ms-filter: "alpha(opacity=calc(100*@wert))";
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  transition: 0.2s all ease-out;
  -moz-transition: 0.2s all ease-out;
  /* Firefox 4 */
  -webkit-transition: 0.2s all ease-out;
  /* Safari and Chrome */
  -o-transition: 0.2s all ease-out;
  /* Opera */
}
ul.listpictures {
  width: 100%;
  float: left;
  position: relative;
}
ul.listpictures li {
  position: relative;
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 1.5em;
  overflow: hidden;
}
ul.listpictures li span.theimage {
  float: left;
  width: 100%;
  height: 35em;
  position: relative;
  -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
ul.listpictures li span.theimage img.img {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
ul.listpictures li span.theimage .title {
  display: none;
}
ul.listpictures.default li:nth-child(3n) {
  width: 100%;
  clear: left;
}
div.singlepicture,
.singlepicture {
  width: 100%;
  float: left;
  clear: left;
  position: relative;
}
div.singlepicture span.title,
.singlepicture span.title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1em;
  font-size: 1.4em;
  color: #fff;
  box-sizing: border-box;
}
div.singlepicture > a.lightbox,
.singlepicture > a.lightbox,
div.singlepicture > a.zmartbox,
.singlepicture > a.zmartbox {
  float: left;
  width: 100%;
}
div.singlepicture img.img,
.singlepicture img.img {
  transition: 0.15s all ease-in-out;
  -moz-transition: 0.15s all ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 0.15s all ease-in-out;
  /* Safari and Chrome */
  -o-transition: 0.15s all ease-in-out;
  /* Opera */
  float: left;
  max-width: 100%;
}
div.singlepicture.width100 img.img,
.singlepicture.width100 img.img {
  width: 100%;
}
div.singlepicture.margintop,
.singlepicture.margintop {
  margin-top: 4em;
}
div.singlepicture.marginbottom,
.singlepicture.marginbottom {
  margin-bottom: 4em;
}
a.singlepicture {
  min-height: 8em;
}
.slickslider.slideshow {
  clear: left;
  float: left;
  position: relative;
  padding: 0;
  margin: 0;
}
.slickslider.slideshow .slide {
  float: left;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slickslider.slideshow .slide img {
  float: left;
  clear: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.imageslider {
  margin: 12em 0;
  -moz-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
}
#content > .pageContents > li.listpictures .imageslider,
#content > .imageslider {
  margin: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.editing a.singlepicture,
.editing div.singlepicture {
  width: 100%;
}
.cmart__absolutecrophandler {
  position: absolute;
  z-index: 15;
  bottom: 2em;
  left: 50%;
  margin-left: -1em;
  font-size: 2em;
  color: #fff;
}
.container,
.template {
  position: relative;
  float: left;
  clear: left;
  width: 100%;
}
.innercenter,
.template_inner {
  position: relative;
  float: left;
  clear: left;
  width: 88%;
  margin-left: 6%;
}
@media screen and (min-width: 1500px) {
  .innercenter,
  .template_inner {
    width: 82%;
    margin-left: 9%;
  }
}
@media screen and (max-width: 900px) {
  .innercenter,
  .template_inner {
    width: 92%;
    margin-left: 4%;
  }
}
@media screen and (max-width: 830px) {
  .innercenter,
  .template_inner {
    width: 95%;
    margin-left: 2.5%;
  }
}
div.template {
  padding: 0;
}
div.template div.template {
  width: 100%;
  left: 0;
}
div.template div.template .blockheadline {
  top: 0;
}
div.template div.template div.template_inner {
  width: 100%;
  margin-left: 0;
}
.template__headline {
  float: left;
  clear: left;
  position: relative;
  width: 100%;
  margin-bottom: 5em;
  text-align: center;
  z-index: 20;
}
div.template.paddingtop {
  padding-top: 16em;
}
@media screen and (max-width: 750px) {
  div.template.paddingtop {
    padding-top: 12em;
  }
}
@media screen and (max-width: 600px) {
  div.template.paddingtop {
    padding-top: 9em;
  }
}
div.template.paddingbottom {
  padding-bottom: 16em;
}
@media screen and (max-width: 750px) {
  div.template.paddingbottom {
    padding-bottom: 12em;
  }
}
@media screen and (max-width: 600px) {
  div.template.paddingbottom {
    padding-bottom: 9em;
  }
}
div.template.smallpadding {
  padding-top: 7em;
  padding-bottom: 7em;
}
.template.smalltopmargin {
  margin-top: 7em;
}
div.template.darkbg {
  background: #d39756;
}
div.template.darkbg h1,
div.template.darkbg h2,
div.template.darkbg h3,
div.template.darkbg h4 {
  color: #fff;
}
div.template.darkbg p {
  color: #eee;
}
div.templatebgpicture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
div.total.template > .template_inner {
  width: 94%;
  margin-left: 3%;
  left: 0;
}
div.template.centering .textobj h2,
div.template.centering .textobj h3,
div.template.centering .textobj h4,
div.template.centering .textobj p {
  text-align: center;
}
.contentbox {
  float: left;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
div.template .template_inner > .contentbox {
  padding: 0 3.5em;
}
@media screen and (max-width: 800px) {
  div.template .template_inner > .contentbox {
    padding: 0 2.3em;
  }
}
@media screen and (max-width: 500px) {
  div.template .template_inner > .contentbox {
    padding: 0 1.8em;
  }
}
#content.contentbox {
  padding: 0;
}
.cols_1_normal  .template .template_inner {
  width: 100%;
  margin: 0;
  left: 0;
}
.cols_1_normal .template_inner > .contentbox {
  width: 100%;
  left: 0;
  clear: left;
}
div.template div.template.default .template_inner > .contentbox {
  padding: 0 0;
}
.cols_1_narrow  .template .template_inner {
  width: 100%;
  margin: 0;
  left: 0;
}
.cols_1_narrow > .template_inner > .contentbox {
  width: 50em;
  margin-left: -25em;
  left: 50%;
  clear: left;
}
@media screen and (max-width: 700px) {
  .cols_1_narrow > .template_inner > .contentbox {
    width: 80%;
    margin-left: 10%;
    left: 0;
  }
}
.template.reasons .contentbox h2 {
  color: #ccc;
}
.shadow .template_inner {
  background: #fff;
  -moz-box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.12);
}
.cols_2_normal .template .template_inner {
  width: 100%;
  margin: 0;
  left: 0;
}
.cols_2_normal .template_inner > .contentbox {
  clear: none;
  width: 50%;
}
@media screen and (max-width: 780px) {
  .cols_2_normal .template_inner > .contentbox {
    width: 100%;
    clear: left;
    margin-bottom: 5em;
  }
}
.cols_2_rightbig .template .template_inner {
  width: 100%;
  margin: 0;
  left: 0;
}
.cols_2_rightbig .template_inner > .contentbox {
  clear: none;
  width: 30%;
}
.cols_2_rightbig .template_inner > .contentbox.last {
  float: right;
  width: 70%;
}
.cols_2_leftbig .template .template_inner {
  width: 100%;
  margin: 0;
  left: 0;
}
.cols_2_leftbig .template_inner > .contentbox {
  clear: none;
  width: 70%;
}
.cols_2_leftbig .template_inner > .contentbox.last {
  float: right;
  width: 30%;
}
.cols_3_normal .template .template_inner {
  width: 100%;
  margin: 0;
  left: 0;
}
.cols_3_normal .template_inner > .contentbox {
  clear: none;
  width: 33.3%;
}
@media screen and (max-width: 780px) {
  .cols_3_normal .template_inner > .contentbox {
    width: 80%;
    margin-left: 10%;
    clear: left;
    margin-bottom: 5em;
  }
}
@media screen and (max-width: 680px) {
  .cols_3_normal .template_inner > .contentbox {
    width: 100%;
    margin-left: 0;
    clear: left;
    margin-bottom: 5em;
  }
}
.cols_4_normal .template .template_inner {
  width: 100%;
  margin: 0;
  left: 0;
}
.cols_4_normal .template_inner > .contentbox {
  clear: none;
  width: 25%;
}
@media screen and (max-width: 850px) {
  .cols_4_normal .template_inner > .contentbox {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .cols_4_normal .template_inner > .contentbox {
    width: 80%;
    margin-left: 10%;
    clear: left;
    margin-bottom: 5em;
  }
}
@media screen and (max-width: 600px) {
  .cols_4_normal .template_inner > .contentbox {
    width: 96%;
    margin-left: 2%;
    clear: left;
    margin-bottom: 4em;
  }
}
@media screen and (max-width: 850px) {
  .cols_4_normal .template_inner > .contentbox:nth-child(1),
  .cols_4_normal .template_inner > .contentbox:nth-child(2) {
    margin-bottom: 5em;
  }
}
@media screen and (max-width: 850px) {
  .cols_4_normal .template_inner > .contentbox:nth-child(3) {
    clear: left;
  }
}
/*
 * ===============
 * CONTACT FORM
 * ===============
 */
.contactform {
  position: relative;
  float: left;
  clear: left;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .contactform {
    width: 70%;
    margin-left: 15%;
  }
}
@media screen and (min-width: 1400px) {
  .contactform {
    width: 50%;
    margin-left: 25%;
  }
}
.contactform .clearer {
  float: left;
  clear: both;
  width: 100%;
  position: relative;
  display: block;
  height: 2.5em;
}
.contactform input,
.contactform textarea,
.contactform button.submit,
.contactform select {
  font-size: 1.5em;
  color: #555;
}
.contactform input,
.contactform textarea,
.contactform select {
  width: 100%;
  box-sizing: border-box;
  padding: 0.7em 1em;
  font-family: Arial, "sans-serif";
  font-weight: 300;
  clear: left;
  float: left;
  border: 1px solid #ccc;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 3px 18px #ddd;
  -webkit-box-shadow: 0px 3px 18px #ddd;
  box-shadow: 0px 3px 18px #ddd;
}
.contactform input:focus,
.contactform textarea:focus,
.contactform select:focus {
  border-color: black;
}
.contactform input:hover,
.contactform textarea:hover,
.contactform select:hover {
  border-color: green;
}
.contactform h3 {
  text-align: center;
  float: left;
  clear: left;
  width: 100%;
}
.contactform .field {
  width: 100%;
  float: left;
  position: relative;
}
.contactform .field.quarter2 {
  width: 49%;
  margin-right: 1%;
}
.contactform .field.quarter1 {
  width: 24%;
  margin-right: 1%;
}
.contactform .field.quarter3 {
  width: 74%;
  margin-right: 1%;
}
.contactform .field.last {
  margin-right: 0px;
  float: right;
}
.contactform .room_num_select select {
  width: auto;
  float: right;
  clear: none;
}
.contactform button.submit {
  cursor: pointer;
  font-size: 2em;
  font-family: "PT Serif", serif;
  line-height: 100%;
  padding: 0.6em 1em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #d39756;
  border: 0;
  color: #fff;
  margin-top: 1em;
  font-weight: bold;
}
.contactform button.submit:hover {
  background: #c37e33;
}
.contactform label {
  font-weight: 300;
  margin-bottom: 0.5em;
  color: #999;
  font-size: 1.5em;
  float: left;
  width: 100%;
}
.contactform .row {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 2em;
}
.contactform .row.submit {
  text-align: center;
}
.contactform span.error {
  display: block;
  float: left;
  padding: 1em;
  color: white;
  background: red;
  font-size: 1.6em;
  margin-bottom: 2em;
}
@media screen and (max-width: 800px) {
  .contactform .row .totalmobile {
    width: 100%;
    float: left;
    clear: left;
  }
}
.pricelist,
.roompricelist {
  width: 100%;
  float: left;
  clear: left;
  position: relative;
  margin-bottom: 4em;
}
.pricelist .roomname,
.roompricelist .roomname,
.pricelist .price,
.roompricelist .price,
.pricelist .season,
.roompricelist .season {
  float: left;
  position: relative;
  box-sizing: border-box;
  width: 20%;
  min-height: 1em;
  padding: 0.8em;
  font-size: 1.8em;
  line-height: normal;
}
.pricelist.saisonzeiten_2 .roomname,
.roompricelist.saisonzeiten_2 .roomname,
.pricelist.saisonzeiten_2 .price,
.roompricelist.saisonzeiten_2 .price,
.pricelist.saisonzeiten_2 .season,
.roompricelist.saisonzeiten_2 .season {
  width: 33.3%;
}
.pricelist.saisonzeiten_1 .roomname,
.roompricelist.saisonzeiten_1 .roomname,
.pricelist.saisonzeiten_1 .price,
.roompricelist.saisonzeiten_1 .price,
.pricelist.saisonzeiten_1 .season,
.roompricelist.saisonzeiten_1 .season {
  width: 50%;
}
.pricelist.saisonzeiten_4 .roomname,
.roompricelist.saisonzeiten_4 .roomname,
.pricelist.saisonzeiten_4 .price,
.roompricelist.saisonzeiten_4 .price,
.pricelist.saisonzeiten_4 .season,
.roompricelist.saisonzeiten_4 .season {
  width: 20%;
}
.pricelist .price,
.roompricelist .price,
.pricelist .season,
.roompricelist .season {
  text-align: center;
}
.pricelist .pricelist__header,
.roompricelist .pricelist__header,
.pricelist .pricelist__pricerow,
.roompricelist .pricelist__pricerow {
  float: left;
  width: 100%;
  position: relative;
  clear: left;
}
.pricelist .pricelist__pricerow,
.roompricelist .pricelist__pricerow {
  border-top: 1px solid #ddd;
  transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 0.2s all ease-in-out;
  /* Safari and Chrome */
  -o-transition: 0.2s all ease-in-out;
  /* Opera */
}
.pricelist .pricelist__pricerow:hover,
.roompricelist .pricelist__pricerow:hover {
  background: #fff;
}
.pricelist.mobile {
  margin-top: 4em;
  display: none;
}
.pricelist.mobile h3 {
  float: left;
  clear: left;
  width: 100%;
}
.pricelist.mobile .roomname,
.pricelist.mobile .price,
.pricelist.mobile .season {
  padding: 0.8em 0;
}
.pricelist.mobile p {
  margin-bottom: 0.5em;
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.pricelist.mobile .season {
  text-align: left;
}
.pricelist.mobile .pricelist__pricerow + h3 {
  margin-top: 1.5em;
}
.pricelist.mobile .pricelist__pricerow .season {
  width: 50%;
  font-size: 1.5em;
}
.pricelist.mobile .pricelist__pricerow .price {
  width: 50%;
  float: right;
  font-size: 1.5em;
  text-align: right;
  box-sizing: border-box;
  padding-right: 1em;
}
@media screen and (max-width: 800px) {
  .pricelist.mobile {
    display: block;
  }
  .pricelist.desktop {
    display: none;
  }
}
.roompricelist .summer,
.roompricelist .winter {
  float: left;
  position: relative;
  width: 49%;
}
.roompricelist .summer {
  float: right;
}
.roompricelist .pricelist__pricerow {
  padding: 1em 0;
}
.roompricelist .pricelist__pricerow .price {
  width: 47%;
  text-align: right;
}
.roompricelist .pricelist__pricerow .season {
  width: 50%;
}
.card {
  float: left;
  position: relative;
  box-sizing: border-box;
}
body.editing .card .card__image.croppinginprogress {
  overflow: visible;
}
.card--horizontal {
  width: 100%;
  clear: left;
  height: auto;
}
.card--horizontal .card__image {
  width: 30%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.card--horizontal .card__content {
  width: 60%;
  float: right;
}
.card--vertical {
  width: 100%;
  clear: left;
}
.card--vertical .card__image {
  width: 100%;
  height: 20em;
  position: relative;
  clear: left;
}
.card--vertical .card__content {
  width: 100%;
  float: left;
  clear: left;
}
.fullpic {
  float: left;
  width: 100%;
  position: relative;
  clear: left;
}
.fullpic + .fullpic {
  margin-top: 4em;
}
.fullpic .fullpic__image {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #111;
}
.fullpic .fullpic__image > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  -o-object-fit: cover;
}
.fullpic .fullpic__image .singlefileconnectionform .picconnection .editpanel {
  margin-left: 0;
  left: auto;
  right: 2em;
}
.fullpic .fullpic__image .bgimage {
  transition: 1s all ease-out;
  -moz-transition: 1s all ease-out;
  /* Firefox 4 */
  -webkit-transition: 1s all ease-out;
  /* Safari and Chrome */
  -o-transition: 1s all ease-out;
  /* Opera */
  opacity: 0.6;
  -ms-filter: "alpha(opacity=calc(100*@wert))";
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
}
.fullpic:hover .fullpic__image .bgimage {
  opacity: 1;
  -ms-filter: "alpha(opacity=calc(100*@wert))";
  -khtml-opacity: 1;
  -moz-opacity: 1;
}
.fullpic .fullpic__content {
  z-index: 10;
  float: left;
  position: relative;
  padding: 18em 0;
  width: 70%;
  margin-left: 15%;
  text-align: center;
}
.fullpic .fullpic__content h1,
.fullpic .fullpic__content h2,
.fullpic .fullpic__content h3,
.fullpic .fullpic__content h4,
.fullpic .fullpic__content p {
  color: #fff;
  text-align: center;
  width: 100%;
  clear: left;
  float: left;
}
.fullpic .fullpic__content strong.fullpic__headline {
  font-size: 3em;
  line-height: 110%;
  text-align: center;
  float: left;
  width: 100%;
  margin: 0 0 0.9em 0;
  font-weight: normal;
  color: #fff;
}
.fullpic .fullpic__content a.buttonlink {
  margin-top: 1em;
}
.fullpic.sommerkarte .fullpic__content {
  margin-bottom: 18em;
}
.fullpic.sommerkarte img.sommerkarte_karte {
  position: absolute;
  z-index: 20;
  width: 26em;
  bottom: 0;
  left: 50%;
  margin-left: -13em;
}
a.fullpic {
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}
.editing .header {
  overflow: visible;
}
.header {
  float: left;
  width: 100%;
  position: relative;
  clear: left;
  height: 80vh;
  min-height: 65em;
}
.header .header__image {
  overflow: hidden;
  z-index: 1;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #444;
}
.header .header__image > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  -o-object-fit: cover;
}
.header .header__image .singlefileconnectionform .picconnection .editpanel {
  margin-left: 0;
  left: auto;
  right: 2em;
}
.header .header__image .bgimage {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
  -ms-filter: "alpha(opacity=calc(100*@wert))";
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  transition: 1.2s all ease-in-out;
  -moz-transition: 1.2s all ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 1.2s all ease-in-out;
  /* Safari and Chrome */
  -o-transition: 1.2s all ease-in-out;
  /* Opera */
}
.header:hover .header__image .bgimage {
  opacity: 0.9;
  -ms-filter: "alpha(opacity=calc(100*@wert))";
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
}
.header .header__content {
  z-index: 30;
  float: left;
  position: absolute;
  clear: left;
  width: 60%;
  left: 20%;
  top: 50%;
  margin-top: -7.5em;
  text-align: center;
}
.header .header__content h1,
.header .header__content strong {
  text-align: center;
  text-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  float: left;
  clear: left;
  position: relative;
  width: 100%;
  color: #fff;
}
.header .header__content h1 {
  line-height: 100%;
  margin: 0;
}
.header .header__content h3 {
  margin-top: 0.4em;
  float: left;
  clear: left;
  color: #eee;
  line-height: 110%;
}
.header .header__content strong {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
  color: #eee;
  font-size: 1.7em;
  margin-bottom: 1.8em;
}
.blockquote {
  position: relative;
  float: left;
  clear: left;
  margin: 4em 0;
  box-sizing: border-box;
  padding: 2em 2em 2em 4em;
  border-left: 3px solid #eee;
  width: 100%;
}
.blockquote blockquote {
  padding: 0;
  width: 100%;
  margin: 0;
  font-size: 2em;
  line-height: 140%;
  font-family: "PT Serif", serif;
}
.blockquote .blockquote__from {
  float: left;
  clear: left;
  margin-top: 1.5em;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.fiftyfifty {
  float: left;
  width: 100%;
  position: relative;
  clear: left;
  background: #fff;
}
.fiftyfifty .fiftyfifty__image {
  width: 50%;
  position: absolute;
  top: 0;
  height: 100%;
}
@media screen and (max-width: 800px) {
  .fiftyfifty .fiftyfifty__image {
    width: 100%;
    position: relative;
    top: 0;
    height: 35em;
  }
}
@media screen and (max-width: 500px) {
  .fiftyfifty .fiftyfifty__image {
    height: 28em;
  }
}
.fiftyfifty .fiftyfifty__image a.big {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  float: left;
}
.fiftyfifty .fiftyfifty__image:hover .moreshower img {
  opacity: 1;
  -ms-filter: "alpha(opacity=calc(100*@wert))";
  -khtml-opacity: 1;
  -moz-opacity: 1;
}
.fiftyfifty .fiftyfifty__image:hover .moreshower em {
  opacity: 1;
  -ms-filter: "alpha(opacity=calc(100*@wert))";
  -khtml-opacity: 1;
  -moz-opacity: 1;
  padding-bottom: 0.5em;
}
.fiftyfifty .moreshower {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  box-sizing: border-box;
  background: url(/public/img/shadow_up.png) bottom left repeat-x;
  padding: 2em;
  text-decoration: none;
  text-align: center;
}
.fiftyfifty .moreshower em {
  font-style: normal;
  color: #fff;
  font-size: 1.6em;
  display: inline-block;
  padding-top: 0.3em;
}
.fiftyfifty .moreshower img,
.fiftyfifty .moreshower em {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=calc(100*@wert))";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  transition: 0.15s all ease-in-out;
  -moz-transition: 0.15s all ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 0.15s all ease-in-out;
  /* Safari and Chrome */
  -o-transition: 0.15s all ease-in-out;
  /* Opera */
}
.fiftyfifty .fiftyfifty__content {
  width: 50%;
  position: relative;
  box-sizing: border-box;
  padding: 8em;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .fiftyfifty .fiftyfifty__content {
    width: 100%;
    position: relative;
    padding: 6em;
  }
}
@media screen and (max-width: 500px) {
  .fiftyfifty .fiftyfifty__content {
    padding: 3em;
  }
}
.fiftyfifty .fiftyfifty__content h3 {
  margin-bottom: 1.2em;
}
@media screen and (max-width: 500px) {
  .fiftyfifty .fiftyfifty__content h3 {
    margin-bottom: 0.7em;
  }
}
.fiftyfifty .fiftyfifty__content .buttonlink {
  margin-top: 1.7em;
}
@media screen and (max-width: 500px) {
  .fiftyfifty .fiftyfifty__content .buttonlink {
    margin-top: 1em;
  }
}
.fiftyfifty .fiftyfifty__icon {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 4em;
}
@media screen and (max-width: 800px) {
  .fiftyfifty .fiftyfifty__icon {
    display: none;
  }
}
.fiftyfifty.fiftyfifty--pictext .fiftyfifty__image {
  left: 0;
}
.fiftyfifty.fiftyfifty--pictext .fiftyfifty__content {
  float: right;
}
.fiftyfifty.fiftyfifty--textpic .fiftyfifty__image {
  right: 0;
}
.fiftyfifty.fiftyfifty--textpic .fiftyfifty__content {
  float: left;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('/public/plugins/slick/ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('/public/plugins/slick/fonts/slick.eot');
  src: url('/public/plugins/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/public/plugins/slick/fonts/slick.woff') format('woff'), url('/public/plugins/slick/fonts/slick.ttf') format('truetype'), url('/public/plugins/slick/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  z-index: 20;
  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-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus: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: 50px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 25px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: 25px;
}
.slick-prev:before {
  content: "‹";
}
.slick-prev:before[dir="rtl"] {
  content: "›";
}
.slick-next {
  right: 25px;
}
.slick-next[dir="rtl"] {
  left: 25px;
  right: auto;
}
.slick-next:before {
  content: "›";
}
.slick-next:before[dir="rtl"] {
  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: 16px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #d39756;
  opacity: 0.75;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #444;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}
.fancybox-slide--iframe {
  padding: 44px 44px 0;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: 92%;
  margin-bottom: 44px;
  width: 99%;
}
.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  vertical-align: top;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #eee;
}
.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}
.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}
.fancybox-button--play svg path:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}
.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}
.fancybox-button--share svg path {
  stroke-width: 1;
}
/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 70px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 70px;
}
.fancybox-navigation svg {
  width: 50%;
  margin-left: 21%;
  margin-top: 21%;
}
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}
.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -35px;
  padding: 50px;
  position: absolute;
  top: -35px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  background: transparent;
  left: 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  background: transparent;
  right: 6px;
}
/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}
.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke 0.1s;
}
.fancybox-close-small:focus {
  outline: none;
}
.fancybox-close-small:hover svg {
  opacity: 1;
}
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}
/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}
.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}
.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s infinite linear;
  animation: fancybox-rotate 1s infinite linear;
  background: transparent;
  border: 5px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}
.fancybox-loading.fancybox-loading1 {
  margin: -30px 0 0 -50px;
}
.fancybox-loading.fancybox-loading2 {
  margin: -30px 0 0 -10px;
  -webkit-animation: fancybox-rotate 1s infinite linear;
  animation: fancybox-rotate 1s infinite linear;
  animation-direction: reverse;
}
@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x > ul {
  overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
.date-picker {
  width: 170px;
  height: 25px;
  padding: 0;
  border: 0;
  line-height: 25px;
  padding-left: 10px;
  font-size: 1.2em;
  font-family: Arial, "sans-serif";
  font-weight: bold;
  cursor: pointer;
  color: #303030;
  position: relative;
  z-index: 2;
}
.date-picker-wrapper {
  position: absolute;
  z-index: 100;
  border: 1px solid #eee;
  background-color: #fff;
  padding: 5px 12px;
  font-size: 1.3em;
  line-height: 160%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-box-shadow: 0px 0px 40px #aaa;
  -webkit-box-shadow: 0px 0px 40px #aaa;
  box-shadow: 0px 0px 40px #aaa;
  color: #ccc;
  box-sizing: border-box;
}
.date-picker-wrapper.inline-wrapper {
  position: relative;
  box-shadow: none;
  display: inline-block;
}
.date-picker-wrapper.single-date {
  width: auto;
}
.date-picker-wrapper.no-shortcuts {
  padding-bottom: 12px;
}
.date-picker-wrapper.no-topbar {
  padding-top: 12px;
}
.date-picker-wrapper .footer {
  font-size: 11px;
  padding-top: 3px;
}
.date-picker-wrapper b {
  color: #666;
  font-weight: 700;
}
.date-picker-wrapper a {
  color: #6bb4d6;
  text-decoration: underline;
}
.date-picker-wrapper .month-name {
  text-transform: uppercase;
}
.date-picker-wrapper .select-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.date-picker-wrapper .select-wrapper:hover {
  text-decoration: underline;
}
.date-picker-wrapper .month-element {
  display: inline-block;
  vertical-align: middle;
}
.date-picker-wrapper .select-wrapper select {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  top: -1px;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  outline: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  opacity: 0.01;
}
.date-picker-wrapper .month-wrapper {
  padding: 5px;
  cursor: default;
  position: relative;
  _overflow: hidden;
}
.date-picker-wrapper .month-wrapper table {
  width: 190px;
  float: left;
}
.date-picker-wrapper .month-wrapper table tr td:nth-child(5) .day.toMonth.valid,
.date-picker-wrapper .month-wrapper table tr td:first-child .day.toMonth.valid {
  color: #777;
}
.date-picker-wrapper .month-wrapper table.month2 {
  width: 190px;
  float: left;
}
.date-picker-wrapper .month-wrapper table th,
.date-picker-wrapper .month-wrapper table td {
  vertical-align: middle;
  text-align: center;
  line-height: 14px;
  margin: 0px;
  padding: 0px;
}
.date-picker-wrapper .month-wrapper table .day {
  padding: 0.6em 0.2em;
  line-height: 1;
  font-size: 1.1em;
  margin-bottom: 1px;
  color: #ccc;
  cursor: default;
}
.date-picker-wrapper .month-wrapper table div.day.lastMonth,
.date-picker-wrapper .month-wrapper table div.day.nextMonth {
  color: #999;
  cursor: default;
}
.date-picker-wrapper .month-wrapper table .day.checked {
  background-color: #9cdbf7;
}
.date-picker-wrapper .month-wrapper table .week-name {
  height: 20px;
  line-height: 20px;
  font-weight: 100;
  text-transform: uppercase;
}
.date-picker-wrapper .month-wrapper table .day.has-tooltip {
  cursor: help !important;
}
.date-picker-wrapper .time label {
  white-space: nowrap;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
  color: #333;
  cursor: pointer;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  background-color: #cdecfa;
}
.date-picker-wrapper .month-wrapper table .day.nextMonth,
.date-picker-wrapper .month-wrapper table .day.lastMonth {
  display: none;
}
.date-picker-wrapper .month-wrapper table .day.real-today {
  background-color: #ffe684;
}
.date-picker-wrapper .month-wrapper table .day.real-today.checked,
.date-picker-wrapper .month-wrapper table .day.real-today.hovering {
  background-color: #70ccd5;
}
.date-picker-wrapper table .caption {
  height: 40px;
}
.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .prev {
  padding: 0 6px 2px 6px;
  font-size: 13px;
  margin-top: -2px;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.date-picker-wrapper table .caption .next:hover,
.date-picker-wrapper table .caption .prev:hover {
  background-color: #ccc;
  color: white;
}
.date-picker-wrapper .gap {
  position: relative;
  z-index: 1;
  width: 15px;
  height: 100%;
  background-color: red;
  font-size: 0;
  line-height: 0;
  float: left;
  top: -5px;
  margin: 0 10px -10px;
  visibility: hidden;
  height: 0;
}
.date-picker-wrapper .gap .gap-lines {
  height: 100%;
  overflow: hidden;
}
.date-picker-wrapper .gap .gap-line {
  height: 15px;
  width: 15px;
  position: relative;
}
.date-picker-wrapper .gap .gap-line .gap-1 {
  z-index: 1;
  height: 0;
  border-left: 8px solid #ffffff;
  border-top: 8px solid #eee;
  border-bottom: 8px solid #eee;
}
.date-picker-wrapper .gap .gap-line .gap-2 {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-top: 8px solid #ffffff;
}
.date-picker-wrapper .gap .gap-line .gap-3 {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
}
.date-picker-wrapper .gap .gap-top-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 1px;
  background-color: #eee;
  z-index: 3;
}
.date-picker-wrapper .gap .gap-bottom-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 7px;
  background-color: #eee;
  z-index: 3;
}
.date-picker-wrapper .selected-days {
  display: none;
}
.date-picker-wrapper .drp_top-bar {
  line-height: 1.4;
  position: relative;
  padding: 10px 40px 10px 0;
}
.date-picker-wrapper .drp_top-bar .error-top {
  display: none;
}
.date-picker-wrapper .drp_top-bar .normal-top {
  display: none;
}
.date-picker-wrapper .drp_top-bar .default-top {
  display: block;
}
.date-picker-wrapper .drp_top-bar.error .default-top {
  display: none;
}
.date-picker-wrapper .drp_top-bar.error .error-top {
  display: block;
  color: red;
}
.date-picker-wrapper .drp_top-bar.normal .default-top {
  display: none;
}
.date-picker-wrapper .drp_top-bar.normal .normal-top {
  display: block;
}
.date-picker-wrapper .drp_top-bar .apply-btn {
  position: absolute;
  right: 0px;
  top: 6px;
  padding: 3px 5px;
  margin: 0;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
  color: #d9eef7;
  border: solid 1px #0076a3;
  background: #0095cd;
  background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
  background: -moz-linear-gradient(top, #00adee, #0078a5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
  color: white;
  line-height: initial;
}
.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
  cursor: pointer;
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
  background: -moz-linear-gradient(top, #fff, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
/*time styling*/
.date-picker-wrapper .time {
  position: relative;
}
.date-picker-wrapper.single-month .time {
  display: block;
}
.date-picker-wrapper .time input[type=range] {
  vertical-align: middle;
  width: 129px;
  padding: 0;
  margin: 0;
  height: 20px;
}
.date-picker-wrapper .time1,
.time2 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}
.date-picker-wrapper .time1 {
  float: left;
}
.date-picker-wrapper .time2 {
  float: right;
}
.date-picker-wrapper .hour,
.minute {
  text-align: right;
}
.date-picker-wrapper .hide {
  display: none;
}
.date-picker-wrapper .first-date-selected {
  background-color: #49e !important;
  color: white !important;
  -webkit-border-radius: 12px 0px 0px 12px;
  -moz-border-radius: 12px 0px 0px 12px;
  border-radius: 12px 0px 0px 12px;
}
.date-picker-wrapper .last-date-selected {
  background-color: #49e !important;
  color: white !important;
  -webkit-border-radius: 0px 12px 12px 0px;
  -moz-border-radius: 0px 12px 12px 0px;
  border-radius: 0px 12px 12px 0px;
}
.date-picker-wrapper .date-range-length-tip {
  position: absolute;
  margin-top: -4px;
  margin-left: -8px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: none;
  background-color: #888;
  color: #fff;
  padding: 0 6px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -o-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}
.date-picker-wrapper .date-range-length-tip:after {
  content: '';
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #888;
  left: 50%;
  margin-left: -4px;
  bottom: -4px;
}
.date-picker-wrapper.two-months.no-gap .month1 .next,
.date-picker-wrapper.two-months.no-gap .month2 .prev {
  display: none;
}
.date-picker-wrapper .week-number {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #999;
  cursor: pointer;
}
.date-picker-wrapper .week-number.week-number-selected {
  color: #4499EE;
  font-weight: bold;
}
