html{
  scroll-behavior: smooth; 
  margin:0px;
}


.loadscreen{
  width: 100%;
  position: absolute;
  z-index: 10001;
  margin: auto;
  height: 100%;
  top:0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loadscreen2{
  width: 100%;
  position: absolute;
  z-index: 10000;
  margin: auto;
  height: 100%;
  top:0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #334021;
}


.ham-menu{

    width: 80%;
  position: fixed;
  z-index: 10000;
  background-color: #546246;
  margin: auto;
  height: 100%;
  top:0px;
  right: 0px;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 80px;
  display: none;

}
.ham-text{
  color: white;
  font-family: open sans;
  border-bottom: 1px solid white;
  font-size: 20px;
}
.ham-text2{
  color: white;
  font-family: open sans;
  border: 1px solid white;
  font-size: 20px;
  width: 150px;
  padding: 10px;
  position: absolute;
  top: 20px;

}
.xline2{
  position: absolute;
  right: 40px;
  top: 40px;
}



.inside-ham{
  width: 300px;
  margin: 20px;

}

@-webkit-keyframes pulse {
 0% {
 -webkit-transform: scale(1, 1);
}
 50% {
 -webkit-transform: scale(1.1, 1.1);
}
 100% {
 -webkit-transform: scale(1, 1);
};
}

@keyframes pulses {
 0% {
 transform: scale(1, 1);
}
 50% {
 transform: scale(1.03, 1.03);
}
 100% {
transform: scale(1, 1);
};
}

.fixed-room-header-individual{
width: 100%; 
height: 60px; 
background-color: #2F421E; 
position: fixed; 
top:0px; 
z-index: 2000;  
box-shadow: 0px 0px 10px rgba(0,0,0,0.3); 
}
.whatsapp {
  z-index: 10001;
  -webkit-animation: pulse 1s linear infinite;
  animation: pulses 2s linear infinite;
  position: fixed;
  left:20px; 
  bottom: 20px; 
  width: 80px;
}


.information-tab-text-info{
font-size: 20px; 
margin: 0px; 
text-align: center; 
font-family: Source Serif Pro; 
font-weight: 300;
}

.information-tab-text-info-small{
font-size: 13px; 
margin: 0px; 
text-align: center; 
font-family: Source Serif Pro; 
font-weight: 300;
}

.information-tab-elements{
font-family: Source Serif Pro; 
font-weight: 300;
margin-top: 30px; 
border-bottom: 1px solid rgb(188,188,188);
padding-bottom: 30px; 
font-size: 20px; 
margin-left: 20px; 
margin-right: 20px;
}

.small-divider-content{
width: 50px; 
height: 2px; 
background-color: black; 
margin:0 auto;
}

.left-line-infotab{
padding-left:10px; 
padding-right:10px; 
border-left: 1px solid rgb(188,188,188); 
border-right: 1px solid rgb(188,188,188);
}

.small-divider-content-mobile{
width: 50px; 
height: 2px; 
background-color: black; 
margin:0 auto;
}

.small-divider-content-mobiles{
width: 50px; 
height: 2px; 
background-color: white; 
margin:0 auto;
}

.right-sidebar-info{
width: 30%; margin-top: 90px; float: right;
}
.google-virtual-iframe{
width: 70%;
height: 550px;
margin-bottom: -4px;
}

* {
    box-sizing: border-box;
}

.rowalign{
}

.rowalign-rooms{

}
.rows{
margin:20px;
}

.column1 {
    float: left;
    width: 50%;
    height: auto;
           margin-top: -5px;

}
.column2 {
    float: left;
    width: 50%;
           margin-top: -5px;

}


.column1r {
    float: right;
    width: 50%;
    height: auto;
           margin-top: -5px;

}
.column2r {
    float: right;
    width: 50%;
           margin-top: -5px;

}

.keep-it-up{
  display: none;
}

.header-section-content{
	font-family: source serif pro;
	font-weight: 400;
	font-size: 40px;
  text-align: center;
}

.header-section-content-mobile{
  font-family: source serif pro;
  font-weight: 400;
  font-size: 30px;
  text-align: center;
}


.header-section-content-mobiles{
  font-family: source serif pro;
  color: white;
  font-weight: 400;
  font-size: 30px;
  text-align: center;
}

/* Clear floats after the columns */
.rowalign:after {
    content: "";
    display: table;
    clear: both;
}


.rowalign-rooms:after {
    content: "";
    display: table;
    clear: both;
}


.mobile-delete{display: none;}


  .videoplayer-youtube:hover{
    filter: brightness(110%);
  }

a { color: inherit; } 

.play-button{
   width:100px;
  margin-top: 250px;
}


.best-rooms-header{
    font-family: source serif pro;
  font-weight: 300;
  font-size: 40px;
  text-align: center;
}

.hotel-rooms{
  background-color: #6a745d;
  max-width: 100%;
  padding: 20px;
  margin-top: -5px;
}

.room-name-header{
    font-family: source serif pro;
  font-weight: 300;
  font-size: 20px;
  border-bottom:1px solid #A8A8A8;
  padding-bottom: 9px;
  margin-top:4px;
  margin-left:12px;
  margin-right:12px;
  margin-bottom: 2px;
}

.hotel-rooms-desktop{
display: none;
}


.hotel-rooms-mobile{
max-width: 1300px;
margin: 0 auto;
display: block;
margin-top: ;
}


.hotel-room-individual{
background-color: white;
max-width: 700px;
margin: 20px;

}

.icons-room-layout{
  display: inline-block;
  margin-left: 12px;
  padding-bottom: 5px;
  width: 100%;
 
}

.icon-explainer-hotel{
  display: inline;
   font-family: source serif pro;
  font-weight: 300;
  font-size: 14px;
  position: relative;
  bottom: 5px;
  
}


  #container {
  margin-top: 20px;
  margin-left: 30px;
  position: relative;
  background: green;
}

