@charset "utf-8";

/* lato-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/lato-v24-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/lato-v24-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}


/* playfair-display-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/playfair-display-v37-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/playfair-display-v37-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}




* {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}

.flex4boxes {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2em;
}
.box1_4 {
  padding: 8px;
  border: 1px solid #eee;
    border-top-color: rgb(238, 238, 238);
    border-right-color: rgb(238, 238, 238);
    border-bottom-color: rgb(238, 238, 238);
    border-left-color: rgb(238, 238, 238);
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  align-content: space-between;
  flex-wrap: wrap;
  width: 280px;
  background: #f6f6f6;
}
.box1_4 a.button, .box1_4 a.button:hover {
  width: 100%;
}
a.button, a.button:hover {
  display: inline-block;
  background: #0077b6;
  color: #fff !important;
  text-decoration: none;
  border-radius: 4px;
  text-align: center;
  padding: 0 10px 0 10px;
  line-height: 2.5em;
  transition: background-color .2s ease-in-out;
  text-transform: uppercase;
  font-size: 13px;
}
a.button:hover {
  background-color: #2a9d8f !important;
}
.box1_4 > p {
  margin-bottom: 0;
  width: 100%;
}
.box1_4 h2{
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #2a9d8f;
}


.grid-gallery3 {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}


.grid-gallery3 .grid-item {
  background-color: #efefef;
  overflow: hidden;
  width: 380px;
  max-width: 100%;
  height: 284px;
}

.grid-gallery3 .grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.grid-gallery3 .grid-item:hover img {
  transform: scale(1.1);
}




:focus {
  outline: 0
}

img {
  border: none;
  max-width: 100%;
  height: auto
}

*,
:before,
:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

a,
a:hover,
a:visited {
  color: #57792A
}

code{
  background-color: #f2f2f2;
  border-radius: 3px;
  padding: .1rem .2rem;
  font-size: 14px;
  word-break: break-all;
  overflow-wrap: anywhere;
  font-family: monospace;
}

.mce-content-body:not([dir=rtl]) blockquote {
  border-left: 2px solid #ccc;
  margin-left: 1.5rem;
  padding-left: 1rem
}

.mce-content-body[dir=rtl] blockquote {
  border-right: 2px solid #ccc;
  margin-right: 1.5rem;
  padding-right: 1rem
}

table {
  border-collapse: collapse
}

table td,
table th {
  border: 1px solid #ccc;
  padding: .4rem
}

html {
  height: 100%
}

body {
  font-family: 'Lato', Arial, sans-serif;
  color: #444;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  background: #f8f8f8;
  height: 100%;
  overflow-x: hidden;
}

.bodywrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.fotorama {
  background: #fff
}

.outercontent {
  background-color: #f8f8f8;
  flex: auto;
}

#sidesearch {
  background: #fff
}


.outerheader {
  clear: both;
  width: 100%;
  background: rgba(241, 241, 241, .95);
  position: fixed;
  top: 0;
  z-index: 100;
  box-shadow: 0 10px 10px -10px #999;
}

.bodywrap.static .outerheader {
  position: static
}

.outerfooter {
  clear: both;
  width: 100%;
  background: #57792A;
}

.outerhero {
  clear: both;
  margin: 125px 0 0;
  padding: 0;
  width: 100%;
  background: #f8f8f8;
  position: relative;
}

.outerheader+.outercontent {
  margin-top: 125px
}

.bodywrap.static .outercontent {
  margin-top: 0px
}

.bodywrap.static .outerhero {
  margin-top: 0px
}


.header {
  width: 100%;
  margin: 0 auto;
  height: 125px;
  z-index: 3;
  font-size: 18px;
  position: relative
}
.language{font-size: 18px}

.header a,
.header span {
  color: #547529
}

.link_logo {
  display: inline-flex;
  align-items: center;
  margin: 20px 0 0 10px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3)
}

.logo {
  margin: 0;
}

.navright {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1380px;
  max-width: 100%;
  transform: translateX(-50%);
}

.navright li {
  list-style: none;
  display: table;
  float: left
}

.navright a,
.navright a:hover {
  text-decoration: none;
  line-height: 2em;
  cursor: pointer;
  display: block;
  margin: 0 10px;
  position: relative;
  text-transform: uppercase;
}

.navright a::before{
  content: "";
  position: absolute;
  display: block;
  height: 3px;
  background-color: #fff;
  width: 0%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: width .15s ease-in-out, background-color .15s ease-in-out;
}
.navright li li a::before{ display: none;}
.navright.show li a::before{ display: none;}

.navright a:hover::before {
  width: 100%;
  background-color: #57792A;

}

li.dropdown {
  position: relative
}

.navright li ul {
  position: absolute;
  left: 0;
  z-index: 1000;
  background: #FFF;
  display: none;
  width: auto;
  min-width: 100%
}

.navright li ul li {
  float: none;
  display: block;
  white-space: nowrap;
  height: 40px;
  width: 100%
}

.navright li ul li a,
.navright li ul li a:hover {
  line-height: 40px;
  border: 0;
  margin: 0;
  padding: 0 10px;
  color: #57792A;
  text-transform: none;
}

.navright li ul li a:hover {
  background: #ddd
}

.mobileicon,
.homebutton,
.shape {
  display: none
}

.language {
  position: absolute;
  right: 10px;
  top: 0;
  list-style: none;
  padding-top: 10px
}

.language ul {
  list-style: none
}

.language a,
.current_language {
  text-decoration: none;
  line-height: 20px;
  cursor: pointer;
  display: block;
  padding: 0 26px 0 0;
}

.language li {
  position: relative;
  padding: 2px 0 2px 30px;
}

.language li li {
  padding: 0;
  background: none
}

.language li li a {
  color: #57792A;
  line-height: 35px;
  padding: 0 12px 0 14px;
}

.language li li a:hover {
  background: #ddd
}

.language li ul {
  position: absolute;
  left: 0;
  top: 24px;
  z-index: 100000;
  background: #FFF;
  display: none;
  width: auto;
  min-width: 100%
}

.hero {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 33.333%;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 2
}

.hero::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center center;
  background-size: cover;
  transform: translateZ(0)
}

.hero.blur::before {
  -webkit-animation-name: blur;
  -webkit-animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-name: blur;
  animation-duration: .5s;
  animation-fill-mode: both
}

@-webkit-keyframes blur {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes blur {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

.hero.ohnebild, .hero.ohnebild + .heromsg {
  display: none;
}

.heromsg {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 3;
}

.heromsg h1 {
  color: #FFF;
  font-size: 42px;
  text-align: center;
  display: block;
  z-index: 1;
  padding: 0 10px;
  margin-bottom: 0px;
  position: relative;
  font-family: 'Playfair Display';
  text-decoration: none;
}

.heromsg br {
  display: none;
}

.heromsg h1::before,
.heromsg h2::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  background: #333;;
  z-index: -1;
  opacity: .3
}

.heromsg h2 {
  color: #FFF;
  text-align: center;
  position: relative;
  display: block;
  z-index: 1;
  padding: 0 10px;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.5em;
}

.banner{
  position: relative;
  padding: 1em 0;
  margin-bottom: 1.4em;
  display: flex;
  background-color: #eee;
  }
  .banner *{position: relative; z-index: 2;}
  .banner::before{
  content: "";
  width: 100vw;
  display: block;
  position: absolute;
  background-color: inherit;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  }
  .pad_bot_cont{
    height: 90px;grid-column: 1 / 4;
  }
  .banner+.pad_bot_cont{
    height: 0;
    margin-top: -1.4em;
  }
  /* PAYMENT */
  .panel{width:380px;max-width:100%;position:relative;margin:0 auto}#card-field-submit-button{width:370px;max-width:100%;display:block;margin:10px auto 0}#card-expiry-field-container{width:49.5%;float:left}#card-cvv-field-container{width:49.5%;float:right}#checkout-form::after{display:table;content:"";height:0;clear:both}.overlay2{position:absolute;left:0;top:0;right:0;bottom:0;z-index:9999;background-color:rgba(255,255,255,.8)}.overlay-content{position:absolute;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);top:50%;left:0;right:0;text-align:center;color:#555}.hidden{display:none}#paymentResponse{font-size:13px;color:#EA4335;margin-top:0;margin-bottom:10px;padding:5px}#card-number-field-stripe{position:relative;border:1px solid #ccc;padding:10px;border-radius:5px;margin-bottom:10px}#card-expiry-field-stripe{width:49%;float:left;position:relative;border:1px solid #ccc;padding:10px;border-radius:5px}#card-cvv-field-stripe{width:49%;float:right;position:relative;border:1px solid #ccc;padding:10px;border-radius:5px}#card-field-submit-stripe{width:380px;max-width:100%;display:block;margin:15px auto 0}

