/** Project: Warnke_site
 *  Description: 
 *
 *  @creator       Thinkin-Tags v0.5.0
 *  @framework     YAML v4.1.2
 *  @file          typography.css
 */

@media all {

	html * {
		font-size: 100.01%;
	}

	textarea,
	pre,
	code,
	kbd,
	samp,
	var,
	tt {
		font-family: Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
	}

	body {
		background-color: #fff;
		font-family: 'fira_sansregular', "Lucida Grande", Lucida, Verdana, sans-serif;
		font-size: 75.00%;
		color: #85372f;
	}
	
	.ym-skiplinks .ym-skip:focus, .ym-skiplinks .ym-skip:active {
	background-color: #fff;
	font-size: 1.4em;
	padding: .25em;
}
body a.ym-skip, body a.ym-skip:visited {
	color: #572925;
	font-weight: bold;
	text-align: center;
}


	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		color: #85372f;
		font-family: 'fira_sansregular', "Lucida Grande", Lucida, Verdana, sans-serif;
		font-style: normal;
		font-weight: 400;
		margin: 0 0 0.65em 0;
	}
	




	#header h1 {
		font-size: 380%;
	font-weight: normal;
	font-style: normal;
	color: #000;
	line-height: 1.3em;
	margin: .75em 0 0 -.1em;
	padding-left: 10px;
}
#header h2 {
	font-size: 200%;
	line-height: 1.3em;
	margin-top: 0;
	margin-bottom: 1em;
	color: #444;
	padding-left: 10px;
}

	h2 {
		margin: 1.5em 0 0 -2px;
	line-height: 1em;
	font-size: 300%;
	color: #8e3b29;
}


	h3 {
		font-family:'fira_sansregular', "Lucida Grande", Lucida, Verdana, sans-serif;
		font-size: 180%;
	margin-bottom: 0.5em;
	margin-top: 1.5em;
	padding-top: 0.25em;
}
.wischtisch {
	color: #e80017;
	font-size: 133.33%;
	font-weight: bold;
}
.videos {
	margin-bottom: 3em;
}
.videos h3 {
	margin-bottom: .5em;
}

	h4 {
		font-size: 133.33%;
	margin-bottom: 0;
	margin-top: 1.5em;
}

	h5 {
		font-size: 116.67%;
	}

	h6 {
		color: #888;
		font-size: 116.67%;
		text-align: center;
	}

	ul,
	ol,
	dl {
		line-height: 1.55em;
		margin: 0 0 3em 0.2em;
	}
	#main ul, p {	
	padding-top: .2em;
}

	ul {
		list-style-type: disc;
	}
	ul.sans {
	margin-left: 0;
}
	ul.sans li {
	list-style-type: none;
    margin-left: 0;
	padding-left: 0;
	margin-bottom: 1em;
}

	ul ul {
		list-style-type: circle;
	}

	ol {
		list-style-type: decimal;
	}

	ol ol {
		list-style-type: lower-latin;
	}

	#main li {
		font-size: 133.33%;
		line-height: 1.65em;
		margin-left: 0.8em;
	margin-bottom: 0.25em;
	padding-left: .15em;
}
#main ul.sans {
	margin-left: 0;
}
#main ul.sans strong {
	margin-right: .15em;
	font-size: 116.6%;
	color: #000;
}
img.abstand {
	margin-top: 7px;
}

