@font-face {
  font-family: Vilane Font;
  src: url('../fonts/vilane-font.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --background-white--beige: #f2eeeb;
  --h1-title: "Vilane Font", Arial, sans-serif;
  --grey: #5f5d5a;
  --h1-size: 2.2em;
  --h1-lettspace: 12px;
  --textfont: Inter, sans-serif;
  --textsize: 1em;
  --textheight: 25px;
  --textdistletter: 2px;
  --background-grey--green: #d2d4cf;
  --titleheader: Allison, sans-serif;
  --curscive-lettspace: 3px;
  --h1-height: 60px;
  --h1-size-tablet: 1.8em;
  --cursivetitle: Allison, sans-serif;
  --gold: #a09a6a;
  --cursivetitle1: 2.5em;
  --cursive1: 60px;
  --h2-size: 24px;
  --h2-distancelett: 4px;
  --txt_small: 14px;
  --navsize: 1.4em;
  --navsize2: 1.2em;
  --h1-heigth-mobile: 50px;
  --cursivetitle-mobile: 30px;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  background-color: var(--background-white--beige);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  font-family: var(--h1-title);
  color: var(--grey);
  font-size: 38px;
  line-height: var(--h1-size);
  letter-spacing: var(--h1-lettspace);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

h2 {
  font-family: var(--h1-title);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  font-family: var(--h1-title);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  font-family: var(--h1-title);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  font-family: var(--h1-title);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h6 {
  font-family: var(--h1-title);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

p {
  font-family: var(--textfont);
  color: var(--grey);
  font-size: var(--textsize);
  line-height: var(--textheight);
  letter-spacing: var(--textdistletter);
  margin-bottom: 10px;
}

a {
  color: var(--grey);
  -webkit-text-decoration-color: var(--grey);
  text-decoration-color: var(--grey);
}

ul {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  font-family: var(--textfont);
  color: var(--grey);
  font-size: var(--textsize);
  letter-spacing: var(--textdistletter);
  flex-flow: column;
}

ol {
  font-family: var(--textfont);
  color: var(--grey);
  font-size: var(--textsize);
  line-height: var(--textheight);
  letter-spacing: var(--textdistletter);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  display: inline-block;
}

strong {
  font-weight: bold;
}

.sectionmenu {
  z-index: 50;
  position: relative;
}

.div_logo {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 4vh;
  display: flex;
  position: absolute;
  inset: 0% auto auto;
}

.div_logo.w--current {
  z-index: 1;
  position: relative;
}

.img_logoml {
  width: 100%;
  height: 100%;
}

.img_middleneck {
  width: 100%;
  max-width: none;
  padding-left: 5px;
  padding-right: 5px;
}

.menuopen {
  z-index: 150;
  background-color: var(--background-grey--green);
  letter-spacing: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.img_lotusbg {
  width: 100%;
  max-width: none;
}

.menulist {
  z-index: 102;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
  position: relative;
}

.link {
  color: #d6d2c5;
  letter-spacing: .2em;
  line-height: 1.5em;
  text-decoration: none;
}

.link:hover {
  opacity: .5;
}

.menulink {
  color: #d6d2c5;
  font-size: 1.25em;
  text-decoration: none;
}

.menulink:hover {
  color: #cfa63d;
}

.menulink.w--current {
  color: #cfa63d99;
}

.div_imglotusbg {
  z-index: -1;
  width: 25vw;
  position: absolute;
  inset: 38% 0% 0% 20%;
}

.div_imglotusbg.menu {
  width: 400px;
  inset: auto 0% 0% 3%;
}

.div_simbol_down {
  justify-content: center;
  align-items: flex-start;
  height: 125px;
  margin-top: -40px;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
  position: relative;
}

.div_simbol_down.menu {
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  position: relative;
}

.div_simbol_down.openmenu {
  margin: 0 30px -90px;
}

.img_lineleft {
  width: 100%;
  max-width: none;
}

.div_lineleft {
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.div_menuright {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-right: 5%;
  display: flex;
}

.img_linelright {
  width: 100%;
  max-width: none;
}

.div_menuleft {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-left: 5%;
  display: flex;
}

.divmenudown {
  z-index: 20;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.div_menulist {
  z-index: 102;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5vh;
  display: flex;
  position: relative;
}

.div_lineright {
  justify-content: flex-end;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.div_neckles {
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 10%;
  max-width: 150px;
  display: flex;
  overflow: hidden;
}

.div_neckles.menuopen1 {
  width: 8%;
  max-width: 100px;
}

.link_logomenuopen {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 15%;
  padding-top: 4vh;
  display: flex;
}

.div_menu_left {
  z-index: 151;
  perspective-origin: 0%;
  flex-flow: column;
  width: 45px;
  height: 35px;
  display: flex;
}

.div_3lines {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.line1, .line2, .line3 {
  transform-origin: 0%;
  width: 100%;
  max-width: none;
  height: 2px;
}

.linescross {
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.div_bgvideo {
  z-index: 20;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.div_video-img {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.div_shadingbg {
  z-index: 2;
  background-image: linear-gradient(#404040bf, #73737300);
  height: 200px;
  position: absolute;
  inset: 0% 0% auto;
}

.div_headerimg {
  background-image: url('../images/mara-larch-persnlichkeitscoach.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div_videomain {
  width: 100%;
  height: 100%;
}

.section1 {
  position: relative;
  overflow: hidden;
}

.div_bg-img {
  background-image: url('../images/dscf2934-2-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  display: flex;
}

.sliderheader {
  width: 100%;
  height: 100vh;
}

.img_arrowheader {
  width: 40px;
  height: 40px;
}

.left-arrow {
  justify-content: flex-end;
  align-items: center;
  width: 6vw;
  height: 20%;
}

.left-arrow.hide {
  display: none;
}

.left-arrow.middle {
  display: flex;
}

.right-arrow {
  justify-content: flex-start;
  align-items: center;
  width: 6vw;
  height: 20%;
}

.right-arrow.hide {
  display: none;
}

.right-arrow.middle {
  display: flex;
}

.slidehead {
  background-image: url('../images/dscf2934-2-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div_imgaa {
  z-index: 2;
  width: 100%;
  height: 30vw;
  max-height: 400px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.img_aa {
  max-width: none;
  height: 100%;
  position: absolute;
}

.div_relatcontaine {
  width: 100%;
  height: 100%;
  position: relative;
}

.txt_cursive-head {
  font-family: var(--titleheader);
  color: var(--background-white--beige);
  letter-spacing: var(--curscive-lettspace);
  font-size: 5vw;
  font-weight: 400;
  line-height: 4vw;
  position: absolute;
  inset: auto 0% 8% 6%;
}

.section-main {
  position: static;
  overflow: hidden;
}

.section-main.paddingside {
  padding-left: 10vw;
  padding-right: 10vw;
}

.section-main.paddingside.borderup.borderdown.nomargin {
  margin-bottom: 0;
}

.section-main.paddingside.borderup.borderdown.nomargin.nopaddingdown {
  padding-bottom: 0;
}

.section-main.paddingside.borderup.borderdown.nomargin.lesspadding {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 0;
  display: flex;
}

.section-main.paddingside.borderup.paddingdown {
  position: relative;
}

.section-main.paddingside.borderup.paddingdown.relative {
  padding-bottom: 280px;
}

.section-main.paddingside.borderup.relative {
  position: relative;
}

.section-main.paddingside.borderup.relative.greenbg {
  background-color: var(--background-grey--green);
  top: -160px;
}

.section-main.paddingside.borderup.relative.greenbg.positionapp {
  padding-top: 260px;
}

.section-main.paddingside.borderup.relative.greenbg.positionapp.paddingdown2 {
  padding-bottom: 350px;
}

.section-main.paddingside.borderup.relative.greenbg.positionapp.paddingdown2.overflowvisible, .section-main.paddingside.borderup.relative.overflowvisible {
  overflow: visible;
}

.section-main.paddingside.borderup.borderless {
  padding-bottom: 40px;
}

.section-main.paddingside.borderup.borderless.lessborder {
  padding-top: 50px;
}

.section-main.paddingside.borderup.borderless.lessborder.relative.morepadding {
  padding-bottom: 100px;
}

.section-main.paddingside.borderup.borderless.lessborder.lesspadding {
  padding-left: 5vw;
  padding-right: 5vw;
}

.section-main.paddingside.paddingupdown {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-main.paddingside.paddingupdown.greygreen {
  background-color: var(--background-grey--green);
}

.section-main.paddingside.paddingupdown.greygreen.relative.overflowvisible, .section-main.paddingside.overflowvisible {
  overflow: visible;
}

.section-main.borderup {
  padding-top: 100px;
}

.section-main.borderup.borderdown {
  padding-bottom: 100px;
}

.section-main.borderup.heigherpadding {
  z-index: 1;
  padding-top: 150px;
}

.section-main.borderup.heigherpadding.overflow {
  overflow: visible;
}

.section-main.margin-minus {
  margin-top: -160px;
}

.section-main.footerdistance {
  position: relative;
}

.section-main.borderdown {
  margin-bottom: 100px;
}

.section-main.relative {
  position: relative;
}

.section-main.overflowvisible {
  overflow: visible;
}

.div_undertitel {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.h1 {
  color: var(--grey);
  font-size: var(--h1-size);
  line-height: var(--h1-height);
  text-align: center;
  letter-spacing: var(--h1-lettspace);
  overflow-wrap: anywhere;
  font-weight: 400;
  display: inline-block;
  position: relative;
}

.h1.white {
  color: var(--background-white--beige);
  line-height: 40px;
}

.abstand {
  background-color: #fdcbcb;
  height: 500px;
}

.text-block {
  font-family: var(--cursivetitle);
  color: var(--gold);
  font-size: var(--cursivetitle1);
  line-height: var(--cursive1);
  letter-spacing: var(--curscive-lettspace);
}

.text-span {
  font-family: var(--cursivetitle);
  color: var(--gold);
  font-size: var(--cursivetitle1);
  letter-spacing: var(--curscive-lettspace);
  position: absolute;
}

.text-block-copy {
  font-family: var(--cursivetitle);
  color: var(--gold);
  font-size: var(--cursivetitle1);
  line-height: var(--cursive1);
  letter-spacing: var(--curscive-lettspace);
  position: absolute;
  right: 115px;
}

.text-span-2 {
  display: inline-block;
  position: relative;
}

.text-span-copy2 {
  font-family: var(--cursivetitle);
  color: var(--gold);
  font-size: var(--cursivetitle1);
  letter-spacing: var(--curscive-lettspace);
  position: absolute;
  bottom: -239px;
  right: 227.562px;
}

.text-span-3 {
  position: relative;
}

.text-span-4 {
  font-family: var(--cursivetitle);
  color: var(--gold);
  font-size: var(--cursivetitle1);
  letter-spacing: var(--curscive-lettspace);
  position: absolute;
  bottom: -24px;
  right: 13px;
}

.div_title {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 6vw;
  padding-right: 6vw;
  display: flex;
  position: relative;
}

.div_title.nopagging {
  padding-left: 0%;
  padding-right: 0%;
}

.div_title.nopagging.margin {
  margin-bottom: 20px;
}

.div_title.nopagging.margin2 {
  margin-bottom: 60px;
}

.div_title.nopagging.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.div_h1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div_h1under {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: -22px;
  display: flex;
  position: relative;
  left: 20%;
}

.div_h1under.bigimage {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  left: auto;
}

.txt_cursive {
  font-family: var(--cursivetitle);
  color: var(--gold);
  font-size: var(--cursivetitle1);
  letter-spacing: var(--curscive-lettspace);
  line-height: 40px;
}

.txt_cursive.mountain {
  position: absolute;
  top: 35px;
  left: -150px;
}

.txt_cursive.big-white {
  color: var(--background-white--beige);
  font-size: 60px;
}

.div_text {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div_text.distance {
  z-index: 1;
  margin-top: 80px;
  margin-bottom: 6vw;
  padding-left: 6vw;
  padding-right: 6vw;
  position: relative;
}

.div_text.distance.lessmargin {
  margin-top: 60px;
}

.div_text.distance.lessmargin.left.nomargin {
  margin-bottom: 0;
}

.div_text.left {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  position: relative;
}

.div_text.left._50 {
  width: 50%;
  height: 100%;
}

.div_text.left._50.distancedown {
  margin-bottom: 275px;
}

.div_text.left._70 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  margin-right: 50px;
}

.div_text.directiondown {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.div_text.padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.div_text.alignleft {
  justify-content: flex-start;
  align-items: flex-start;
}

.paragraph {
  font-family: var(--textfont);
  font-size: var(--textsize);
  line-height: var(--textheight);
  margin-bottom: 10px;
}

.rtb_middle {
  font-family: var(--textfont);
  color: var(--grey);
  font-size: var(--textsize);
  text-align: center;
  letter-spacing: var(--textdistletter);
}

.rtb_middle.left {
  text-align: left;
}

.rtb_middle.left ul {
  line-height: var(--textheight);
}

.rtb_middle.left.overflowauto {
  max-height: 280px;
  overflow: auto;
}

.rtb_middle li {
  margin-left: auto;
  margin-right: auto;
}

.rtb_middle.alignleft {
  text-align: left;
}

.rtb_middle.alignleft.weightnormal {
  font-weight: 400;
}

.rtb_middle.alignleft.weightnormal._80 {
  width: 80%;
}

.rtb_middle.redcolor {
  font-weight: 400;
}

.div_icon {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.div_icon.second {
  width: 100%;
  margin-top: 60px;
}

.div_icon.second.deskhide, .div_icon.second.hide {
  display: none;
}

.div_icon.middle {
  justify-content: center;
  align-items: flex-start;
}

.div_icon.distance {
  z-index: 1;
  margin-top: 60px;
  margin-bottom: 100px;
}

.div_icon.absolute {
  z-index: 10;
  margin-bottom: 35px;
  margin-right: 50px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.img_mountain {
  width: 300px;
}

.div_montain {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div_montain.middle {
  justify-content: center;
  align-items: center;
}

.div_cursivesign {
  justify-content: flex-end;
  align-items: center;
  margin-right: -80px;
  display: flex;
}

.div_3img {
  z-index: 50;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  height: 40vw;
  display: flex;
}

.div_intterimg {
  background-image: url('../images/antonya-apartments-schenna-urlaub.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 33.33%;
  height: 100%;
  padding: 34px;
  display: flex;
}

.div_intterimg.img2 {
  background-image: url('../images/wohnung-antonya-apartments-schenna-urlaub.jpg');
}

.div_intterimg.img3 {
  background-image: url('../images/geschichte-antonya-apartments-schenna-urlaub.jpg');
}

.div_imgtxt {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.img_line {
  height: 100%;
}

.img_line.width {
  width: 80%;
}

.div_2col {
  grid-column-gap: 15%;
  grid-row-gap: 15%;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  margin-top: 6vw;
  display: flex;
}

.div_2col.alignup {
  justify-content: center;
  align-items: flex-start;
}

.div_2col.last.social {
  background-color: var(--background-grey--green);
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 20vw;
  margin-top: 8vw;
  margin-left: -10vw;
}

.div_2col.nomarginup {
  margin-top: 0;
}

.div_imgright {
  justify-content: center;
  align-items: stretch;
  width: 42%;
  max-width: 500px;
  height: 42vw;
  max-height: 600px;
  display: flex;
  position: relative;
}

.div_imgright.smaller {
  width: 38%;
  max-width: 450px;
  height: 38vw;
  max-height: 550px;
}

.img_img {
  z-index: 1;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.img_img.up {
  margin-top: -80px;
}

.img_img.up2 {
  margin-top: -140px;
}

.img_img.maxwidth {
  max-width: 800px;
}

.img_lines {
  width: 100%;
  max-width: none;
  height: 220%;
  position: absolute;
  top: -13.5vw;
  left: -4%;
}

.img_lines.lineb {
  z-index: -1;
  width: 260%;
  height: 160%;
  inset: -120% 0% 0% -9%;
}

.img_lines.lineleft {
  z-index: -1;
  width: 260%;
  height: 180%;
  inset: -145% 0% 0% -10%;
}

.img_lines.slider {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.img_lines.linea {
  width: 250%;
  height: 160%;
  inset: auto 10% 10% auto;
}

.div_lines {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section {
  height: 500px;
}

.div_bgcolor {
  z-index: -1;
  background-color: var(--background-grey--green);
  height: 90%;
  position: absolute;
  inset: 0%;
}

.div_button {
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-start;
  margin-right: -20px;
  display: flex;
}

.div_button.middle {
  justify-content: center;
  align-items: flex-start;
  margin-top: 60px;
  margin-right: 0;
}

.div_button.noborder, .div_button.nomargin {
  margin-right: 0;
}

.div_button.margin {
  margin-top: 50px;
}

.button {
  border: 1px solid var(--grey);
  font-family: var(--textfont);
  background-color: #3898ec00;
  border-radius: 5px;
}

.link_button {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: .5px solid #5f5d5a66;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.link_button:hover {
  background-color: var(--gold);
  color: var(--background-grey--green);
}

.link_button.bgwhite {
  background-color: var(--background-white--beige);
}

.link_button.bgwhite.bordergold {
  border-color: var(--gold);
}

.link_button.bgwhite.bordergold:hover {
  background-color: var(--gold);
}

.text-block-2 {
  font-family: var(--textfont);
  font-size: var(--textsize);
  line-height: var(--textheight);
  letter-spacing: var(--textdistletter);
  font-weight: 400;
}

.text-block-2.white {
  color: var(--background-grey--green);
}

.div_list {
  flex-flow: column;
  display: flex;
}

.list.nobullet {
  list-style-type: none;
}

.list.nobullet.nopadd {
  padding-left: 0;
}

.list.nobullet.nopadd.flexdistance {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.div_alist {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}

.div_arrow {
  justify-content: flex-start;
  align-items: flex-start;
  width: 40px;
  height: 40px;
  display: flex;
}

.img_arrow {
  width: 100%;
  height: 100%;
}

.div_content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 90%;
  display: flex;
}

.div_listtitle {
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  display: flex;
}

.title_list {
  color: var(--gold);
  font-size: var(--h2-size);
  letter-spacing: var(--h2-distancelett);
}

.div_ifullimg {
  background-image: url('../images/wohnung-antonya-apartments-urlaub-schenna.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 65vw;
  padding-bottom: 70px;
  padding-left: 100px;
  display: flex;
  position: relative;
}

.div_ifullimg.bigimage {
  height: 50vw;
}

.div_filllinear {
  background-image: linear-gradient(180deg, var(--background-white--beige), #f2eeebbf 40%, #f2eeeb00);
  height: 240px;
}

.div_img2 {
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.div_img2.n2 {
  z-index: 1;
  grid-column-gap: 8%;
  grid-row-gap: 8%;
  position: relative;
}

.div_img2.gap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.div_imghoriz {
  width: 42vw;
  max-width: 700px;
  height: 28vw;
  max-height: 500px;
}

.div_imghoriz.down {
  margin-top: 16vw;
  display: flex;
}

.div_imghoriz.up {
  margin-top: -80px;
}

.div_imghoriz.up.shadow {
  box-shadow: 4px 4px 8px #0003;
}

.div_imghoriz.up.shadow.radius {
  border-radius: 5px;
}

.div_imghoriz.down2 {
  z-index: 1;
  align-self: flex-end;
  margin-top: 0;
  position: relative;
}

.div_imgvert {
  width: 32vw;
  max-width: 500px;
  height: 38vw;
  max-height: 600px;
  position: relative;
}

.div_imgvert.small1 {
  width: auto;
  height: auto;
}

.div_imgvert.n2 {
  margin-right: -50px;
}

.div_imgvert.n2.shadow {
  box-shadow: 4px 4px 8px #0003;
}

.div_imgvert.n2.shadow.radius {
  border-radius: 5px;
}

.image {
  z-index: -1;
  position: absolute;
  inset: -88% 0% auto;
}

.div_slider {
  background-color: var(--background-grey--green);
  justify-content: center;
  align-items: center;
  display: flex;
}

.sl_slider {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 800px;
}

.div_slcontent {
  z-index: 1;
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.div_slcontent.align {
  align-self: stretch;
}

.div_slleft {
  width: 42%;
}

.div_slleft._100width {
  width: 100%;
}

.div_slright {
  flex: 1;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.div_slright.strech {
  justify-content: center;
  align-self: stretch;
  align-items: center;
}

.sl_slide {
  background-color: var(--background-grey--green);
  height: 100%;
  padding: 50px 6vw 70px;
}

.div_sltext {
  max-height: 350px;
  overflow: auto;
}

.div_sltext.nomaxh {
  max-height: none;
}

.div_slimg {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  position: relative;
}

.mask {
  background-color: #b37777;
  height: 100%;
}

.sl_icon {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sl_ic {
  justify-content: center;
  align-items: center;
  width: 50px;
  display: flex;
}

.sl_ictxt.alignfull {
  flex: 1;
}

.txt_normal {
  font-family: var(--textfont);
  color: var(--grey);
  font-size: var(--txt_small);
  line-height: var(--textheight);
  letter-spacing: var(--textdistletter);
  width: 80%;
  font-weight: 400;
}

.txt_normal.relative {
  z-index: 1;
  position: relative;
}

.txt_normal.relative.minheight {
  min-height: 100px;
}

.txt_normal.gold {
  color: var(--gold);
}

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

.txt_normal.center.fullwidth {
  width: 100%;
}

.txt_normal.center.fullwidth.red {
  color: #8d5d4f;
}

.txt_normal.none {
  display: none;
}

.div_sltxtcontent {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.left-arrow-2 {
  display: flex;
}

.slide-nav {
  inset: auto 0% 0%;
}

.slide-nav.hide {
  display: none;
}

.div_line {
  z-index: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 7vh;
  padding-right: 12vw;
  position: absolute;
  inset: 0%;
}

.div_line.left {
  padding-left: 12vw;
  padding-right: 0;
}

.div_line.linenew {
  padding-bottom: 0;
  top: -6%;
}

.div-block {
  background-image: url('../images/footer-antonya-apartments.svg');
  background-position: 50% 0;
  background-size: cover;
  height: 400px;
  position: absolute;
  inset: 0%;
}

.div_ft-txt {
  z-index: 1;
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  margin-left: 40%;
  margin-right: 40px;
  display: flex;
  position: relative;
}

.div_ftlist {
  background-color: var(--grey);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 70px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.image-2 {
  position: absolute;
}

.div-block-2 {
  position: relative;
}

.lt_footer {
  font-family: var(--h1-title);
  color: var(--background-grey--green);
  letter-spacing: var(--h2-distancelett);
  flex-flow: column;
  display: flex;
}

.img_footer {
  width: 100%;
  height: 100%;
}

.div_ftimage {
  justify-content: flex-end;
  align-items: flex-start;
  height: 30vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div_ftcolums {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.h_footer {
  font-family: var(--h1-title);
  color: var(--background-white--beige);
  font-size: var(--textsize);
  letter-spacing: var(--h2-distancelett);
}

.text-block-3 {
  font-family: var(--textfont);
}

.img_ft {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-3 {
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.img_mount {
  width: 70%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div_3appart {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.div_3appart.second {
  width: 100%;
  margin-top: 60px;
}

.div_3appart.paadding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.div_apart {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.img_arrowgold {
  width: 150px;
}

.div_title1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cursiveappart {
  font-family: var(--cursivetitle);
  color: var(--grey);
  text-align: center;
  letter-spacing: var(--curscive-lettspace);
  overflow-wrap: anywhere;
  font-size: 4.5em;
  font-weight: 400;
  line-height: 100px;
  display: inline-block;
  position: relative;
}

.cursiveappart.white {
  color: var(--background-white--beige);
  line-height: 40px;
}

.cursiveappart.smallerheight.alignleft {
  text-align: left;
}

.div_apartments {
  padding: 100px 6vw 140px;
  display: flex;
  position: relative;
}

.div_apartments.white {
  background-color: #d2d4cf;
}

.sl_app {
  width: 100%;
  height: 100%;
}

.sl_app.ratio {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.sl_apart {
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 42vw;
  max-width: 700px;
  height: 28vw;
  max-height: 500px;
  display: flex;
}

.mask_app {
  width: 100%;
  height: 100%;
}

.left-arrow-3, .right-arrow-2 {
  justify-content: center;
  align-items: center;
  height: 20%;
  display: flex;
}

.img_iconarrow {
  width: 30px;
}

.clw {
  display: block;
}

.cli {
  flex-flow: row;
}

.cli:nth-child(odd) {
  background-color: var(--background-grey--green);
}

.div_distance {
  height: 100px;
}

.div_backmenu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  margin-left: 100px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div_backmenu.downleft {
  margin-bottom: 200px;
  inset: auto auto 0% 0%;
}

.div_backmenu.positionrel {
  position: static;
}

.div_backmenu.positionrel.nomargin {
  margin-top: 0;
  margin-left: 0;
}

.div_backmenu.positionrel.nomargin.alignright {
  justify-content: flex-end;
  align-items: center;
}

.div_backmenu.static {
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  position: static;
}

.txt_menulink {
  font-family: var(--textfont);
  color: var(--gold);
  letter-spacing: var(--textdistletter);
  font-size: 1em;
}

.txt_menulink:hover {
  color: var(--grey);
}

.div_4icon {
  z-index: 50;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.div_4icon.second {
  width: 100%;
  margin-top: 60px;
}

.div_iconapp {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.img_iconapp {
  width: 50px;
  height: 40px;
}

.div_sliderapp {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.div-block-4 {
  height: 500px;
}

.div_2colums {
  z-index: 2;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  display: flex;
  position: relative;
}

.div_iconbutton {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 35%;
  display: flex;
}

.div_part {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-2 {
  font-family: var(--textfont);
  letter-spacing: var(--textdistletter);
  text-decoration: none;
}

.link-2:hover {
  color: var(--gold);
}

.div_skizze {
  z-index: 20;
  background-color: #3a3a3aa8;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 100px;
  display: none;
  position: fixed;
  inset: 0%;
}

.div_containerimgsk {
  z-index: 11;
  background-color: var(--background-white--beige);
  border-radius: 5px;
  align-self: center;
  padding: 60px 40px 40px;
  position: relative;
}

.image-3 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.div_close {
  z-index: 20;
  cursor: pointer;
  width: 25px;
  position: absolute;
  inset: 15px auto auto 15px;
}

.div_2vertical {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.div_2vertical.gap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.div_3elemnts {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div_3elemnts.positionup {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  margin-top: -217px;
}

.div_3elemnts.positionup.margindown {
  margin-bottom: 80px;
}

.image-4 {
  transform: rotate(-90deg);
}

.div_linkright {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div_greybox1 {
  background-color: var(--background-grey--green);
  flex-flow: column;
  padding: 40px 20px;
  display: flex;
}

.div_greybox1.n2 {
  padding-left: 10%;
}

.div_greybox1.absolute {
  z-index: -1;
  position: absolute;
  inset: auto 0% 0%;
}

.div_greybox1.absolute.height {
  height: 150px;
}

.div_greybox1.absolute.height.down {
  bottom: -5%;
}

.div_greybox1.height {
  height: 150px;
  margin-top: -100px;
}

.div_greybox1.height.up {
  height: 180px;
  margin-top: -150px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.h2 {
  font-family: var(--h1-title);
  color: var(--grey);
  font-size: var(--h2-size);
  text-align: center;
  letter-spacing: var(--h2-distancelett);
  line-height: 30px;
}

.div_linebox {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.list-2 {
  list-style-type: none;
}

.div_contentbox {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div_contentbox.relative {
  position: relative;
}

.div_lineboxx.absolute {
  width: 108%;
  height: 140%;
  position: absolute;
  inset: auto auto 14% 4%;
}

.div_lineboxx.absolute.bigimage {
  width: 95%;
  height: 120%;
  bottom: 8%;
  left: 5%;
}

.div_lineboxx.absolute.preisinfo {
  width: 100%;
  height: 100%;
  max-height: 800px;
  bottom: 0%;
  left: 2%;
}

.div_lineboxx.absolute.diffposition {
  width: 85%;
  height: 85%;
  bottom: 0%;
  left: 13vw;
}

.div_lineboxx.absolute.diffposition.padding {
  padding-bottom: 25px;
}

.div_contenttt {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div_boxes {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.div_boxes.relative {
  position: relative;
}

.div_container {
  flex-flow: column;
  display: flex;
}

.div_container.margin1 {
  clear: left;
  margin-top: 80px;
}

.div_2columns {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div_2columns.gap {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.div_2columns.gap.margin {
  margin-bottom: 60px;
}

.div_leftcol.width40 {
  width: 40%;
}

.div_rightcol.width60 {
  width: 60%;
}

.div_rightcol.width60.padding {
  margin-top: 20px;
}

.div_linecursivetxt {
  z-index: 1;
  margin-top: -60px;
  margin-left: 12%;
  position: relative;
}

.div_linecursivetxt.nomargin {
  width: 60%;
  margin-top: 0;
  margin-left: 0%;
}

.div_linecursivetxt.nomargin.absolute {
  width: 70%;
  margin-left: 20vw;
  position: absolute;
  inset: -67px 0% auto;
}

.div_transitionleft {
  background-image: linear-gradient(90deg, var(--background-white--beige) 10%, #f2eeeb00);
  width: 60%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div_2colu {
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.div_2colu.n2 {
  z-index: 1;
  grid-column-gap: 8%;
  grid-row-gap: 8%;
  position: relative;
}

.div_2colu.align {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  justify-content: center;
}

.div_2colu.align.padding {
  justify-content: space-between;
  padding-bottom: 60px;
}

.div_2colu.align.padding2 {
  padding-bottom: 120px;
}

.div_txtcol {
  width: 42%;
}

.div_txtcol.padding {
  z-index: 1;
  padding-top: 20px;
  padding-bottom: 100px;
  position: relative;
}

.div_linkbox {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-right: 10vw;
  display: flex;
  position: relative;
}

.link-normal {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.img_iconback {
  transform: rotate(180deg);
}

.img_iconback.leftarrow {
  transform: none;
}

.div_form1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.div_form1.hide {
  display: none;
}

.div_formsingle {
  width: 100%;
  padding-bottom: 10px;
  padding-left: 50px;
  position: relative;
}

.div_formsingle.kids {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.div_formsingle._50 {
  width: 50%;
}

.image-5 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.form_field {
  z-index: 1;
  font-family: var(--textfont);
  color: var(--gold);
  font-size: var(--textsize);
  letter-spacing: var(--textdistletter);
  background-color: #d2d4cf00;
  border-style: none;
  font-style: italic;
  position: relative;
}

.form_field::placeholder {
  font-family: var(--textfont);
  color: #5f5d5a80;
  letter-spacing: var(--textdistletter);
  font-size: 14px;
}

.form_field.minheight {
  padding-bottom: 86px;
}

.field-label {
  z-index: 1;
  position: relative;
}

.form {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.input-field-wrap {
  margin-bottom: 24px;
}

.field-label-2 {
  color: #160042;
  letter-spacing: -.02em;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
}

.field-wrap {
  z-index: 1;
  align-items: center;
  display: flex;
  position: relative;
}

.date-field {
  color: #151e24;
  border: 1px solid #e9ecf0;
  border-radius: 12px;
  width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px 12px 52px;
  font-size: 14px;
  transition: all .25s;
  box-shadow: 1px 1px 2px #7281a70a;
}

.date-field:hover {
  border-color: #ccd5e0;
}

.date-field:focus {
  border-color: #642eff;
}

.date-field::placeholder {
  color: #a0a6b0;
}

.field-icon {
  position: absolute;
  inset: auto auto auto 16px;
}

.field-wrap-2 {
  align-items: center;
  display: flex;
  position: relative;
}

.form-block {
  margin-bottom: 0;
}

.submit-button {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #642eff;
  border: 2px solid #642eff;
  border-radius: 400px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  transition: all .3s;
  display: flex;
  position: relative;
  box-shadow: 2px 2px 2px #7281a70a;
}

.submit-button:hover, .submit-button:focus {
  border-color: #b197ff;
}

.success-message {
  background-color: #f3f5fb;
  border-radius: 12px;
}

.card {
  background-color: #7c3939;
  border-radius: 24px;
  width: 100%;
  max-width: 420px;
  padding: 32px;
  position: relative;
  box-shadow: 34px 34px 88px #17093614;
}

.flowbase-link {
  color: #642eff;
  text-decoration: none;
}

.icon-l {
  width: 72px;
  margin-bottom: 24px;
}

.paragraph-2 {
  color: #6b7194;
  text-align: center;
  letter-spacing: -.02em;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.logo {
  width: 160px;
  margin-bottom: 24px;
}

.card---detail {
  text-align: center;
  border: 1px solid #e4e6f1;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 420px;
  margin-top: 32px;
  padding: 32px;
  display: flex;
}

.content-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h1-heading {
  color: #160042;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 44px;
  font-weight: 600;
}

.heading-wrap {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 44px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.card---detail-text {
  color: #6b7094;
  letter-spacing: -.02em;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.listcss {
  display: flex;
}

.form_field-date {
  z-index: 1;
  font-family: var(--textfont);
  color: var(--gold);
  font-size: var(--textsize);
  letter-spacing: var(--textdistletter);
  background-color: #d2d4cf;
  border-style: none;
  width: 75%;
  font-style: italic;
  position: relative;
}

.form_field-date::placeholder {
  font-family: var(--textfont);
  color: #5f5d5a80;
  letter-spacing: var(--textdistletter);
  font-size: 14px;
}

.img_callendar {
  width: 40px;
}

.div-block-5 {
  display: flex;
}

.div_calendare {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.select-field {
  z-index: 1;
  font-family: var(--textfont);
  color: var(--gold);
  letter-spacing: var(--textdistletter);
  cursor: pointer;
  background-color: #96969600;
  border: 1px #000;
  width: 85%;
  margin-right: 20px;
  position: relative;
}

.select-field-2 {
  width: 50%;
}

.textarea {
  z-index: 1;
  font-family: var(--textfont);
  color: var(--gold);
  font-size: var(--textsize);
  letter-spacing: var(--textdistletter);
  background-color: #fff0;
  border: 1px #000;
  min-height: 120px;
  position: relative;
}

.textarea::placeholder {
  font-family: var(--textfont);
  color: #5f5d5a80;
  letter-spacing: var(--textdistletter);
}

.selectgen {
  z-index: 1;
  font-family: var(--textfont);
  color: var(--gold);
  letter-spacing: var(--textdistletter);
  cursor: pointer;
  background-color: #fff0;
  border: 1px #000;
  width: 85%;
  height: 40px;
  position: relative;
}

.select-2 {
  color: #811111;
  background-color: #fcfcfc;
  border-radius: 5px;
  margin-bottom: 0;
}

.div_plusmeno {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-left: 5px;
  display: flex;
}

.div_third, .div_second {
  width: 100%;
  padding-left: 50px;
  display: block;
  position: relative;
}

.div_first {
  width: 100%;
  padding-left: 50px;
  position: relative;
}

.div_block1 {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.image-6 {
  height: 20px;
}

.div_four, .div_five, .div_six {
  width: 100%;
  padding-left: 50px;
  position: relative;
}

.div_containerkids {
  width: 100%;
  display: flex;
}

.div_form1-kids {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.option {
  z-index: 100;
}

.div_innercontainer {
  height: 40px;
  display: flex;
  position: static;
}

.div_box1 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.action-btn {
  font-family: var(--textfont);
  color: var(--gold);
  font-size: var(--textsize);
  cursor: pointer;
}

.div_popupbilderskizze {
  z-index: 10;
  background-color: #d2d4cf80;
  justify-content: center;
  align-items: center;
  padding: 5% 10%;
  display: none;
  position: fixed;
  inset: 0%;
}

.div_popupbilderskizze.hide {
  display: none;
}

.div_contentdiv {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-7 {
  width: 300px;
}

.apartment {
  aspect-ratio: 3 / 2;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
}

.select-field-3 {
  z-index: 20;
  position: relative;
}

.collection-list-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.collection-item {
  width: 80px;
}

.sliderform {
  z-index: 1;
  width: 75vw;
  max-width: 1100px;
  height: 50vw;
  max-height: 750px;
}

.div_slidercontent {
  background-color: var(--background-grey--green);
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  padding: 40px 6vw 100px;
  display: flex;
}

.image-8 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mask-2 {
  width: 100%;
  height: 100%;
}

.collection-list-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.success-message-2 {
  background-color: #ddd0;
}

.error-message {
  background-color: #ffdede00;
  margin: 40px 20px 20px;
}

.checkbox {
  border: 1px solid var(--grey);
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.checkbox.w--redirected-checked {
  background-color: var(--gold);
}

.checkbox-field {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
  position: relative;
}

.code-embed {
  background-color: #ededed00;
}

.div_btncontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div_petscontainer {
  display: flex;
}

.div_pets {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.checkbox-field-2 {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
  position: relative;
}

.div_img {
  width: 26vw;
  height: 18vw;
}

.lightbox-link, .image-9 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.collection-item-3 {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.collection-list-wrapper-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.collection-list-3 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div_maps {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-6 {
  z-index: -1;
  background-color: var(--background-grey--green);
  width: 100vw;
  height: 400px;
  position: absolute;
  inset: auto 0% 0%;
}

.img_line1 {
  height: 100%;
}

.img_line1.width {
  width: 80%;
}

.img_line2 {
  height: 100%;
}

.img_line2.width {
  width: 80%;
}

.img_line-copy {
  height: 100%;
}

.img_line-copy.width {
  width: 80%;
}

.img_line3 {
  height: 100%;
}

.img_line3.width {
  width: 80%;
}

.h1-1 {
  color: var(--grey);
  font-size: var(--h1-size);
  line-height: var(--h1-height);
  text-align: center;
  letter-spacing: var(--h1-lettspace);
  font-weight: 400;
  display: inline-block;
  position: relative;
}

.h1-1.white {
  color: var(--background-white--beige);
  line-height: 40px;
}

.h1-2 {
  color: var(--grey);
  font-size: var(--h1-size);
  line-height: var(--h1-height);
  text-align: center;
  letter-spacing: var(--h1-lettspace);
  font-weight: 400;
  display: inline-block;
  position: relative;
}

.h1-2.white {
  color: var(--background-white--beige);
  line-height: 40px;
}

.h1-3 {
  color: var(--grey);
  font-size: var(--h1-size);
  line-height: var(--h1-height);
  text-align: center;
  letter-spacing: var(--h1-lettspace);
  font-weight: 400;
  display: inline-block;
  position: relative;
}

.h1-3.white {
  color: var(--background-white--beige);
  line-height: 40px;
}

.txt_cursive3 {
  font-family: var(--cursivetitle);
  color: var(--gold);
  font-size: var(--cursivetitle1);
  letter-spacing: var(--curscive-lettspace);
  line-height: 40px;
}

.txt_cursive3.mountain {
  position: absolute;
  top: 35px;
  left: -150px;
}

.txt_cursive3.big-white {
  color: var(--background-white--beige);
  font-size: 60px;
}

.txt_cursive2 {
  font-family: var(--cursivetitle);
  color: var(--gold);
  font-size: var(--cursivetitle1);
  letter-spacing: var(--curscive-lettspace);
  line-height: 40px;
}

.txt_cursive2.mountain {
  position: absolute;
  top: 35px;
  left: -150px;
}

.txt_cursive2.big-white {
  color: var(--background-white--beige);
  font-size: 60px;
}

.txt_cursive1 {
  font-family: var(--cursivetitle);
  color: var(--gold);
  font-size: var(--cursivetitle1);
  letter-spacing: var(--curscive-lettspace);
  line-height: 40px;
}

.txt_cursive1.mountain {
  position: absolute;
  top: 35px;
  left: -150px;
}

.txt_cursive1.big-white {
  color: var(--background-white--beige);
  font-size: 60px;
}

.div_imgtxt1, .div_imgtxt2, .div_imgtxt3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div_intterimg1 {
  z-index: 1;
  cursor: pointer;
  background-image: url('../images/antonya-apartments-schenna-urlaub.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 33.33%;
  height: 100%;
  padding: 34px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div_intterimg1:hover {
  z-index: 3;
  box-shadow: 2px 2px 8px #0003;
}

.div_intterimg1.img2 {
  background-image: url('../images/wohnung-antonya-apartments-schenna-urlaub.jpg');
}

.div_intterimg1.img3 {
  background-image: url('../images/geschichte-antonya-apartments-schenna-urlaub.jpg');
}

.div_intterimg2 {
  background-image: url('../images/antonya-apartments-schenna-urlaub.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 33.33%;
  height: 100%;
  padding: 34px;
  display: flex;
}

.div_intterimg2.img2 {
  z-index: 2;
  cursor: pointer;
  background-image: url('../images/wohnung-antonya-apartments-schenna-urlaub.jpg');
  text-decoration: none;
  position: relative;
}

.div_intterimg2.img2:hover {
  z-index: 3;
  box-shadow: 2px 2px 8px #0003;
}

.div_intterimg2.img3 {
  background-image: url('../images/geschichte-antonya-apartments-schenna-urlaub.jpg');
}

.div_intterimg3 {
  background-image: url('../images/antonya-apartments-schenna-urlaub.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 33.33%;
  height: 100%;
  padding: 34px;
  display: flex;
}

.div_intterimg3.img2 {
  background-image: url('../images/wohnung-antonya-apartments-schenna-urlaub.jpg');
}

.div_intterimg3.img3 {
  z-index: 1;
  cursor: pointer;
  background-image: url('../images/geschichte-antonya-apartments-schenna-urlaub.jpg');
  text-decoration: none;
  position: relative;
}

.div_intterimg3.img3:hover {
  z-index: 3;
  box-shadow: 2px 2px 8px #0003;
}

.div_shading {
  background-image: linear-gradient(180deg, var(--background-white--beige), #f2eeebbf 40%, #f2eeeb00);
  width: 100%;
  height: 260px;
}

.div_bgimage1 {
  background-image: url('../images/background-schenna-urlaub-suedtiro.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 65vw;
  display: flex;
  position: relative;
}

.div_bgimage1.bigimage {
  height: 50vw;
}

.div_shadingbg-2 {
  background-image: linear-gradient(#000000b3, #fff0);
  height: 200px;
  position: absolute;
  inset: 0% 0% auto;
}

.div_video {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: relative;
}

.code-embed-3 {
  position: relative;
  top: -50px;
}

.div_icontablet {
  justify-content: flex-end;
  align-items: flex-start;
  display: none;
  position: relative;
}

.div_icontablet.second {
  width: 100%;
  margin-top: 60px;
}

.div_icontablet.second.deskhide, .div_icontablet.second.hide {
  display: none;
}

.div_icontablet.middle {
  justify-content: center;
  align-items: flex-start;
}

.div_icontablet.distance {
  z-index: 1;
  margin-top: 60px;
  margin-bottom: 100px;
}

.div_icon-mobile {
  justify-content: flex-end;
  align-items: flex-start;
  display: none;
  position: relative;
}

.div_icon-mobile.second {
  width: 100%;
  margin-top: 60px;
}

.div_icon-mobile.second.deskhide, .div_icon-mobile.second.hide {
  display: none;
}

.div_icon-mobile.middle {
  justify-content: center;
  align-items: flex-start;
}

.div_icon-mobile.distance {
  z-index: 1;
  margin-top: 60px;
  margin-bottom: 100px;
}

.div_lineseperator {
  z-index: 0;
  border-bottom: 2px solid #f2eeeb;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.div_lineseperator.left {
  padding-left: 12vw;
  padding-right: 0;
}

.clpreise1 {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.code-embed-4 {
  width: 40px;
  height: 40px;
}

.apartment-scroll-link {
  display: none;
}

.div-block-7 {
  height: 100%;
}

.collection-item-5 {
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
}

.collection-list-wrapper-4 {
  display: none;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.image-10 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-11 {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.textklick {
  font-family: var(--textfont);
  color: var(--grey);
  letter-spacing: var(--textdistletter);
  cursor: pointer;
  text-decoration: none;
}

.textklick:hover {
  color: var(--gold);
}

.div_colum12 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div_pricefield {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.boxvisible2, .boxvisible3 {
  display: none;
}

.div_bgimage {
  width: 100%;
  height: 100vh;
}

.navbar {
  background-color: #ddd0;
  display: flex;
}

.container {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  margin-left: 0;
  display: flex;
}

.nav-menu {
  background-color: var(--background-grey--green);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.navlink1 {
  font-family: var(--h1-title);
  color: var(--grey);
  font-size: var(--navsize);
  text-align: left;
  letter-spacing: var(--h2-distancelett);
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  margin-left: 0;
  margin-right: 0;
  padding: 25px 20px 25px 40px;
  font-weight: 400;
  position: relative;
}

.navlink1:hover {
  color: var(--gold);
}

.navlink1.nav2 {
  font-size: var(--navsize2);
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
}

.brand {
  width: 200px;
  margin-top: 30px;
}

.brand.inside {
  justify-content: center;
  align-items: flex-start;
  min-width: 100px;
  max-width: 200px;
  margin-left: 0%;
  padding-left: 0;
  display: flex;
}

.brand.outside {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-2 {
  z-index: 9999;
  position: relative;
  inset: 0% auto auto 0%;
}

.menu-button {
  z-index: 50;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 35px;
  margin-top: 50px;
  margin-left: 50px;
  padding: 0;
  display: flex;
  position: fixed;
}

.menu-button.w--open {
  background-color: #c8c8c800;
}

.div_navcontainer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.div_navlinks {
  z-index: 100;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80vw;
  height: 100%;
  display: flex;
  position: relative;
}

.div_linecontainer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.linemenu {
  height: 120%;
}

.div_linklist {
  z-index: 50;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 48%;
  margin-top: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div_linklist.linklist1, .div_linklist.linklist2, .div_linklist.linklist3, .div_linklist.linklist4, .div_linklist.linklist5 {
  display: none;
}

.div_link {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding-left: 1px;
  display: flex;
}

.img-nav1, .img-nav2 {
  height: 5px;
}

.navlink2 {
  font-family: var(--h1-title);
  color: var(--grey);
  font-size: var(--navsize);
  text-align: left;
  letter-spacing: var(--h2-distancelett);
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 40px;
  font-weight: 400;
}

.navlink2:hover {
  color: var(--gold);
}

.navlink2.nav2 {
  font-size: var(--navsize2);
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
}

.navlink3 {
  font-family: var(--h1-title);
  color: var(--grey);
  font-size: var(--navsize);
  letter-spacing: var(--h2-distancelett);
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 40px;
  font-weight: 400;
}

.navlink3:hover {
  color: var(--gold);
}

.navlink3.nav2 {
  font-size: var(--navsize2);
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
}

.navlink4 {
  font-family: var(--h1-title);
  color: var(--grey);
  font-size: var(--navsize);
  letter-spacing: var(--h2-distancelett);
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 40px;
  font-weight: 400;
}

.navlink4:hover {
  color: var(--gold);
}

.navlink4.nav2 {
  font-size: var(--navsize2);
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
}

.navlink5 {
  font-family: var(--h1-title);
  color: var(--grey);
  font-size: var(--navsize);
  letter-spacing: var(--h2-distancelett);
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 40px;
  font-weight: 400;
}

.navlink5:hover {
  color: var(--gold);
}

.navlink5.nav2 {
  font-size: var(--navsize2);
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
}

.div_link1, .div_link2 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding-left: 1px;
  display: flex;
  position: relative;
}

.navlink {
  font-family: var(--h1-title);
  color: var(--grey);
  font-size: var(--navsize);
  letter-spacing: var(--h2-distancelett);
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 40px;
  font-weight: 400;
}

.navlink:hover {
  color: var(--gold);
}

.navlink.nav2 {
  font-size: var(--navsize2);
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
}

.navlink.nav2.w--current {
  opacity: .6;
  color: var(--gold);
}

.div_menudetail {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: none;
}

.div_linklist-main {
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.div_linklist-main.linklist1, .div_linklist-main.linklist2 {
  margin-top: 60px;
}

.div_menu2 {
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.div_link3, .div_link4, .div_link5 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding-left: 1px;
  display: flex;
  position: relative;
}

.img-nav3, .img-nav4, .img-nav5 {
  height: 5px;
}

.div_imgmount {
  justify-content: flex-end;
  align-items: flex-end;
  width: 60%;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-13 {
  height: 120%;
}

.image-14 {
  height: 90%;
}

.image-14.large {
  height: 120%;
}

.navlink11 {
  font-family: var(--h1-title);
  color: var(--grey);
  font-size: var(--navsize);
  text-align: left;
  letter-spacing: var(--h2-distancelett);
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  margin-left: 0;
  margin-right: 0;
  padding: 25px 20px 25px 40px;
  font-weight: 400;
  position: relative;
}

.navlink11:hover {
  color: var(--gold);
}

.navlink11.nav2 {
  font-size: var(--navsize2);
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
}

.div-block-9 {
  width: 100%;
}

.div_menuabove {
  padding-top: 20px;
}

.div_menudown {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 50px;
  padding-left: 40px;
  display: flex;
}

.div_menudown.vertical {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  transform: rotate(-90deg);
}

.link-block {
  width: 100%;
  text-decoration: none;
}

.link-block:hover {
  color: var(--gold);
}

.link-block.white {
  color: var(--background-grey--green);
  cursor: pointer;
}

.link-block.white:hover {
  color: var(--background-white--beige);
}

.linkfooter {
  color: var(--background-grey--green);
}

.linkfooter:hover {
  color: var(--gold);
  text-decoration: none;
}

.div_kreativfarm {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 40px 30px auto;
}

.txt_kf {
  color: #d6d2c5;
  letter-spacing: 2px;
  font-family: Allison, sans-serif;
  font-size: 1.6em;
}

.div_containmenu {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  display: flex;
}

.img_arrowgrey, .imgfb {
  width: 35px;
}

.div_social {
  z-index: 100;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.link_social {
  cursor: pointer;
}

.div_btnbuchen {
  z-index: 80;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 260px;
  display: flex;
  position: fixed;
  inset: 65% 0% 0% auto;
}

.div_btnbuchen.mobile {
  display: none;
}

.div-block-10 {
  width: 50px;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div_diagon {
  background-color: #a09a6a99;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  transform: skew(0deg, 34deg);
  box-shadow: 4px 4px 8px #0003;
}

.img_bookrequest {
  width: 35px;
  height: 35px;
  display: block;
}

.linkblock2 {
  width: 100%;
  text-decoration: none;
}

.linkblock2:hover {
  color: var(--gold);
}

.linkblock2.white {
  color: var(--background-grey--green);
  cursor: pointer;
}

.linkblock2.white:hover {
  color: var(--background-white--beige);
}

.div_btnbuchen-mobile {
  z-index: 80;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 260px;
  display: none;
  position: fixed;
  inset: 65% 0% 0% auto;
}

.div_arrowup {
  z-index: 100;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 20px;
  margin-left: 20px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.img_arrowwhite {
  width: 35px;
  display: none;
}

.slide-nav-2 {
  display: none;
}

.div-block-11 {
  width: 300px;
  height: 200px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.language-switcher-placeholder {
  background-color: #c3b1b1;
  width: 300px;
  height: 200px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div_arrowapart {
  width: 50px;
  height: 50px;
}

.div_popupbilderskizze2 {
  z-index: 10;
  background-color: #d2d4cf80;
  justify-content: center;
  align-items: center;
  padding: 5% 10%;
  display: none;
  position: fixed;
  inset: 0%;
}

.div_popupbilderskizze2.hide {
  display: none;
}

.div_boxes-copy {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.div_boxes-copy.relative {
  position: relative;
}

.div_boxes11 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.div_boxes11.relative {
  position: relative;
}

.div_greybox22 {
  background-color: var(--background-grey--green);
  flex-flow: column;
  padding: 40px 20px;
  display: flex;
}

.div_greybox22.n2 {
  padding-left: 10%;
}

.div_greybox22.absolute {
  z-index: -1;
  position: absolute;
  inset: auto 0% 0%;
}

.div_greybox22.absolute.height {
  height: 150px;
}

.div_greybox22.absolute.height.down {
  bottom: -5%;
}

.div_greybox22.height {
  height: 150px;
  margin-top: -100px;
}

.div_greybox22.height.up {
  height: 180px;
  margin-top: -150px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div_greybox11 {
  background-color: var(--background-grey--green);
  flex-flow: column;
  padding: 40px 20px;
  display: flex;
}

.div_greybox11.n2 {
  padding-left: 10%;
}

.div_greybox11.absolute {
  z-index: -1;
  position: absolute;
  inset: auto 0% 0%;
}

.div_greybox11.absolute.height {
  height: 150px;
}

.div_greybox11.absolute.height.down {
  bottom: -5%;
}

.div_greybox11.height {
  height: 150px;
  margin-top: -100px;
}

.div_greybox11.height.up {
  height: 180px;
  margin-top: -150px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div_titleee1 {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 6vw;
  padding-right: 6vw;
  display: flex;
  position: relative;
}

.div_titleee1.nopagging {
  padding-left: 0%;
  padding-right: 0%;
}

.div_titleee1.nopagging.margin {
  margin-bottom: 20px;
}

.div_titleee1.nopagging.margin2 {
  margin-bottom: 60px;
}

.div_titleee1.nopagging.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.div_title2222 {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 6vw;
  padding-right: 6vw;
  display: flex;
  position: relative;
}

.div_title2222.nopagging {
  padding-left: 0%;
  padding-right: 0%;
}

.div_title2222.nopagging.margin {
  margin-bottom: 20px;
}

.div_title2222.nopagging.margin2 {
  margin-bottom: 60px;
}

.div_title2222.nopagging.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.div_greybox2 {
  background-color: var(--background-grey--green);
  flex-flow: column;
  padding: 40px 20px;
  display: flex;
}

.div_greybox2.n2 {
  padding-left: 10%;
}

.div_greybox2.absolute {
  z-index: -1;
  position: absolute;
  inset: auto 0% 0%;
}

.div_greybox2.absolute.height {
  height: 150px;
}

.div_greybox2.absolute.height.down {
  bottom: -5%;
}

.div_greybox2.height {
  height: 150px;
  margin-top: -100px;
}

.div_greybox2.height.up {
  height: 180px;
  margin-top: -150px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div_greybox3 {
  background-color: var(--background-grey--green);
  flex-flow: column;
  padding: 40px 20px;
  display: flex;
}

.div_greybox3.n2 {
  padding-left: 10%;
}

.div_greybox3.absolute {
  z-index: -1;
  position: absolute;
  inset: auto 0% 0%;
}

.div_greybox3.absolute.height {
  height: 150px;
}

.div_greybox3.absolute.height.down {
  bottom: -5%;
}

.div_greybox3.height {
  height: 150px;
  margin-top: -100px;
}

.div_greybox3.height.up {
  height: 180px;
  margin-top: -150px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.empty-state {
  background-color: #ddd0;
  height: 1px;
}

.div_block2, .div_block1-copy, .div_block3, .div_block4, .div_block5, .div_block6 {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.select_field1, .select_field2 {
  z-index: 1;
  font-family: var(--textfont);
  color: var(--gold);
  letter-spacing: var(--textdistletter);
  cursor: pointer;
  background-color: #96969600;
  border: 1px #000;
  width: 85%;
  margin-right: 20px;
  position: relative;
}

.apartment-item {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-15 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.apartment-name {
  color: #d8afaf;
  width: 300px;
  height: 200px;
  display: none;
  position: absolute;
}

.div_popupbilderskizze22 {
  z-index: 10;
  background-color: #d2d4cf80;
  justify-content: center;
  align-items: center;
  padding: 5% 10%;
  display: none;
  position: fixed;
  inset: 0%;
}

.div_containerimgsk-2 {
  z-index: 11;
  aspect-ratio: 3 / 2;
  background-color: #f2eeeb;
  border-radius: 5px;
  align-self: center;
  max-width: 1000px;
  padding: 60px 40px 40px;
  position: relative;
}

.div_popupbilderskizze222 {
  z-index: 10;
  background-color: #d2d4cf80;
  justify-content: center;
  align-items: center;
  padding: 5% 10%;
  display: none;
  position: fixed;
  inset: 0%;
}

.div_popupbilderskizze222.hide {
  display: none;
}

.image-16 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.txt_normal-2 {
  color: #5f5d5a;
  letter-spacing: 2px;
  width: 80%;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.txt_normal-2.relative {
  z-index: 1;
  position: relative;
}

.select_field3-2, .select_field1-2, .select_field6-2, .select_field5-2 {
  z-index: 1;
  color: #a09a6a;
  letter-spacing: 2px;
  cursor: pointer;
  background-color: #96969600;
  border: 1px #000;
  width: 85%;
  margin-right: 20px;
  font-family: Inter, sans-serif;
  position: relative;
}

.div_form1-kids-2 {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.select_field4-2, .select_field2-2 {
  z-index: 1;
  color: #a09a6a;
  letter-spacing: 2px;
  cursor: pointer;
  background-color: #96969600;
  border: 1px #000;
  width: 85%;
  margin-right: 20px;
  font-family: Inter, sans-serif;
  position: relative;
}

.utility-page-wrap {
  background-color: var(--background-white--beige);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 260px;
  display: flex;
}

.heading {
  color: var(--grey);
}

.image-17 {
  width: 150px;
  padding-bottom: 100px;
}

.link-3 {
  font-family: var(--h1-title);
}

.link-3.w--current {
  font-family: var(--textfont);
  font-size: var(--textsize);
}

.clpreise3 {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-18 {
  color: #5f5d5a00;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.div {
  position: absolute;
  inset: 0% 0% auto auto;
}

.language-switcher {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-12 {
  width: 100px;
  height: 50px;
  display: flex;
}

.div_goldline {
  border-bottom: 1px solid var(--gold);
  width: 50px;
  margin-top: 10px;
}

.div_language {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  margin-right: 50px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.lightbox-link-2 {
  width: 75vw;
  max-width: 1100px;
  height: 50vw;
  max-height: 750px;
}

@media screen and (min-width: 1280px) {
  .link_logomenuopen {
    width: 18%;
  }

  .txt_cursive-head {
    font-size: 60px;
    line-height: 60px;
    bottom: 30px;
    left: 85px;
  }

  .div_navlinks {
    width: 80vw;
  }
}

@media screen and (min-width: 1440px) {
  .div_simbol_down {
    height: 160px;
  }

  .section-main.paddingside.borderup, .section-main.paddingside.borderup.borderdown.nomargin {
    padding-left: 12vw;
    padding-right: 12vw;
  }

  .div_2col.last.social {
    margin-left: -12vw;
  }

  .img_lines {
    top: -12vw;
  }

  .div_bgcolor {
    height: 85%;
  }

  .div_ifullimg.bigimage {
    padding-left: 120px;
  }

  .sl_slide {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .div_line {
    padding-right: 14vw;
  }

  .div_line.left {
    padding-left: 14vw;
  }

  .div_ftlist {
    height: 350px;
  }

  .lt_footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div_lineboxx.absolute.diffposition {
    left: 15.5vw;
  }

  .body {
    font-size: 15px;
  }

  .div_lineseperator {
    padding-right: 14vw;
  }

  .div_lineseperator.left {
    padding-left: 14vw;
  }

  .collection-list-wrapper-5 {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .div_navlinks {
    width: 70vw;
  }

  .img_arrowgrey {
    width: 40px;
  }

  .div_social {
    z-index: 50;
    margin-top: 50px;
    margin-right: 50px;
  }

  .div_arrowup {
    z-index: 50;
    margin-left: 50px;
  }

  .img_arrowwhite {
    width: 40px;
  }
}

@media screen and (min-width: 1920px) {
  .div_logo {
    padding-top: 6vh;
  }

  .img_logoml {
    max-width: 350px;
  }

  .section-main.paddingside.borderup {
    padding-left: 14vw;
    padding-right: 14vw;
  }

  .section-main.paddingside.borderup.borderdown.nomargin {
    padding-left: 15vw;
    padding-right: 15vw;
  }

  .section-main.paddingside.paddingupdown.greygreen.relative.overflowvisible {
    padding-left: 14vw;
    padding-right: 14vw;
  }

  .img_mountain {
    width: 400px;
  }

  .div_3img {
    height: 36vw;
  }

  .div_2col.last.social {
    margin-left: -14vw;
  }

  .img_lines {
    top: -10.5vw;
  }

  .div_bgcolor {
    height: 80%;
  }

  .div_ifullimg.bigimage {
    padding-left: 150px;
  }

  .div_imgvert.n2.shadow.radius {
    margin-right: -80px;
  }

  .div_line {
    padding-right: 15vw;
  }

  .div_line.left {
    padding-left: 15vw;
  }

  .div_ftlist {
    height: 400px;
  }

  .lt_footer {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .cursiveappart {
    font-size: 5.5em;
  }

  .div_close {
    top: 25px;
    left: 25px;
  }

  .div_lineboxx.absolute.diffposition {
    left: 17vw;
  }

  .body {
    font-size: 16px;
  }

  .div_lineseperator {
    padding-right: 15vw;
  }

  .div_lineseperator.left {
    padding-left: 15vw;
  }

  .collection-list-wrapper-5 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .div_navlinks {
    width: 65vw;
  }
}

@media screen and (max-width: 991px) {
  .div_imglotusbg.menu {
    width: 350px;
  }

  .link_logomenuopen {
    width: 35%;
  }

  .section-main.paddingside, .section-main.paddingside.borderup {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section-main.paddingside.borderup.paddingdown.heigherpadding {
    padding-bottom: 100px;
  }

  .div_text.distance {
    padding-left: 0;
    padding-right: 0;
  }

  .div_text.left._50.distancedown {
    margin-bottom: 0;
  }

  .div_icon.second, .div_icon.absolute {
    display: none;
  }

  .div_2col {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .div_2col.last {
    grid-column-gap: 8%;
    grid-row-gap: 8%;
  }

  .div_2col.last.social {
    height: 40vw;
    margin-top: 10vw;
    margin-left: -6vw;
  }

  .img_img.up2.hide {
    display: none;
  }

  .img_lines {
    top: -130px;
  }

  .img_lines.linea {
    display: none;
  }

  .div_bgcolor.tablet {
    height: 100%;
  }

  .div_ft-txt {
    grid-column-gap: 10%;
    grid-row-gap: 10%;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-left: 0%;
  }

  .div_ftlist {
    background-color: var(--grey);
    padding-left: 40px;
    padding-right: 40px;
  }

  .img_ft {
    display: none;
  }

  .cursiveappart {
    font-size: 3em;
  }

  .div_3elemnts.positionup.margindown {
    grid-template-columns: 1fr 1fr;
  }

  .div_lineboxx.absolute.diffposition {
    left: 9.5vw;
  }

  .paragraph-2 {
    text-align: center;
    max-width: 550px;
  }

  .content-wrap {
    min-height: auto;
    position: relative;
  }

  .div_img {
    width: 42vw;
    height: 28vw;
  }

  .collection-list-3 {
    grid-template-columns: 1fr 1fr;
  }

  .h1-1.white, .h1-2.white, .h1-3.white {
    font-size: var(--h1-size-tablet);
  }

  .div_icontablet.second {
    display: flex;
  }

  .div_icon-mobile.second {
    display: none;
  }

  .brand.inside {
    width: 16vw;
  }

  .img_arrowgrey {
    display: none;
  }

  .img_arrowwhite {
    margin-top: 20px;
    display: inline-flex;
  }
}

@media screen and (max-width: 767px) {
  .menulist {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    font-size: 11px;
  }

  .div_imglotusbg {
    width: 60vw;
    top: 10%;
  }

  .div_imglotusbg.menu {
    width: 300px;
    bottom: 9%;
    left: auto;
    right: auto;
  }

  .div_simbol_down.openmenu {
    height: auto;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div_lineleft {
    width: 42.5%;
  }

  .div_menuright {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-right: 0%;
  }

  .div_menuleft {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-left: 0%;
    font-size: 14px;
  }

  .divmenudown {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 20px;
  }

  .div_lineright {
    width: 42.5%;
  }

  .div_neckles {
    width: 20%;
  }

  .div_neckles.menuopen1 {
    width: 18%;
  }

  .link_logomenuopen {
    width: 45%;
  }

  .div_menu_left {
    width: 35px;
    height: 30px;
    margin-top: 30px;
    margin-left: 30px;
  }

  .left-arrow {
    margin-left: 10px;
  }

  .right-arrow {
    margin-right: 10px;
  }

  .div_imgaa {
    height: 50vw;
  }

  .txt_cursive-head {
    font-size: 8vw;
    bottom: 10%;
    left: 10%;
  }

  .section-main.paddingside, .section-main.paddingside.borderup {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .section-main.paddingside.borderup.borderdown.nomargin.lesspadding {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .section-main.paddingside.borderup.relative {
    padding-top: 80px;
  }

  .section-main.borderup.heigherpadding {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .h1 {
    font-size: var(--h1-size-tablet);
    line-height: 40px;
  }

  .txt_cursive.fontbig {
    font-size: 42px;
  }

  .div_text.distance {
    margin-top: 50px;
  }

  .div_text.distance.directiondown.distancemobile {
    margin-bottom: 80px;
  }

  .div_text.left._50 {
    width: 100%;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .div_text.left._50.distancedown {
    width: 100%;
  }

  .div_text.left._70 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
  }

  .rtb_middle {
    text-align: left;
  }

  .rtb_middle.left {
    text-align: center;
    font-size: 12px;
  }

  .rtb_middle.alignleft {
    text-align: left;
  }

  .rtb_middle.alignleft.weightnormal._80 {
    width: 85%;
  }

  .img_mountain {
    width: 205px;
  }

  .div_montain {
    justify-content: center;
    align-items: flex-start;
  }

  .div_3img {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .div_2col {
    flex-flow: column;
  }

  .div_2col.last {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 80px;
    padding-bottom: 40px;
  }

  .div_2col.last.social {
    justify-content: flex-start;
    align-items: center;
    height: 80vw;
    margin-top: 20vw;
    margin-left: -4vw;
  }

  .div_2col.distance {
    justify-content: flex-start;
    align-items: center;
    margin-top: 80px;
  }

  .div_imgright {
    width: 100%;
    height: 500px;
  }

  .div_imgright.smaller {
    order: 1;
    width: 100%;
    max-width: 500px;
    height: 500px;
  }

  .img_lines {
    display: none;
    top: -110px;
  }

  .img_lines.lineleft {
    display: none;
  }

  .div_button {
    justify-content: center;
    align-items: flex-start;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-right: 0;
  }

  .div_button.nomargin {
    margin-top: 0;
    margin-bottom: 0;
  }

  .title_list {
    font-size: 18px;
  }

  .div_ifullimg.bigimage {
    justify-content: flex-start;
    align-items: flex-end;
    height: 67vw;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .div_img2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .div_img2.n2 {
    margin-top: -80px;
  }

  .div_imghoriz.down {
    width: 90%;
    height: 50vw;
    margin-top: 0;
  }

  .div_imghoriz.up.shadow.radius {
    width: 100%;
    height: 55vw;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .div_imghoriz.down2 {
    order: 1;
    align-self: center;
    width: 100%;
    height: 60vw;
  }

  .div_imgvert {
    width: 100%;
    max-width: 450px;
    height: 500px;
  }

  .div_imgvert.n2.shadow.radius {
    width: 80%;
    height: 85vw;
    margin-right: 0;
  }

  .sl_slider {
    height: 950px;
  }

  .div_slcontent {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .div_slleft {
    width: 90%;
  }

  .div_slright {
    flex: 0 auto;
    width: 100%;
  }

  .div_slright.strech {
    order: 1;
  }

  .div_slicons {
    margin-left: auto;
    margin-right: auto;
  }

  .div_slicons.mobile {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .sl_icon.mobile {
    width: 100%;
  }

  .div_line {
    display: none;
  }

  .div_ft-txt {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 80px;
  }

  .div_ftcolums {
    margin-bottom: 20px;
  }

  .img_mount {
    width: 90%;
  }

  .cursiveappart.smallerheight {
    line-height: 40px;
  }

  .sl_apart {
    width: 90vw;
    height: 55vw;
  }

  .div_4icon {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .div_sliderapp {
    width: 100%;
  }

  .div_2colums {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .div_iconbutton {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .div_part {
    min-width: 40%;
  }

  .div_containerimgsk {
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div_2vertical {
    flex-flow: wrap;
    width: 100%;
  }

  .div_2vertical.margin {
    margin-top: 50px;
  }

  .div_greybox1.n2 {
    padding-left: 20px;
  }

  .div_greybox1.height {
    height: 180px;
    margin-top: -150px;
  }

  .div_greybox1.height.up {
    justify-content: flex-end;
    align-items: flex-end;
    height: 220px;
    padding-bottom: 30px;
  }

  .h2 {
    overflow-wrap: anywhere;
  }

  .div_lineboxx.absolute, .div_lineboxx.absolute.preisinfo {
    display: none;
  }

  .div_boxes.relative {
    margin-top: 40px;
  }

  .div_2columns.gap.margin {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .div_leftcol.width40 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .div_rightcol.width60.padding {
    order: -1;
    width: 100%;
  }

  .div_linecursivetxt.nomargin {
    width: 70%;
  }

  .div_2colu.align.padding {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .div_txtcol.padding {
    width: 100%;
    padding-bottom: 50px;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .div_linkbox {
    width: 80%;
  }

  .div_form1 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .div_formsingle, .div_third, .div_second, .div_first, .div_four, .div_five, .div_six {
    padding-left: 15px;
  }

  .div_form1-kids {
    grid-template-columns: 1fr;
  }

  .div_popupbilderskizze {
    padding-left: 5%;
    padding-right: 5%;
  }

  .sliderform {
    width: 80vw;
    height: 54vw;
  }

  .div_slidercontent {
    justify-content: center;
    align-items: center;
  }

  .div_img {
    width: 44vw;
    height: 30vw;
  }

  .div_intterimg1, .div_intterimg2.img2, .div_intterimg3.img3 {
    width: 90%;
    max-width: 500px;
    height: 400px;
  }

  .body {
    font-size: 13px;
  }

  .div_icon-mobile {
    justify-content: center;
    align-items: flex-start;
    margin-top: 50px;
    display: flex;
  }

  .div_lineseperator {
    display: none;
  }

  .clpreise1 {
    flex-flow: wrap;
  }

  .body-2 {
    font-size: 13px;
  }

  .nav-menu {
    overflow: auto;
  }

  .navlink1 {
    width: 100%;
  }

  .div_navlinks {
    width: 90vw;
  }

  .div_linklist.linklist1, .div_linklist.linklist2, .div_linklist.linklist3, .div_linklist.linklist4, .div_linklist.linklist5 {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    position: relative;
  }

  .div_menu2 {
    width: 100%;
  }

  .image-14 {
    height: 80%;
  }

  .image-14.large {
    height: 100%;
  }

  .navlink11 {
    width: 100%;
  }

  .div_menudown.vertical {
    flex-flow: column;
    width: auto;
    transform: none;
  }

  .link-block.menu {
    width: 35px;
  }

  .div_containmenu {
    grid-column-gap: 20%;
    grid-row-gap: 20%;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .div_social {
    margin-top: 40px;
    margin-right: 40px;
  }

  .div_btnbuchen.mobile {
    width: 50px;
    height: 130px;
    display: flex;
    top: 80%;
  }

  .div_btnbuchen.desk {
    display: none;
  }

  .div_diagon {
    transform: skew(0deg, 30deg);
  }

  .img_bookrequest {
    width: auto;
    height: auto;
    display: inline-block;
  }

  .div_arrowup {
    margin-top: 0;
    margin-right: 40px;
  }

  .div_boxes-copy.relative, .div_boxes11.relative {
    margin-top: 40px;
  }

  .div_greybox22.n2 {
    padding-left: 20px;
  }

  .div_greybox22.height {
    height: 180px;
    margin-top: -150px;
  }

  .div_greybox22.height.up {
    justify-content: flex-end;
    align-items: flex-end;
    height: 220px;
    padding-bottom: 30px;
  }

  .div_greybox11.n2 {
    padding-left: 20px;
  }

  .div_greybox11.height {
    height: 180px;
    margin-top: -150px;
  }

  .div_greybox11.height.up {
    justify-content: flex-end;
    align-items: flex-end;
    height: 220px;
    padding-bottom: 30px;
  }

  .div_greybox2.n2 {
    padding-left: 20px;
  }

  .div_greybox2.height {
    height: 180px;
    margin-top: -150px;
  }

  .div_greybox2.height.up {
    justify-content: flex-end;
    align-items: flex-end;
    height: 220px;
    padding-bottom: 30px;
  }

  .div_greybox3.n2 {
    padding-left: 20px;
  }

  .div_greybox3.height {
    height: 180px;
    margin-top: -150px;
  }

  .div_greybox3.height.up {
    justify-content: flex-end;
    align-items: flex-end;
    height: 220px;
    padding-bottom: 30px;
  }

  .div_containerimgsk-2 {
    width: 100vw;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div_popupbilderskizze222 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .clpreise3 {
    flex-flow: wrap;
  }

  .lightbox-link-2 {
    width: 80vw;
    height: 54vw;
  }
}

@media screen and (max-width: 479px) {
  .div_logo {
    padding-top: 6vh;
  }

  .link_logo {
    width: 70%;
  }

  .menulink {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
  }

  .menulink.w--current {
    justify-content: center;
    align-items: flex-start;
  }

  .div_imglotusbg.menu {
    width: 250px;
  }

  .div_simbol_down {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div_simbol_down.openmenu {
    display: none;
  }

  .listmenu {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .div_menuright {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

  .div_neckles {
    width: 30%;
  }

  .link_logomenuopen {
    width: 65%;
  }

  .section1 {
    overflow: hidden;
  }

  .left-arrow {
    margin-left: 20px;
  }

  .right-arrow {
    margin-right: 20px;
  }

  .section-main.paddingside {
    padding-left: 4vw;
  }

  .section-main.paddingside.borderup.relative.greenbg.positionapp.paddingdown2 {
    margin-top: -80px;
    padding-top: 150px;
    padding-bottom: 250px;
    top: 0;
  }

  .section-main.paddingside.borderup.relative.morepadding {
    padding-top: 130px;
  }

  .div_title {
    padding-left: 0;
    padding-right: 0;
  }

  .div_h1 {
    width: 100%;
  }

  .div_h1under {
    left: auto;
  }

  .txt_cursive {
    text-align: center;
  }

  .txt_cursive.none {
    display: none;
  }

  .div_text.distance {
    padding-left: 0;
    padding-right: 0;
  }

  .rtb_middle.alignleft.weightnormal._80 {
    overflow-wrap: anywhere;
  }

  .img_img.up {
    margin-top: 0;
  }

  .img_lines {
    display: none;
  }

  .div_arrow {
    width: 30px;
  }

  .div_ifullimg.bigimage {
    height: 79vw;
  }

  .div_img2.gap.marginup {
    margin-top: 50px;
  }

  .div_imghoriz.down {
    width: 100%;
    height: 60vw;
  }

  .div_imghoriz.up.shadow.radius {
    height: 50vw;
  }

  .div_imgvert.n2.shadow.radius {
    width: 90%;
    height: 85vw;
  }

  .sl_slide {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div_ftlist {
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cursiveappart.smallerheight {
    font-size: 2em;
    line-height: 30px;
  }

  .div_backmenu {
    margin-top: 40px;
    margin-left: 40px;
  }

  .div_backmenu.downleft {
    margin-bottom: 30px;
    margin-left: 40px;
    bottom: 10%;
  }

  .div_containerimgsk {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div_2vertical {
    flex-flow: wrap;
  }

  .div_3elemnts.positionup.margindown {
    grid-template-rows: 45vh 45vh;
    grid-template-columns: 1fr;
    margin-top: -90px;
  }

  .card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div_box1 {
    flex-flow: wrap;
  }

  .div_popupbilderskizze {
    padding-left: 3%;
    padding-right: 3%;
  }

  .sliderform {
    width: 90vw;
    height: 60vw;
  }

  .div_slidercontent {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .div_img {
    width: 100%;
    height: 58vw;
  }

  .collection-list-3 {
    grid-template-columns: 1fr;
  }

  .collection-list-wrapper-4 {
    display: flex;
  }

  .brand.outside {
    width: 150px;
  }

  .menu-button {
    margin-top: 30px;
    margin-left: 30px;
  }

  .div_social {
    margin-right: 20px;
  }

  .div_btnbuchen.mobile {
    top: 75%;
  }

  .div_arrowup {
    margin-right: 20px;
  }

  .div_titleee1, .div_title2222 {
    padding-left: 0;
    padding-right: 0;
  }

  .div_language {
    margin-top: 30px;
    margin-right: 20px;
  }

  .lightbox-link-2 {
    width: 90vw;
    height: 60vw;
  }
}


@font-face {
  font-family: 'Vilane Font';
  src: url('../fonts/vilane-font.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}