.content {
  padding: 30px 0 0;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto
}

.content::after {
  display: table;
  content: "";
  height: 0;
  clear: both
}

.grid_content {
  display: grid;
  grid-template-columns: 32.2% 32.2% 32.2%;
  grid-column-gap: 1.7%;
  grid-template-rows: auto;
}

.ueberschrift {
  grid-column: 1 / 4;
  grid-row: 1;
}

.sb_l_sb {
  grid-column: 1 / 2;
}

.sb_l_cont {
  grid-column: 2 / 4;
}

.sb_r_sb {
  grid-column: 3 / 4;
}

.sb_r_cont {
  grid-column: 1 / 3;
}

.merkmale {
  margin-bottom: 1em;
  border-bottom: 1px solid #ddd;
}

.fotogalerie {
  padding-bottom: 1.5em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ddd;
}

.beschreibung {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ddd;
}

.belegungskalender {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ddd;
}

.preise {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ddd;
}

.karte {
  padding-bottom: 1.5em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ddd;
}

.preise_verfugbarkeit {
  position: -webkit-sticky;
  position: sticky;
  top: 118px;
  margin-bottom: 1em;
  grid-row: 2 / span 2;
  align-self: start;
}

.bodywrap.static .preise_verfugbarkeit {
  top: 10px;
}

.suche_grid {
  position: -webkit-sticky;
  position: sticky;
  top: 118px;
  grid-row: 1 / span 2;
  align-self: start;
}

.bodywrap.static .suche_grid {
  top: 10px;
}

.ergebnisse_grid {
  grid-row: 1;
}

.reservierungsanfrage {
  grid-column: 1 / 3;
  grid-row: 2;
}

.row::after {
  display: table;
  content: "";
  height: 0;
  clear: both
}

.col13 {
  float: left;
  width: calc((100% - 40px)*(1/3));
  margin-right: 20px;
  margin-bottom: 1em;
  clear: both;
}

.col23 {
  float: left;
  width: calc((100% - 40px)*(1/3));
  margin-right: 20px;
  margin-bottom: 1em;
}
.footer .col23{text-align: center;}

.col33 {
  float: left;
  width: calc((100% - 40px)*(1/3));
  margin-right: 0;
  margin-bottom: 1em;
}
.footer .col33{text-align: right;}

.col23_33 {
  float: left;
  width: calc((100% - 40px)*(2/3) + 20px);
  margin-right: 0;
  margin-bottom: 1em;
}

.col13_23{
  float: left;
  width: calc((100% - 40px)*(2/3) + 20px);
  margin-right: 20px;
  margin-bottom: 1em;
  clear: both;
}

.flexrow_f{
  display: flex;
  column-gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 1.4em;
  width: 100%;
  justify-content: center;
}
.col2_f {
  width: 580px;
  max-width: 100%;
}

.col12 {
  float: left;
  width: 48.72%;
  margin-right: 2.56%;
  margin-bottom: 1em;
}

.col22 {
  float: left;
  width: 48.72%;
  margin-right: 0;
  margin-bottom: 1em;
}

.object .col12,
.object .col22 {
  margin-bottom: 0
}

hr {
  padding-top: 1px;
  background: #ccc;
  border: 0;
  margin: 30px auto;
}

h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 15px;
  position: relative;
  z-index: 1
}



.footer {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  color: #fff;
  padding: 40px 0 10px
}

.footer a {
  text-decoration: none;
  color: #fff;
  cursor: pointer
}

.footer a:hover {
  text-decoration: underline
}

.copyright {
  text-align: center; font-size: 16px; margin-bottom: 0;
}

.copyright a:hover {
  text-decoration: none
}

.footer ul {
  list-style: none
}

#map {
  width: 100%;
  height: 519px;
  position: relative;
  z-index: 1
}

.reservationfield {
  padding: 10px;
  background: rgba(144, 144, 144, .075);
  border-radius: 4px;
  border: 1px solid rgba(144, 144, 144, .25)
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 158px
}

figure {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-bottom: 1em;
}

figure img {
  float: none !important;
  margin: 0 !important
}

figure.border {
  border: none;
  padding: 0;
}

figure.border img {
  padding: 3px;
  border: 1px solid #444;
}

.right {
  text-align: right
}

.center {
  text-align: center
}

.left {
  text-align: left
}

.full {
  text-align: justify
}

img.left {
  float: left;
  margin: 0 20px 20px 0
}

table.left {
  float: left;
  margin: 0 20px 20px 0;
  text-align: left;
}

figure.left {
  float: left;
  margin: 0 20px 20px 0;
  text-align: center;
}

img.right {
  float: right;
  margin: 0 0 20px 20px
}

table.right {
  float: right;
  margin: 0 0 20px 20px;
  text-align: left;
}

figure.right {
  float: right;
  margin: 0 0 20px 20px;
  text-align: center;
}

img.center {
  display: block;
  margin: 0 auto 20px;
}

table.center {
  display: block;
  margin: 0 auto 20px;
  text-align: left;
}

figure.center {
  display: block;
  margin: 0 auto 20px;
  text-align: center;
}

img.full {
  display: block;
  margin: 0 auto 20px;
}

table.full {
  display: block;
  margin: 0 auto 20px;
  text-align: left;
}

figure.full {
  display: block;
  margin: 0 auto 20px;
  text-align: center;
}


.content ul, .content ol, .mce-content-body ul, .mce-content-body ol {
  margin: 0 0 1em 40px;
}

.content li, .mce-content-body li {
  margin-bottom: 0.5em;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px
}

.alignleft+.alignright {
  margin-left: 0
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0
}

.alignleft.sec {
  margin-right: 0
}

.aligncenter {
  float: none;
  display: block;
  margin: 0 auto 20px
}

.clear {
  clear: both
}

.clear0px {
  clear: both;
  height: 0;
  font-size: 0;
  margin: 0;
  padding: 0
}

h1 {
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 1em;
  color: #57792A;
  font-family: 'Playfair Display';
}

h2 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #57792A
}

h2.ueberschrift {
  font-size: 28px;
  margin-bottom: 20px;
  letter-spacing: -1px
}

/*
h3 span {
position:absolute;
left:0;
top:-100px
}
*/

p {
  margin-bottom: 1em
}

.box {
  padding: 10px;
  border-radius: 5px;
  font-size: 16px;
  margin-bottom: 20px;
  background: #F4F4F5
}

.box ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1em
}

.box li {
  margin: 4px 0;
  line-height: 1.3em
}

.border {
  padding: 3px;
  border: 1px solid #444
}

.submenu {
  width: 1178px;
  margin: 0 auto;
  background: #f4f4f5;
  font-size: 18px
}

.submenuinner {
  padding: 0 20px;
  position: relative;
  color: #AAA
}

[class="4col"] {
  width: 372px;
  padding: 0 10px;
  float: left
}

.submenuinner h2 {
  font-style: italic
}

.submenuinner li {
  list-style-position: inside
}

.submenuinner::after {
  content: "";
  clear: both;
  display: table
}

.submenuinner a {
  text-decoration: none
}

.close {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  background: #0768A9;
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 20px;
  line-height: 40px;
  font-weight: 500;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  cursor: pointer
}

.submenu.closed {
  z-index: 1000;
  max-height: 0;
  padding: 0;
  overflow: hidden;
  border-bottom: 0;
  transition-property: max-height, padding;
  transition-duration: 0.5s, .5s
}

.submenu.open {
  z-index: 1010;
  max-height: 300px;
  padding: 20px 0;
  overflow: hidden;
  border-bottom: 1px solid #0768A9;
  transition-property: max-height, padding;
  transition-duration: 0.5s, .5s
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  border: none;
  outline: none;
  background-color: #4D6333;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  font-size: 18px;
  line-height: 45px;
  text-align: center;
  height: 45px;
  width: 45px;
  padding: 0
}

