.button_karte,
.karten-info,
.button_drucken {
    margin: 10px;
    border-radius: .5em;
    color: #fff;
    border: none;
    background-image: linear-gradient(135deg, #de0913 0%, #000000 100%);
	height: 40px;
	max-width: 120px;
	font-size: 10pt;
	line-height: normal;
}
#karte_map {
	height: 600px;
}
#karte_tab {
    display: grid;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: [first] 30% [line2] auto;
    grid-template-rows: [first] auto [row2] 620px [row3] auto;
}
#karte_sidebar {
    grid-area: 1 / 1 / 4 / 2;
	max-height: 800px;
    overflow-y: auto;
}
#karte_zusatz {
	grid-area: 1 / 2 / 2 / 3;
    display: inline-flex;
    align-items: end;
    margin-left: auto;
}
#karte_inhalt {
	grid-area: 2 / 2 / 3 / 3;
    border: 1px solid;
}
.infoBox {
	font-size: 12px;
    background-color: rgb(255 255 255);
    padding: 2px;
    color: #000000;
}
.infoBox_content {
	max-width: 200px;
}
.infoBox_content img {
	width: 100%;
}
#tour_kml {
	display: flex;
	flex-direction: column;
}
#tour_poi,
#tour_routen {
	margin: 0 0 0 5px;
	list-style-type: none;
}
#liste_poi,
#liste_routen {
    list-style: none;
	padding: 0 0 0 5px;
}
#liste_poi {
	columns: 1;
}
#liste_poi li,
#liste_routen li {
    font-size: 14px;
	margin-left: 5px;
}
.poi {
	margin: auto 0;
	padding: 0 0 0 3px;
}
.route {
	margin: 4px 0 4px 8px;
    padding: 0 0 0 16px;
	line-height: normal;
}
.poi_liste,
.routen_liste {
	display: inline-flex;
	align-items: center;		  
}
.poi_liste img {
	height: fit-content;
}
#touren_ul {
	columns: 1;
	margin-left: 10px;
}
#touren_li {
	margin: 0 0 0 5px;
}
.ordner {
	font-size: 20px;
    font-weight: bold;
	margin: auto 5px;
}
.folder {
	margin-left: 15px;
	line-height: normal;
}
.folder_div {
	display: inline-flex;
}
.folder_div img {
	height: fit-content;
}
.folder_span {
	display: inline-grid;
	margin: auto 5px;
}
.input_pm {
    transform: scale(1.4);
	vertical-align: middle;
}
.tour_div {
	line-height: normal;
    display: inline-flex;
}
.tour_span {
	margin-left: 5px;
    padding-left: 5px;
}
.tour_link_sidebar {
	margin-left: 40px;
    font-size: 10pt;
}
.tour_link_karte {
	float: right;
}
span.modal_close:after {
    content: "\f00d";
    font-family: 'FontAwesome';
    font-size: 14pt;
    float: right;
    cursor: pointer;
}
#copyright_route {
	max-width: 600px;
}
.copyright {
    font-size: 12px;
    margin: 0;
    text-align: right;
    line-height: normal;
}
.mobilitaet {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
}
#map_routenplaner {
	height: 500px;
	min-width: 360px;
	max-width: 600px;
	border: 1px solid;
}
#select_abfahrt {
	top: 10px !important;
    height: 30px;
    font-size: 16px;
	border: 2px solid #0021ff;
	padding: 0 0 0 5px;
}
#routenverlauf {
	line-height: normal;
	max-width: 600px;
}
#routenverlauf input {
	font-size: 15px;
}
#routenverlauf select {
	font-size: 15px;
	width: 100%;
}
#routenverlauf i {
	font-size: 12px;
}
@media only screen and (max-width: 1200px) {
	#liste_poi {
		columns: 2;
	}
	#karte_map {
		height: 500px;
	}
	#karte_tab {
		display: grid;
		grid-template-columns: [first] auto [end] auto;
		grid-template-rows: [first] auto [row2] 520px [row3] auto;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	#karte_sidebar {
		grid-area: 1 / 1 / 2 / 2;
		overflow-y: unset;
	}
	#karte_zusatz {
		grid-area: 1 / 2 / 2 / 3;
		display: grid;
		align-content: center;
        justify-content: end;
	}
	#karte_inhalt {
		grid-area: 2 / 1 / 3 / 3;
	}
	#tour_kml {
		flex-direction: row;
	}
	.folder_span {
		max-width: 100%;
	}
	.tour_span {
		max-width: 180px;
	}
}
@media only screen and (max-width: 767px) {
	#karte_map {
		height: 400px;
	}
	#karte_tab {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: [start] auto [line2] auto [line3] auto [end] auto;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	#karte_sidebar {
		grid-area: 2 / 1 / 3 / 2;
	}
	#karte_zusatz {
		grid-area: 1 / 1 / 2 / 2;
		display: inline-flex;
	}
	#karte_inhalt {
		grid-area: 3 / 1 / 4 / 2;
	}
	#liste_poi {
		columns: 1;
	}
	#map_routenplaner	{
		height: 400px;
	}
}
@media only screen and (max-width: 600px) {
	.ordner {
		font-size: 16px;
	}
	p.ordner_tour {
		font-size: 11pt;
	}
	#tour_kml {
		display: flex;
		flex-direction: column;
	}
	#liste_poi,
	#liste_routen {
		padding-left: 0;
	}
	#Touruebersicht img,
	.poi_liste img {
		transform: scale(0.8);	  
	}
	.input_pm {
		transform: scale(1.2);
	}
	#select_abfahrt {
		width: 150px;
		left: 100px !important;
	}
}
@media only screen and (max-width: 540px) {
	.mobil {
		width: 100%;
	}
	#karte_map {
		height: 340px;
	}
	#map_routenplaner {
		height: 340px;
		width: 100%;
		min-width: unset;
	}
	.copyright {
		font-size: 11px;
	}
}