@import url('https://fonts.googleapis.com/css?family=Open+Sans');


html,body { 
	padding: 0; 
	margin: 0; 
	height: 100%; 
	/*font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;*/
	font-family: Open Sans;
	font-size: 13px;
}

#menu { 
	z-index: 100;
	padding: 0;
	position: absolute; 
	top: 0; 
	left: 0; 
	bottom: 0; 
	width: 400px; 
	-webkit-box-shadow: 3px 0px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    3px 0px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         3px 0px 10px 0px rgba(50, 50, 50, 0.75);
}

#menu input {
	width: 358px;
	/*font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif; */
	font-family: Open Sans;
	/*font-size: 18px;*/
	font-size: 14px;
	padding: 12px;
	border: 0;
	outline: none;
	border: 1px solid #BDBDBD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#map_canvas { 
	position: absolute; 
	top: 0; 
	left: 400px; 
	right: 0; 
	bottom: 0; 
}

#menu_btn {
	cursor: pointer;
	z-index: 900;
	background: white;
	width: 25px;
	height: 44px;
	position: absolute;
	top: 45%;
	left: 400px;
	background-image: url('../images/left.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px 15px;
	-webkit-box-shadow: 5px 0px 8px 0px rgba(50, 50, 50, 0.55);
	-moz-box-shadow:    5px 0px 8px 0px rgba(50, 50, 50, 0.55);
	box-shadow:         5px 0px 8px 0px rgba(50, 50, 50, 0.55);
}

.tab {
	cursor: pointer;
	display: inline-block;
	width: 90px;
	/*font-size: 14px;*/
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	opacity: 0.4;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.tab:hover {
	opacity: 1;
}

.tab img {
	padding: 5px;
}

#car {
	background-image: url('../images/car.png');
}

#walk {
	background-image: url('../images/walk.png');
}

#bicycle {
	background-image: url('../images/bicycle.png');
}

#train {
	background-image: url('../images/train.png');
}

#options {
	/*margin-top: 20px;*/
	text-align: left;
	margin-left: 5px;
}

.dots {
	height: 40px;
	background-image: url('../images/dots.png');
	background-repeat: no-repeat;
	background-position: 22px 12px;
	background-size: 15px 17px;
}

.point {
	background:#fff url(../images/marker.png)  3% 50% no-repeat;
	padding-left: 40px !important;
	width: 330px !important;
}

.option {
	background-repeat: no-repeat;
	background-position: center;
	background-color: #E0E0E0;
	cursor: pointer;
	display: inline-block;
	width: 50px;
	height: 50px;
	font-size: 14px;
	text-align: center;
	opacity: 0.3;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	margin: 10px;
}

.option:hover {
	opacity: 1;
}

.option img {
	padding: 5px;
}

#tabs {
	background-color: #EFEFEF;
	padding: 10px;
}

#add_point {
	cursor: pointer;
	display: inline-block;
	float: left;
	clear: both;
	padding-top: 10px;
	font-weight: bold;
	color: #333;
}

#search, .search_button {
	display: inline-block;
	float: right;
}

#places_search, #hotels_search, #gas_search {
	position: fixed;
	top: 192px;
	left: 350px;
}

#directions_search {
	position: fixed;
	top: 258px;
	left: 350px;
}

.selected {
	opacity: 1;
}

.tabContent {
	margin-top: 20px;
	text-align: center;
	display: none;
}

.visible {
	display: block;
}

input:focus {
	border: 1px solid black;
}

/*.search {
	background:#fff url(../images/search.png)  97% 50% no-repeat;
}*/

.btn_search {
    width: 24px;
    height: 24px;
    background: url(../images/search.png) no-repeat;
    content: ' ';
    position: absolute;
    right: 20px;
    top: 12px;
    cursor: pointer;
}

#checkinDate, #checkoutDate, [type="date"] {
	background:#fff url(../images/date.png)  97% 50% no-repeat;
	cursor:pointer;	
}

[type="date"]::-webkit-inner-spin-button {
	display: none;
}

