@charset "utf-8";
/* CSS Document */

body, html {
	margin: inherit;
	width: 100%;
	height: 100%;
	background-color: #f1f7ea;
}

  *{
    box-sizing: border-box;
  }

img, a {
	text-decoration: none;
	border: none;
	outline: none;
}


.clearfix {
	clear: both;
}

.hide {
	visibility: visible;
}

button {
	all: unset;
	cursor: pointer;
}

h1 {
	font-family: 'almonderegular';
	font-size: 6.813rem !important;
	color: #f1f7ea;
	text-align: center;
	margin: 0 0 30px 0;
	padding: 0;
	line-height: 100%;
}


h2 {
   font-family: "playfair-display", serif;
	font-weight: 900;
	font-style: normal;
    font-size: 2.5rem;
    line-height: 1.08;
    margin: 0 0 40px 0;
    color: #191919;
	text-align: center;
  }

h2.head-large-wht {
   font-family: "playfair-display", serif;
	font-weight: 900;
	font-style: normal;
    font-size: 7.625rem;
    line-height: 1.08;
    margin: 0 0 40px 0;
    color: #f1f7ea;
	text-align: center;
  }

.book-extern-headline h2 {
	font-size: 3rem;
	color: #f1f7ea;

}

.footer-top h2 {
	color: #f1f7ea;;
	text-align: left;
	font-family: "playfair-display", serif;
	font-weight: 900;
	font-style: normal;
    font-size: 7.625rem;
	margin-bottom: 100px;
}

.intro h2 {
	font-size: 4.563rem;
	text-align: left;
	position: absolute;
	left: 13%;
	z-index: 1;
	margin-top: -65px;
}

p {
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.02rem;
    line-height: 1.65;
	color: #191919;
}

p a {
	color: #191919;
	transition: all 0.5s ease;
}

p a:hover {
	 color: #bda09c
}


/* ----- OVERLAY ----- */


.overlay {
	visibility: hidden;
	opacity: 0;
    height: 100%;
    width: 100%;
    position: fixed; 
    z-index: 9999;
    left: 0;
    top: 0;
    background-color: rgb(46,46,46); 
    background-color: rgba(46,46,46, 0.95); 
    overflow-x: hidden;
    transition: all 0.5s ease;
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
	top: 50px;
	width: 70%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
}

.menu-logo {
	position: relative;
	top: 0;
	left: 0;
	max-width: 120px;
	margin-bottom: 120px;
}

.menu-logo img {
	width: 100%;
	height: auto;
}

/* The navigation links inside the overlay */
.menu-links-1 a {
    font-family: "playfair-display", serif;
	font-weight: 900;
	font-style: normal;
    font-size: 3rem;
    line-height: 1.08;
    margin: 0 0 20px 0;
    color: #f1f7ea;
	display: block;
	transition: all 0.5s ease;
}

.menu-links-1 a:hover {
	margin-left: 10px;
}

.menu-links-2 {
	margin-top: 50px;
}

.menu-links-2 a {
   font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.25rem;
    line-height: 1.65;
	color: #f1f7ea;
	display: block;
	opacity: 1;
	transition: all 0.5s ease;
}

.menu-links-2 a:hover {
	opacity: 0.5;
}

.menu-cta {
	position: absolute;
	right: 0;
	bottom:0;
}

.menu-contact {
	margin-top: 50px;
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.25rem;
    line-height: 1.65;
	color: #f1f7ea;
}

.menu-contact a {
	font-size: 1.25rem;
	color: #f1f7ea;
	margin-right: 20px;
}

#close-menu{
	position: absolute;
    top: 40px;
	right: 0;
    font-size: 1.8rem;
	color: #f1f7ea;
	opacity: 1;
	text-align: center;
	transition: 0.3s ease;
	cursor: pointer;
}

#close-menu:hover {
	opacity: 0.5;
}