.pulse {
  width: 10px;
  height: 10px;
  border: 2px solid green;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: rgb(102,205,77);
  z-index: 10;
  position: absolute;
}

.dot {
  border: 10px solid rgb(102,205,77);
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 60px;
  width: 60px;
  -webkit-animation: pulse 3s ease-out;
  -moz-animation: pulse 3s ease-out;
  animation: pulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: -12;
  opacity: 0;
}

@-moz-keyframes pulse {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}

@-webkit-keyframes "pulse" {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 0.5;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}

  .callbutton{ position: fixed; z-index: 1000; bottom: 60px;transform: scale(1);}




.sqmetericon{
  height:20px; 
  margin-right: 5px;
}

.adultsicon{
  height:20px; 
  margin-left: 5px; 
}

.roompriceicon{
  width:20px; 
  margin-left: 15px; 
  margin-right: 5px; 
}

footer{
  width: 100%; 
  background-image: url(../img/kazermapattern.jpg);
background-size: 100%;
}

.followus{
  width: 300px; 
  border-top: 1px solid white; 
  border-bottom: 1px solid white; 
  margin-top: 30px; 
  font-family: Source Serif Pro;  
}

.followusheadline{
  color: white; 
  margin:0px; 
  font-weight: 300;
}

.finalexplainer{
  color: white;
  font-family: source serif pro;
  font-weight: 300;
}

.main-video-title{
	width:800px; 
	text-align: center;   
	color: white; 
	font-family: Source Serif Pro; 
	font-size: 60px; 
	text-shadow: 0px 0px 15px rgba(0,0,0,0.5);
}
.main-video-title-mini{
  width:800px; 
  margin-top: -40px;
  text-align: center;   
  color: white; 
  font-family: open sans;   
  font-size: 20px; 
  text-shadow: 0px 0px 15px rgba(0,0,0,0.5);
}


nav{
width: 100%; 
position: absolute; 
top:0px;  
height:90px; 
z-index: 40;
}


.navimage{width: 300px; margin: 20px; display: none;}



#BackToTop {
  background-color:#2F421E;
  display:block;
  position:fixed;
  top:0px;
  width:100%;
  height: 55px;
  opacity: 1;
  transition-duration: 600ms;
  z-index: 1000;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);

}
.check-availability-dorch{
  float: right;
  background-color: #546246;
  color: white;
  padding-top: 19px;
  padding-bottom: 19px;  
  padding-left: 10px;
  padding-right: 10px;
  margin: 0px;
font-family: Source Serif Pro; 
  font-weight: 600;
  font-size: 13px;
}

#BackToTop.active {
    opacity: 1;
}

.triagram{
position: fixed;
top: 12px;
right: 140px;
}

ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    text-align: center;
    display: none;

}

li {
	margin-top:6px;
    transition: 0.5s;
  float: left;
}



li a {
    display: block;
    color: white;
    text-align: center;
    padding: 15px 35px;
    text-decoration: none;
	    font-family: open sans;
      color: white;
	  font-size:20px;
	}


li:hover{
	margin-left: 30px;
  margin-right: 30px;
  font-weight: 700;
}	


a {
  text-decoration: none;
}





.googlemap{
  width: 400px;

}



body {
    padding:0px;
    margin:0px;
}
.video_container, .video {
    padding:0px;
    margin:0px;
    width:100%;
    height:100vh;
    object-fit: cover;
}


.fullscreen-copy{
  	z-index: 50;
  	position: absolute;
  	left: 50%;
  	top: 50%;
  	transform: translate(-50%, -50%);
}