#myBtn::after {
  display: block;
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  right: 13px;
  z-index: 10;
  top: 17px;
  border-top: 2px solid #FFF;
  border-left: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}

#myBtn:hover {
  background-color: #AAA
}

.displayblock {
  display: block
}

.displaynone {
  display: none
}

#contactform label {
  display: inline;
  float: none;
  margin-top: 0;
  padding-right: 0;
  width: auto
}

form {
  margin: 0 0 1em
}

input,
select,
textarea {
  line-height: 18px;
  font-size: 13px;
  font-family: 'Lato', Arial, sans-serif;
}

input[type=text],
input[type=email],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: rgba(144, 144, 144, .075);
  border-radius: 4px;
  border: none;
  border: 1px solid rgba(144, 144, 144, .25);
  color: #000;
  display: block;
  outline: 0;
  padding: 0 1em;
  text-decoration: none;
  width: 100%;
  margin-bottom: 8px
}

input[type=text]:invalid,
input[type=email]:invalid,
select:invalid,
textarea:invalid {
  box-shadow: none
}

input[type=text]:focus,
input[type=email]:focus,
input[type=checkbox]:focus+label:before,
select:focus,
textarea:focus {
  border-color: #49bf9d;
  box-shadow: 0 0 0 1px #49bf9d
}

input[type=text],
input[type=email],
select {
  height: 2.75em
}

textarea {
  padding: .75em 1em
}

input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: block;
  float: left;
  margin-right: -2em;
  opacity: 0;
  width: 1em;
  z-index: -1
}

input[type=checkbox]+label {
  text-decoration: none;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  padding-left: 2.4em;
  padding-right: .75em;
  position: relative
}

input[type=checkbox]+label:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 400;
  text-transform: none !important;
  background: rgba(144, 144, 144, .075);
  border: 1px solid rgba(144, 144, 144, .25);
  content: '';
  display: inline-block;
  height: 1.65em;
  left: 0;
  line-height: 1.58125em;
  position: absolute;
  text-align: center;
  top: 0;
  width: 1.65em;
  border-radius: 4px
}

input[type=checkbox]:checked+label:before {
  background: #666;
  border-color: #666;
  color: #fff;
  content: '✓'
}

input[type=submit],
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color .2s ease-in-out, color .2s ease-in-out;
  -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out, color .2s ease-in-out;
  -ms-transition: background-color .2s ease-in-out, color .2s ease-in-out;
  transition: background-color .2s ease-in-out, color .2s ease-in-out;
  background-color: #914533;
  border-radius: 4px;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  height: 2.75em;
  line-height: 2.75em;
  padding: 0 1.5em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: inherit;
}

input[type=submit]:hover,
button:hover {
  background-color: #6E2818
}

#contactform #submit {
  min-width: 25%;
  width: auto
}

#contactform #anrede {
  width: 25%
}

.error {
  background: #fddfdf;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 15px
}

.ok {
  background: #70c546;
  color: #FFF;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 15px
}

input[type="text"].abreisetag,
input[type="text"].anreisetag {
  background-image: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" viewBox="0 0 30.000000 30.000000" preserveAspectRatio="xMidYMid meet"><g transform="translate(0.000000,30.000000) scale(0.100000,-0.100000)" fill="%23777777" stroke="none"><path d="M67 252 c-15 -3 -17 -17 -17 -103 l0 -99 100 0 100 0 0 100 c0 73 -3 100 -12 101 -40 3 -157 4 -171 1z m111 -29 c-16 -2 -40 -2 -55 0 -16 2 -3 4 27 4 30 0 43 -2 28 -4z m52 -88 l0 -65 -80 0 -80 0 0 65 0 65 80 0 80 0 0 -65z"/><path d="M120 170 c0 -5 5 -10 10 -10 6 0 10 5 10 10 0 6 -4 10 -10 10 -5 0 -10 -4 -10 -10z"/><path d="M160 170 c0 -5 5 -10 10 -10 6 0 10 5 10 10 0 6 -4 10 -10 10 -5 0 -10 -4 -10 -10z"/><path d="M200 170 c0 -5 5 -10 11 -10 5 0 7 5 4 10 -3 6 -8 10 -11 10 -2 0 -4 -4 -4 -10z"/><path d="M85 130 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 -7 -4 -4 -10z"/><path d="M120 130 c0 -5 5 -10 10 -10 6 0 10 5 10 10 0 6 -4 10 -10 10 -5 0 -10 -4 -10 -10z"/><path d="M160 130 c0 -5 5 -10 10 -10 6 0 10 5 10 10 0 6 -4 10 -10 10 -5 0 -10 -4 -10 -10z"/><path d="M200 129 c0 -5 5 -7 10 -4 6 3 10 8 10 11 0 2 -4 4 -10 4 -5 0 -10 -5 -10 -11z"/><path d="M85 90 c8 -13 122 -13 130 0 4 6 -20 10 -65 10 -45 0 -69 -4 -65 -10z"/></g></svg>');
  background-position: left center;
  background-repeat: no-repeat
}

#searchherobox input[type="text"].abreisetag,
#searchherobox input[type="text"].anreisetag {
  background-image: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" viewBox="0 0 30.000000 30.000000" preserveAspectRatio="xMidYMid meet"><g transform="translate(0.000000,30.000000) scale(0.100000,-0.100000)" fill="%23777777" stroke="none"><path d="M67 252 c-15 -3 -17 -17 -17 -103 l0 -99 100 0 100 0 0 100 c0 73 -3 100 -12 101 -40 3 -157 4 -171 1z m111 -29 c-16 -2 -40 -2 -55 0 -16 2 -3 4 27 4 30 0 43 -2 28 -4z m52 -88 l0 -65 -80 0 -80 0 0 65 0 65 80 0 80 0 0 -65z"/><path d="M120 170 c0 -5 5 -10 10 -10 6 0 10 5 10 10 0 6 -4 10 -10 10 -5 0 -10 -4 -10 -10z"/><path d="M160 170 c0 -5 5 -10 10 -10 6 0 10 5 10 10 0 6 -4 10 -10 10 -5 0 -10 -4 -10 -10z"/><path d="M200 170 c0 -5 5 -10 11 -10 5 0 7 5 4 10 -3 6 -8 10 -11 10 -2 0 -4 -4 -4 -10z"/><path d="M85 130 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 -7 -4 -4 -10z"/><path d="M120 130 c0 -5 5 -10 10 -10 6 0 10 5 10 10 0 6 -4 10 -10 10 -5 0 -10 -4 -10 -10z"/><path d="M160 130 c0 -5 5 -10 10 -10 6 0 10 5 10 10 0 6 -4 10 -10 10 -5 0 -10 -4 -10 -10z"/><path d="M200 129 c0 -5 5 -7 10 -4 6 3 10 8 10 11 0 2 -4 4 -10 4 -5 0 -10 -5 -10 -11z"/><path d="M85 90 c8 -13 122 -13 130 0 4 6 -20 10 -65 10 -45 0 -69 -4 -65 -10z"/></g></svg>')
}

input[type="text"].personenanzeige {
  background-image: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" viewBox="0 0 30.000000 30.000000" preserveAspectRatio="xMidYMid meet"><g transform="translate(0.000000,30.000000) scale(0.100000,-0.100000)" fill="%23777777" stroke="none"><path d="M110 250 c-11 -11 -20 -31 -20 -45 0 -30 32 -65 60 -65 28 0 60 35 60 65 0 30 -32 65 -60 65 -11 0 -29 -9 -40 -20z"/><path d="M58 81 c-37 -31 -14 -41 92 -41 103 0 125 9 96 38 -24 25 -158 26 -188 3z"/></g></svg>');
  background-position: left center;
  background-repeat: no-repeat
}