[type="date"]::-webkit-calendar-picker-indicator {
	opacity: 0;
}

.delete {
	cursor: pointer;
	font-size: 24px;
	position: relative;
	right: -170px;
	top: -41px;
	width: 10px;
	padding: 5px;
}

button {
	cursor: pointer;
	/*font-family: Calibri;*/
	font-family: Open Sans;
	/*font-size: 14px;*/
	font-size: 13px;
	font-weight: bold;
	padding: 12px;
	background-color: #efefef;
	border: 1px solid #ccc;
	outline: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

button:hover {
	background-color: #E0E0E0;
}

	.paginationBoxSelected { font-weight: bold; }
	
	/* #hotel_results { overflow-y: scroll; } */
	
	.hotel_result, .location_result { border-bottom: 1px solid #ccc; font-size: 1em; padding: 10px 6px; overflow: auto; margin: 0 5px; line-height: 20px; }
	
	.no-touch .hotel_result:hover, .no-touch .location_result:hover { background-color:#f1f1f1; }
	
	.hotel_infobox, .location_infobox { font-size: 1em; padding: 10px 6px; overflow: auto; margin: 0 5px; width: 300px; }

	.hotel_link a, .location_link a { color: #036; text-decoration: underline; }
	
	.hotel_links a, .location_links a { color: #036; }
	
	.hotel_photo, .location_photo { float: right; }
	
	.hotel_photo img, .location_photo img { border: 1px solid #ccc; padding: 1px; margin-top: 5px; }
	
	.hotel_minrate { padding-top: 12px; }
	
	.hotel_consumerrating { padding-top: 12px; font-weight: bold!important;}
	
	.location_rating { font-weight: bold; }
	
	.location_phone_number { background: url(../img/phone.gif) no-repeat left center; padding-left: 26px; margin-top: 6px; font-weight: bold !important; color: #360; }
	
	.location_website { margin-top: 6px; }
	
	.touch .zoom_icon { width: 17px; }
	
.leaflet-marker-pane .light {
    width: 200px!important;
    height: 200px!important;
    margin-top: -100px!important;
    margin-left: -100px!important;
    /*transform: translate(-50%, -50%);*/
    background: transparent!important;
    border: transparent!important;
}

.leaflet-marker-pane .light .glow {
    width: 0px;
    height: 0px;
    border-radius: 50%;
    opacity: 0;
    background: -webkit-radial-gradient(rgba(254, 211, 0, 1), rgba(255, 223, 67, 0) 70%);
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

img:hover+.light.temporary .glow {
    width: 200px;
    height: 200px;
    opacity: 0.2;
    background: -webkit-radial-gradient(rgba(254, 211, 0, 1), rgba(255, 223, 67, 0) 70%);
    transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.leaflet-marker-pane .light .flare {
    width: 0px;
    height: 0px;
    border-radius: 50%;
    opacity: 0;
    background: rgba(255, 223, 67, 0);
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

img:hover+.light.temporary .flare {
    width: 50px;
    height: 50px;
    opacity: 0.5;
    background: rgba(254, 211, 0, 1);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@-webkit-keyframes highlight1 {
    0% {
        width: 0px;
        height: 0px;
        opacity: 0;
    }
    100% {
        width: 200px;
        height: 200px;
        opacity: 0.4;
    }
}

@-webkit-keyframes highlight {
    0% {
        width: 0px;
        height: 0px;
        opacity: 0;
    }
    100% {
        width: 50px;
        height: 50px;
        opacity: 0.8;
    }
}

.permanent .glow {
    background: -webkit-radial-gradient(rgba(66, 186, 255, 1), rgba(255, 223, 67, 0) 70%)!important;
    -webkit-animation: highlight1 2s infinite cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.permanent .flare {
    background: rgba(66, 186, 255, 1) !important;
    -webkit-animation: highlight 2s infinite cubic-bezier(0.68, -0.55, 0.265, 1.55);
}	

input[type=range] {
  height: 33px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 15px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #B6B6B6;
  border-radius: 25px;
  border: 1px solid #8A8A8A;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #828282;
  border: 1px solid #8A8A8A;
  height: 25px;
  width: 20px;
  border-radius: 5px;
  background: #000000;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #B6B6B6;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 15px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #B6B6B6;
  border-radius: 25px;
  border: 1px solid #8A8A8A;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #828282;
  border: 1px solid #8A8A8A;
  height: 25px;
  width: 20px;
  border-radius: 5px;
  background: #000000;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 15px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #B6B6B6;
  border: 1px solid #8A8A8A;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-fill-upper {
  background: #B6B6B6;
  border: 1px solid #8A8A8A;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 1px 1px 1px #828282;
  border: 1px solid #8A8A8A;
  height: 25px;
  width: 20px;
  border-radius: 5px;
  background: #000000;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #B6B6B6;
}
input[type=range]:focus::-ms-fill-upper {
  background: #B6B6B6;
}

.gas-station-prices {
    margin-top: 15px;
}

.gas-type {
    font-size: 1.2em;
    font-weight: bold;
    width: 55px;
    vertical-align: top;
    padding-top: 6px;
}

.gas-price {
    /*white-space: nowrap;*/
    font-family: 'Segment7Standard', Courier;
    text-align: center;
    vertical-align: middle;
    color: #f1c40f;
    font-size: 22px;
    padding: 0 .4em;
    height: 2em;
    display: table-cell;
    background-image: -o-linear-gradient(-89deg, #282828 50%, #000000 61%);
    background-image: -moz-linear-gradient(-89deg, #282828 50%, #000000 61%);
    background-image: -ms-linear-gradient(-89deg, #282828 50%, #000000 61%);
    background-image: linear-gradient(-179deg, #282828 50%, #000000 61%);

    border-radius: 5px !important;
}

.gas-price-small {
}

.price {
    /* background: #000203; */
    text-shadow: 0px 1px 10px rgba(255, 255, 255, 0.92);
    /*
    background-image: -o-linear-gradient(-89deg, #282828 50%, #000000 61%);
    background-image: -moz-linear-gradient(-89deg, #282828 50%, #000000 61%);
    background-image: -ms-linear-gradient(-89deg, #282828 50%, #000000 61%);
    background-image: linear-gradient(-179deg, #282828 50%, #000000 61%);
    */
}

.links_footer {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 5px;
}

.links_footer a {
    color: #666;
    font-size: 0.8em;
    text-decoration: none;
    padding: 4px;
}

.leaflet-iconLayers {
    pointer-events: none;
}

.leaflet-iconLayers-layersRow { display: table; pointer-events: auto; }
.leaflet-iconLayers-layerCell { display: table-cell; background-image: url('../images/transparent-pixel.png'); /* ie9 fix */ } 

.leaflet-iconLayers_topleft .leaflet-iconLayers-layerCell, .leaflet-iconLayers_bottomleft .leaflet-iconLayers-layerCell { padding-right: 5px; }
.leaflet-iconLayers_topright .leaflet-iconLayers-layerCell, .leaflet-iconLayers_bottomright .leaflet-iconLayers-layerCell { padding-left: 5px; }

.leaflet-iconLayers_topleft .leaflet-iconLayers-layerCell, .leaflet-iconLayers_topright .leaflet-iconLayers-layerCell { padding-bottom: 5px; }
.leaflet-iconLayers_bottomleft .leaflet-iconLayers-layerCell, .leaflet-iconLayers_bottomright .leaflet-iconLayers-layerCell { padding-top: 5px; }

.leaflet-iconLayers-layer {
    cursor: pointer;
    position: relative;
    width: 80px;
    height: 80px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0 0 5px #000;
}

.leaflet-iconLayers-layerTitleContainer {
    display: table;
    width: 100%;
    background: rgba(255,255,255,0.6);
    height: 25%;
    padding: 0;
    border: 0;
    position: absolute;
    bottom: 0%;
    transition: bottom .35s ease;
}

.leaflet-iconLayers-layerCheckIcon {
    display: none;
    position: absolute;
    top: 3px;
    right: 3px;
    width: 18px;
    height: 18px;
    background: url('../images/check.png');
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 4px 4px;
    border-radius: 10px;
    box-sizing: border-box;
    border: 1px solid rgba(0,0,0,0.6);
}

.leaflet-iconLayers-layerTitle {
    display: table-cell;
    vertical-align: middle;
}

.leaflet-iconLayers-layerCell_hidden { display: none; }
.leaflet-iconLayers-layerCell_active .leaflet-iconLayers-layer { cursor: default; }
.leaflet-iconLayers-layerCell_active .leaflet-iconLayers-layerCheckIcon { display: block; }

@font-face {
    font-family: 'Segment7Standard';
        src: url('Segment7Standard.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
      }

 /* The following rules are deprecated. */ 

@font-face {
    font-family: 'Segment7';
        src: url('Segment7Standard.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
      }

.wrapper {
    position: relative;
}

.ui-autocomplete, .ui-datepicker {
     z-index: 1000 !important;
}

.ui-menu
{
	position: relative;
	list-style: none;
	background-color: white;
	/*border-radius: 18px;*/
	z-index:10;
	box-shadow: 5px 0px 8px white;
	width: 214px;
	line-height: 200%;
	font-size: 18px;
	padding: 15px 0;
	border: solid 1px grey;

}
.ui-menu .ui-menu-item a
{
	margin: none;
	padding-left: 15px;
  	padding-right:10px;
}

.route_options > ul
{
list-style: none;
padding: 0;
margin: 0;
}

.route_options > ul li {
font-size: 0.9em;
color: #666;
padding: 4px;
}

label {
  clear: none;
  display: block;
  /*padding: 2px 2em 0 20px;*/
  font-family: Verdana;
}

input[type=radio],
input.radio {
  float: left;
  clear: none;
  margin: 2px 0 0 2px;
}

input[type=checkbox].css-checkbox {
							position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
						}

						input[type=checkbox].css-checkbox + label.css-label {
							padding-left:26px;
							height:21px; 
							display:inline-block;
							line-height:21px;
							background-repeat:no-repeat;
							background-position: 0 0;
							font-size:13px;
							vertical-align:middle;
							cursor:pointer;

						}

						input[type=checkbox].css-checkbox:checked + label.css-label {
							background-position: 0 -21px;
						}
						label.css-label {
				background-image:url(../images/csscheckbox_f8d40671eec752c2a075981314745ffa.png);
				-webkit-touch-callout: none;
				-webkit-user-select: none;
				-khtml-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
			}
			

.disHighlight{
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -o-user-select: none;
    -moz-user-select: none;
}

i {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.point-marker {
	width: 20px; 
	height: 23px; 
	background:url(../images/marker.png);
	position: absolute; 
	top: 10px; 
	left: 20px; 
	cursor: move;
}

.route_options {
	display: none;
	text-align: left;
	padding: 15px; 
	background: #f7f7f7; 
	margin-bottom: 18px;
}

#options_btn {
	position: absolute;
	cursor: pointer;
	right: 13px; 
	bottom: 12px; 
	font-size: 1em;
	font-weight: bold; 
	color: #666";
}

.cc-cp-foot-byline {
	visibility: hidden!important;
}


@media (max-width: 600px) {
  #menu {
    background: #fff;
    box-shadow: 3px 0 16px 0 rgba(50,50,50,0.25);
    left: -100vw;
    transition: left 0.3s;
    width: 100vw;
    max-width: 100vw;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1001;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
  #menu.open {
    left: 0;
  }
  #tabs, .tabContent, #menu input, #menu_close {
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
  }
  #tabs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    width: 100%;
    max-width: 100vw;
    overflow-x: auto;
    box-sizing: border-box;
    padding: 0 8px;
    gap: 0;
  }
  .tab {
    background: transparent;
    flex: 1 1 0;
    min-width: 0;
    max-width: none;
    box-sizing: border-box;
    font-size: 13px;
    padding: 8px 0;
    text-align: center;
    width: auto;
  }
  .tab img {
    max-width: 32px;
    height: auto;
  }
  .tabContent {
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: auto;
    max-height: calc(100vh - 120px);
  }
  #menu input, .search, .point {
    max-width: 95vw !important;
    min-width: 0;
    box-sizing: border-box;
  }
  iframe {
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 0;
    box-sizing: border-box;
  }
  #menu_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.35);
    z-index: 1000;
  }
  #menu.open + #menu_overlay {
    display: block;
  }
  #menu_btn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    top: 10px;
    left: auto;
    z-index: 1100;
    width: 44px;
    height: 44px;
    display: block;
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    cursor: pointer;
    transition: background 0.2s, border 0.2s;
    padding: 0;
    background-image: url('data:image/svg+xml;utf8,<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><rect y="7" width="32" height="4" rx="2" fill="%23333"/><rect y="14" width="32" height="4" rx="2" fill="%23333"/><rect y="21" width="32" height="4" rx="2" fill="%23333"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60% 60%;
  }
  #menu_btn:hover, #menu_btn:focus {
    background: #f44336;
    border-color: #f44336;
  }
  #menu.open ~ #menu_btn {
    display: none !important;
  }
  #menu_close {
    display: none;
    position: absolute;
    top: 14px;
    right: 14px;
    width: 44px;
    height: 44px;
    font-size: 2.2em;
    color: #333;
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    z-index: 1201;
    cursor: pointer;
    line-height: 1;
    text-align: center;
    transition: background 0.2s, color 0.2s, border 0.2s;
    padding: 0;
  }
  #menu_close:hover, #menu_close:focus {
    background: #f44336;
    color: #fff;
    border-color: #f44336;
    outline: none;
  }
  #menu.open #menu_close {
    display: block;
  }
  #map_canvas {
    left: 0 !important;
    right: 0 !important;
  }
  .ui-autocomplete, .ui-menu {
    max-width: 384px !important;
    font-size: 14px !important;
    box-sizing: border-box;
    z-index: 2000 !important;
  }
  .ui-autocomplete {
    max-height: 50vh !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  #gas-station.tabContent {
    max-width: auto;
  }

  #hotelresults {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50vh; 
    max-height: 60vh; 
    background: rgba(255,255,255,0.97); 
    z-index: 2002; 
    overflow-y: auto;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    box-shadow: 0 -2px 16px rgba(0,0,0,0.18);
    transition: transform 0.3s;
    transform: translateY(0); 
    padding-top: 54px !important;
  }

  #close_results {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    left: auto !important;
    margin: 0 !important;
    width: 36px !important;
    height: 36px !important;
    font-size: 1.5em !important;
    background: #fff !important;
    color: #888 !important;
    border: 2px solid #ccc !important;
    border-radius: 50% !important;
    box-shadow: none !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 3000 !important;
    opacity: 1 !important;
    transition: background 0.2s, color 0.2s, border 0.2s;
  }
  #close_results:active, #close_results:hover {
    background: #f5f5f5 !important;
    color: #333 !important;
    border-color: #bbb !important;
  }

}
@media (min-width: 601px) {
  .ui-autocomplete, .ui-menu {
    max-width: 384px !important;
    font-size: 14px !important;
    box-sizing: border-box;
    z-index: 2000 !important;
  }
  input#gasstationSearch {
    width: 380px !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }
  
  /* Neue Stile für die Tankstellenliste im Desktop-Modus */
  #container_right {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 340px;
    height: 100vh;
    z-index: 2002;
    background: none;
    box-shadow: none;
    overflow: hidden;
  }
  
  #hotel_results {
    background: #fff;
    height: 100%;
    max-height: 100vh;
    overflow-y: auto !important;
    margin: 0;
    padding: 10px;
    box-shadow: -2px 0 16px rgba(0,0,0,0.18);
  }
}

@media (max-width: 800px) {
  #map_canvas {
    left: 0 !important;
  }
}

#container_right { float: right; }
