/*
 Theme Name:   Hotale Child
 Theme URI:    http://demo.goodlayers.com/hotale
 Description:  Goodlayers Hotale Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     hotale
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  hotale-child

 START YOUR CHILD THEME CSS HERE
*/


/* booking */
/* Volle Viewport-Höhe abzüglich Header – keine Doppelscroller */
.pqs-booking-wrap{
  min-height:80vh;
  height:calc(100vh - 160px); /* 160px ≈ Header + oberer Abstand – bei Bedarf anpassen */
}

/* Mobile etwas mehr Platz geben */
@media (max-width: 768px){
  .pqs-booking-wrap{ height:calc(100vh - 110px); }
}

/* Falls WordPress-Adminbar eingeblendet ist (eingeloggt): 32px addieren */
.admin-bar .pqs-booking-wrap{
  height:calc(100vh - 160px - 32px);
}

/* Nur falls du die Row selbst auf volle Bildschirmbreite ohne Innenabstand ziehen willst */
.pqs-buchen-section .gdlr-core-container, 
.pqs-buchen-section .gdlr-core-container-custom{
  padding-left:0;
  padding-right:0;
}