header {
	position: absolute;
	width: 80%;
	height: 130px;
	max-width: 1550px;
	left: 50%;
	top: 60px;
	transform: translateX(-50%);
	z-index: 999;
}

.header-menu {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.header-menu div {
	display: inline-block;
	margin-right: 30px;
}

.open-menu{
	color: #f1f7ea;
	font-size: 1.6rem;
	cursor: pointer;
}

.btn-full-1 {
	background: #bda09c;
	color: #f1f7ea;
	border: none;
	padding: 12px 30px;
	clip-path: polygon(
		0 5px,           /* top-left: starts 10px DOWN from top */
		100% 0,           /* top-right: not affected */
		100% 100%,        /* bottom-right: not affected */
		0 calc(100% + 5px)  /* bottom-left: extends 10px BELOW bottom */
	 );
	font-family: century-gothic, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.125rem;
	cursor: pointer;
	transition: all 0.5s ease;
}

.btn-full-1:hover {
	margin-left: 5px;
	background: #babd9c;
}

.logo-header {
	position: absolute;
	height: 130px;
	left: 50%;
	transform: translateX(-50%);
}

.logo-header img {
	height: 100%;
	width: auto;
}

.contact-header {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.125rem;
	line-height: 160%;
	color: #f1f7ea;
}
.contact-header a {
	color: #f1f7ea;
	display: inline-block;
	transition: all 0.5s ease;
}

.contact-header a:hover {
	color: #bda09c;
}

.contact-header a i {
	margin-left: 10px;
}

i.contact-icon {
	margin-left: 30px !important;
}

.home {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("img/bg_home.jpg") no-repeat center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

.headline {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}

.btn-ghost {
	border: 1px solid #f1f7ea;
	padding: 12px 30px;
	font-family: century-gothic, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.125rem;
	color: #f1f7ea;
	cursor: pointer;
	transition: all 0.5s ease;
}

.btn-ghost:hover {
	border: 1px solid #bda09c;
	background: #bda09c;
	color: #f1f7ea;
		
}

.card .actions .btn-ghost:hover {
	border: 1px solid #babd9c;
	background: #f1f7ea;
	color: #babd9c;
		
}

.arrow {
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 1.875rem;
	color: #f1f7ea;
	animation: jumpInfinite 1.5s infinite;
}

.hero {
	position: relative;
	width: 100%;
	height: 85%;
}

#appartement-sophie {
	background: url("img/appartement-sophie/hero.jpg") no-repeat center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

#appartement-anna {
	background: url("img/appartement-anna/hero.jpg") no-repeat center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

#appartement-heidi {
	background: url("img/appartement-heidi/hero.jpg") no-repeat center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

#appartement-og-1 {
	background: url("img/appartement-og-1/hero.jpg") no-repeat center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

#appartement-og-2 {
	background: url("img/appartement-og-2/hero.jpg") no-repeat center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

#buchen {
	background: url("img/buchen-hero.jpg") no-repeat center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

#appartements-kaltenbach{
	background: url("img/appartements-kaltenbach_hero.jpg") no-repeat center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

#appartements-stumm{
	background: url("img/appartements-stumm_hero.jpg") no-repeat center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

#region{
	background: url("img/region_hero.jpg") no-repeat right center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

#buchungsinformation {
	background: url("img/buchungsinformationen_hero.jpg") no-repeat center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

#kontakt {
	background: url("img/kontakt_hero.jpg") no-repeat center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

#impressum{
	background: url("img/impressum_hero.jpg") no-repeat center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

#datenschutz{
	background: url("img/datenschutz_hero.jpg") no-repeat center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}


@keyframes jumpInfinite {
  0% {
    bottom: 50px;
  }
  50% {
    bottom: 60px;
  }
  100% {
    bottom: 50px;
  }
}

.info {
	position: relative;
	width: 100%;
	overflow-x: hidden;
	margin-top: 90px;
	margin-bottom: 120px;
}

  .wrapper{
    max-width: 1300px;
    margin: 0 auto;
    padding: 60px 50px 80px;
  }

  .grid{
    display: grid;
    grid-template-columns: 1.05fr 0.85fr 1.1fr;
    grid-template-rows: auto auto;
    gap: 24px;
	  margin-bottom: 80px;
  }

.wrapper a .btn-full-1 {
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
}

  /* Text block */
  .intro{
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 10px;
  }


  .intro p{
    margin: 0 0 22px 0;
    max-width: 480px;
  }

.intro p:first-of-type {
	 margin: 270px 0 22px 0;
}

  .intro p.bold{
    font-weight: 600;
  }

  .img-placeholder img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .img-bedroom{
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    min-height: 460px;
	  overflow: hidden;
	  margin-top: 80px;
  }

.img-bedroom img {
	height: 100%;
	width: auto;
}

  .img-living{
    grid-column: 3 / 4;
    grid-row: 1 / 2;
    min-height: 460px;
	  overflow: hidden;
  }

.img-living img {
	height: 100%;
	width: auto;
}

  .img-kitchen{
    grid-column: 1 / 4;
    grid-row: 2 / 3;
    min-height: 340px;
	  overflow: hidden;
  }

.img-kitchen img {
	height: 100%;
	width: auto;
}

.flower-main {
	position: absolute;
	width: 30%;
	height: 70%;
	right: 0;
	bottom: 0;
	background: url("img/flower_l.png") no-repeat bottom right;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 0;
	opacity: 0.3;
}

.appartements-headline {
	position: relative;
	display: inline-block;
	width: 40%;
	margin-right: 9%;
	text-align: left;
	vertical-align: top;
}

.appartements-headline-copy {
	position: relative;
	display: inline-block;
	width: 40%;
	margin-top: 120px;
}

.appartements-headline h2 {
	font-size: 4.563rem;
	text-align: left;
}

.full-bg-img {
	position: relative;
	width: 100%;
	padding: 180px 0 180px 0;
}

.headline-region h2 {
		font-style: normal;
		font-size: 7.625rem;
		margin: 0 0 40px 0;
		color: #bda09c;
		text-align: left;
	  }

.pin-icon {
	position: absolute;
	width: 260px;
	top: -20px;
	left: 0;
	z-index: -1;
}

.pin-icon img {
	width: 100%;
	height: auto;
	opacity: 0.4;
}

.informationen {
	position: relative;
	width: 100%;
	padding: 80px 0;
	background: #babd9c;
}

.informationen .content-40 {
	margin-top: 120px;
}

.informationen .content-40 p {
	color: #f1f7ea;
}

.informationen .content-40 p i {
	font-size: 2.25rem;
	margin-right: 15px;
}

.flower-wht {
	position: absolute;
	height: 70%;
	bottom: 0;
	right: 0;
	pointer-events: none;
	opacity: 1;
}

.flower-wht img {
	height: 100%;
	width: auto;
}

#urlaubsparadies {
	background: url("img/bg_urlaubsparadies.png") no-repeat top center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

#urlaubsparadies .article-70 {
	margin-top: 80px;
}

