#revo-hotels-map{
  width: 120%; 
  height: 600px; 
  margin-top: 20px;
  margin-left: -30px;
  margin-right: -30px;
}
.gm-style-iw-c{
  padding: 0 !important;
}
@media only screen and (min-width: 768px) {
  #revo-hotels-map{
    width: 100%; 
    margin-left: 0;
    margin-right: 0;
  }
}

.revo-hotels-filters {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.selection-hr {
    position: relative;
    width: 250px;
}

.select-header input {
    width: 100%;
    padding: 8px;
    font-size: 14px;
}

.select-options {
    position: absolute;
    background: white;
    width: 100%;
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
    display: none;
    z-index: 999;
}

.select-options li {
    padding: 5px 10px;
    color: #737B7D;
    font-size: 12px;
    cursor: pointer;
    list-style: none;
}

.select-options li:hover,
.select-options li.highlighted {
    background: #a7acad21;
    padding-left: 20px;
}




/******POPUPUP******/
.popWrap{
    display:flex;
    padding: 0 20px 20px 20px;
}
.hotelImg{
    display:none;
}
.contTxt{
  text-align:center;
}
.contTxt p{
 margin-bottom:10px !important;
 margin-top:5px !important;
}
.hotelHead{
    text-transform: none !important;
    line-height: normal !important;
    letter-spacing: normal !important;
    margin-bottom:20px;
    margin-top:15px;
}

.popTxt {
  text-decoration: underline;
  text-underline-offset: 3px; 
  text-decoration-thickness: 0.5px; 
}
  .hotel-phone img, .hotel-address img, .hotel-email img {
    margin-right: 8px;
    vertical-align: middle;
  }
/* Optional: faded look for disabled dropdowns */
input.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background-color: #f5f5f5;
}

/* Block pointer events to fake dropdown behavior */
.dropdown-disabled {
    pointer-events: none;
}

@media only screen and (min-width: 1280px) {
  .hotel-phone, .hotel-address, .hotel-email {
    display: flex; 
    align-items: center; 
    gap: 8px;
  }
}

.btnWrap{
   margin-top: 20px;
}
.btnWrap a{
  color:var(--h4_typography-color);
}
.btn-card .arrow-icon,
.btn-card .popTxt {
  transition: transform 0.3s ease, color 0.3s ease;
}

/* Hover styles */
.btn-card:hover {
  color: var(--awb-custom_color_1);
}

.btn-card:hover .arrow-icon {
  transform: translateX(4px);
}

.btn-card:hover .popTxt {
  color: var(--awb-custom_color_1); 
}

.btn-wrapper-view{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin: 20px 0;
margin-bottom:50px;
}

@media only screen and (min-width: 768px){
  .btn-wrapper-view{
    justify-content: flex-end;
    margin: 20px 0;
    }
}
.gm-ui-hover-effect{
   background: var(--awb-color5) !important;/*orange*/
   color:white !important;
   opacity: 10 !important;
   width:35px !important;
    height:35px !important;
    padding: 6px !important;
  }
  .gm-ui-hover-effect:hover{
background:#e54d32 !important;
  }
.gm-ui-hover-effect>span {
    background-color: white !important;
    width: 20px;
    height: 20px;
    margin:0px !important;
}
.gm-style .gm-style-iw-c {
  border-radius: 0px !important;
}
  

var(--awb-color5);/*orange*/
/* Filter Wrapper */
.search-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.row-search{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* Filter Box */
.selection-hr {
    width: 45%;
    border-bottom: 1px solid gray;
    background: white;
    position: relative;
}

.selection-hr input {
    font-size: 16px;
    color: #656A70 !important;
    width: 100%;
    border: none !important;
    background: transparent !important;
    text-transform:uppercase;
    font-size:0.8rem !important;
}
.selection-hr input::placeholder {
  color: #656A70 !important;
}
.select-header{
  display:flex;
}
.read-only{
    user-select: none; /* Verhindert die Markierung des Textes */
    caret-color: transparent; /* Versteckt den blinkenden Cursor */
}

/* Dropdown Options */
.select-options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    z-index: 500;
    font-size: 12px;
    max-height: 400px;
    overflow: auto;
    background: white;
    z-index: 1000;
}

.select-options.open {
    display: block;
}
.select-options li {
    padding: 5px 10px;
    color: #737B7D;
    font-size: 12px;
    cursor: pointer;
    list-style: none;
}

