body {
}
.lead {
    font-size: 20px;    
}

#main, #vrp-map-wrapper {
    margin: auto; 
    width: 1000px;
}

#main li {
    line-height: 22px;    
}

a {
    text-decoration: none;
    color: #3872f2;    
}
a:hover {
    color: #3091f7;
}

#button-list {
    padding: 10px;
}

#button-list button, #example-list button {
    margin: 5px;
}

#example-list {
    float: left;
    max-width: 190px;    
    margin-top: 10px;    
}

#vrp-map {
    float: right;
}

.right {
    float: right;
}

.left {
    float: left;
}

.leaflet-div-icon {
    background: transparent;
    border: none;
}

.leaflet-marker-icon .number{
    position: relative;
    top: -43px;
    width: 34px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

#enter_key {
    padding-top: 10px;
    float: right
}
#custom_key_input {
    width: 340px;
}
#custom_key_enabled {
    margin-bottom: -5px;
}

#vrp-error {
    color: red;
    font-weight: bold;
}

#vrp-error, #vrp-response {
    padding: 10px;
}

.clear {
    clear: both;
}

.hide {
    display: none;
}

#custom_key_desc li {    
    list-style-type: none;
    padding-right: 20px;
}

#logo {
    padding-bottom: 20px;
}

#get_key_link {
    padding: 5px;
}

#instructions-header {
    padding: 10px;
}

#instructions {
    font-size: small;
}

.tab-content {
    padding-top: 20px;
    padding-bottom: 20px;
}

.small {
    font-size: small;
}

#mynavigation {
    border-top-color: white;
    background-color: white;
    margin-bottom: 0px;
    background-image: linear-gradient(to bottom, white, #e7e7e7);
    border-radius: 4px;
    font-size: 0;
    list-style-type: none;
    margin: 5px 0px;
    padding: 0;
}

#mynavigation li a {
    color: black;
}

#mynavigation li:first-child {
    border-left: medium none;
    border-radius: 4px 0 0 4px;
}
#mynavigation li {
}
#mynavigation li {
    border-left: 1px solid #ddd;
    border-right: 1px solid #888;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding-left: 1.1em;
    padding-right: 1.1em;    
    padding-bottom: 0.2em;
    text-shadow: 0 1px 1px #f7f7f7;
}
#mynavigation {
    list-style-type: none;
}

#mynavigation .current { 
    border-bottom: 3px inset black;    
}

#geocoding-map {
    margin-top: 10px;
}


.logo {
	max-width: 250px;
}

.slider-container {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.slider-container .text-fahrzeuge {
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    color: #333333;
    font-size: 16px;
    line-height: 30px;
    width: 100%;
}

.slider-container .routenoptimierung-slider-box {
    margin-top: 10px;
    width: 100%;
}

/* FSV-Slider */

.sln-slider {
	cursor: default;
}

.sln-slider .noUi-base {
	background-color: #E0EAF5;
}

.sln-slider.noUi-target{
	border: 0;
}

#optimierung-slider .noUi-handle {
	width: 26px;
	height: 26px;
	border-radius: 13px;
	top: -9px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
	background-color: #5D95F2;
	outline: none;
	border: 1px solid #5D95F2;
}

.sln-slider.noUi-horizontal {
    height: 6px;
}

.sln-slider .noUi-touch-area {
	position: relative;
	top: -5px;
	color: #fff;
	left: 3px;
    cursor: grab;
}

.sln-slider .noUi-touch-area:active {
    cursor: grabbing;
}

.sln-slider .noUi-touch-area svg {
    position: absolute;
    top: 5px;
    left: -3px;
    right: 3px;
}

.fsv-spacer {
	height: 40px;
	background-color: #F8F9FB;
}

.fsv-slider-box {
	padding: 0 30px;
	background-color: #F8F9FB;
}

.sln-slider .noUi-marker.noUi-marker-horizontal {
	display: none;
}

.sln-slider .noUi-pips-horizontal {
	padding: 0;
}

.sln-slider .noUi-value.noUi-value-horizontal.noUi-value-large {
	font-size: 14px;
	color: #9BA9BC;
}

.sln-slider .noUi-value.noUi-value-horizontal.noUi-value-large {
    top: -5px;
}

.sln-slider .noUi-tooltip {
	background: #212F68;
	color: #fff;
	border: none;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 0 8px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    bottom: 130% !important;
}

.sln-slider .noUi-tooltip::before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    border: solid 4px transparent;
    border-top-color: #212F68;
}

.sln-slider .noUi-tooltip::after {
	content: url("../img/auto-weiss.svg");   
	margin-left: 8px;
	position: relative;
	bottom: -3px;	
}

.sln-slider .noUi-value.noUi-value-horizontal.noUi-value-large {
    font-size: 12px;
}

#action-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    row-gap: 15px;
    background-color: #5D95F2;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 19px 20px 18px;
}

.buttons {
    display: flex;
    align-items: center;
    gap: 15px;
}

.info {
    display: flex;
    gap: 50px;
}

.ab-info-heading {
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}

.ab-info-value {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}

#vrp-map {
    cursor: default;
    height: 550px;
}

@media screen and (max-width: 860px) {
    #action-box {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 340px) {
    #action-box .buttons {
        width: 100%;
    }

    #action-box .buttons #optimize_button {
        width: 100%;
    }
}


@media (max-width: 600px) {
    .slider-container {
        flex-direction: column;
    }
    
    .slider-container .routenoptimierung-slider-box {
        margin-left: 30px;
        margin-top: 20px;
    }

    #mnu2_cnt > .row {
        padding-top: 20px;
    }
    
    #action-box .info {
        display: none;
    }

    #vrp-map {
        height: 400px!important;
    }
}

button {
    outline: none;
}