@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');




body {
	margin: 0px;
	padding: 0px;
}

html, h1, h2, h3, h4, span, p, table, a, body, div {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	color: #404348;
	font-weight: 100;
	-webkit-user-select: none;
	cursor: default;
}

h1 {
	font-size: 30px;
	font-weight: 500;
	color: #6B94CA;
}
h2 {
	font-size: 25px;
	font-weight: 300;
	color: #6B94CA;
}


.header_row h1 {
	font-size: 70px;
    text-align: center;
    margin: 200px auto;
    max-width: 600px;
    /*background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.67) 9.9%, rgba(255, 255, 255, 0.72) 88.3%, rgba(255, 255, 255, 0) 100%);*/
	padding-top: 0px;
	padding-bottom: 0px;
	    color: #fff;
}

/* --- AREAS --- */

.menu_area {
	position: fixed;
	height: 100%;
	width: 160px;
	background: #6B94CA;
	left: 0px;
	top: 0px;
	z-index: 10;
	box-shadow: 0 0 40px #4148547d;
}

.content_area {
	position: fixed;
	height: calc(100% - 30px);
	width: calc(100% - 160px);
	left: 160px;
	top: 0px;
	background: #ededed;
	z-index: 8;
	overflow-y: auto;
	background:	url("https://stadtlandnetz.de/resources/via_header.png") 0% 0% / cover #6B94CA;
}

.bottom_area {
	position: fixed;
	height: 30px;
	bottom: 0px;
	width: ;
	width: calc(100% - 130px);
	left: 130px;
	background: #ededed;
	z-index: 9;
	border-top: 1px solid #c6d2de;
}
.bottom_area * {
	float: right;
	line-height: 30px;
	color: #90949a;
	font-size: 14px;
}





/* --- Menu --- */
.menu_inner {
	height: 100%;
}
.menu_inner ul {
    margin: 0;
    padding: 0;
	height: 100%;
}

.menu_item {
	list	-style: none;
	margin: 0;
	width: calc(100% - 50px);
	text-align: center;
	padding: 15px 15px 25px 15px;
	margin-bottom: -1px;
	border-bottom: 1px solid #c6d2de;
	margin: 10px;
	transition: all 0.5s ease;
	cursor: pointer;
}
.menu_item.selected {
    background: #fff;
    box-shadow: 0 9px 20px #496a94;
    border-bottom: 0px solid #6a94cb;
    border-radius: 8px;
}
.menu_item span {
	font-weight: 300;
	color: #fff;
}
.menu_item.selected span {
	color: #6B94CA;
}
.menu_item.selected svg .cls-1{
	  stroke: #6B94CA;
}
.menu_item.nostroke svg .cls-2{
    stroke: #fff0;
}
.menu_item.nostroke_sel.selected  svg .cls-2{
	  stroke: #6B94CA;
}


/* --- Bottom --- */
.bottom_area img {
	height: 20px;
	padding: 5px;
}



/* --- Contents --- */

.content_item {
	display: none;
}

.content_item.selected {
	display: block;
}

.row {
    margin: 35px;
    padding: 40px 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 20px #354a73;
	
}
.header_image_1 {
	background-image: url('https://stadtlandnetz.de/resources/screens/scr_map.png');
	min-height: 650px;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}



.number_selector {
	width: 100%;
	height: 50px;
	border-radius: 15px;
	border: 2px solid #6B94CA;
}
.selector_item {
    width: calc(10% - 2px);
    border-right: 2px solid #6B94CA;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-weight: 500;
    color: #6B94CA;
	float: left;
	cursor: pointer;
}
.selector_item:nth-last-child(1) {
	border-right: 0px solid #6B94CA;
}
.selector_item.selected {
	background-color: #6b94ca38;
}




.btn_default {
	padding: 10px 15px;
	margin: 5px;
	background: #6B94CA;
	border: 1px solid #6B94CA;
	color: #fff;
	font-size: 24px;
	border-radius: 5px;
}


.btn_cancel {
	padding: 10px 15px;
	margin: 5px;
	background: #fff;
	color: #f15415;
	border: 1px solid #f15415;
	font-size: 24px;
	border-radius: 5px;
}
#vrp-map {
	float: none !important;
	margin-left: -20px !important;
	width: calc(100% + 40px) !important;
	transition: opacity 0.5s ease;
}
#isochrone-map {
    float: none;
    margin-left: -20px !important;
    width: calc(100% + 40px) !important;
	transition: opacity 0.5s ease;
}
.leaflet-touch .leaflet-bar a {
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
}
div#isochrone-map.calculating {
    opacity: 0.5;
}

div#isochrone-response {
	display: none;
}
div#isochrone-response.showed {
    position: absolute;
    z-index: 1000;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 5px 20px #868686;
    width: 150px;
    left: calc(50% - 100px);
    top: 1300px;
    text-align: center;
	display: block;
}










