/*--------------------------------------------------------------
# Schriftgröße verkleinern auf 90 %
--------------------------------------------------------------*/
body, button, input, select, textarea {
    color: #404040;
    font-family: "Roboto",Tahoma,Arial;
    font-size: 0.9rem;
    line-height: 1.5;
}


/*--------------------------------------------------------------
# Einzug bei Aufzählung auf 0.5em verringern
--------------------------------------------------------------*/
ul, ol {
    margin: 0 0 1.5em 0.5em;
}


/*--------------------------------------------------------------
# Überschrift von Beiträgen - Underline entfernt
--------------------------------------------------------------*/
.page-title {
	color: #444;
	border-bottom: 0px solid #444 !important;
}

.entry-title {
	border-bottom: 0px solid #2299cc !important;
}


/*--------------------------------------------------------------
# Layout-Abmessungen - Breite Sidebar 
--------------------------------------------------------------*/
.site {
	max-width: 1215px;
	width: 100%;
	margin: 0 auto;
	background: #fff;
}


/*--------------------------------------------------------------
# Hinweis entfernen - Erstellt mit WordPress
--------------------------------------------------------------*/
.site-footer .site-info {
	display: none;
}


/*--------------------------------------------------------------
# Kategorie-Cloud - Schrift verkleinern auf 0,775rem
--------------------------------------------------------------*/
.widget_tag_cloud .tagcloud {
    font-size: 0.775rem;
}


/*--------------------------------------------------------------
# Überschrift auf Übersichtsseite - Schrift vergrößern auf 1,6rem
--------------------------------------------------------------*/
.type-post .post-thumbnail-small + .entry-header .entry-title {
    font-size: 1.55rem;
}


/*--------------------------------------------------------------
# Überschrift h2 - Schrift verkleinern auf 1,2rem
--------------------------------------------------------------*/
h2 {
    font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Überschrift für Handy (hoch) - Schrift verkleinern
--------------------------------------------------------------*/
@media only screen and (max-width: 30em) {

	.entry-title {
    font-size: 1.45rem !important;
    }
  	h2 {
    font-size: 1.15rem !important;
	}
}


/*--------------------------------------------------------------
# Legende von Karte und Hoehenprofil anpassen
--------------------------------------------------------------*/
.wpgpxmaps_summary .summarylabel {
    font-weight: 500;
  	font-size: 1.00em;
  	padding-left: 0em;
  	color: #777777;
}

.wpgpxmaps_summary .summaryvalue {
    font-weight: 500;
    font-size: 1.00em;
    padding-left: 0.25em;
    color: #777777;
}

.wpgpxmaps .wpgpxmaps_osm_footer {
    height: 20px;
    font-size: 0px;
}



.wpgpxmaps .report {
    font-size: 0.8em;
    font-weight: bold;
    color: #2299cc;
}



h3 {
    text-decoration: underline;
}




#cont_6dc304104d923ab6a5f5065f3ab18c1f {
	margin-left: 0px !important;
	}