/*
Theme Name:     HELDENREISE (Twenty Twelve Child)
Theme URI:      http://www.heldenreisen-muenchen.de/
Description:    Child Theme fuer NEUE WEGE WAGEN auf Basis von WordPress Twenty Twelve
Author:         fg based on aw
Author URI:     http: //www.grieser-coaching.de/
Template:       twentytwelve
Version:        1.0
*/
@import url("../twentytwelve/style.css");

/* 
#f5a449 - Orange
#6d6e71 - GRAU sprechen und wirken
#ffd400 - GELB sprechen und wirken 
#ffd400 - HELLGRAU sprechen und wirken 
#ffe794 - HELLGELB sprechen und wirken 

#fff0aa - hellgelb extrem hell (erfunden)
#e9eaeb - hellgrau extrem hell (erfunden)
#fdfdfd - hellgrau extrem hell (erfunden)
#ffff00 - Knallgelb (erfunden)

#141412 - fast schwarz
*/

html {
	font-size: 87.5%;
}

body {
	font-size: 14px;
	font-size: 1rem;
	font-family: "Open Sans", "Arial", "Helvetica", sans serif, sans-serif;
	color: #5b5b6b;
	background-color: #fff;
	margin-top: 0px !important;
}

.wrapper {
	background: url(img/backgroundblase.jpg) repeat-y top left;
	}

body .site { 
	box-shadow: 0px 0px 0px rgba(0,0,0,0);
	margin-top: 0rem;
	margin-top: 0px !important;
}

.entry-content p { 
	line-height: 1.4 !important;
	margin-bottom: 14px !important;
}

.entry-content li { 
	line-height: 1.5 !important;
}

.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* NO fancy borders */
	border-radius: 0px;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}


h1, h2, h3, h4, h5, h6 { 
	font-family: "Open Sans", "Arial", "Helvetica", sans serif, sans-serif;
/* color: #f5a44; */ /* Standard Überschriften-Textfarbe auf Orange */
/* color: #6d6e71; */ /* Standard Überschriften-Textfarbe auf GRAU */
/* color: #5d5e61; */ /* Standard Überschriften-Textfarbe GRAU-GELB AW */
	color: #f5a44;
}


.main-navigation li { /* Grösse Schrift Navileiste*/
	font-size: 12px;
}

.header-image { /* Header-IMage kein Abstand nach Oben */
	margin-top: 0px;
	margin-top: 0rem;
	padding-top: 0rem;
	padding-top: 0px;
}

/* Header */
.site-header { /* Header-Image kein Abstand nach Oben */
	padding: 0 0;
	padding: 0rem 0;
/* 	padding: 24px 0; */
/* 	padding: 1.714285714rem 0; */
}


.site-content article { /* linie unter Ende des Artikels */
	border-bottom: 0px double #EDEDED;
	margin-bottom: 5.14rem;
	overflow-wrap: break-word;
	padding-bottom: 1.71rem;
}

.widget-title h3 { 
	/* margin-bottom: 1.71rem; */
	margin-bottom: 0rem;
	font-family: "Helvetica", "Arial", sans serif, sans-serif;
	color: #6d6e71;
	font-style:normal;
	text-transform: none;
}

.widget-title { 
	color: #6d6e71; /* sprechen wund wirken grau  */
	font-size: 0.92rem; /* 0.79 */
	text-transform: none; /* keine Grossschreibung */
	height: 12px; /* Leerraum nach Widget-Titel */
}


h1.entry-title, h1.entry-header { 
	/* color: #af8400; */ /* grau-gelb */
	/* color: #f5a449; */ /* orange */
	color: #f5a449;
 	font-weight: 700 !important;
}

h2.entry-content { 
 	font-weight: normal;
}

footer.entry-meta {
	margin-top: 12px;
}

/* Leerraum zwischen Menüpunkten */
/*
.main-navigation li { 
margin: 0px 1rem 0px 0px; 
position: relative;
}
*/
.main-navigation li {
/*	margin: 0 40px 0 0; */
/* margin: 0 2.857142857rem 0 0; */
	margin: 0 46px 0 0 !important;
	margin: 0 3.3rem 0 0 !important;
	position: relative;
}

/* Striche ums Menü */
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	border-bottom: 1px solid #ededed;
	border-top: 0px solid #ededed; /* kein Strich oben */
	display: inline-block !important;
	text-align: left;
	width: 100%;
}

/* Abstand zum Headerbild */
.main-navigation { 
	margin-top: 6px !important;

/*	margin-top: 0.4rem !important; */
}


audio {
    background-color: #ffd400;
}