@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;
}
.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;
}
@keyframes slider {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
html,
body {
  height: 100%;
  text-align: center;
  line-height: 150%;
  margin: 0;
  padding: 0;
  color: #72716d;
  background: #faf6f6;
}
body {
  font-family: "Bitter", Georgia, serif;
  font-size: 62.5%;
  float: left;
  width: 100%;
  height: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mobile {
  display: none;
}
.desktop {
  display: block;
}
a {
  color: #6c5d1e;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #f4cc00;
}
h1,
h2,
h3,
h4 {
  font-weight: 300;
  line-height: 100%;
  color: #837f7c;
}
h1 {
  line-height: 110%;
  width: 100%;
  text-align: center;
  font-size: 5.8em;
  margin-top: 1em;
  margin-bottom: 0.9em;
}
@media screen and (max-width: 800px) {
  h1 {
    font-size: 4.8em;
  }
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 4em;
  }
}
h2 {
  line-height: 130%;
  width: 100%;
  text-align: center;
  font-size: 4em;
  margin-top: 1em;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 800px) {
  h2 {
    font-size: 3.2em;
  }
}
h3 {
  line-height: 140%;
  width: 100%;
  text-align: center;
  font-size: 2.8em;
  margin-top: 0.7em;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 800px) {
  h3 {
    font-size: 2.4em;
  }
}
h4 {
  line-height: 150%;
  width: 100%;
  text-align: center;
  font-size: 2.4em;
  margin-top: 0.7em;
  margin-bottom: 0.8em;
}
#wrap {
  min-height: 100%;
  text-align: left;
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  float: left;
}
@media screen and (max-width: 1100px) {
  #wrap {
    font-size: 0.95em;
  }
}
@media screen and (max-width: 990px) {
  #wrap {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 800px) {
  #wrap {
    font-size: 0.85em;
  }
}
@media screen and (min-width: 1400px) {
  #wrap {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 1550px) {
  #wrap {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 1700px) {
  #wrap {
    font-size: 1.3em;
  }
}
#page_wrap {
  float: left;
  clear: left;
  position: relative;
  width: 100%;
}
div#page {
  float: left;
  clear: left;
  position: relative;
  width: 100%;
}
#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;
}
#header {
  float: left;
  width: 100%;
  position: relative;
  clear: left;
  background: #111;
}
#header > .langlink {
  position: absolute;
  top: 2.3em;
  right: 2em;
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  text-decoration: none;
  z-index: 100;
  opacity: 0.5;
  -ms-filter: "alpha(opacity=calc(100*@wert))";
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
}
#header > .langlink:hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=calc(100*@wert))";
  -khtml-opacity: 1;
  -moz-opacity: 1;
}
@media screen and (max-width: 880px) {
  #header > .langlink {
    right: 14em;
    top: 2.5em;
    font-size: 1.34em;
  }
}
#logo {
  position: absolute;
  top: 50%;
  left: 50%;
  float: left;
  z-index: 22;
}
#logo img {
  float: left;
  margin-left: -50%;
  height: 22em;
  margin-top: -11em;
}
@media screen and (max-width: 800px) {
  #logo img {
    margin-left: 0;
    height: auto;
    width: 100%;
    max-width: 30em;
    float: none;
    margin-top: -4em;
  }
}
@media screen and (max-width: 800px) {
  #logo {
    width: 50%;
    text-align: center;
    left: 25%;
  }
}
@media screen and (max-width: 600px) {
  #logo {
    width: 80%;
    text-align: center;
    left: 10%;
  }
}
#navibg {
  background: url(/public/img/naviverlauf.png) top center repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  height: 60em;
}
#navi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  float: left;
  text-align: center;
  z-index: 30;
}
#navi .category.active a.categorytitle {
  color: #fff;
  font-weight: bold;
}
#navi .category {
  position: relative;
  display: inline-block;
}
#navi .category a.categorytitle {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 1.7em;
  padding: 1.5em 1.3em 3em 1.3em;
  transition: 0.13s all ease;
  -moz-transition: 0.13s all ease;
  /* Firefox 4 */
  -webkit-transition: 0.13s all ease;
  /* Safari and Chrome */
  -o-transition: 0.13s all ease;
  /* Opera */
}
@media screen and (max-width: 1080px) {
  #navi .category a.categorytitle {
    padding: 1.5em 0.8em 3em 0.8em;
  }
}
#navi .category a.categorytitle:hover {
  color: #f4cc00;
}
@media screen and (max-width: 880px) {
  #navi .category {
    display: none;
  }
}
#navi #navibuchen.category {
  margin-top: 0.9em;
  margin-left: 1.5em;
}
@media screen and (max-width: 880px) {
  #navi #navibuchen.category {
    display: block;
    float: right;
    margin: 2em;
    font-size: 1.2em;
  }
}
#navi #navibuchen.category a.categorytitle {
  padding: 0.6em 1em;
  background: #f4cc00;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #222;
  font-size: 1.45em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