.select-options li:hover {
    background: #a7acad21;
    padding-left: 20px;
}
.select-options li.highlighted {
    background-color: #a7acad21;
    width: 100%;
    padding-left: 20px;
}

/* Filter Buttons */
.btn-wrapper{
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 100%;
}
#btn-reset {
    margin: 0;
    background: transparent;
    font-weight: 400;
    display: flex;
    justify-content: right;
    width: 100%;
    padding:12px;
    padding-bottom: 0;
    color:#181B20;
    cursor: pointer;
    caret-color: transparent;
    text-transform: uppercase; 
    font-size: 14px !important;
    color: #656A70 !important;
}
#btn-reset img {
    margin-right: 10px;
    padding-bottom: 4px;
    width:16px;
}

/* Hover Effekt für Dropdowns */
.parent-li {
    font-weight: bold;
    line-height: 50px;
    position: relative;
    padding-left: 10px;
}

.parent-li .hover-div {
    background-color: #dcefee;
    bottom: 0;
    display: none;
    height: 40px;
    left: 0;
    position: absolute;
    top: 15px;
    width: 100%;
    z-index: -1;
}

.parent-li:hover .hover-div {
    display: block;
}

.child-li:hover {
    background: #737b7d21;
    margin-left: -15px;
    padding-left: 30px;
}
#message{
  display:none;
}
#message-container {
    display: flex;
    justify-content: flex-start;
    background: #f9f9fb;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    padding: 20px;
    position: relative;
}
#message-wrapper{
  margin-top:20px;
}
.result-title{
  display:none;
}
.txt-black{
  color:var(--h4_typography-color);
}
.txt-gray{
color:var(--body_typography-color);
}
#message-headline{
  margin-bottom:5px;
  color: var(--h4_typography-color);
  font-size: var(--h4_typography-font-size);
}
.message-filter-result{
  display:flex;
  flex-direction:column;
}
.result-message{
  margin-bottom:0 !important;
}
@media only screen and (min-width: 768px){
    .contTxt {
    padding-left: 15px;
    padding-right: 15px;
  }
  .btn-wrapper{
    justify-content: flex-end;
  }

  .selection-hr {
    width: 45%;
  }
  .select-options{
    min-width: 250px;
  }
}
@media only screen and (min-width: 1014px){
  .selection-hr {
    width: 20%;
  }
  .selection-hr-mice {
    width: 24%;
  }
    #btn-reset{
    width:auto;
  }
      .btn-reset-mice{
    width:50% !important;
  }
}
@media only screen and (min-width: 1280px){

.popWrap{
    max-width: 500px !important;
  }
  .hotelImg{
    width: 50%;
    height: 50%;
    display: block;
  }
  .contTxt {
    text-align: left;
    padding-left: 20px;
    padding-right: 0;
  }
  .hotelHead {
    margin-top: 0;
  }
  .message-filter-result{
    flex-direction:row;
  }
  .result-title{
  margin-right: 20px;
  }


  .btn-wrapper{
    width:auto;
    }
}

.result-message{
  line-height: 200%;
}
.nfg{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.show{
  display:block;
}
.hide{
  display:none;
}
.clear-button{
  background: transparent;
  border: none;
  cursor: pointer;
  color: var(--h4_typography-color) !important;
}
.btn-view{
  margin: 0;
    background: transparent;
    display: flex;
    justify-content: center;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px !important;
    padding: 12px;
    color:#656A70;
}
.active-view {
  color: var(--awb-color5);
  text-decoration: underline;
  text-underline-offset: 7px;
}
.view-icon {
    margin-right: 8px !important;
    width: 22px;
    height: 22px;
    padding-top: 3px;
}
/* Style hover for inactive buttons only */
.btn-view:not(.active-view):hover {
  color: var(--awb-color5);  
  text-decoration: underline;  
  text-underline-offset: 7px;     
}

/* Style the icon */
.btn-view:not(.active-view):hover .view-icon {
  filter: brightness(0) saturate(100%) invert(61%) sepia(31%) saturate(677%) hue-rotate(330deg) brightness(99%) contrast(90%);
}
input:disabled {
    background-color: #eee;
    color:var(--link_hover_color);
        cursor: not-allowed;
        border: none;

}
input:disabled::placeholder {
    color: #e9e9e9 !important; /* brighter grey for disabled placeholder */
}
.popup-area{
  display:none;
}
.popup-people{
  display:none;
}
/* marker*/
.custom-marker img {
  filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.5));
}