#kaltenbach {
	background: url("img/bg_kaltenbach.png") no-repeat top center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

#stumm {
	background: url("img/bg_stumm.png") no-repeat top right;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

#sommeraktivitaeten {
	padding: 250px 0 250px 0;
	background: url("img/bg_sommeraktivitaeten.jpg") fixed no-repeat top center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

#winteraktivitaeten {
	padding: 250px 0 250px 0;
	background: url("img/bg_winteraktivitaeten.jpg") fixed no-repeat top center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

.article-70 {
	position: relative;
	width: 70%;
	max-width: 1200px;
	margin: 0 auto;
	z-index: 1;
}

.content-40 {
	position: relative;
	width: 40%;
	max-width: 650px;
	margin-left: 16%;
}

.content-40 .btn-full-1 {
	margin-top: 70px;
}

#urlaubsparadies .content-40 p:first-of-type {
	margin-top: 180px;
}

.appartements-overview {
	position: relative;
	width: 100%;
	padding: 150px 0;
	margin: 0 auto;
}

.uebersicht {
	position: relative;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	margin-bottom: 150px;
	text-align: center;
}

.card {
	position: relative;
    overflow: hidden;
	display: inline-block;
	vertical-align: top;
	width: 30%;
	margin: 1%;
	z-index: 66;
  }

  .card__image-wrap {
    width: 90%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
	margin-left: 5%;
  }

  .card__image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .card__body {
    padding: 140px 45px 45px;
    margin-top: -100px;
	background: #bda09c;
	transition: all 0.5s ease;
  
  }