.centered-copy{
	  margin-top: 30%;
	  position: relative;
  	left: 50%;
  	top: 50%;
  	transform: translate(-50%, -50%);
	  text-align: center;
  	width: 80%;

}



.headline-explainer-content{
	font-family: open sans;
	font-size: 25px;

	font-weight: 300;
  text-align: center;
  padding: 20px;
}


.headline-explainer-content-mobile{
  font-family: open sans;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  padding: 20px;
}


.downArrow{
  position: absolute;
  margin-left: -20px;
  bottom: 30px;
  left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%)
}
.bounce {
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}


















.virtual-tour-button{
	color: white; 
	font-family: open sans;  
	border:1px solid white; 
	padding: 20px; 
	width: 200px; 
    background-color: rgba(50,63,33,0.3); 
	font-size: 20px; 
	cursor: pointer;
	text-align: center;
	margin: 0 auto;
  border-radius: 30px;
}

a{ text-decoration: none; }

p.virtual-tour-button:hover{
		background-color: rgba(50,63,33,0.6); 
}


.header-section-content-mobile{
  display: none;
}

.small-divider-content-mobile{
  display: none;
}
.headline-explainer-content-mobile{
  display: none;
}


@media screen and (max-width: 1600px) {

.header-section-content-mobiles{
  display: block;
}

.small-divider-content-mobiles{
  display: block;
}  

  .hotel-rooms-desktop{
display: none;
}

  .hotel-rooms-mobile{
display: block;
}

}


@media screen and (max-width: 412px) {

.check-availability-dorch{display: none;}
.triagram{right: 15px;}
.exitbutton2{display: none;}
.waexit2{display: none;}
}



@media screen and (max-width: 1000px) {
.mobile-delete{display: block;}

.downArrow{
  position: absolute;
  margin-left: -20px;
  top: 550px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.delete-this{
  display: none;
}

.keep-it-up{
  display: block;
}

.video_container, .video {
    padding:0px;
    margin:0px;
    width:100%;
    height:700px;
    object-fit: cover;
  }


.google-virtual-iframe{
width:100%;
height:600px;

}

.right-sidebar-info{
  position: relative;
  z-index: 1000;
width: 100%;
background-color: white;
margin-top: -60px;
margin-bottom: 30px;}

.googlemap{
  width: 100%;
}

  .hotel-rooms-desktop{
display: none;
}

  .hotel-rooms-mobile{
display: block;
}



.header-section-content{
  display: none;
}

.small-divider-content{
  display: none;
}
.headline-explainer-content{
  display: none;
}



.header-section-content-mobile{
  display: block;
}

.small-divider-content-mobile{
  display: block;
}
.headline-explainer-content-mobile{
  display: block;
}


.fullscreen-copy{
    z-index: 50;
    position: absolute;
    left: 50%;
    top: 350px;
    transform: translate(-50%, -50%);
}



.centered-copy{

    text-align: center;
    width: 100%;
}


.hotel-room-individual{
background-color: white;
max-width: 700px;
margin: 0px;
}


.main-video-title{
	width:300px;
	text-align: center;   
	color: white; 
	font-family: Source Serif Pro; 
	font-size: 25px; 
	text-shadow: 0px 0px 15px rgba(0,0,0,0.5);
	margin-bottom: 50px;
  border-bottom: 1px solid white;
  padding-bottom: 10px;
}
.main-video-title-mini{
  width:100%;
  text-align: center;   
  color: white; 
  font-family: open sans; 
  font-size: 20px; 
  text-shadow: 0px 0px 15px rgba(0,0,0,0.5);
}

.virtual-tour-button{
	color: white; 
	font-family: Source Serif Pro; 
	border:1px solid white; 
	padding: 15px; 
	width: 150px; 
    background-color: rgba(50,63,33,0.5); 
	font-size: 15px; 
	cursor: pointer;
	text-align: center;
}





    ul{
      display: none;
      width: 100%;
      height: 300px;
      text-align: center;
      position: absolute;
      top:70px;
      left:-250px;
      padding-top: 30px;
      z-index: 40;


    }

li {
  	width: 100%;
	margin-left:0px;
    text-align: center;
}

a{
  text-align: center;
}

.rooms-anchor{
  text-align: left;
}


.rowalign{
}



.column1 {
    width: 100%;
           margin-top: -5px;

}
.column2 {
   width: 100%;
   display: none;
       margin-top: -5px;

}

.column1r {
    width: 100%;
           margin-top: -5px;

}
.column2r {
   width: 100%;
   display: none;
          margin-top: -5px;

}




.centered-copy{
  position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  text-align: center;
    width: 90%;

}




.navimage{
    display: block;
  	height:300px; 
	  position:absolute; 
    top: 30px;
  	left: 46%;
  	transform: translate( -50%);
  }

}






}

