html, body {
	overflow: auto;
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

#nav {
	background-color: hsl(195deg, 90%, 32%);
	color: #fff;
}
#nav #logo img {
	width: 50px;
	margin-top: -6px;
}
#nav #logo {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}
#nav a {
	color: #fff;
}

.container {
	padding-top: 30px;
	padding-bottom: 30px;
}

main.container {
	min-height: calc(100vh - 220px);
}

#title-main {
	margin-bottom: 30px;
	font-size: 1.5rem;
}


#filter {
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
}
#filter select {
	width: 200px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 18px;
}
#filter .filter {
	float: left;
	padding-right: 20px;
	user-select: none;
	font-size: 18px;
}
.sortIcon {
	width: 13px;
	margin-top: -3px;
	opacity: 0.7;
}
.order {
	margin-bottom: 15px;
	cursor: pointer;
	/*opacity: 0.6;*/
}
#filter option:disabled {
	background-color: #EBEBEB;
}

#list {
	
}

.item {
	border: 1px solid #E5E7E9; 
	border-radius: 4px; 
	padding: 10px; 
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}
.item:hover {
	background-color: #EFF3F8;
}

.item.highlighted {
	background-color: #EFF3F8;
	border: 1px solid #DFE0E1;
}

.item-image {
	position: relative;
	height: 150px;
	background-size: cover !important;
	border-radius: 4px;
	cursor: pointer;
	background-position: center !important;
}

.item-image:hover {
	opacity: 0.8;
}

.item .title {
	margin-bottom: 2px;
	font-size: 20px;
	font-weight: 500;
}

.item p {
	font-size: 14px;
}

.item .facts {
	margin-bottom: 0px;
	font-size: 14px;
}

.facts td {
	font-size: 14px;
	padding: 0px;
	text-align: left;
	border: 0px;
}

.facts td:nth-child(2) {
	font-weight: 500;
}

.item .right {
	position: relative;
	padding: 0px;
	text-align: right;
}

.item .ranking-mobile {
	position: absolute;
	top: 10px;
	right: 10px;
}

.item .ranking a:hover {
	text-decoration: none;
}

.item .ranking-number {
	display: inline;
	width: auto;
	margin-top: 4px;
	padding: 5px;
	/*background-color: #1095c1;*/
	background-color: #c6c6c6;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	border-radius: 4px;
	text-align: center;
}
.star {
	width: 14px;
	margin-top: -4px;
}

.item .website {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.item button {
	font-size: 16px;
	width: auto;
	padding: 5px 10px;
	margin: 10px 0px 0px 0px;
}

#map-wrapper {
	position: sticky; /* Sticky */
	top: 20px;
	height: 500px; 
	padding: 0px;
	border: 1px solid #E5E7E9; 
	border-radius: 4px;
	background-color: #F7F7F7; 
}
/* Opened on Mobile, Fullscreen */
#map-wrapper.open {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

#map {
	width: 100%;
	height: 100%;
	/*	height: calc(100% - 40px);*/
}

#map-button, #close-map {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	margin-bottom: 0px;
	padding: 8px 10px;
	/*border: 1px solid #E5E7E9;*/
	border: none;
	background-color: #c6c6c6;
	/*color: hsl(205deg, 20%, 32%);*/
	text-align: left;
	font-size: 16px;
	text-align: center;
	border-radius: 0px;
}
#close-map {

}
#map-button img {
	width: 18px;
	margin-top: -4px;
}
#close-map img {
	width: 14px;
	margin-top: -3px;
	margin-right: 2px;
}

.maps-infowindow {
	min-width: 150px;
}

.maps-infowindow a {
	color: #415462;
}

.maps-infowindow a:hover {
	text-decoration: none;
}

.maps-infowindow a.link {
	color: hsl(195deg, 90%, 32%);
}

.maps-infowindow .title {
	font-weight: 600;
}

.maps-infowindow img {
	width: 16px;
	opacity: 0.3;
	transform: rotate(180deg);
}

[data-tooltip]:hover::before {
	font-size: 14px;
}

/** Reset Google Maps Css */
.gm-style-mtc button {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.gm-style-mtc ul {

}

aside li {
	font-size: 16px;
	margin-bottom: 0px;
	padding: 0px 0px 5px 0px;
}
aside ul {
	padding-left: 0px;
	margin-left: 0px;
}

#footer {
	padding: 2rem;
	font-size: 16px;
}

#footer ul {
	float: right;
	font-size: 16px;
}

#footer li {
	float: left;
	padding-right: 20px;
	list-style: none;
}

#autor {
	float: left;
	width: 150px;
	margin-right: 30px;
	margin-bottom: 30px;
	border-radius: 50%;
}

/** Utility Classes */
	.hide-mobile {
		display: block;
	}

	.hide-desktop {
		display: none;
	}

	.m0 {
		margin: 0px 0px 0px 0px;
	}
	.mb0 {
		margin-bottom: 0px;
	}
	.ml0 {
		margin-left: 0px;
	}

	.mr0 {
		margin-right: 0px;
	}

	.mb5 {
		margin-bottom: 5px;
	}
	.mb10 {
		margin-bottom: 10px;
	}

	.mb20 {
		margin-bottom: 20px;
	}
	.mt10 {
		margin-top: 10px;
	}
	.mt20 {
		margin-top: 20px;
	}
	.small {
		font-size: 12px;
	}

	.light {
		opacity: 0.7;
	}

	.d-none {
		display: none;
	}

	.clearfix {
		overflow: auto;
	}

	.rotate180 {
		-webkit-transform:rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}

/* Media Query */
@media only screen and (max-width: 992px) {
	.filter {
		width: 33.33%;
	}

	.order {
		width: auto;
	}

	#filter select {
		width: 100%;
	}

	.item .title {
		margin-top: 10px;
	}

	.hide-mobile {
		display: none;
	}

	.hide-desktop {
		display: block;
	}

	#map-wrapper.open #map {
		height: calc(100% - 40px);
	}
}

/* Media Query */
@media only screen and (max-width: 770px) {

}

/* Media Query */
@media only screen and (max-width: 475px) {

	.filter {
		width: 50%;
	}

	#filter select {
		width: 100%;
		min-width: 130px;
		margin-bottom: 15px;
	}

	.item-image {
		/*border-radius: 0px;*/
	}

	.item .title {
		margin-top: 10px;
	}

	.item .website {
		position: relative;
		float: right;
	}

} /* End kleiner 600px */