.card__body:hover {
	background: #babd9c;
}

  .card__title {
    margin: 0 0 28px;
	  font-family: "playfair-display", serif;
	font-weight: 900;
	font-style: normal;
    font-size: 1.75rem;
    line-height: 1.08;
    text-transform: uppercase;
	color: #f1f7ea;
	text-align: left;
  }


.card__description p  {
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.02rem;
    line-height: 1.65;
	text-align: left;
	color: #f1f7ea;
}

  .card__meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
    font-family: century-gothic, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.02rem;
    line-height: 1.65;
	color: #f1f7ea;
  }

  .card__meta span {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .card__meta svg {
    flex-shrink: 0;
  }

  .card__description {
    font-family: 'Trebuchet MS', Arial, sans-serif;
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 32px;
  }

  .card__description p {
    margin: 0;
  }

.article-80 {
	position: relative;
	width: 80%;
	max-width: 1600px;
	margin: 0 auto;
}



/* ===== Each unit is a grid: text-block | image-block ===== */
  .unit{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
    margin-bottom: 120px;
    position: relative;
  }

  .unit:last-child{ margin-bottom: 0; }

  /* reverse order for unit 2 (image left, text right on desktop) */
  .unit.reverse .heading-col{ order: 2; }
  .unit.reverse .visual-col{ order: 1; }

  /* ===== Heading column ===== */
  .heading-col{
    position: relative;
    padding-top: 40px;
  }



  .ghost-number{
   font-family: century-gothic, sans-serif;
	font-weight: 900;
	font-style: normal;
    font-size: 23.125rem;
    color: transparent;
    -webkit-text-stroke: 1.5px #a8a8a8;
    line-height: 0.8;
    position: absolute;
    top: -20px;
    left: -6px;
    z-index: 0;
    user-select: none;
  }

  .heading-text{
    position: relative;
    z-index: 1;
    padding-top: 38px;
    padding-left: 30px;
  }

  .eyebrow{
    font-family: 'almonderegular';
    font-size: 2rem;
    font-weight: 400;
    color: #191919;
    display: block;
    margin-bottom: -10px;
  }

  .title{
    font-family: "playfair-display", serif;
	font-weight: 900;
    font-size: 2.25rem;
    line-height: 1;
    letter-spacing: -0.5px;
	  color: #191919;
	  text-align: left;
	  margin:0;
	  padding-left: 40px;
  }

  /* ===== Visual column: photo + info panel stacked / overlapped ===== */
  .visual-col{
    position: relative;
  }

  .photo{
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
    display: block;
	  margin-left: 10%;
  }

.photo img {
	width: 100%;
	height: auto;
}

.unit.reverse .photo{
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
    display: block;
	  margin-left: -10%;
  }

  .info-panel{
    background: #bda09c;
    color: #f1f7ea;
    padding: 140px 45px 45px;
    margin-top: -100px;
    max-width: 92%;
  }

  .unit.reverse .info-panel{
    margin-left: 10%;
  }

  .info-panel p{
    font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.02rem;
    line-height: 1.65;
	   color: #f1f7ea;
  }


  .info-panel p:last-of-type{
    margin-bottom: 30px;
  }

  .actions{
    display: flex;
    align-items: center;
    gap: 26px;
	margin-top:70px;
  }


  .link-text{
   font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.02rem;
    line-height: 1.65;
	 color: #f1f7ea;
	  opacity: 1;
	  transition: all 0.5s ease;
  }

.link-text:hover {
	opacity: 0.5;
}

.actions .btn-ghost:hover {
	background: #f1f7ea;
	color: #bda09c;
		
}

.aktivitaeten {
	position: relative;
	width: 100%;
}

.aktivitaeten .article-70 {
	column-count: 2;
    column-gap: 40px;
	break-inside: avoid;
	padding: 120px 0;
}

.column {
	column-count: 2;
    column-gap: 40px;
	break-inside: avoid;
	padding: 120px 0;
}

.slider-section{
	position: relative;
	width: 100%;
    background: none;
    padding: 0px 60px;
    margin: 0 auto;
	margin-top: 50px;
	z-index: 2;
  }

  .slider-wrapper{
    position: relative;
  }

  .slider-viewport{
    overflow: hidden;
    width: 100%;
  }

  .slider-track{
    display: flex;
    gap: 14px;
    transition: transform 0.45s ease;
  }

  .slide{
    flex: 0 0 calc((100% - (3 * 25px)) / 4);
    aspect-ratio: 1 / 1;
    overflow: hidden;
  }

  .slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .slider-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border: none;
    background: #bda09c;
    color: #f1f7ea;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    z-index: 5;
    transition: all 0.5s ease;
  }

  .slider-arrow:hover{
    background: #babd9c;
  }

  .slider-arrow.prev{ left: -24px; }
  .slider-arrow.next{ right: -24px; }

  .slider-arrow:disabled{
    opacity: 0.35;
    cursor: default;
  }

  .slider-arrow svg{
    width: 30px;
    height: 30px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
  }


