/* 
Theme Name: Hotel Burgfrieden Theme
Template:   amihomestay
Theme URI: http://demo2.themelexus.com/amihomestay/
Author: Themelexus
Author URI: https://www.Themelexus.com/
Description: Gdmart is a Supermarket online WordPress theme for digital, electronics, accessories. Comes with  06+ eye-catchy demos just 1-click import and a set of powerful plugins to boost your sales.
Version: 1.2.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, sticky-post, translation-ready
Text Domain: amihomestay
*/

/* Add your custom styles here */

/* Text selection */

::selection {
    background-color: #a60034!important;
    color: #ffffff!important;
}

/* Custom Scrollbar */

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: #ffe0b3;
  border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #a60034;
  border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #848687;
}

/* Style General */
.page-title-bar {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* Style Hotel Booking */
  .rooms .hb_room .price{
    position: unset;
    color: #000;}
  .ab-price
  {
    font-size: 16px!important;
    text-transform: revert!important;
    font-weight: 100!important;
    font-family: Arial!important;
  }
  #hb_room_load_booking_form, aside.widget.widget-html.widget-room-booking-form
  {
    display: none;
  }
  .hotel-booking-rooms-search
  {
    display: none;
  }
  div#hotel-booking-search-filter {
    display: none;
  }
  .sort-by-wrapper {
    display: none!important;
  }

/* Newslleter Style */
  .tnp-subscription input.tnp-submit, .tnp-profile input.tnp-submit,
  .tnp-unsubscribe button.tnp-submit, .tnp-reactivate button.tnp-submit {
    background-color: var(--e-global-color-primary);
  }

/* 404-Fix: Der Header ("Header Burgfrieden", Elementor-Template) ist ab
   992px per "opal-header-absolute" freischwebend (position: absolute)
   positioniert. Normalerweise sorgt die schwarze Title-Bar für den
   nötigen Abstand nach unten, aber die ist auf der 404-Seite bewusst
   ausgeblendet (.error404 #page-title-bar { display:none } im
   Parent-Theme) - dadurch rutscht der Fehlertext direkt unter den
   Seitenanfang und wird vom Header überdeckt. Title-Bar bleibt
   ausgeblendet, stattdessen bekommt der Inhalt einen Abstand, der der
   tatsächlichen Header-Höhe entspricht. Unter 992px ist der Header nicht
   absolut positioniert, daher ist dort kein zusätzlicher Abstand nötig. */
  @media (min-width: 992px) {
    .error404 .site-content-contain {
      padding-top: 235px;
    }
  }