#navi #navibuchen.category a.categorytitle:hover {
  background: #cbaa00;
  color: #fff;
}
#navi #navibuchen.category a.categorytitle:after {
  height: 0px;
}
#navi .category:hover a.categorytitle:after {
  content: ' ';
  float: left;
  top: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #f4cc00;
}
#navi .category:hover div.pagenavigation_container {
  visibility: visible;
  top: 6em;
  max-height: 2000px;
}
#navi div.pagenavigation_container {
  z-index: 100;
  display: block;
  visibility: hidden;
  max-height: 0px;
  background: #fff;
  -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: 17em;
  top: 7em;
  left: 50%;
  margin: 0;
  margin-left: -8.5em;
}
#navi div.pagenavigation_container:after {
  content: ' ';
  background: #fff;
  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.3em;
  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: #999;
  text-decoration: none;
  font-size: 1.4em;
  line-height: 120%;
  float: left;
  padding: 0.5em 0;
  width: 100%;
  text-align: center;
}
#navi div.pagenavigation_container ul.pageNavigation li a:hover {
  color: #111;
}
#navi div.pagenavigation_container ul.pageNavigation li.active a {
  color: #cbaa00;
}
#wrap_mobilenavigation {
  display: none;
  float: left;
  position: absolute;
  min-height: 100%;
  left: 0;
  width: 100%;
  overflow: scroll;
  background: #3e3936;
  z-index: 90;
}
#wrap_mobilenavigation ul.mobilecategories,
#wrap_mobilenavigation div.mobilecatnav {
  float: left;
  width: 80%;
  position: relative;
  margin-top: 20em;
  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: #f2f2f2;
  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/next_small.png) center center no-repeat;
}
#wrap_mobilenavigation li.active a.mobilecategorylink {
  color: #f4cc00;
}
#wrap_mobilenavigation div.mobilecatnav {
  position: absolute;
  top: 0;
  left: 0;
  background: #3e3936;
  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: #b0a49b;
  float: left;
  width: 100%;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  padding-top: 1.5em;
  border-bottom: 1px solid #837f7c;
  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/next_small.png) center center no-repeat;
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
#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: #f2f2f2;
  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/next_small.png) center center no-repeat;
}
#wrap_mobilenavigation ul.mobilepages li.active a {
  color: #f4cc00;
}
#wrap_mobilenavigation ul.mobilepages li.active a:before {
  opacity: 1;
  -ms-filter: "alpha(opacity=calc(100*@wert))";
  -khtml-opacity: 1;
  -moz-opacity: 1;
}
#navshow {
  display: none;
  cursor: pointer;
  position: absolute;
  left: 3em;
  top: 3em;
  float: left;
  z-index: 200;
}
@media screen and (max-width: 880px) {
  #navshow {
    display: block;
  }
}
#navshow .bg {
  float: left;
  height: 6em;
  width: 100em;
  z-index: 2;
  position: absolute;
  top: -2em;
  left: -2em;
}
#navshow .balken {
  float: left;
  width: 3em;
  height: 3em;
  z-index: 100;
  position: relative;
}
#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: 3px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  background: #fff;
  position: absolute;
  clear: left;
  overflow: hidden;
}
#navshow .balken .balken1 {
  top: 0;
  left: 0;
}
#navshow .balken .balken2 {
  left: 0;
  top: 8px;
}
#navshow .balken .balken3 {
  left: 0;
  top: 16px;
}
#navshow .title {
  z-index: 100;
  font-size: 1.65em;
  font-weight: bold;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-left: 0.7em;
  color: #fff;
  float: left;
  position: relative;
}
.no-touch #navshow:hover .balken .balken1 {
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  top: 2px;
  width: 50%;
  right: 0;
  left: auto;
}
.no-touch #navshow:hover .balken .balken3 {
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  width: 50%;
  top: 14px;
  right: 0;
  left: auto;
}
body.navactive {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
body.navactive #navshow .balken .balken1,
body.navactive #navshow:hover .balken .balken1 {
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  width: 50%;
  top: 2px;
  right: auto;
  left: 0;
}
body.navactive #navshow .balken .balken3,
body.navactive #navshow:hover .balken .balken3 {
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  width: 50%;
  top: 14px;
  right: auto;
  left: 0;
}
body.navactive #header > .langlink {
  right: 2em;
}
body.navactive #wrap_mobilenavigation {
  display: block;
}
#siteimages_container {
  float: left;
  width: 100%;
  position: relative;
  height: 100vh;
  min-height: 66em;
  display: block;
}
#siteimages_container #siteimages {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  -ms-filter: "alpha(opacity=calc(100*@wert))";
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
}
#siteimages_container #siteimages .slick-track,
#siteimages_container #siteimages .slick-list {
  height: 100%;
}
#siteimages_container #siteimages div.slide {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#siteimages_container #siteimages div.slide img {
  width: 0;
  height: 0;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
}
#slickprev,
#slicknext,
#sliderprev,
#slidernext {
  position: absolute;
  z-index: 50;
  top: 50%;
  left: 0;
}
#slickprev img,
#slicknext img,
#sliderprev img,
#slidernext img {
  margin-top: -50%;
  float: left;
  padding: 30px;
}
#slicknext,
#slidernext {
  left: auto;
  right: 0;
}
#shortenquiry {
  float: left;
  position: relative;
  width: 100%;
  clear: left;
  z-index: 40;
}
#shortenquiry .inner {
  z-index: 40;
  top: 0;
  left: 50%;
  position: absolute;
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  -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);
  padding: 5em 3em 2em 3em;
  box-sizing: border-box;
  float: left;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Safari */
  transform: translate(-50%, -50%);
}
#shortenquiry .inner strong.title {
  position: absolute;
  top: 0;
  left: 0;
  background: #3e3936;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-align: center;
  width: 100%;
  padding: 0.5em 0;
  font-size: 1.2em;
}
@media screen and (max-width: 650px) {
  #shortenquiry .inner {
    -ms-transform: translate(0, -50%);
    /* IE 9 */
    -webkit-transform: translate(0, -50%);
    /* Safari */
    transform: translate(0, -50%);
    left: 10%;
    width: 80%;
  }
}
#shortenquiry .inner form {
  float: left;
  display: block;
  position: relative;
  width: 50em;
}
@media screen and (max-width: 650px) {
  #shortenquiry .inner form {
    width: 100%;
  }
}
#shortenquiry .inner .field {
  float: left;
  position: relative;
  width: 28%;
}
#shortenquiry .inner .field label {
  position: absolute;
  top: 1em;
  left: 0.8em;
  font-size: 1.3em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #b5b2b0;
}
#shortenquiry .inner .field input {
  float: left;
  font-size: 1.5em;
  font-family: "Bitter", Georgia, serif;
  line-height: normal;
  border: 0px solid #ddd;
  box-sizing: border-box;
  width: 100%;
  padding: 0.8em 0.5em;
  background: #faf6f6;
  color: #72716d;
}
#shortenquiry .inner .field button .hkbutton__icon span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent url(/public/img/next_small.png) center center no-repeat;
}
#shortenquiry .inner .field:last-child {
  margin-right: 0;
}
#shortenquiry .inner .field.splitter {
  width: 8%;
  height: 4em;
}
@media screen and (max-width: 550px) {
  #shortenquiry .inner .field.splitter {
    width: 6%;
  }
}
@media screen and (max-width: 450px) {
  #shortenquiry .inner .field.splitter {
    width: 2%;
  }
}
#shortenquiry .inner .field.splitter.arrow {
  background: url(/public/img/next_small_accent.png) center center no-repeat;
}
@media screen and (max-width: 450px) {
  #shortenquiry .inner .field.splitter.arrow {
    background: none;
  }
}
@media screen and (max-width: 550px) {
  #shortenquiry .inner .field {
    width: 36%;
  }
}
@media screen and (max-width: 450px) {
  #shortenquiry .inner .field {
    width: 39%;
  }
}
@media screen and (max-width: 550px) {
  #shortenquiry .inner .field.submit {
    width: 18%;
  }
  #shortenquiry .inner .field.submit button {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding-right: 0;
  }
  #shortenquiry .inner .field.submit button .hkbutton__title {
    text-indent: -9999px;
  }
  #shortenquiry .inner .field.submit button .hkbutton__icon {
    width: 100%;
    background: #f4cc00;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 1;
    -ms-filter: "alpha(opacity=calc(100*@wert))";
    -khtml-opacity: 1;
    -moz-opacity: 1;
  }
}
#footer {
  background: #3e3936;
  padding: 5em 0;
  float: left;
  clear: left;
  position: relative;
  width: 100%;
  color: #fff;
}
#footer address,
#footer a {
  font-size: 1.4em;
  line-height: 150%;
  text-decoration: none;
  color: #eee;
}
#footer ul {
  float: left;
  width: 100%;
  margin-top: -0.75em;
}
#footer ul li {
  float: left;
  width: 100%;
  padding: 0.65em 0;
  border-bottom: 1px solid #9c9996;
}
#footer ul li:last-child {
  border-bottom-width: 0px;
}
#footer ul li a:hover {
  color: #b0a49b;
}
#footer .col {
  float: left;
  position: relative;
  width: 20%;
  margin-right: 5%;
}
#footer h4 {
  font-size: 1.3em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #a8a5a3;
  text-align: left;
  margin-bottom: 1.2em;
}
#footer .col--contact address {
  margin-bottom: 1.2em;
}
#footer .col--bewertungen a {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0.8em 2em;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 0.9em;
}
#footer .col--bewertungen a img {
  max-width: 100%;
  max-height: 1.8em;
  opacity: 0.6;
  -ms-filter: "alpha(opacity=calc(100*@wert))";
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
}
#footer .col--bewertungen a:hover img {
  opacity: 1;
  -ms-filter: "alpha(opacity=calc(100*@wert))";
  -khtml-opacity: 1;
  -moz-opacity: 1;
}
@media screen and (max-width: 800px) {
  #footer {
    display: none;
  }
}
#mobilefooter {
  display: none;
  float: left;
  width: 100%;
  position: relative;
  background: #837f7c;
  text-align: center;
  padding: 2em 0;
}
@media screen and (max-width: 800px) {
  #mobilefooter {
    display: block;
  }
}
#mobilefooter #mobileaddress {
  float: left;
  width: 100%;
  font-size: 1.5em;
  line-height: 120%;
  padding-bottom: 2em;
  box-sizing: border-box;
  color: #fff;
}
#mobilefooterlinks,
#mobileheaderlinks {
  float: left;
  width: 100%;
  clear: left;
  box-sizing: border-box;
  padding: 0 1em;
}
#mobilefooterlinks a,
#mobileheaderlinks a {
  float: left;
  width: 25%;
  box-sizing: border-box;
  font-size: 1.5em;
  color: #fff;
  font-weight: bold;
  border-right: 1px solid #3e3936;
  text-decoration: none;
  padding: 1em 0;
}
#mobilefooterlinks a:last-child,
#mobileheaderlinks a:last-child {
  border-right: 0;
}
#mobileheaderlinks {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  border-top: 1px solid #837f7c;
}
#mobileheaderlinks a {
  border-right-color: #837f7c;
}
#abschluss {
  background: #252322;
  padding: 1.9em 0;
  float: left;
  clear: left;
  position: relative;
  width: 100%;
}
#abschluss .innercenter > span,
#abschluss .innercenter > a {
  float: left;
  position: relative;
  font-size: 1.3em;
  color: #fff;
  margin-right: 1em;
  text-decoration: none;
}
#abschluss .innercenter > span a,
#abschluss .innercenter > a a {
  color: #fff;
}
@media screen and (max-width: 800px) {
  #abschluss .innercenter span {
    width: 100%;
    margin-right: 0;
    text-align: center;
    box-sizing: border-box;
    padding: 0 2em;
    margin-bottom: 1.4em;
    font-size: 1.5em;
    padding-bottom: 1.4em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
#abschluss .innercenter .stanton,
#abschluss .innercenter .tirol {
  float: right;
}
#abschluss .innercenter .stanton img,
#abschluss .innercenter .tirol img {
  margin-top: -0.4em;
}
@media screen and (max-width: 800px) {
  #abschluss .innercenter .stanton img,
  #abschluss .innercenter .tirol img {
    margin-top: 0;
  }
}
#footer #mc_embed_signup {
  float: left;
  width: 100%;
}
#footer #mc_embed_signup form,
#footer #mc_embed_signup #mc_embed_signup_scroll {
  float: left;
  width: 100%;
  position: relative;
}
#footer #mc_embed_signup form .mc-field-group,
#footer #mc_embed_signup #mc_embed_signup_scroll .mc-field-group {
  float: left;
  clear: left;
  position: relative;
  width: 100%;
  margin-bottom: 1.5em;
}
#footer #mc_embed_signup form .mc-field-group input,
#footer #mc_embed_signup #mc_embed_signup_scroll .mc-field-group input {
  font-size: 1.5em;
  color: #fff;
  background: #252322;
  padding: 1em 0.8em;
  box-sizing: border-box;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 0px solid #111;
}
#footer #mc_embed_signup form .mc-field-group label,
#footer #mc_embed_signup #mc_embed_signup_scroll .mc-field-group label {
  position: absolute;
  z-index: 10;
  color: #aaa;
  font-size: 1.5em;
  top: 1em;
  left: 0.8em;
}
#footer #mc_embed_signup form .mc-field-group.namefield,
#footer #mc_embed_signup #mc_embed_signup_scroll .mc-field-group.namefield {
  width: 75%;
}
#footer #mc_embed_signup form button.button,
#footer #mc_embed_signup #mc_embed_signup_scroll button.button {
  float: right;
  width: 20%;
  position: relative;
  font-size: 1.4em;
  padding: 1em 0.6em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  border: 0px;
  background: #403c3a;
  color: #fff;
  font-family: "Bitter", Georgia, serif;
}
#footer #mc_embed_signup form button.button:hover,
#footer #mc_embed_signup #mc_embed_signup_scroll button.button:hover {
  background: #f4cc00;
  color: #fff;
}
#content #mc_embed_signup {
  float: left;
  width: 100%;
}
#content #mc_embed_signup form,
#content #mc_embed_signup #mc_embed_signup_scroll {
  float: left;
  width: 100%;
  position: relative;
}
#content #mc_embed_signup form .mc-field-group,
#content #mc_embed_signup #mc_embed_signup_scroll .mc-field-group {
  float: left;
  clear: left;
  position: relative;
  width: 100%;
  margin-bottom: 1.5em;
}
#content #mc_embed_signup form .mc-field-group input,
#content #mc_embed_signup #mc_embed_signup_scroll .mc-field-group input {
  font-size: 1.5em;
  color: #111;
  background: #fff;
  padding: 1em 0.8em;
  box-sizing: border-box;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 0px;
}
#content #mc_embed_signup form .mc-field-group label,
#content #mc_embed_signup #mc_embed_signup_scroll .mc-field-group label {
  position: absolute;
  z-index: 10;
  color: #aaa;
  font-size: 1.5em;
  top: 1em;
  left: 0.8em;
}
#content #mc_embed_signup form button.button,
#content #mc_embed_signup #mc_embed_signup_scroll button.button {
  float: left;
  clear: left;
  margin-left: 10%;
  width: 80%;
  position: relative;
  font-size: 1.4em;
  padding: 1em 0.6em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  background: #f4cc00;
  border: 0px;
  font-family: "Bitter", Georgia, serif;
  color: #fff;
}
#content #mc_embed_signup form button.button:hover,
#content #mc_embed_signup #mc_embed_signup_scroll button.button:hover {
  background: #837f7c;
}
.container,
.template {
  position: relative;
  float: left;
  clear: left;
  width: 100%;
}
.innercenter,
.template_inner {
  position: relative;
  float: left;
  clear: left;
  width: 82%;
  margin-left: 9%;
}
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;
}
div.template.paddingtop {
  padding-top: 10em;
}
@media screen and (max-width: 1000px) {
  div.template.paddingtop {
    padding-top: 7em;
  }
}
div.template.paddingbottom {
  padding-bottom: 10em;
}
@media screen and (max-width: 1000px) {
  div.template.paddingbottom {
    padding-bottom: 7em;
  }
}
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%;
}
.cols_1_normal  .template .template_inner {
  width: 100%;
  margin: 0;
  left: 0;
}
.cols_1_normal .template_inner > .contentbox {
  width: 100%;
  left: 0;
  clear: left;
}
.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: 800px) {
  .cols_1_narrow > .template_inner > .contentbox {
    margin-left: 10%;
    left: 0;
    width: 80%;
  }
}
.cols_2_normal .template .template_inner {
  width: 100%;
  margin: 0;
  left: 0;
}
.cols_2_normal .template_inner > .contentbox {
  clear: none;
  width: 40%;
  margin-right: 2%;
  margin-left: 8%;
}
@media screen and (max-width: 1080px) {
  .cols_2_normal .template_inner > .contentbox {
    margin-left: 3%;
    width: 45%;
  }
}
@media screen and (max-width: 930px) {
  .cols_2_normal .template_inner > .contentbox {
    margin-left: 0%;
    width: 48%;
  }
}
@media screen and (max-width: 740px) {
  .cols_2_normal .template_inner > .contentbox {
    width: 90%;
    margin-left: 5%;
    float: left;
    clear: left;
    margin-bottom: 3em;
  }
}
.cols_2_normal .template_inner > .contentbox.last {
  margin-left: 2%;
}
@media screen and (max-width: 1080px) {
  .cols_2_normal .template_inner > .contentbox.last {
    margin-left: 2%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 930px) {
  .cols_2_normal .template_inner > .contentbox.last {
    margin-left: 2%;
    margin-right: 0%;
  }
}
@media screen and (max-width: 740px) {
  .cols_2_normal .template_inner > .contentbox.last {
    width: 90%;
    margin-left: 5%;
    float: left;
    clear: left;
    margin-bottom: 0em;
  }
}
.raster5050 .template .template_inner {
  width: 100%;
  margin: 0;
  left: 0;
}
.raster5050 > .contentbox {
  clear: none;
  float: left;
  width: 50%;
}
@media screen and (max-width: 850px) {
  .raster5050 > .contentbox {
    width: 100%;
    margin-right: 0;
    float: left !important;
    clear: left;
  }
}
.cols_2_rightbig .template .template_inner {
  width: 100%;
  margin: 0;
  left: 0;
}
.cols_2_rightbig .template_inner > .contentbox {
  clear: none;
  width: 28%;
}
.cols_2_rightbig .template_inner > .contentbox.last {
  float: right;
  width: 68%;
}
.cols_2_leftbig .template .template_inner {
  width: 100%;
  margin: 0;
  left: 0;
}
.cols_2_leftbig .template_inner > .contentbox {
  clear: none;
  width: 68%;
}
.cols_2_leftbig .template_inner > .contentbox.last {
  float: right;
  width: 28%;
}
#content .cols_3_normal .template .template_inner {
  width: 100%;
  margin: 0;
  left: 0;
}
#content .cols_3_normal .template_inner > .contentbox {
  clear: none;
  width: 30%;
  margin-right: 5%;
}
@media screen and (max-width: 800px) {
  #content .cols_3_normal .template_inner > .contentbox {
    width: 100%;
    margin-right: 0;
    float: left !important;
    clear: left;
    margin-bottom: 3em;
  }
  #content .cols_3_normal .template_inner > .contentbox div.bigtext {
    margin-bottom: 0;
  }
}
#content .cols_3_normal .template_inner > .contentbox.last {
  margin-right: 0;
  float: right;
}
.card {
  float: left;
  position: relative;
  display: block;
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}
.card .card__image {
  float: left;
  position: relative;
  overflow: hidden;
}
.card .card__image > img {
  float: left;
  min-width: 100%;
  min-height: 100%;
  position: relative;
}
.card .card__content {
  float: left;
  position: relative;
  box-sizing: border-box;
  text-align: left;
}
.card .card__content .card__headline {
  clear: left;
  float: left;
  position: relative;
  width: 100%;
  font-size: 2.2em;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 0.5em 0;
  color: #837f7c;
}
.card .card__content .card__text {
  clear: left;
  float: left;
  position: relative;
  width: 100%;
  color: #837f7c;
}
.card .card__content .card__text p {
  font-size: 1.25em;
  line-height: 135%;
}
.card .card__link {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 2em;
  background: #fff;
  -webkit-border-radius: 0px 0px 8px 8px;
  -moz-border-radius: 0px 0px 8px 8px;
  border-radius: 0px 0px 8px 8px;
  box-sizing: border-box;
  float: left;
  text-align: left;
  width: 100%;
}
.card .card__link strong {
  font-weight: normal;
  font-size: 1.3em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #f4cc00;
  padding: 1.15em 0;
  border-top: 1px solid #b0a49b;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.card .card__link:after {
  content: ' ';
  float: right;
  position: absolute;
  top: 0;
  right: 2em;
  width: 2.5em;
  height: 100%;
  background: transparent url(/public/img/next_small_accent.png) center center no-repeat;
}
@media screen and (max-width: 600px) {
  .card .card__link:after {
    right: 0.5em;
  }
}
body.editing .card .card__image.croppinginprogress {
  overflow: visible;
}
.card--horizontal {
  width: 100%;
  clear: left;
  height: 15em;
}
.card--horizontal .card__image {
  width: 30%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.card--horizontal .card__content {
  width: 60%;
  float: right;
  margin-right: 5%;
  padding: 2em 0;
}
.card--vertical {
  width: 100%;
  height: 40em;
  padding: 7px;
}
.card--vertical .card__image {
  height: 16em;
  width: 100%;
}
@media screen and (max-width: 1240px) {
  .card--vertical .card__image {
    height: 14em;
  }
}
@media screen and (max-width: 1100px) {
  .card--vertical .card__image {
    height: 11em;
  }
}
@media screen and (max-width: 930px) {
  .card--vertical .card__image {
    height: 14em;
  }
}
.card--vertical .card__content {
  width: 100%;
  padding: 2.4em 1.4em;
}
@media screen and (max-width: 600px) {
  .card--vertical {
    height: auto;
  }
  .card--vertical .card__content {
    padding: 1.4em 1em 1em 1em;
  }
  .card--vertical .card__content .card__text {
    display: none;
  }
  .card--vertical .card__content .card__headline {
    font-size: 1.3em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0;
    padding: 0;
  }
}
a.card--vertical {
  transition: 0.17s all ease-in-out;
  -moz-transition: 0.17s all ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 0.17s all ease-in-out;
  /* Safari and Chrome */
  -o-transition: 0.17s all ease-in-out;
  /* Opera */
}
a.card--vertical .card__content .card__text {
  color: #b0a49b;
}
@media screen and (max-width: 600px) {
  a.card--vertical .card__content {
    display: none;
  }
  a.card--vertical .card__link {
    position: relative;
    padding: 1.4em 1em 1em 1em;
  }
  a.card--vertical .card__link strong {
    border-top: 0;
    padding: 0;
  }
}
a.card--vertical:hover {
  transform: translate(0, -5px);
  -moz-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
}
a.card--vertical:hover .card__content .card__text {
  color: #837f7c;
}
a.card--vertical:hover .card__link:after {
  right: 1.7em;
}
.hkbutton {
  float: left;
  border: 0px solid #ddd;
  background: #f4cc00;
  font-size: 1.5em;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 0.8em 1em;
  font-family: "Bitter", Georgia, serif;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  text-align: left;
  text-transform: uppercase;
  padding-right: 2.5em;
  box-sizing: border-box;
}
.hkbutton .hkbutton__title {
  float: left;
}
.hkbutton .hkbutton__icon {
  width: 2.2em;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #b79900;
  -webkit-border-radius: 0px 3px 3px 0px;
  -moz-border-radius: 0px 3px 3px 0px;
  border-radius: 0px 3px 3px 0px;
}
.hkbutton.hkbutton--100 {
  width: 100%;
}
#content div.hkaufzaehlung {
  width: 100%;
  float: left;
  overflow: hidden;
}
#content div.hkaufzaehlung ul.listinfos.aufzaehlung {
  width: 101%;
  float: left;
  clear: left;
  margin-left: -2px;
  margin-top: -2px;
}
#content div.hkaufzaehlung ul.listinfos.aufzaehlung li.infobox {
  width: 33.3%;
  padding: 5em;
  box-sizing: border-box;
  height: 20em;
}
@media screen and (max-width: 930px) {
  #content div.hkaufzaehlung ul.listinfos.aufzaehlung li.infobox {
    width: 50%;
    padding: 3em;
    height: 15em;
  }
}
@media screen and (max-width: 880px) {
  #content div.hkaufzaehlung ul.listinfos.aufzaehlung li.infobox {
    width: 50%;
    padding: 3em;
    height: 18em;
  }
}
@media screen and (max-width: 730px) {
  #content div.hkaufzaehlung ul.listinfos.aufzaehlung li.infobox {
    width: 50%;
    padding: 3em;
    height: 22em;
  }
}
#content div.hkaufzaehlung ul.listinfos.aufzaehlung li.infobox .hkaufz {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}
#content div.hkaufzaehlung ul.listinfos.aufzaehlung li.infobox .hkaufz > span,
#content div.hkaufzaehlung ul.listinfos.aufzaehlung li.infobox .hkaufz > strong {
  float: left;
  width: 100%;
  clear: left;
}
#content div.hkaufzaehlung ul.listinfos.aufzaehlung li.infobox .hkaufz .hkaufz__title {
  font-size: 2em;
  line-height: 120%;
  margin-bottom: 0.8em;
}
#content div.hkaufzaehlung ul.listinfos.aufzaehlung li.infobox .hkaufz .hkaufz__text {
  font-size: 1.55em;
  line-height: 140%;
  color: #b5b2b0;
}
#content div.hkaufzaehlung ul.listinfos.aufzaehlung li.infobox .hkaufz:after,
#content div.hkaufzaehlung ul.listinfos.aufzaehlung li.infobox .hkaufz:before {
  content: ' ';
  float: left;
  position: absolute;
  background: #b0a49b;
}
#content div.hkaufzaehlung ul.listinfos.aufzaehlung li.infobox .hkaufz:after {
  height: 100%;
  width: 1px;
  left: -5em;
  top: 0;
}
@media screen and (max-width: 930px) {
  #content div.hkaufzaehlung ul.listinfos.aufzaehlung li.infobox .hkaufz:after {
    left: -3em;
  }
}
#content div.hkaufzaehlung ul.listinfos.aufzaehlung li.infobox .hkaufz:before {
  height: 1px;
  width: 100%;
  left: 0;
  top: -5em;
}
@media screen and (max-width: 930px) {
  #content div.hkaufzaehlung ul.listinfos.aufzaehlung li.infobox .hkaufz:before {
    top: -3em;
  }
}
#content div.hkaufzaehlung ul.listinfos.aufzaehlung li.infobox.cols2 {
  width: 66.6%;
}
@media screen and (max-width: 930px) {
  #content div.hkaufzaehlung ul.listinfos.aufzaehlung li.infobox.cols2 {
    width: 100%;
  }
}
.arrow_right:after {
  content: ' ';
  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 */
  float: right;
  position: absolute;
  top: 0;
  right: 0.5em;
  width: 2.5em;
  height: 100%;
  background: transparent url(/public/img/next_small.png) center center no-repeat;
}
.arrow_right:hover:after {
  right: 0;
}
.hkbiglink {
  float: left;
  width: 90%;
  margin: 5%;
  box-sizing: border-box;
  position: relative;
  height: 40em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-decoration: none;
}
@media screen and (max-width: 1100px) {
  .hkbiglink {
    height: 35em;
  }
}
@media screen and (max-width: 950px) {
  .hkbiglink {
    height: 30em;
  }
}
.hkbiglink .hkbiglink__image {
  float: left;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.hkbiglink .hkbiglink__image > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  -o-object-fit: cover;
}
.hkbiglink .hkbiglink__image .singlefileconnectionform .picconnection .editpanel {
  margin-left: 0;
  left: auto;
  right: 2em;
}
.hkbiglink .hkbiglink__image .bgimage {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hkbiglink .hkbiglink__image:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  content: ' ';
  float: left;
  background: transparent;
  /* Als Fallback für alte Browser */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  /* Chrome, Safari */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  /* Firefox */
  background: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  /*  CSS3 */
}
.hkbiglink .hkbiglink__content {
  width: 70%;
  text-align: center;
  position: absolute;
  bottom: 30%;
  left: 15%;
  z-index: 10;
}
.hkbiglink .hkbiglink__headline {
  font-size: 2.4em;
  line-height: normal;
  color: #fff;
  width: 100%;
  float: left;
  clear: left;
  margin-bottom: 0;
}
.hkbiglink .hkbiglink__text {
  font-size: 1.5em;
  line-height: 140%;
  color: #ddd;
  width: 100%;
  float: left;
  clear: left;
  margin-top: 0.5em;
}
.hkbiglink .hkbiglink__buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.hkbiglink .hkbiglink__buttons a {
  float: left;
  width: 25%;
  position: relative;
  font-size: 1.1em;
  background: #f4cc00;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  padding: 1em 1.3em;
  z-index: 10;
  background: #837f7c;
  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 */
  border-left: 1px solid #b0a49b;
}
@media screen and (max-width: 1200px) {
  .hkbiglink .hkbiglink__buttons a {
    width: 33%;
  }
}
@media screen and (max-width: 540px) {
  .hkbiglink .hkbiglink__buttons a {
    width: 50%;
  }
}
.hkbiglink .hkbiglink__buttons a.detaillink {
  width: 50%;
  background: #f4cc00;
  border-left: none;
}
@media screen and (max-width: 1200px) {
  .hkbiglink .hkbiglink__buttons a.detaillink {
    width: 34%;
  }
}
@media screen and (max-width: 540px) {
  .hkbiglink .hkbiglink__buttons a.detaillink {
    width: 50%;
  }
}
.hkbiglink .hkbiglink__buttons a.detaillink:hover {
  background: #c1a100;
}
.hkbiglink .hkbiglink__buttons a:after {
  content: ' ';
  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 */
  float: right;
  position: absolute;
  top: 0;
  right: 0.5em;
  width: 2.5em;
  height: 100%;
  background: transparent url(/public/img/next_small.png) center center no-repeat;
}
.hkbiglink .hkbiglink__buttons a:hover:after {
  right: 0;
}
.hkbiglink .hkbiglink__buttons a:hover {
  background: #696663;
}
@media screen and (max-width: 540px) {
  .hkbiglink .hkbiglink__buttons a.enquiry {
    display: none;
  }
}
.hkbiglink.room {
  width: 45%;
  margin: 2.5%;
}
@media screen and (max-width: 850px) {
  .hkbiglink.room {
    width: 92%;
    margin: 4%;
  }
}
a.hkbiglink .hkbiglink__image {
  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 */
}
a.hkbiglink .hkbiglink__content {
  bottom: 5em;
  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 */
}
a.hkbiglink .hkbiglink__content .hkbiglink__text {
  color: #aaa;
}
a.hkbiglink:hover .hkbiglink__image:after {
  height: 100%;
}
a.hkbiglink:hover .hkbiglink__content {
  bottom: 7em;
}
a.hkbiglink:hover .hkbiglink__content .hkbiglink__text {
  color: #fff;
}
.room__buttons,
.pricelist__buttons {
  float: left;
  clear: left;
  position: relative;
  width: 100%;
  margin-top: 2em;
}
.room__buttons a,
.pricelist__buttons a {
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 0.8em;
  box-sizing: border-box;
  padding: 1.1em 1.5em 0.9em 1.5em;
  background: #f4cc00;
  color: #fff;
  font-size: 1.4em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 100%;
  text-decoration: none;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
@media screen and (max-width: 500px) {
  .room__buttons a,
  .pricelist__buttons a {
    width: 100%;
    margin-right: 0;
  }
}
.room__buttons a.dayrates,
.pricelist__buttons a.dayrates,
.room__buttons a.packagerates,
.pricelist__buttons a.packagerates {
  background: #b0a49b;
}
.room__buttons a:after,
.pricelist__buttons a:after {
  content: ' ';
  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 */
  float: right;
  position: absolute;
  top: 0;
  right: 0.5em;
  width: 2.5em;
  height: 100%;
  background: transparent url(/public/img/next_small.png) center center no-repeat;
}
.room__buttons a:hover:after,
.pricelist__buttons a:hover:after {
  right: 0;
}
.room__buttons a:nth-child(2n) {
  float: right;
  margin-right: 0;
}
@media screen and (max-width: 500px) {
  .room__buttons a:nth-child(2n) {
    float: left;
    clear: left;
  }
}
.pricelist__buttons {
  width: 100%;
  float: left;
}
.pricelist__buttons a {
  width: 32%;
  margin: 0.5%;
}
@media screen and (max-width: 580px) {
  .pricelist__buttons a {
    width: 100%;
    margin: 0 0 1em 0;
  }
}
.pricelist__buttons.winter a.dayrates,
.pricelist__buttons.winter2 a.dayrates {
  display: none;
}
.pricelist__buttons.winterpackages a.packagerates,
.pricelist__buttons.winterpackages2 a.packagerates {
  display: none;
}
div.hr {
  float: left;
  width: 100%;
  height: 1px;
  background: #b0a49b;
  margin: 8em 0;
  position: relative;
  clear: left;
}
li.content {
  position: relative;
  float: left;
  width: 100%;
  clear: left;
}
#content ul.pageContents {
  width: 100%;
  position: relative;
  float: left;
  clear: left;
}
#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.5em;
  font-weight: 300;
}
#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 {
  float: left;
  width: 100%;
  clear: left;
}
#content div.textobj {
  float: left;
  clear: left;
  width: 100%;
  position: relative;
}
#content div.textobj ul {
  width: 100%;
  float: left;
  clear: left;
  list-style-type: none;
  margin-left: 0px;
}
#content div.textobj ul li {
  margin-bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 5px 5px 30px;
  background: url(/public/img/bullet.png) top left no-repeat;
  border-top: 1px dotted #e8d5d5;
}
#content div.bigtext {
  margin-bottom: 3em;
}
#content div.bigtext p {
  font-size: 2.2em;
  line-height: 150%;
  font-style: italic;
}
#content div.textobj.cols2 p {
  width: 30%;
  margin-left: 19%;
  clear: left;
  float: left;
  text-align: right;
}
@media screen and (max-width: 1100px) {
  #content div.textobj.cols2 p {
    width: 40%;
    margin-left: 9%;
  }
}
@media screen and (max-width: 990px) {
  #content div.textobj.cols2 p {
    width: 45%;
    margin-left: 4%;
  }
}
@media screen and (max-width: 680px) {
  #content div.textobj.cols2 p {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
  }
}
#content div.textobj.cols2 p:nth-child(2) {
  margin-left: 0;
  float: right;
  margin-right: 19%;
  clear: none;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  #content div.textobj.cols2 p:nth-child(2) {
    margin-right: 9%;
  }
}
@media screen and (max-width: 990px) {
  #content div.textobj.cols2 p:nth-child(2) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 680px) {
  #content div.textobj.cols2 p:nth-child(2) {
    float: left;
    clear: left;
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
  }
}
#content div.textobj.cols2 p:nth-child(2n+1) {
  clear: left;
}
#content blockquote {
  width: 100%;
  margin: 1em 0;
  float: left;
  clear: left;
  position: relative;
}
#content blockquote p {
  float: left;
  text-align: left;
  clear: left;
  position: relative;
  width: 90%;
  padding: 0 0 0 5%;
}
#content blockquote p.cite {
  font-family: "Bitter", Georgia, serif;
  z-index: 20;
  font-size: 2em;
  font-style: italic;
  margin-bottom: 0.5em;
  line-height: 130%;
}
#content blockquote p.author {
  font-size: 1.4em;
  color: #aaa;
}
#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.cardvertical {
  text-align: center;
}
#content ul.listinfos.cardvertical li.infobox {
  width: 24.5%;
  padding: 0 1em;
  margin: 0 0 2em 0;
  display: inline-block;
  float: none;
  box-sizing: border-box;
  clear: none;
  position: relative;
}
@media screen and (max-width: 930px) {
  #content ul.listinfos.cardvertical li.infobox {
    width: 48%;
  }
}
.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: 20%;
  width: 50%;
  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;
}
.editing li.listinfos:not(.listediting) .slidercontent:hover .cmart_listeditor_panel,
.editing li.listpictures:not(.listediting) .slidercontent:hover .cmart_listeditor_panel,
.editing li.listinfos:not(.listediting) .imageslider:hover .cmart_listeditor_panel,
.editing li.listpictures:not(.listediting) .imageslider:hover .cmart_listeditor_panel {
  display: block;
}
.editing li.listinfos:not(.listediting) .slidercontent:hover div.slickslider:before,
.editing li.listpictures:not(.listediting) .slidercontent:hover div.slickslider:before,
.editing li.listinfos:not(.listediting) .imageslider:hover div.slickslider:before,
.editing li.listpictures:not(.listediting) .imageslider:hover div.slickslider:before {
  position: absolute;
  content: ' ';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 88;
  opacity: 0.5;
  -ms-filter: "alpha(opacity=calc(100*@wert))";
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
}
.content.listediting .cmart_list_editor {
  display: block;
}
.content.listediting .slickslider {
  display: none;
}
.content.listediting .cmart_endlisteditor {
  display: block;
}
#content .tabs {
  float: left;
  clear: left;
  position: relative;
  width: 100%;
}
#content .tabs .listinfos {
  margin-bottom: 0;
}
#content .tabs .listinfos li.infobox {
  position: relative;
  float: left;
  width: auto;
  clear: none;
}
#content .tabs .listinfos li.infobox a.infoboxtitle,
#content .tabs .listinfos li.cms_add_item {
  border: 0 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 1.6em !important;
  line-height: normal;
  float: left;
  padding: 1em !important;
  background: #555;
  color: #ddd;
  text-decoration: none;
}
#content .tabs .listinfos li.infobox a.infoboxtitle:hover,
#content .tabs .listinfos li.cms_add_item:hover {
  color: #fff;
  background: #222;
}
#content .tabs .listinfos li.infobox.active a.infoboxtitle {
  background: #f2f2f2;
  color: #232323;
}
#content .tabs .tab {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 5%;
  position: relative;
  clear: left;
  display: none;
  background: #f2f2f2;
  min-height: 10em;
}
#content .tabs .tab.active {
  display: block;
}
#content ul.accordion {
  float: left;
  width: 100%;
  clear: left;
  position: relative;
  margin: 8em 0;
}
#content ul.accordion .accordion {
  float: left;
  width: 100%;
  position: relative;
  clear: left;
}
#content ul.accordion .accordion__title {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 1em;
  font-size: 2.8em;
  text-align: center;
  text-decoration: none;
  background: #b0a49b;
  color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  clear: left;
}
#content ul.accordion .accordion__title:hover {
  background: #fff;
  color: #837f7c;
}
#content ul.accordion .accordion__content {
  display: none;
  float: left;
  clear: left;
  width: 100%;
  box-sizing: border-box;
  padding: 2em;
  background: transparent;
}
#content ul.accordion .accordion.active .accordion__title {
  background: transparent;
  color: #837f7c;
}
#content ul.accordion .accordion.active .accordion__content {
  display: block;
}
.slickslider {
  float: left;
  width: 100%;
  position: relative;
  margin: 5em 0;
  overflow: hidden;
}
.slickslider .slickslide,
ul.listinfos.slider .slickslide,
.slickslider li.infobox,
ul.listinfos.slider li.infobox {
  width: 80em;
  position: relative;
  float: left;
  margin: 0 3em;
}
.slickslider .slickslide .slidecontent,
ul.listinfos.slider .slickslide .slidecontent,
.slickslider li.infobox .slidecontent,
ul.listinfos.slider li.infobox .slidecontent {
  height: 65em;
}
@media screen and (max-width: 1100px) {
  .slickslider .slickslide .slidecontent,
  ul.listinfos.slider .slickslide .slidecontent,
  .slickslider li.infobox .slidecontent,
  ul.listinfos.slider li.infobox .slidecontent {
    height: 58em;
  }
}
@media screen and (max-width: 900px) {
  .slickslider .slickslide .slidecontent,
  ul.listinfos.slider .slickslide .slidecontent,
  .slickslider li.infobox .slidecontent,
  ul.listinfos.slider li.infobox .slidecontent {
    height: 50em;
  }
}
@media screen and (max-width: 740px) {
  .slickslider .slickslide .slidecontent,
  ul.listinfos.slider .slickslide .slidecontent,
  .slickslider li.infobox .slidecontent,
  ul.listinfos.slider li.infobox .slidecontent {
    height: 35em;
  }
}
.slickslide .slidecontent,
li.infobox .slidecontent {
  float: left;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background: #fff;
  overflow: hidden;
  -moz-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.slickslide .slidecontent .slide__content,
li.infobox .slidecontent .slide__content {
  float: left;
  width: 50%;
  left: 25%;
  position: absolute;
  bottom: 8em;
  text-align: center;
  color: #fff;
  z-index: 10;
}
.slickslide .slidecontent .slide__content .slide__title,
li.infobox .slidecontent .slide__content .slide__title {
  font-size: 3em;
  color: #fff;
  line-height: 110%;
  font-weight: normal;
  float: left;
  width: 100%;
  clear: left;
}
.slickslide .slidecontent .slide__content .slide__text,
li.infobox .slidecontent .slide__content .slide__text {
  font-size: 1.55em;
  line-height: 170%;
  color: #fff;
  float: left;
  width: 100%;
  clear: left;
  margin-top: 0.5em;
  opacity: 0.6;
  -ms-filter: "alpha(opacity=calc(100*@wert))";
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
}
.slickslide .slidecontent .slide__image,
li.infobox .slidecontent .slide__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slickslide .slidecontent .slide__image > img,
li.infobox .slidecontent .slide__image > img {
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.slickslide .slidecontent .slide__image .bgimage,
li.infobox .slidecontent .slide__image .bgimage {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.slickslide .slidecontent .slide__image:after,
li.infobox .slidecontent .slide__image:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  content: ' ';
  float: left;
  background: transparent;
  /* Als Fallback für alte Browser */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  /* Chrome, Safari */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  /* Firefox */
  background: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  /*  CSS3 */
}
.slickslide a.slidecontent .slide__image:after,
li.infobox a.slidecontent .slide__image:after,
.slickslide a.slidecontent .slide__image,
li.infobox a.slidecontent .slide__image,
.slickslide a.slidecontent .slide__content,
li.infobox a.slidecontent .slide__content,
.slickslide a.slidecontent .slide__text,
li.infobox a.slidecontent .slide__text {
  transition: 0.2s;
  -moz-transition: 0.2s;
  /* Firefox 4 */
  -webkit-transition: 0.2s;
  /* Safari and Chrome */
  -o-transition: 0.2s;
  /* Opera */
}
.slickslide a.slidecontent:hover .slide__image:after,
li.infobox a.slidecontent:hover .slide__image:after {
  height: 100%;
}
.slickslide a.slidecontent:hover .slide__content,
li.infobox a.slidecontent:hover .slide__content {
  bottom: 12em;
}
.slickslide a.slidecontent:hover .slide__content .slide__text,
li.infobox a.slidecontent:hover .slide__content .slide__text {
  opacity: 1;
  -ms-filter: "alpha(opacity=calc(100*@wert))";
  -khtml-opacity: 1;
  -moz-opacity: 1;
}
.slickslider .slick-slide {
  transform: scale(0.9);
  transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 0.3s all ease-in-out;
  /* Safari and Chrome */
  -o-transition: 0.3s all ease-in-out;
  /* Opera */
  opacity: 0.7;
  -ms-filter: "alpha(opacity=calc(100*@wert))";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}
.slickslider .slick-center {
  transform: scale(1);
  opacity: 1;
  -ms-filter: "alpha(opacity=calc(100*@wert))";
  -khtml-opacity: 1;
  -moz-opacity: 1;
}
.slidercontent,
.imageslider {
  float: left;
  width: 100%;
  position: relative;
  clear: left;
}
.imageslideraaa {
  min-height: 5em;
  background: #ddd;
}
ul.listlinks,
ul.listsubnavigation {
  width: 100%;
  float: left;
  clear: left;
  text-align: center;
  display: block;
  margin: 4em 0;
}
ul.listlinks li,
ul.listsubnavigation li {
  float: left;
  position: relative;
  margin-bottom: 2em;
}
ul.listlinks.buttons {
  margin: 0;
}
ul.listlinks.buttons li {
  margin: 0;
  clear: none;
}
ul.listpictures {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
}
ul.listpictures li {
  position: relative;
  display: inline-block;
  width: 24%;
  float: none;
  margin: 0.4%;
  height: 16em;
  overflow: hidden;
  border: 1px solid #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-sizing: border-box;
  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 */
  -moz-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
}
ul.listpictures li:hover {
  transform: translate(0, -5px);
}
ul.listpictures li a.lightbox {
  float: left;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  box-sizing: border-box;
  background: #252322;
}
ul.listpictures li a.lightbox img {
  float: left;
  position: relative;
  min-height: 100%;
  object-fit: cover;
  width: 100%;
  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 */
}
ul.listpictures li a.lightbox .title {
  display: none;
}
ul.listpictures li a.lightbox:hover img {
  opacity: 0.8;
  -ms-filter: "alpha(opacity=calc(100*@wert))";
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
}
.picshower {
  display: none;
  float: left;
  position: relative;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 2.4em 0 3em 0;
  background: #fff;
  -moz-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.picshower .icon,
.picshower .title {
  width: 100%;
  clear: left;
  float: left;
}
.picshower .icon svg {
  height: 4em;
}
.picshower .icon svg * {
  stroke: #f4cc00;
  stroke-width: 3;
}
.picshower .title {
  font-size: 2em;
  color: #f4cc00;
  padding-top: 0.3em;
}
@media screen and (max-width: 650px) {
  .picshower {
    display: block;
  }
}
@media screen and (max-width: 650px) {
  ul.listpictures.normal li {
    display: none;
  }
}
.cols_2_normal ul.listpictures li,
.raster5050 ul.listpictures li {
  width: 48%;
  margin: 0.8%;
  height: 13em;
}
ul.listpictures {
  margin: 2em 0;
}
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;
  background: rgba(0, 0, 0, 0.4);
  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 span.image,
.singlepicture span.image {
  width: 100%;
  float: left;
  position: relative;
}
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;
  width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
a.singlepicture {
  min-height: 8em;
}
.singlepicture + .singlepicture {
  margin-top: 4em;
}
.picslickslider.slideshow {
  width: 100%;
  clear: left;
  float: left;
  position: relative;
  padding: 0;
  margin: 0;
  height: 40em;
  margin-bottom: 5em;
  background: none;
}
.picslickslider.slideshow .slide {
  float: left;
  margin: 0;
  width: 100%;
  height: 40em;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.picslickslider.slideshow .slide a.lightbox {
  text-decoration: none;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  padding: 10px;
  float: left;
  font-size: 40px;
  line-height: 44px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  opacity: 0.5;
  -ms-filter: "alpha(opacity=calc(100*@wert))";
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  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 */
}
.picslickslider.slideshow .slide a.lightbox:hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=calc(100*@wert))";
  -khtml-opacity: 1;
  -moz-opacity: 1;
  background: #837f7c;
}
.editing a.singlepicture,
.editing div.singlepicture {
  width: 100%;
}
/*
 * ===============
 * CONTACT FORM
 * ===============
 */
.contactform {
  position: relative;
  float: left;
  clear: left;
  width: 60em;
  margin-left: -30em;
  left: 50%;
}
@media screen and (max-width: 800px) {
  .contactform {
    width: 90%;
    margin-left: 5%;
    left: 0;
  }
}
@media screen and (max-width: 600px) {
  .contactform {
    width: 100%;
    margin-left: 0;
    left: 0;
  }
}
.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: Tahoma, "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: 1.5em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "Bitter", Georgia, serif;
  line-height: 100%;
  padding: 0.8em 1.3em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #f4cc00;
  border: 0;
  color: #fff;
  margin-top: 1em;
  font-weight: normal;
}
.contactform button.submit:hover {
  background: #cbaa00;
}
.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;
}
.pricelist .pricelist__header,
.roompricelist .pricelist__header,
.pricelist .pricelist__pricerow,
.roompricelist .pricelist__pricerow {
  float: left;
  width: 100%;
  position: relative;
  clear: left;
}
.pricelist .pricelist__header .season,
.roompricelist .pricelist__header .season,
.pricelist .pricelist__pricerow .season,
.roompricelist .pricelist__pricerow .season {
  min-height: 1em;
  width: 34%;
  float: left;
  position: relative;
}
.pricelist .pricelist__pricerow:nth-child(even),
.roompricelist .pricelist__pricerow:nth-child(even) {
  border-top: 0;
  background: #fff;
}
.pricelist .pricelist__header .roomname,
.roompricelist .pricelist__header .roomname,
.pricelist .pricelist__pricerow .price,
.roompricelist .pricelist__pricerow .price {
  width: 22%;
  float: left;
  position: relative;
  font-size: 1.55em;
  line-height: normal;
  text-align: center;
}
.pricelist .pricelist__header .roomname,
.roompricelist .pricelist__header .roomname {
  line-height: 120%;
  font-size: 1.6em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.pricelist .pricelist__header .roomname strong,
.roompricelist .pricelist__header .roomname strong {
  float: left;
  font-weight: normal;
  width: 90%;
  padding: 0 5% 2em 5%;
  text-align: center;
}
.pricelist .pricelist__pricerow,
.roompricelist .pricelist__pricerow {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 1em 0;
  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 .season,
.roompricelist .pricelist__pricerow .season {
  font-size: 1.5em;
  text-indent: 1em;
  line-height: normal;
}
.pricelist .pricelist__pricerow:hover,
.roompricelist .pricelist__pricerow:hover {
  background: #837f7c;
  color: #fff;
}
.pricelist.mobile {
  display: none;
}
.pricelist.mobile h2 {
  float: left;
  clear: left;
  width: 100%;
}
.pricelist.mobile .roompricedevider.hea {
  width: 50%;
  float: right;
  font-size: 1.6em;
  text-align: right;
  margin-bottom: 1em;
  padding-right: 0.9em;
}
.pricelist.mobile .pricelist__pricerow + h2 {
  margin-top: 1.5em;
}
.pricelist.mobile .pricelist__pricerow .season {
  width: 70%;
  font-size: 1.5em;
}
.pricelist.mobile .pricelist__pricerow .price {
  width: 30%;
  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%;
}
/* 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;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  z-index: 20;
  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-size: 30px;
  line-height: 1;
  color: white;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 10px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
.slick-prev:before[dir="rtl"] {
  content: "→";
}
.slick-next {
  right: 10px;
}
.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: -40px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 12px;
  width: 12px;
  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: 7px;
  height: 7px;
  font-size: 6px;
  line-height: 15px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  background: #837f7c;
  text-align: center;
  text-indent: -99999px;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #837f7c;
  opacity: 0.5;
}
.date-picker {
  width: 170px;
  height: 25px;
  padding: 0;
  border: 0;
  line-height: 25px;
  padding-left: 10px;
  font-size: 1.2em;
  font-family: Tahoma, "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 #837f7c;
  -webkit-box-shadow: 0px 0px 40px #837f7c;
  box-shadow: 0px 0px 40px #837f7c;
  color: #837f7c;
  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: #837f7c;
}
.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: #837f7c;
  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 #837f7c;
  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;
}
body.hidden-scroll {
  overflow: hidden;
}
.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #333;
  opacity: 0.7;
  display: none;
  z-index: 1010;
}
.sl-wrapper {
  z-index: 1040;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 1060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Tahoma, "sans-serif";
  color: #fff;
  font-size: 3rem !default;
}
.sl-wrapper .sl-close:focus {
  outline: none;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1060;
  color: #fff;
  font-size: 1rem !default;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -40px;
  height: 80px;
  width: 80px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10160;
  font-family: Tahoma, "sans-serif";
  color: #fff;
  background-color: #b0a49b;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5%;
  margin-right: -10px;
  font-size: 2rem !default;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5%;
  margin-left: -10px;
  font-size: 2rem !default;
}
.sl-wrapper .sl-navigation button:focus {
  outline: none;
}
.sl-wrapper .sl-navigation button:hover {
  background: #837f7c;
  opacity: 1;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
    height: 44px;
    margin-top: -22px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem !default;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem !default;
  }
}
@media (min-width: 11150em !default) {
  .sl-wrapper .sl-navigation button {
    width: 40px;
    height: 40px;
    margin-top: -22px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem !default;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem !default;
  }
}
.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none !default;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none !default;
  }
}
@media (min-width: 11150em !default) {
  .sl-wrapper .sl-image img {
    border: 0 none !default;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none !default;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none !default;
  }
}
@media (min-width: 11150em !default) {
  .sl-wrapper .sl-image iframe {
    border: 0 none !default;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}
.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  z-index: 1060;
}
.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}
.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