#searchherobox input[type="text"].personenanzeige {
  background-image: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" viewBox="0 0 30.000000 30.000000" preserveAspectRatio="xMidYMid meet"><g transform="translate(0.000000,30.000000) scale(0.100000,-0.100000)" fill="%23777777" stroke="none"><path d="M110 250 c-11 -11 -20 -31 -20 -45 0 -30 32 -65 60 -65 28 0 60 35 60 65 0 30 -32 65 -60 65 -11 0 -29 -9 -40 -20z"/><path d="M58 81 c-37 -31 -14 -41 92 -41 103 0 125 9 96 38 -24 25 -158 26 -188 3z"/></g></svg>')
}

#searchherobox input[type="text"] {
  color: #444
}

#searchhero .abreisetag,
#searchhero .anreisetag {
  width: 24%;
  margin-right: 1%;
  float: left;
  margin-bottom: 0;
  padding-left: 30px;
  background-color: #fff;
  border: 1px solid rgba(144, 144, 144, .25)
}

#searchhero .personenanzeige {
  width: 100%;
  margin-bottom: 0;
  padding-left: 30px;
  background-color: #fff;
  border: 1px solid rgba(144, 144, 144, .25)
}

#searchhero .submit {
  margin-right: 0;
  float: right;
  width: 24%;
  margin-bottom: 0
}

#searchhero {
  padding: 15px;
  margin: 0
}

#searchherobox {
  width: 780px;
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%);
  z-index: 3;
}

#searchherobox::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  background: #333;
  z-index: -1;
  opacity: .7
}

.erwachsenekinder {
  display: none;
  position: absolute;
  top: 38px;
  left: 0;
  background: #fff;
  padding: 10px 5px 2px;
  font-size: 12px;
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  width: 100%
}

.erwachsenekinder.show {
  display: block
}

.erwachsenekinder span {
  clear: both;
  float: left;
  width: 60%;
  overflow: hidden;
  padding-top: 3px
}

.persnu {
  float: right !important;
  margin-right: 0 !important;
  margin-bottom: 5px !important;
  width: 40% !important;
  text-align: center;
  background: rgba(144, 144, 144, .075);
  border: 1px solid rgba(144, 144, 144, .25);
  padding: 0
}

#searchhero #refoutclick {
  position: relative;
  float: left;
  width: 19%
}

.erwachsenekinder::after,
#searchhero::after {
  content: "";
  clear: both;
  display: table
}

.erwachsenekinder,
.erwachsenekinder select {
  color: #000
}

option {
  background: #fff;
  color: #000
}

#sidesearch #refoutclick {
  position: relative;
  clear: both;
  float: none;
  width: 100%;
  margin-bottom: 8px;
  z-index: 2
}

#sidesearch .erwachsenekinder {
  width: 75%
}

.ui-datepicker {
  z-index: 3 !important
}

#sidesearch {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 5px;
  margin-bottom: 1em;
}

#sidesearch::after {
  content: "";
  display: table;
  clear: both
}

#sidesearch h3 {
  margin-top: 0
}

#sidesearch .abreisetag,
#sidesearch .anreisetag {
  padding-left: 30px;
  width: 49%;
  float: left
}

#sidesearch .anreisetag {
  margin-right: 2%
}

#sidesearch .personenanzeige {
  width: 100%;
  margin-bottom: 0;
  padding-left: 30px;
  margin-top: 15px
}

#sidesearch .suche {
  display: block;
  width: auto
}

#sidesearch .datcan {
  color: #BBB
}

#sidesearch .datsel,
#searchhero .datsel {
  background-color: #ffc
}

.objectlink {
  margin-bottom: 20px;
  display: block;
  text-decoration: none;
}

.object {
  width: 100%;
  background: #FFF;
  color: #444;
  border: 1px solid #CCC;
  border-radius: 4px;
  overflow: hidden;
  line-height: 0
}

.object .col12 {
  position: relative;
  height: 230px;
  overflow: hidden;
}

.object .col22::after {
  display: table;
  content: "";
  height: 0;
  clear: both
}

.object::after {
  display: table;
  content: "";
  height: 0;
  clear: both
}

.object:hover {
  background: #F4F4F5;
  cursor: pointer
}

.objectimage {
  /*
margin:0;
padding:0;
width:100%;
height:auto;
*/
  position: relative;
  min-height: 100%;
  max-height: 120%;
  max-width: none;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
}

.object h3 {
  margin: 0;
  padding: 0 10px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  background: #57792A;
  width: 100%;
  line-height: 1.3;
  font-weight: 400;
}

.object h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
  margin-top: 5px;
  line-height: 1.3
}

.objecticon {
  line-height: 26px
}

.objecticon span {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  background-repeat: no-repeat;
  vertical-align: middle
}

.people {
  background-position: left center;
  background: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 30.000000 30.000000" preserveAspectRatio="xMidYMid meet"><g transform="translate(0.000000,30.000000) scale(0.100000,-0.100000)" fill="%23444444" stroke="none"><path d="M123 233 c-7 -2 -13 -21 -13 -42 0 -20 6 -43 13 -50 10 -10 7 -16 -13 -32 -44 -34 -50 -40 -50 -49 0 -6 39 -10 90 -10 51 0 90 4 90 10 0 9 -6 15 -50 49 -20 16 -23 22 -12 32 15 16 16 71 0 87 -12 12 -33 14 -55 5z"/><path d="M52 208 c-14 -14 -16 -53 -2 -77 7 -14 3 -22 -20 -40 -35 -25 -38 -41 -10 -41 11 0 20 6 20 14 0 8 13 25 29 39 26 22 28 28 24 70 -6 47 -18 58 -41 35z"/><path d="M207 173 c-4 -42 -2 -48 24 -70 16 -14 29 -31 29 -39 0 -8 9 -14 20 -14 28 0 25 16 -10 41 -23 18 -27 26 -20 40 14 24 12 63 -2 77 -23 23 -35 12 -41 -35z"/></g></svg>')
}

.bedroom {
  background-position: left center;
  background: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 30.000000 30.000000" preserveAspectRatio="xMidYMid meet"><g transform="translate(0.000000,30.000000) scale(0.100000,-0.100000)" fill="%23444444" stroke="none"><path d="M27 254 c-4 -4 -7 -24 -7 -45 0 -21 -5 -41 -10 -44 -6 -3 -10 -33 -10 -66 0 -59 0 -59 30 -59 20 0 30 5 30 15 0 12 16 15 80 15 64 0 80 -3 80 -15 0 -10 10 -15 30 -15 30 0 30 0 30 58 0 32 -4 62 -9 68 -5 5 -11 27 -13 49 l-3 40 -111 3 c-60 1 -113 -1 -117 -4z m213 -49 c0 -19 -4 -35 -10 -35 -5 0 -10 7 -10 15 0 16 -26 24 -80 24 -54 0 -80 -8 -80 -24 0 -8 -4 -15 -10 -15 -5 0 -10 16 -10 35 l0 35 100 0 100 0 0 -35z m-110 -25 c0 -5 -11 -10 -25 -10 -14 0 -25 5 -25 10 0 6 11 10 25 10 14 0 25 -4 25 -10z m75 0 c4 -6 -7 -10 -24 -10 -17 0 -31 5 -31 10 0 6 11 10 24 10 14 0 28 -4 31 -10z m55 -75 c0 -25 -4 -45 -10 -45 -5 0 -10 7 -10 15 0 22 -188 22 -196 0 -12 -30 -24 -14 -24 30 l0 45 120 0 120 0 0 -45z"/></g></svg>')
}