img.full {
	margin-top: 2em;
	margin-bottom: 2em;
}
	#main ul.sans li {
	list-style-type: none;
    margin-left: 0;
	padding-left: 0;
	margin-bottom: 1em;
}

	dt {
		font-weight: bold;
	}

	dd {
		margin: 0 0 1em 0.8em;
	}

	p, cite {
		font-size: 133.33%;
		line-height: 1.7em;
		margin: 0 0 1em 0;
}
.ym-form p{
	font-size: 1.05em;
	line-height: 1.4em;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
cite {
	line-height: 1.4em;
	display: block;
}

	blockquote,
	cite,
	q {
	font-style: normal;
	font-family: 'fira_sansitalic', "Lucida Grande", Lucida, Verdana, sans-serif;
	font-variant: normal;
}

	blockquote, blockquote p {
		color: #c38f33;
		margin: 1em 0 .5em 0;
		text-align: left;
	font-size: 133.33%;
}

	strong,
	b {font-family: 'fira_sansmedium', "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
}

	em,
	i {font-family: 'fira_sansitalic', "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
}

	big {
		font-size: 116.667%;
	}

	small {
		font-size: 91.667%;
	}

	pre {
		line-height: 1.5em;
		margin: 0 0 1em 0;
	}

	pre,
	code,
	kbd,
	tt,
	samp,
	var {
		font-size: 100%;
	}

	pre,
	code {
		color: #800;
	}

	kbd,
	samp,
	var,
	tt {
		color: #666;
		font-weight: bold;
	}

	var {
		font-style: italic;
	}

	acronym,
	abbr {
		border-bottom: 1px #aaa dotted;
		cursor: help;
		font-variant: small-caps;
		letter-spacing: .07em;
	}

	sub,
	sup {
		font-size: 91.6667%;
	}

	hr {
		border: 0;
		border-bottom: 1px solid #da9a61;
		color: #fff;
		margin: 0.75em 0 3em 0;
	}

	a,a:visited {
		background: transparent;
		color: #e40021;
		text-decoration: underline;
}
	#footer a, #footer a:visited {
	color: #e80017;
	padding-left: .1em;
	padding-right: .1em;
}

	 
	#footer a:focus,
	#footer a:hover,
	#footer a:active{
	color: #000;
	background-color: #fff;
}

	a:focus,
	a:hover,
	a:active {
		color: #000;
		text-decoration: none;
	}

	p.icaption_left {
		display: inline;
		float: left;
		margin: 0 1em 0.15em 0;
	}

	p.icaption_right {
		display: inline;
		float: right;
		margin: 0 0 0.15em 1em;
	}

	p.icaption_left img,
	p.icaption_right img {
		border: 1px #888 solid;
		padding: 0;
	}

	p.icaption_left strong,
	p.icaption_right strong {
		background: #eee;
		display: block;
		font-size: 91.667%;
		font-weight: normal;
		margin-top: 2px;
		overflow: hidden;
		padding: 0.3em 0.5em;
	}

	.highlight {
		color: #c30;
	}

	.dimmed {
		color: #888;
	}

	.info {
		background: #f8f8f8;
		color: #666;
		font-size: 91.7%;
		margin: 1.5em 0;
		padding: 12px 24px;
	}

	.note {
		background: #efe;
		border: 2px #484 solid;
		color: #040;
		margin-bottom: 1em;
		padding: 10px;
	}

	.important {
		background: #ffe;
		border: 2px #884 solid;
		color: #440;
		margin-bottom: 1em;
		padding: 10px;
	}

	.warning {
		background: #fee;
		border: 2px #844 solid;
		color: #400;
		margin-bottom: 1em;
		padding: 10px;
	}

	.float_left {
		display: inline;
		float: left;
		margin-bottom: 0.15em;
		margin-right: 1em;
	}

	.float_right {
		display: inline;
		float: right;
		margin-bottom: 0.15em;
		margin-left: 1em;
	}

	.center {
		display: block;
		margin: 0.5em auto;
		text-align: center;
	}

	table {
		border-bottom: 2px #888 solid;
		border-collapse: collapse;
		border-top: 2px #888 solid;
		margin-bottom: 0.5em;
		width: auto;
	}

	table caption {
		font-variant: small-caps;
	}

	table.full {
		width: 100%;
	}

	table.fixed {
		table-layout: fixed;
	}

	th,
	td {
		padding: 0.5em;
	}

	thead th {
		border-bottom: 2px #800 solid;
		color: #000;
	}

	tbody th {
		background: #e0e0e0;
		border-bottom: 1px solid #fff;
		color: #333;
		text-align: left;
	}

	tbody th[scope="row"],
	tbody th.sub {
		background: #f0f0f0;
	}

	tbody td {
		border-bottom: 1px solid #eee;
	}

	tbody tr:hover th[scope="row"],
	tbody tr:hover tbody th.sub {
		background: #f0e8e8;
	}

	tbody tr:hover td {
		background: #fff8f8;
	}

	#nav .ym-wbox {
		padding: 0 12px;
	}

	.flexible {
		max-width: 100%;
	}

	.bordered {
		border: 7px solid #fff;
		box-shadow: 0 0 6px rgba(0,0,0,.5);
	}

	blockquote.box p {
		font-family: Tangerine;
		font-size: 32px;
		font-style: normal;
		font-weight: 400;
		margin: 0;
	}

	.overlay h3 {
		color: #fff;
	}

	.overlay p {
		color: #ddd;
		margin: 0 0px 0px 0px;
	}

	

	.med h3 {font-family: 'fira_sansregular', "Lucida Grande", Lucida, Verdana, sans-serif;
		color: #fff8ed;
		font-size: 140%;
		margin: 0;
		padding-top: 0.9em;
	}

	#footer h3 {
		color: #000;
		font-size: 180%;
		margin: 0.25em 0;
	}

	#footer p {
		margin: 0 0 0.25em 0;
	font-size: 1.2em;
	color: #000;
}
#footer p strong {
	letter-spacing: 1px;
}

	h1 span.mobi {
		display: none;
	}

	h1 img {
		margin-top: 5.5%;
	}

	#main .ym-g33 h3 {
	margin-top: 0;
}
	/* Suche */
    #search {font-family: 'fira_sansmedium', "Lucida Grande", Lucida, Verdana, sans-serif;
    line-height: 1.5em;
    font-size: 1.1em;
    margin: 0.45em 0;
    text-align: right;
    color: #fff8ed;
}
.cms_form .search-button {font-family: 'fira_sansmedium', "Lucida Grande", Lucida, Verdana, sans-serif;
    background-color: #faead1;
    border: 1px solid #8e3b29;
    color: #8e3b29;
    padding: 5px 8px;
    margin-right: 0;
	line-height: 1.4em;
}

.cms_form .search-input {
    margin-bottom: 3px;
    border: 1px solid #6b2d33;
    padding: 5px;
    background-color: #fff8ed;
    margin-right: 5px;
    width: 12em;
    margin-left: 3px;
    -webkit-box-shadow: inset 0 .5em 1em 0 rgba(0,0,0, .15);
box-shadow: inset 0 .5em 1em 0 rgba(0,0,0, .15);
	color: #804d51;
	line-height: 1.4em;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {border:0;padding:0;margin:0;}

.cms_form .search-input:focus, .cms_form .search-input:hover, .cms_form .search-input:active {
    background-color: #faead1;
    border-color: #000;
    color: #000;
    -webkit-box-shadow: none;
box-shadow: none;
}
.cms_form .search-button:focus, .cms_form .search-button:hover, .cms_form .search-button:active {
    background-color: #6b2d33;
    border-color: #d3b8ba;
    color: #faf5eb;
}
	

}