.book-extern {
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}

.book-extern img {
	width: 100%;
	height: auto;
	transition: all 0.5s ease;
}

.book-extern:hover img {
	transform: scale(1.05);
} 

.book-extern-headline {
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}

footer {
	position: relative;
	width: 100%;
	margin-top: -55px;
	z-index: 0;
}

.footer-top {
	position: relative;
	width: 100%;
	background: url("img/bg_footer-top.jpg") no-repeat center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

.footer-top-copy {
	position: relative;
	width: 80%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 200px 0 80px 0;
}

.footer-top-copy-left {
	display: inline-block;
	width: 40%;
	vertical-align: top;
	margin-right: 4%;
}

.footer-top-copy-right {
	display: inline-block;
	width: 25%;
	vertical-align: top;
}

.footer-top-copy-right ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-top-copy-right ul li {
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.02rem;
    line-height: 1.65;
	color: #f1f7ea;
	margin-bottom: 10px;
}

.icon-s {
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
}

.footer-top-copy-left p {
	 color: #f1f7ea;
}

.footer-bottom {
	position: relative;
	width: 100%;
	background: #2e2e2e;
}

.footer-bottom-copy {
	position: relative;
	width: 80%;
	max-width: 1600px;
	margin: 0 auto;
	color: #f1f7ea;
	padding: 80px 0;
	z-index: 2;
}

.footer-bottom-block {
	display: inline-block;
	width: 15%;
	margin-right: 6%;
	vertical-align: top;
}

.footer-bottom-block p {
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.02rem;
    line-height: 1.65;
	color: #f1f7ea;
}

.footer-bottom-block p a {
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.02rem;
    line-height: 1.65;
	color: #f1f7ea;
	opacity: 1;
	transition: all 0.5s ease; 
}

.footer-bottom-block p a:hover {
	opacity: 0.5;
}

.footer-bottom-block:first-of-type {
	vertical-align: middle !important;
	width: 15%;
}

.footer-bottom-block:nth-of-type(2) {
	width: 25%;
}

.footer-bottom-block:last-of-type {
	margin-right: 0%;
}

.footer-bottom-block img {
	padding-top: 30px;
	width: 90%;
	height: auto;
}

.footer-bottom-block i {
	margin-right: 10px;
}

.flower-footer {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 90%;
	z-index: 1;
	font-size: 0;
	opacity: 0.3;
}

.flower-footer img {
	height: 100%;
	width: auto;
}

/* Responsive */

  @media (max-width: 1000px){
    .grid{
      grid-template-columns: 1fr 1fr;
    }
    .intro{
      grid-column: 1 / 3;
      grid-row: 1 / 2;
    }
    .img-bedroom{
      grid-column: 1 / 2;
      grid-row: 2 / 3;
      min-height: 380px;
    }
    .img-living{
      grid-column: 2 / 3;
      grid-row: 2 / 3;
      min-height: 380px;
    }
    .img-kitchen{
      grid-column: 1 / 3;
      grid-row: 3 / 4;
    }
	  
	 .unit,
    .unit.reverse{
      display: flex;
      flex-direction: column;
      gap: 0;
      margin-bottom: 80px;
    }

    .unit.reverse .heading-col,
    .unit.reverse .visual-col{ order: initial; }

    .heading-col{
      order: 1;
      padding-top: 10px;
      margin-bottom: 30px;
    }

    .visual-col{ order: 2; }

    .heading-text{
      padding-top: 55px;
      padding-left: 10px;
    }

    .info-panel{
      max-width: 100%;
      padding: 32px 26px 30px;
    }

    .unit.reverse .info-panel{
      margin-left: 0;
    }
	  
  }

  @media (max-width: 640px){
	  
	  .overlay-content {
		position: relative;
		top: 40px;
		transform: translateY(0%);
		width: 90%;
		text-align: left;
	}

	.menu-logo {
		position: relative;
		top: 0;
		left: 0;
		max-width: 100px;
		margin-bottom: 80px;
	  }
	  
	  /* The navigation links inside the overlay */
	.menu-links-1 a {
		font-size: 2.8rem;
	}

	.menu-links-2 {
		margin-top: 50px;
	}

	.menu-links-2 a {
		font-size: 1.3rem;
	}
	  
	  .menu-cta {
		position: absolute;
		right: 0;
		bottom:0;
	}

	.menu-contact {
		margin-top: 50px;
		font-family: century-gothic, sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 1.3rem;
		line-height: 1.65;
		color: #f1f7ea;
	}

	.menu-contact a {
		font-size: 1.3rem;
		color: #f1f7ea;
		margin-right: 20px;
	}

	#close-menu{
		position: absolute;
		top: 30px;
		right: 0;
		font-size: 1.8rem;
		color: #f1f7ea;
		opacity: 1;
		text-align: center;
		transition: 0.3s ease;
		cursor: pointer;
	}

	  h1 {
		font-size: 4.5rem !important;
		line-height: 85%;
		margin: 0 0 50px 0;
	}
	  
	  h2.head-large-wht {

		font-style: normal;
		font-size: 3rem;
		margin: 0 0 40px 0;
		color: #f1f7ea;
		text-align: center;
	  }

	  .book-extern-headline h2 {
		font-size: 1.5rem;

	}
	  
	  .hide {
		  visibility: hidden;
	  }
	  
	  header {
		position: absolute;
		width: 90%;
		height: 200px;
		top: 15px;
	}
	  
	 .logo-header {
		position: absolute;
		height:80px;
		left: 50%;
		transform: translateX(-50%);
	}
	  
	 .header-menu {
		position: absolute;
		left: 0;
		top: 65%;
		transform: translateY(-50%);
	}

	.header-menu div {
		display: inline-block;
		margin-right: 30px;
	}
	  
	 .contact-header {
		position: absolute;
		right: 0;
		top: 65%;
	}
	  
	  i.contact-icon {
		margin-left: 0px !important;
	}
	  
	  .btn-header {
		  left: 50%;
	  }
	  
	  .headline {
		  width: 90%;
	  }
	  
	  .article-70 {
		position: relative;
		width: 90%;
	}
	  
	  .article-80 {
		width: 90%;
	}
	  
	  .info {
		margin-top: 80px;
	}
	  
	  .flower-main {
		position: absolute;
		width: 100%;
		height: 27%;
		right: -50%;
		bottom: 50%;
	}
	  
	  .intro h2 {
		font-size: 3rem;
		text-align: left;
		position: relative;
		left: 0%;
		z-index: 1;
	}
	  
	  .content-40 {
		width: 100%;
		margin-left: 0%;
	}
	  
    .wrapper{
      padding: 0;
    }
    .grid{
      grid-template-columns: 1fr;
      gap: 18px;
    }
    .intro{
      grid-column: 1 / 2;
      grid-row: auto;
    }
	  
	  .intro p:first-of-type {
	 margin: 50px 0 22px 0;
}
    .img-bedroom, .img-living, .img-kitchen{
      grid-column: 1 / 2;
      grid-row: auto;
      min-height: 320px;
    }
	  
	  .photo{
    width: 86%;
	  margin-left: 3%;
  }


.unit.reverse .photo{
    width: 86%;
	  margin-left: 3%;
  }
	  
	  .ghost-number{
		font-size: 18rem;
		top: -20px;
		left: -6px;
	  }
	  
	 
	 .title{ font-size: 3rem; }
    /*.eyebrow{ font-size: 19px; }
    .actions{ flex-wrap: wrap; gap: 14px; }
    .info-panel p{ font-size: 14px; }
	  */
	  
	 .info-panel{
    padding: 140px 45px 45px;
    margin-top: -100px;
    max-width: 92%;
  }
	  
	  .book-extern {
		  margin: 20px 0;
}
	  
	  .slide{
      flex: 0 0 100%;
    }
    .slider-section{
      padding: 20px 40px;
    }
    .slider-arrow{
      width: 38px;
      height: 38px;
    }
    .slider-arrow.prev{ left: -10px; }
    .slider-arrow.next{ right: -10px; }
	  
	 .footer-top h2 {
		font-weight: 900;
		font-style: normal;
		font-size: 4rem;
		margin-bottom: 80px;
	}
	  
	 .footer-top-copy-left {
		width: 100%;
		margin-right: 0%;
		  margin-bottom: 60px;
	}

	.footer-top-copy-right {
		width: 100%;
		vertical-align: top;
	}

	 .footer-bottom-block {
		width: 100%;
		margin-right: 0%;
	}
	  
	  .footer-bottom-block:first-of-type {
	width: 100%;
}

	.footer-bottom-block:nth-of-type(2) {
		width: 100%;
	}

	.footer-bottom-block:last-of-type {
		margin-right: 0%;
	}
	  
	  .footer-bottom-block img {
		padding-top: 0px;
		width: 50%;
		height: auto;
		  margin-bottom: 30px;
	}
	  
	.flower-footer {
		position: absolute;
		left: 0;
		bottom: 0;
		height: 25%;
		z-index: 1;
		font-size: 0;
	}
	  
	  .appartements-headline {
		width: 100%;
		margin-right: 0%;
	}

	.appartements-headline-copy {
		width: 100%;
		margin-top: 50px;
	}

	.appartements-headline h2 {
		font-size: 3rem;
		text-align: left;
	}

	  .card {
		width: 90%;
		margin: 1%;
		  margin-bottom: 60px;
	  }
	  
	    .card__body {
		padding: 140px 20px 45px;
		margin-top: -100px;
		background: #bda09c;
		transition: all 0.5s ease;

	  }
	  
	  .headline-region h2 {
		  font-size: 4rem;
	  }
	  
	  .flower-wht {
	height: 50%;
	opacity: 0.2;
}
	  
	 .aktivitaeten .article-70 {
		column-count: 1;
	  	column-gap: 0px;
	}
	  
	  .column {
		column-count: 1;
	  	column-gap: 0px;
	}
	 
	  
  }