.shower {
  background-position: left center;
  background: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 30.000000 30.000000" preserveAspectRatio="xMidYMid meet"><g transform="translate(0.000000,30.000000) scale(0.100000,-0.100000)" fill="%23444444" stroke="none"><path d="M140 270 c0 -18 -5 -30 -13 -30 -16 0 -57 -42 -57 -58 0 -8 25 -12 80 -12 60 0 80 3 80 13 0 16 -42 57 -58 57 -7 0 -12 14 -12 30 0 17 -4 30 -10 30 -5 0 -10 -13 -10 -30z"/><path d="M50 150 c0 -6 40 -10 100 -10 60 0 100 4 100 10 0 6 -40 10 -100 10 -60 0 -100 -4 -100 -10z"/><path d="M95 100 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 -7 -4 -4 -10z"/><path d="M140 100 c0 -5 5 -10 10 -10 6 0 10 5 10 10 0 6 -4 10 -10 10 -5 0 -10 -4 -10 -10z"/><path d="M190 99 c0 -5 5 -7 10 -4 6 3 10 8 10 11 0 2 -4 4 -10 4 -5 0 -10 -5 -10 -11z"/><path d="M70 60 c0 -5 5 -10 10 -10 6 0 10 5 10 10 0 6 -4 10 -10 10 -5 0 -10 -4 -10 -10z"/><path d="M120 60 c0 -5 5 -10 11 -10 5 0 7 5 4 10 -3 6 -8 10 -11 10 -2 0 -4 -4 -4 -10z"/><path d="M165 60 c-3 -5 -1 -10 4 -10 6 0 11 5 11 10 0 6 -2 10 -4 10 -3 0 -8 -4 -11 -10z"/><path d="M210 60 c0 -5 5 -10 10 -10 6 0 10 5 10 10 0 6 -4 10 -10 10 -5 0 -10 -4 -10 -10z"/><path d="M50 10 c0 -5 5 -10 10 -10 6 0 10 5 10 10 0 6 -4 10 -10 10 -5 0 -10 -4 -10 -10z"/><path d="M95 10 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 -7 -4 -4 -10z"/><path d="M140 10 c0 -5 5 -10 10 -10 6 0 10 5 10 10 0 6 -4 10 -10 10 -5 0 -10 -4 -10 -10z"/><path d="M190 9 c0 -5 5 -7 10 -4 6 3 10 8 10 11 0 2 -4 4 -10 4 -5 0 -10 -5 -10 -11z"/><path d="M230 10 c0 -5 5 -10 10 -10 6 0 10 5 10 10 0 6 -4 10 -10 10 -5 0 -10 -4 -10 -10z"/></g></svg>')
}

.finca {
  background-position: left center;
  background: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 30.000000 30.000000" preserveAspectRatio="xMidYMid meet"><g transform="translate(0.000000,30.000000) scale(0.100000,-0.100000)" fill="%23444444" stroke="none"><path d="M135 259 c-4 -6 2 -21 14 -33 12 -12 21 -30 21 -39 0 -9 5 -27 11 -41 10 -20 9 -30 -4 -50 -9 -13 -26 -27 -37 -31 -40 -13 -18 -25 45 -25 l65 0 0 55 c0 46 3 55 18 55 11 1 -5 21 -48 60 -68 63 -75 66 -85 49z"/><path d="M56 219 c-14 -11 -26 -29 -26 -40 0 -11 -5 -28 -12 -38 -14 -23 4 -51 33 -51 14 0 19 -7 19 -25 0 -16 6 -25 15 -25 9 0 15 9 15 24 0 19 6 25 28 28 25 3 27 6 25 47 -2 32 -9 51 -29 72 -33 35 -34 35 -68 8z"/></g></svg>')
}

select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position-x:  calc(100% - 10px);
  background-position-y: center;
  background-size: 8px 10px;
  padding-right: 35px
}

.mindestaufenthalt {
  margin-top: 5px;
  line-height: 1.3
}

.preis {
  text-align: right;
  padding: 8px 8px 0 0;
  line-height: 1.3;
  font-size: 14px;
}

.preisdescr {
  font-size: 14px;
  line-height: 1.2em;
  margin-bottom: 8px
}

.endpreis {
  font-size: 14px
}

.endpreiseuro {
  line-height: 1;
  font-size: 20px;
  font-weight: 500;
  color: #57792A
}

.greentick {
  color: #57792A;
  font-weight: 700
}

.small {
  font-size: 13px;
  line-height: 1.3em
}

.hinweisbelegung {
  font-size: 13px;
  line-height: 1.3em;
  background: #fddfdf;
  padding: 3px;
  border-radius: 4px;
  color: #222
}

.tabpreiscalc {
  width: 100%;
  margin-bottom: 20px
}

.tabpreiscalc td {
  font-size: 13px;
  line-height: 1.3;
  border: 0;
}

.tabpreiscalc td.gesamtpreis {
  border-top: 1px dotted #333;
  font-weight: 500;
  padding-top: 2px;
  font-size: 16px;
  line-height: 1.3
}

span.euro {
  background: #57792A;
  color: #FFF
}

.gallery {
  width: 780px;
  max-width: 100%
}

.merkmaleleft {
  float: left;
  width: 380px
}

.merkmaleright {
  float: right;
  width: 380px
}

input[type="submit"].submitgruen {
  width: 100%;
  background: #57792A
}

input[type="submit"].submitgruen:hover {
  background: #4D6333
}

.ui-helper-hidden {
  display: none
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse
}

.ui-helper-clearfix:after {
  clear: both
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0)
}

.ui-front {
  z-index: 100
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px
}

.ui-datepicker .ui-datepicker-next {
  right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: 500;
  border: 0
}

.ui-datepicker td {
  border: 0;
  padding: 1px
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em;
  width: auto;
  overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left
}

.ui-datepicker.ui-datepicker-multi {
  width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0
}

.ui-datepicker-rtl {
  direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px
}

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em
}

.ui-widget {
  font-size: 16px
}

.ui-widget .ui-widget {
  font-size: 16px
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-size: 1em
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333
}

.ui-widget-content a {
  color: #333
}

.ui-widget-header {
  background: #e9e9e9;
  color: #333;
  font-weight: 500;
}

.ui-widget-header a {
  color: #333
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: 400;
  color: #454545
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: 400;
  color: #2b2b2b
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: 400;
  color: #fff
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: 500
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: 400
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35)
}

.ui-icon {
  width: 16px;
  height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(images/ui-icons_444444_256x240.png)
}

.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_444444_256x240.png)
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url(images/ui-icons_555555_256x240.png)
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url(images/ui-icons_ffffff_256x240.png)
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url(images/ui-icons_777620_256x240.png)
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_cc0000_256x240.png)
}

.ui-button .ui-icon {
  background-image: url(images/ui-icons_777777_256x240.png)
}

.ui-icon-blank {
  background-position: 16px 16px
}

.ui-icon-caret-1-n {
  background-position: 0 0
}

.ui-icon-caret-1-ne {
  background-position: -16px 0
}

.ui-icon-caret-1-e {
  background-position: -32px 0
}

.ui-icon-caret-1-se {
  background-position: -48px 0
}

.ui-icon-caret-1-s {
  background-position: -65px 0
}

.ui-icon-caret-1-sw {
  background-position: -80px 0
}

.ui-icon-caret-1-w {
  background-position: -96px 0
}

.ui-icon-caret-1-nw {
  background-position: -112px 0
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px
}

.ui-icon-arrow-4 {
  background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px
}

.ui-icon-extlink {
  background-position: -32px -80px
}

.ui-icon-newwin {
  background-position: -48px -80px
}

.ui-icon-refresh {
  background-position: -64px -80px
}

.ui-icon-shuffle {
  background-position: -80px -80px
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px
}

.ui-icon-folder-open {
  background-position: -16px -96px
}

.ui-icon-document {
  background-position: -32px -96px
}

.ui-icon-document-b {
  background-position: -48px -96px
}

.ui-icon-note {
  background-position: -64px -96px
}

.ui-icon-mail-closed {
  background-position: -80px -96px
}

.ui-icon-mail-open {
  background-position: -96px -96px
}

.ui-icon-suitcase {
  background-position: -112px -96px
}

.ui-icon-comment {
  background-position: -128px -96px
}

.ui-icon-person {
  background-position: -144px -96px
}

.ui-icon-print {
  background-position: -160px -96px
}

.ui-icon-trash {
  background-position: -176px -96px
}

.ui-icon-locked {
  background-position: -192px -96px
}

.ui-icon-unlocked {
  background-position: -208px -96px
}

.ui-icon-bookmark {
  background-position: -224px -96px
}

.ui-icon-tag {
  background-position: -240px -96px
}

.ui-icon-home {
  background-position: 0 -112px
}

.ui-icon-flag {
  background-position: -16px -112px
}

.ui-icon-calendar {
  background-position: -32px -112px
}

.ui-icon-cart {
  background-position: -48px -112px
}

.ui-icon-pencil {
  background-position: -64px -112px
}

.ui-icon-clock {
  background-position: -80px -112px
}

.ui-icon-disk {
  background-position: -96px -112px
}

.ui-icon-calculator {
  background-position: -112px -112px
}

