<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ------------------------------------------------
	KARTE
--------------------------------------------------*/
#main-header.location{
	padding-bottom: 0px;
}

#filter{
	margin-top: 30px;
	position: relative;
}

#filter h1{
	margin-bottom: 0px;
}

#location-form{
	width: 60%;
	position: relative;
	margin-bottom: 20px;
}

#location-form input[name="location"]{
	font-size: 36px;
	line-height: 42px;
	font-style: italic;
	padding-top: 15px;
	border: 0px;
	width: calc(96% - 66px);
	margin:0;
}

#location-form button{
	font-size: 54px;
	line-height: 54px;
	padding: 3px 18px 3px 23px;
	margin: 0;
	border: 3px solid #fff;
	position: absolute;
	right: 0;
	top:0;
	cursor: pointer;
}

#sunday-open{
	background: #fff;
	color: #000;
	text-decoration: none;
	height: 28px;
	display: inline-block;
	padding-right: 8px;
	margin-right: 20px;
}

#sunday-open i{
	color: #fff;
	background: #e71f01;
	border: 2px solid #fff;
	padding: 3px;
	width: 18px;
	height:18px;
	display: inline-block;
	float:left;
	margin-right: 5px;
}

#sunday-open i.fa-check{
	border: 2px solid #e71f01;
}

#show-all-locations{
	font-family: inherit;
	padding: 1px 12px 2px;
	margin:0;
}

.location-nav{
	position: absolute;
	right: 0;
	bottom: 40px;
}

.location-nav.fixed{
	position: fixed;
	top: 60px;
	right: 150px;
	z-index: 1;
}

.location-nav ul{
	list-style: none;
	padding: 0;
	margin:0;
}

.location-nav ul li{
	float:left;
	margin-left: 30px;
	font-size: 60px;
}

#map{
	width: 100%;
	height: 800px;
	z-index: 0;
}

.leaflet-popup-content-wrapper {
    border-radius: 0;
    min-width: 300px;
}

.leaflet-popup-content {
    font-family: "nobileregular",arial,sans-serif;
    font-size: 16px;
    line-height: 1.4;
}

.leaflet-popup-content strong{
	font-style: italic;
	color: #e71f01;
}

.leaflet-container a{
	color: #e71f01;
}

.leaflet-container a.btn {
    color: #fff;
    display:inline-block;
    margin-top: 10px;
    text-align: center;
}

.leaflet-container a.btn:hover {
    color: #fff;
}

#location-list{
    margin-top:10px;
}

#location-list .list-element{
    border-bottom: 1px solid #ccc;
    padding: 20px 0px;
}

#location-list .list-element span{
    width: calc(22% - 14px);
    margin-left: 20px;
	float:left;
}

#location-list .list-element span:first-child{
	width: calc(34% - 14px);
    margin-left: 0px;
}

#location-list .list-element span:nth-child(2){
    width: calc(44% - 14px);
}


/* ------------------------------------------------
	PROFIL
--------------------------------------------------*/
#profildetails{
	margin-bottom: 50px;
}



/* ------------------------------------------------
	RESPONSIVE
--------------------------------------------------*/
@media only screen and (max-width: 1300px) {
	.location-nav.fixed{
		right: 100px;
	}
}



@media only screen and (max-width: 1150px) {
	.location-nav.fixed{
		right: 50px;
	}
}


@media only screen and (max-width: 1000px) {
	#filter{
		margin-top: 10px;
	}
	
	#filter h1{
    	font-size: 42px;
    	line-height: 56px;
	}
	
	#location-form{
		width: 75%;
		margin-bottom: 10px;
	}
	
	#location-form input[name="location"]{
		font-size: 28px;
		line-height: 34px;
		padding-top: 10px;
		padding-bottom: 5px;
		width: calc(96% - 48px);
	}

	#location-form button{
		font-size: 42px;
		line-height: 42px;
		padding: 0px 11px 0px 17px;
	}
	
	.location-nav{
		bottom: 18px;
	}
	
	#map {
		height: 400px;
	}
	
	#location-list .list-element span:nth-child(2){
		display:none;
	}
	
	#location-list .list-element span, #location-list .list-element span:first-child{
		width: calc(50% - 14px);
	}
}


@media only screen and (max-width: 660px) {
	#filter{
		margin-top: 10px;
		position: static;
	}
	
	#filter h1{
    	font-size: 36px;
    	line-height: 42px;
	}
	
	#location-form{
		width: 100%;
	}
	
	.location-nav{
		top: 110px;
		right: 50px;
	}
	
	.location-nav.fixed{
		top: 50px;
	}
	
	.location-nav ul li{
		margin-left: 10px;
		font-size: 40px;
	}
	
	#map {
		width: 90%;
	}
}


@media only screen and (max-width: 480px) {
	#filter{
		margin-top: 10px;
		position: static;
	}
	
	#filter h1{
    	font-size: 32px;
    	line-height: 38px;
	}
	
	.location-nav{
		top: 80px;
		right: 20px;
	}
	
	.location-nav.fixed{
		right: 20px;
	}
	
	#location-list .list-element span, #location-list .list-element span:first-child{
		width: 100%;
		margin: 0;
		float:none;
	}
}

@media only screen and (max-width: 380px) {
	.location-nav ul li{
		float:none;
		line-height: 40px;
		text-align: right;
	}
}

</pre></body></html>