/*
 Theme Name: Hotel Isha Child
 Theme URI: https://hotelisha.de/
 Description: Child theme for Hello Elementor used on hotelisha.de to keep custom CSS/JS/PHP update-safe.
 Author: Hotel Isha
 Author URI: https://hotelisha.de/
 Template: hello-elementor
 Version: 1.0.0
 Tested up to: 6.8
 Requires at least: 6.0
 Requires PHP: 7.4
 License: GNU General Public License v2 or later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: hotelisha-child
*/

/* Place your custom CSS below */
:root{
  /* example brand tokens – adjust or remove */
  --hi-accent: #ea651c;
}
/* example: underline style for links in content areas */
.entry-content a{ text-decoration: underline; text-underline-offset: .15em; }


/* Seitentitel in Elementor ausblenden */

.page .entry-title, .post .entry-title {
  display: none;
}

/* Seitentitel in Elementor ausblenden fertig */


/* R O O M S */

.room-box {
	position: relative;
}
/*
.rooms-btn {
	position: absolute;
	right: 10px;
	bottom: 10px;
	left: 10px;
	z-index: 1;
}
*/

/* Z I M M E R - B U C H E N */
#cb-book {
    display: block !important;
}

/* F O O T E R */

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

  footer .elementor-nav-menu--main .elementor-nav-menu li {
    width: 100%;
  }
  footer .elementor-nav-menu--main .elementor-nav-menu li a {
    text-align: center;
    display: block;
  }

}

.cb-frame { width:100%; border:0; min-height: 1100px; }
@media (max-width: 768px) { 
	.cb-frame { 
		min-height: 100vh; 
	} 
}