.ui-icon-zoomin {
  background-position: -128px -112px
}

.ui-icon-zoomout {
  background-position: -144px -112px
}

.ui-icon-search {
  background-position: -160px -112px
}

.ui-icon-wrench {
  background-position: -176px -112px
}

.ui-icon-gear {
  background-position: -192px -112px
}

.ui-icon-heart {
  background-position: -208px -112px
}

.ui-icon-star {
  background-position: -224px -112px
}

.ui-icon-link {
  background-position: -240px -112px
}

.ui-icon-cancel {
  background-position: 0 -128px
}

.ui-icon-plus {
  background-position: -16px -128px
}

.ui-icon-plusthick {
  background-position: -32px -128px
}

.ui-icon-minus {
  background-position: -48px -128px
}

.ui-icon-minusthick {
  background-position: -64px -128px
}

.ui-icon-close {
  background-position: -80px -128px
}

.ui-icon-closethick {
  background-position: -96px -128px
}

.ui-icon-key {
  background-position: -112px -128px
}

.ui-icon-lightbulb {
  background-position: -128px -128px
}

.ui-icon-scissors {
  background-position: -144px -128px
}

.ui-icon-clipboard {
  background-position: -160px -128px
}

.ui-icon-copy {
  background-position: -176px -128px
}

.ui-icon-contact {
  background-position: -192px -128px
}

.ui-icon-image {
  background-position: -208px -128px
}

.ui-icon-video {
  background-position: -224px -128px
}

.ui-icon-script {
  background-position: -240px -128px
}

.ui-icon-alert {
  background-position: 0 -144px
}

.ui-icon-info {
  background-position: -16px -144px
}

.ui-icon-notice {
  background-position: -32px -144px
}

.ui-icon-help {
  background-position: -48px -144px
}

.ui-icon-check {
  background-position: -64px -144px
}

.ui-icon-bullet {
  background-position: -80px -144px
}

.ui-icon-radio-on {
  background-position: -96px -144px
}

.ui-icon-radio-off {
  background-position: -112px -144px
}

.ui-icon-pin-w {
  background-position: -128px -144px
}

.ui-icon-pin-s {
  background-position: -144px -144px
}

.ui-icon-play {
  background-position: 0 -160px
}

.ui-icon-pause {
  background-position: -16px -160px
}

.ui-icon-seek-next {
  background-position: -32px -160px
}

.ui-icon-seek-prev {
  background-position: -48px -160px
}

.ui-icon-seek-end {
  background-position: -64px -160px
}

.ui-icon-seek-start {
  background-position: -80px -160px
}

.ui-icon-seek-first {
  background-position: -80px -160px
}

.ui-icon-stop {
  background-position: -96px -160px
}

.ui-icon-eject {
  background-position: -112px -160px
}

.ui-icon-volume-off {
  background-position: -128px -160px
}

.ui-icon-volume-on {
  background-position: -144px -160px
}

.ui-icon-power {
  background-position: 0 -176px
}

.ui-icon-signal-diag {
  background-position: -16px -176px
}

.ui-icon-signal {
  background-position: -32px -176px
}

.ui-icon-battery-0 {
  background-position: -48px -176px
}

.ui-icon-battery-1 {
  background-position: -64px -176px
}

.ui-icon-battery-2 {
  background-position: -80px -176px
}

.ui-icon-battery-3 {
  background-position: -96px -176px
}

.ui-icon-circle-plus {
  background-position: 0 -192px
}

.ui-icon-circle-minus {
  background-position: -16px -192px
}

.ui-icon-circle-close {
  background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px
}

.ui-icon-circle-check {
  background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px
}

.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666
}

.unavailable,
.reserved,
.closed,
.currentdates {
  opacity: 1 !important
}

.unavailable>span,
.reserved>span,
.closed>span {
  background: #EE6673 !important;
  color: #212529 !important
}

.currentdates>span,
.currentdates>a {
  background: #B0D2EC !important;
  color: #212529 !important
}

.unavailablestart,
.unavailableend,
.reservedstart,
.reservedend,
.closedstart,
.closedend {
  opacity: 1 !important
}

.unavailablestart>span,
.unavailablestart>a,
.reservedstart>span,
.reservedstart>a,
.closedstart>span,
.closedstart>a {
  background-position: right top !important;
  color: #212529 !important;
  background-repeat: no-repeat !important;
  background-color: #f6f6f6 !important
}

.unavailableend>span,
.unavailableend>a,
.reservedend>span,
.reservedend>a,
.closedend>span,
.closedend>a {
  background-position: left bottom !important;
  color: #212529 !important;
  background-repeat: no-repeat !important;
  background-color: #f6f6f6 !important
}

.unavailablestart>span,
.unavailablestart>a,
.reservedstart>span,
.reservedstart>a,
.closedstart>span,
.closedstart>a {
  background-image: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" width="30.000000pt" height="30.000000pt" viewBox="0 0 30.000000 30.000000" preserveAspectRatio="xMidYMid meet"><g transform="translate(0.000000,30.000000) scale(0.100000,-0.100000)" fill="%23ee6673" stroke="none"><path d="M145 150 l-150 -150 153 0 152 0 0 150 c0 83 -1 150 -3 150 -1 0 -70 -67 -152 -150z"/></g></svg>') !important
}

.unavailableend>span,
.unavailableend>a,
.reservedend>span,
.reservedend>a,
.closedend>span,
.closedend>a {
  background-image: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" width="30.000000pt" height="30.000000pt" viewBox="0 0 30.000000 30.000000" preserveAspectRatio="xMidYMid meet"><g transform="translate(0.000000,30.000000) scale(0.100000,-0.100000)" fill="%23ee6673" stroke="none"><path d="M0 148 l0 -153 150 150 c83 82 150 151 150 152 0 2 -67 3 -150 3 l-150 0 0 -152z"/></g></svg>') !important
}

.unavailablestart.unavailableend>span,
.unavailableend.reservedstart>span,
.unavailableend.closedstart>span,
.closedend.unavailablestart>span,
.reservedend.unavailablestart>span,
.reservedend.reservedstart>span,
.closedend.reservedstart>span,
.reservedend.closedstart>span,
.closedend.closedstart>span {
  background-position-x: right, left !important;
  background-position-y: top, bottom !important;
  background-repeat: no-repeat, no-repeat !important;
  background-image: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" width="30.000000pt" height="30.000000pt" viewBox="0 0 30.000000 30.000000" preserveAspectRatio="xMidYMid meet"><g transform="translate(0.000000,30.000000) scale(0.100000,-0.100000)" fill="%23ee6673" stroke="none"><path d="M145 150 l-150 -150 153 0 152 0 0 150 c0 83 -1 150 -3 150 -1 0 -70 -67 -152 -150z"/></g></svg>'), url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" width="30.000000pt" height="30.000000pt" viewBox="0 0 30.000000 30.000000" preserveAspectRatio="xMidYMid meet"><g transform="translate(0.000000,30.000000) scale(0.100000,-0.100000)" fill="%23ee6673" stroke="none"><path d="M0 148 l0 -153 150 150 c83 82 150 151 150 152 0 2 -67 3 -150 3 l-150 0 0 -152z"/></g></svg>') !important
}

.belegt {
  line-height: 1;
  background: #a00;
  color: #fff;
  padding: 2px;
  text-align: center;
  clear: both;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: 400;
  color: #454545
}

.ui-state-hover,
.ui-widget-content .ui-state-hover {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: 400;
  color: #454545
}

.ui-state-highlight.ui-state-active,
.ui-widget-content .ui-state-highlight.ui-state-active {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620
}

.ui-state-highlight.ui-state-active.ui-state-hover,
.ui-widget-content .ui-state-highlight.ui-state-active.ui-state-hover {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .6);
  z-index: 9
}

#buynow {
  background: #f2f2f2;
  padding: 10px;
  border-top: 1px dashed #aaa
}

.ui-datepicker.ui-datepicker-multi {
  width: auto !important
}

.flags {
  background-repeat: no-repeat !important;
  background-position-x: calc(50% + 13px) !important;
  background-position-y: center !important;
}

