/* Erstes Element */
.row .spec:nth-child(1) {
  /* Styling für das erste Element */
}

/* Zweites Element */
.row .spec:nth-child(2) {
  /* Styling für das zweite Element */

}

/* Drittes Element */
.row .spec:nth-child(3) {
  /* Styling für das dritte Element */

}
@media only screen and (max-width : 1399px) {
.h2, h2 {
	font-size: 2.8rem;
}
.frame-layout-3 {
	padding-left: 10%;
	padding-right: 10%;
}
}
@media only screen and (max-width : 1199px) {

.frame-layout-2 {
	padding-left: 5%;
	padding-right: 5%;
}  
.frame-layout-3 {
	padding-left: 5%;
	padding-right: 5%;
}

.h1, h1 {
	font-size: 3rem;
}  
.h3, h3 {
	font-size: 1.75rem;
}  
.sticky .shine h1 {
	font-size: 3.25rem;
}  
.frame.button a, .pp-tabs-custom .nav-tabs .nav-link, .ce-bodytext .button  {
	padding: 0 1.2rem 0 1.6rem;
	font-size: 0.9rem;
	letter-spacing: 0.15rem;
} 
.spec .item-image img {
	height: 25vw;
	object-fit: cover;
}   
.spec .item-text pre {
	width: 11rem;
	height: 11rem;
	margin-top: calc(-6.5rem);
}
.spec .item-text pre strong {
	font-size: 1.8rem;
}  
.spec .item-text h2 {
	font-size: 2.5rem;
	padding-top: 5rem;
}  
.spec .item-text ul {
	font-size: 1.25rem;
}
.inclusive h2 {
	font-size: 3rem;
} 
.inclusive h4 {
	font-size: 1.25rem;
}  
.inclusive p, .inclusive ul li {
	font-size: 1.25rem;
}   

.room .details ul li, .room .text p {
	font-size: 1.25rem;
}  
.footer p, .footer a {
	font-size: 1.25rem;
	font-weight: 300;
}  
}
@media only screen and (max-width : 992px) {
.h3, h3 {
	font-size: 1.5rem;
}
.sticky .imgwrap .image {
	height: 50vh;
	margin: 0;
}

.sticky .shine {
	height: 50vh;
}
.sticky .shine::after {
	width: 50vw;
	height: 50vw;
	top: -15vw;
	right: -15vw;
}  
.sticky .shine > div.frame-type-image  {
  margin-top: -10vh;
  z-index:1;
}
.three .spec:nth-child(3) {
  display:none;

}
.spec .item-image {
	margin: 0 5px;
	padding-right: 5vw;
	position: relative;
}  
.spec .item-image img {
	width: 100%;
	height: 45vw;
	object-fit: cover;
}  
.spec .item-text pre {
	width: 11rem;
	height: 11rem;
	margin-top: calc(-7rem);
	right: 3vw;
}
.spec .item-text pre strong {
	font-size: 2rem;
}  
.spec .item-text h2 {
	padding-top: 5rem;
}
.nature .card-body .image {
	padding-left: 3vw;
	padding-right: 2.5vw;
}  
.nature .card-body .ce-bodytext, .nature .card-body .button {
	padding-left: 3vw;
}  
.step .tiny-sticky .tns-controls button {
	transform: translateY(-30px);
}
.step .img::after {
	height: 1.5rem;
	width: 100%;
}
.step .text {
	padding-bottom: 1rem;
	margin-top: 0;
}   
.inclusive h2 {
	font-size: 2.5rem;
}    
.footer h2 {
	font-size: 3rem;
	line-height: 1;
}  
.footerlogo .image-embed-item {
	width: 100%;
	height: auto;
}    
}  
@media only screen and (max-width : 767px) {
.frame-space-before-extra-small{
  padding-top: 4vw;
  margin-top: 0;
}
.frame-space-after-extra-small{
  padding-bottom: 4vw;
  margin-bottom:0;
}
.frame-space-before-small{
  padding-top: 8vw;
  margin-top: 0;
}
.frame-space-after-small{
  padding-bottom: 8vw;
  margin-bottom:0;
}
.frame-space-before-medium {
  padding-top: 12vw;
  margin-top: 0;
}
.frame-space-after-medium {
  padding-bottom: 12vw;
  margin-bottom:0;
}
.frame-space-before-large{
  padding-top: 20vw;
  margin-top: 0;
}
.frame-space-after-large{
  padding-bottom: 20vw;
  margin-bottom:0;
}
.frame-space-before-extra-large {
  padding-top: 24vw;
  margin-top: 0;
}
.frame-space-after-extra-large {
  padding-bottom: 24vw;
  margin-bottom:0;
}  
.sticky .shine::after {
	width: 80vw;
	height: 80vw;
	top: -30vw;
	right: -30vw;
}
.h1, h1 {
	font-size: 2.5rem;
}  
.sticky .shine h1 {
	font-size: 3rem;
}
.sticky .shine h4 {
	font-size: 1rem;
	letter-spacing: 0.2rem;
}
.sticky .shine p {
	font-size: 1.2rem;
}  
.sticky .shine .ce-textpic.ce-right .ce-gallery {
	padding-left: 5vw;
}  
.sticky .shine > div.frame-type-image .image img {
	width: 20vw;
	height: 20vw;
}  
  
.three .spec:nth-child(2) {
  display:none;

}
  
.spec .item-image img {
	height: 80vw;
}
.spec .item-text h2 {
	padding-left: 5vw;
}  
.spec .item-text ul {
	padding-left: 16vw;
	padding-right: 5vw;
}
.spec .item-text ul li {
	padding-left: 1vw;
}  
.spec .item-link a::before {
	width: 15vw;
	margin-right: 2vw;
} 

.footer h2 {
	font-size: 3.5rem;
}  
.footer p, .footer a {
	font-size: 1.25rem;
}  
}
@media only screen and (max-width : 575px) {
.frame.button a, .pp-tabs-custom .nav-tabs .nav-link, .ce-bodytext .button {
	padding: 0 1rem 0 1.4rem;
	font-size: 0.8rem;
	letter-spacing: 0.1rem;
}
  
.sticky .imgwrap .image {
	height: 40vh;
	margin: 0;
}
.sticky .shine {
	height: 60vh;
	align-content: start !important;
	padding-top: 2rem !important;
}
.sticky .shine h1 {
	font-size: 2rem;
	margin-bottom: 0;
}
  .sticky .shine h4 {
	margin-bottom: 0;
}
.step .tiny-sticky .tns-controls button {
	transform: translateY(calc(-100% + 20px));
}  
.step .img::after {
	height: 1.5rem;
	width: 100%;
}
.step .text {
	padding-bottom: 1rem;
	margin-top: 0;
}   
a.link360::after {
	opacity: 1;
}

}
@media only screen and (max-width : 320px) {
  
 .sticky .shine h1 {
	font-size: 2rem;
} 
}
@media (hover: none) {
a.link360::after {
	opacity: 1;
}
}