.current_language::after {
  display: block;
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  left: 10px;
  z-index: 10;
  top: 6px;
  border-bottom: 1px solid #547529;
  border-right: 1px solid #547529;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ====================================================================================================================
* S L I D E R
* ====================================================================================================================*/

.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

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

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

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

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

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

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

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

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

/* ====================================================================================================================
* DEFAULT THEME
* ====================================================================================================================*/
.flexslider {
  margin: 0px;
  background: #fff;
  position: relative;
  zoom: 1;
}

.flexslider .slides {
  zoom: 1;
}

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

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

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

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}



.flex-direction-nav a {
  text-decoration: none;
  text-indent: -9999px;
  display: block;
  width: 50px;
  height: 50px;
  margin: -25px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  border-radius: 25px;
  box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 13px;
  background-color: #fff;
  margin-top: 25px;
  -webkit-transform: translateY(-35px) rotate(45deg);
  -moz-transform: translateY(-35px) rotate(45deg);
  -ms-transform: translateY(-35px) rotate(45deg);
  -o-transform: translateY(-35px) rotate(45deg);
  transform: translateY(-35px) rotate(45deg);
}

.flex-direction-nav a.flex-next:before {
  -webkit-transform: translateY(-35px) rotate(-45deg);
  -moz-transform: translateY(-35px) rotate(-45deg);
  -ms-transform: translateY(-35px) rotate(-45deg);
  -o-transform: translateY(-35px) rotate(-45deg);
  transform: translateY(-35px) rotate(-45deg);
}

.flex-direction-nav a:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 13px;
  background-color: #fff;
  margin-top: 25px;
  -webkit-transform: translateY(-27px) rotate(-45deg);
  -moz-transform: translateY(-27px) rotate(-45deg);
  -ms-transform: translateY(-27px) rotate(-45deg);
  -o-transform: translateY(-27px) rotate(-45deg);
  transform: translateY(-27px) rotate(-45deg);
}

.flex-direction-nav a.flex-next:after {
  -webkit-transform: translateY(-27px) rotate(45deg);
  -moz-transform: translateY(-27px) rotate(45deg);
  -ms-transform: translateY(-27px) rotate(45deg);
  -o-transform: translateY(-27px) rotate(45deg);
  transform: translateY(-27px) rotate(45deg);
}

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

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

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

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

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

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

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


.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 4px;
  text-align: center;
  height: 10px;
  font-size: 10px;
  line-height: 10px;
  z-index: 3;
}

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

.flex-control-paging li a {
  width: 10px;
  height: 10px;
  display: block;
  background: #444;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #eee;
}

.flex-control-paging li a:hover {
  background: #222;
}

.flex-control-paging li a.flex-active {
  background: #eee;
  border-color: #444;
  cursor: default;
}

.slides li div {
  background-position: center center;
  padding-bottom: 33.3333%;
  width: 100%;
  max-width: 100%;
  background-size: cover;
}
/* lightbox */
.lightboxed--frame { opacity: 0; }
.lightboxed--frame.lightboxed--active { opacity: 1; transition: 0.7s opacity ease-in-out; }
.lightboxed { cursor: pointer; transition: box-shadow .3s ease; box-shadow: inset 0 0 0 1000px rgba(0,0,0,0); }
.lightboxed:hover { box-shadow: inset 0 0 0 1000px rgba(0,0,0,.15); }
div#lightboxed--cache { position: fixed; left: -99999999px; }
div#lightboxed--container { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: #000; background: rgba(0,0,0,0.95); z-index: 9001; }
div#lightboxed--stage { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; overflow: hidden; }
div#lightboxed--content { position: absolute; top: 0; left: 0; }
div#lightboxed--content .lightboxed--frame { position: absolute; top: 0; left: 0; }
div#lightboxed--content .lightboxed--frame img , div#lightboxed--content .lightboxed--frame iframe { position: absolute; top: 50%; left: 50%; max-width: 100%; max-height: 100%; -ms-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); border: 0; }
div#lightboxed--content .lightboxed--frame .lightboxed--caption { position: absolute; bottom: 0; right: 0; padding: 10px; background: #000; background: rgba(0,0,0,0.9); color: #fff!important; }
div#lightboxed--thumbs { display: none; position: absolute; bottom: 0; left: 50%; -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); }
div#lightboxed--thumbs .lightboxed--thumb { float: left; overflow: hidden; border-radius: 2px; cursor: pointer; }
div#lightboxed--thumbs .lightboxed--thumb .lightboxed--thumb_border { position: relative; width: 100%; height: 100%; background: #fff; background: rgba(255,255,255,0.4); transition: 500ms background;  }
div#lightboxed--thumbs .lightboxed--thumb.lightboxed--active .lightboxed--thumb_border { background: rgba(255,255,255,0.7); transition: 500ms background; }
div#lightboxed--thumbs .lightboxed--thumb img { position: absolute; top: 50%; left: 50%; max-width: 100%; max-height: 100%; -ms-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }
div#lightboxed--bttn_close { position: absolute; top: 10px; right: 10px; background: #fff; background-image: url(images/controls.png); background-repeat: no-repeat; background-size: auto 100%; background-position: 100%; width: 30px; height: 30px; border-radius: 100%; cursor: pointer; }
div#lightboxed--bttn_next { display: none; position: absolute; top: 50%; right: 10px; background: #fff; background: rgba(255,255,255,0.6); background-image: url(images/controls.png); background-repeat: no-repeat; background-size: auto 100%; background-position: 50%; width: 30px; height: 30px; border-radius: 100%; cursor: pointer; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
div#lightboxed--bttn_prev { display: none; position: absolute; top: 50%; left: 10px; background: #fff; background: rgba(255,255,255,0.6); background-image: url(images/controls.png); background-repeat: no-repeat; background-size: auto 100%; background-position: 0%; width: 30px; height: 30px; border-radius: 100%; cursor: pointer; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }

/* GRID-GALLERY */
.grid-gallery { width: 100%; max-width: 1180px; margin: 0 auto 10px; padding: 0px; display: grid; grid-template-columns: repeat(auto-fit, minmax(287px, 1fr)); grid-auto-rows: 214px; grid-auto-flow: dense; grid-gap: 10px;}
.grid-gallery .grid-item { position: relative; background-color: #efefef; overflow: hidden; }
.grid-gallery .grid-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.grid-gallery .grid-item:hover img { transform: scale(1.1); }
.grid-gallery .grid-item:nth-child(3n - 2) { grid-column: span 2; grid-row: span 2; }
@media (max-width: 900px) {
  .grid-gallery { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
  .grid-gallery .grid-item:nth-child(3n - 2) { grid-column: unset; grid-row: unset; }
}

@media (max-width: 1220px) {



  h1 {
    font-size: 28px;
  }

  .outercontent,
  .outerfooter {
    padding: 0 10px
  }

  
  
}

@media (max-width: 900px) {
  .outerheader+.outercontent {
    margin-top: 0px;
  }

  .outerhero {
    margin-top: 0px
  }
  .content{padding-top: 15px}

  .outerfooter {
    padding-bottom: 45px;
  }

  .bodywrap.static .outerheader {
    position: fixed
  }


  .preise_verfugbarkeit {
    top: 15px;
  }

  .suche_grid {
    top: 15px;
  }

  .outerheader {
    clear: both;
    width: 100%;
    background: none;
    position: fixed;
    top: auto;
    bottom: 0px;
    z-index: 5000;
    left: 0px;
    box-shadow: none;
  }

  .header {
    text-align: left;
    width: 100%;
    height: 45px;
    font-size: 20px;
    position: relative;
    background: none;
  }

  .link_logo {
    margin: 0px;
    background: none;
    display: inline-flex;
    min-height: 45px;
    align-items: center;
    box-shadow: none;
  }

  .logo {
    box-shadow: none;
    max-height: 45px;
    max-width: 85px;
    position: absolute;
    left: 25%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .shape {
    display: block;
    width: 100%;
    height: 45px;
    position: absolute;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    background: none;
    filter: drop-shadow(0 0 5px #0004);
    top: 0;
    left: 0;
  }

  .shape:before {
    content: "";
    position: absolute;
    top: -20px;
    right: calc(50% - 28px);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: transparent;
    box-shadow: 10px -10px 5px 900px #ffffff;
    z-index: -1;
  }

  .mobileicon {
    position: absolute;
    top: -17px;
    left: calc(50% - 25px);
    z-index: 200;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26px' height='26px' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' stroke='%23547529' stroke-linecap='round' stroke-width='2' d='M12 3.75a.75.75 0 01.75.75v6.75h6.75a.75.75 0 010 1.5h-6.75v6.75a.75.75 0 01-1.5 0v-6.75H4.5a.75.75 0 010-1.5h6.75V4.5a.75.75 0 01.75-.75z' clip-rule='evenodd' /%3E%3C/svg%3E");
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    background-color: #FFF;
    border-radius: 50%;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, .2);
  }

  .mobileicon.isDown {
    transform: rotate(225deg);
  }

  .navright,
  #languagenav {
    background: #fff !important;
    color: #547529;
    padding: 0;
    margin: 0;
    width: 80%;
    float: none;
    position: fixed;
    z-index: 4000;
    max-height: calc(100% - 60px);
    bottom: 55px;
    overflow-y: auto;
    border-radius: 5px;
    opacity: 0;
    left: -100%;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
    -webkit-transition: opacity .3s ease, left .1s ease .3s;
    -moz-transition: opacity .3s ease, left .1s ease .3s;
    -o-transition: opacity .3s ease, left .1s ease .3s;
    transition: opacity .3s ease, left .1s ease .3s;
    transform: none;
  }

  #languagenav {
    width: 25%;
  }

  .navright.show,
  #languagenav.show {
    left: 10%;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }

  #languagenav.show {
    left: 62.5%;
  }


  .navright li,
  #languagenav li {
    width: 100%;
    float: none;
    border-bottom: 1px dotted #547529;
    height: auto;
    text-align: left;
  }

  #languagenav li {
    text-align: center;
  }

  .navright li:last-child,
  #languagenav li:last-child {
    border-bottom: none;
  }

  .navright li li:last-child {
    border-bottom: 1px dotted #547529;
  }

  .language li {
    background-image: none;
    line-height: 32px;
    padding: 0;
  }

  .navright li ul li {
    display: inline-block;
    white-space: normal;
  }
  .navright li a,
  .navright li a:hover,
  #languagenav li a,
  #languagenav li a:hover {
    text-align: left;
    padding: 0 15px 0 15px;
    line-height: 45px;
    height: auto;
    margin: 0;
    border: 0;
    color: #547529
  }

  #languagenav li a,
  #languagenav li a:hover {
    background-color: #fff;
    padding-left: calc(50% - 23px);
    padding-right: 0;
  }

  li.dropdown {
    border-bottom: none
  }

  .navright li ul {
    display: block !important;
    height: auto !important;
    position: static;
    background: #fff !important;
    border: 0;
    border-top: 1px dotted #547529
  }

  .navright li ul li {
    height: auto
  }

  .navright li ul li a,
  .navright li ul li a:hover {
    padding: 0 15px 0 45px;
    background: none !important;
    border: 0 !important;
    color: #547529 !important
  }

  .language {
    right: calc(25% - 23px);
    top: 7px;
    position: absolute;
    list-style: none;
    padding-top: 0px;
    cursor: pointer;
  }

  .current_language {
    line-height: 32px;
    position: relative;
  }

  .current_language:after {
    right: calc(50% - 5px);
    left: unset;
    top: 0px;
    border-top: 1px solid #547529;
    border-left: 1px solid #547529;
    border-bottom: none;
    border-right: none;
  }



  span.homebutton {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23547529'%3E%3Cpath d='M11.47 3.84a.75.75 0 011.06 0l8.69 8.69a.75.75 0 101.06-1.06l-8.689-8.69a2.25 2.25 0 00-3.182 0l-8.69 8.69a.75.75 0 001.061 1.06l8.69-8.69z' /%3E%3Cpath d='M12 5.432l8.159 8.159c.03.03.06.058.091.086v6.198c0 1.035-.84 1.875-1.875 1.875H15a.75.75 0 01-.75-.75v-4.5a.75.75 0 00-.75-.75h-3a.75.75 0 00-.75.75V21a.75.75 0 01-.75.75H5.625a1.875 1.875 0 01-1.875-1.875v-6.198a2.29 2.29 0 00.091-.086L12 5.43z' /%3E%3C/svg%3E");
    width: 26px;
    height: 26px;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 8px;
  }

  #myBtn {
    bottom: 6px;
    right: 8px;
    z-index: 6000;
    background: none;
    line-height: 32px;
    height: 32px;
    width: 32px;
    border: 1px solid #57792A55;
  }

  #myBtn::after {
    width: 10px;
    height: 10px;
    right: 10px;
    top: 12px;
    border-top: 2px solid #57792A;
    border-left: 2px solid #57792A;
  }

  #myBtn:hover {
    background: none;
  }



  #languagenav {
    top: auto;
    display: block;
    min-width: auto;
  }

  .col12,
  .col22 {
    float: none;
    margin-right: 0;
    width: 100%
  }

  .object .col22 {
    padding: 0 0 4px 8px
  }

  #ergebnisse.col23_33 {
    max-width: calc(98.3% - 280px)
  }

  #beschreibung.col23_33 {
    max-width: calc(98.3% - 280px)
  }

  .col13.sticky {
    min-width: 280px;
    max-width: 280px
  }

  .objectimage {
    max-height: none;
    width: 100%;
  }

  .flex-direction-nav .flex-prev {
    opacity: .7;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: .7;
    right: 10px;
  }


}

@media (max-width: 780px) {
  .hero {
    padding-bottom: 50%
  }
  #searchherobox {
    width: 100%;
    left: 0;
    bottom: 0;
    margin-left: 0;
    transform: none;
    position: relative;
  }
  #searchherobox::before {
    opacity: .2;
  }
  #searchhero {
    padding: 10px;
  }
  
  #searchhero .abreisetag,
  #searchhero .anreisetag {
    width: 49.5%;
    margin-right: 0;
    margin-bottom: 5px
  }
  #searchhero .anreisetag {
    margin-right: 1%;
  }

  #searchhero #refoutclick {
    clear: left;
    width: 49.5%;
    margin-right: 1%
  }

  #searchhero .submit {
    margin-right: 0;
    float: left;
    width: 49.5%
  }

  .col13.sticky {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0;
    position: static;
  }

  
  .footer a {
    margin-bottom: 20px;
    display: inline-block;
  }


  .grid_content {
    grid-template-columns: 100%;
    column-gap: 0;
  }

  .sb_l_sb {
    grid-column: 1;
  }

  .sb_l_cont {
    grid-column: 1;
  }

  .sb_r_sb {
    grid-column: 1;
  }

  .sb_r_cont {
    grid-column: 1;
  }

  .merkmale {
    border-bottom: none;
  }

  .fotogalerie {
    border-bottom: none;
  }

  .beschreibung {
    border-bottom: none;
  }

  .belegungskalender {
    border-bottom: none;
  }

  .preise {
    border-bottom: none;
  }

  .karte {
    border-bottom: none;
  }

  .preise_verfugbarkeit {
    position: static;
    top: auto;
    width: 100%;
  }

  .reservierungsanfrage {
    grid-column: 1;
    grid-row: 2;
  }

  .ergebnisse_grid {
    grid-row: 2;
  }

  .suche_grid {
    position: static;
    top: auto;
    width: 100%;
    grid-row: 1;
  }


  .heromsg h2 {
    font-size: 18px;
  }

  h1 {
    font-size: 24px;
  }

  

  .hero.ohnebild_mobile, .hero.ohnebild_mobile + .heromsg {
    display: none;
  }

  .slides li div {
    padding-bottom: 50%;
  }

  .col13, .col23, .col33, .col23_33, .col13_23 {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .footer div {
    text-align: left !important;
  }

}


@media (max-width: 620px) {
  

  #datepicker3 .ui-widget {
    font-size: .7em
  }

  .hero {
    padding-bottom: 60%
  }

  .heromsg h1 {
    font-size: 36px;
  }

  .heromsg h2 {
    font-size: 16px
  }
  
  


  .col12 {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .col22 {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .slides li div {
    padding-bottom: 60%;
  }

}

@media (max-width: 440px) {
  

  .heromsg h1 {
    font-size: 32px;
  }

}

#email2 {
  display: none;
}