/** Project: gj1
 *  Description: 13sept
 *
 *  @creator       Thinkin-Tags v0.4.1
 *  @framework     YAML v4.1.2
 *  @file          typography.css
 */

@media all {

	html * {
		font-size: 100%;
	}

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

	body {
		color: #444444;
		font-family: Merriweather Sans, Verdana, sans-serif;
		font-size: 87.5%;
		font-style: normal;
		font-weight: 300;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		color: #161e21;
		font-family:  vidaloka-regular, "Times New Roman",  Times, Georgia, serif;
		font-style: normal;
		font-weight: normal;
		margin: 0;
	}

	h1 {
		font-family: Merriweather Sans, Verdana, sans-serif;
		font-size: 342.85714%;
		font-style: normal;
		font-weight: 400;
		line-height: 0.875;
		margin: 0 0 0.4375em 0;
	}
	
	h2 {
		font-size: 228.57143%;
		line-height: 1.3125;
		margin: 0 0 0.65625em 0;
	}

	h3 {
		font-size: 171.42857%;
		line-height: 0.875;
		margin: 0 0 0.875em 0;
	}

	h4 {
		font-size: 150%;
		line-height: 1;
		margin: 0 0 1em 0;
	}

	h5 {
		font-size: 128.57143%;
		line-height: 1.16667;
		margin:1.16667em 0 0.5em 0;
	}
	h5 .overlay-home {
		font-size: 128.57143%;
		line-height: 1.16667;
		margin:1em 0 1.16667em 0;
	}

	h6 {
	color: #161E21;
	font-family: vidaloka-regular, "Times New Roman",  Times, Georgia, serif;
	font-style: normal;
	font-weight: normal;
	font-size: 112%;
	font-stretch: extra-condensed;
	}

	ul,
	ol,
	dl {
		font-size: 100%;
		line-height: 1.5;
		margin: 0 0 1.5em 0;
	}

	ul {
		list-style-type: none;
	}

	ol {
		list-style-type: decimal;
	}

	ul ul {
		list-style-type: circle;
		margin-top: 0;
	}

	ol ol {
		list-style-type: lower-latin;
		margin-top: 0;
	}

	ol ul {
		list-style-type: circle;
		margin-top: 0;
	}

	li {
		font-size: 100%;
		line-height: 1.5;
		margin-left: 1.2em;
	}

	dt {
		font-weight: bold;
	}

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

	p {
		font-size: 100%;
		line-height: 1.5;
		margin-bottom: 1.5em;
	}

	blockquote,
	cite,
	q {
		font-family:  "Times New Roman", Georgia, Times, serif;
		font-style: italic;
	}

	blockquote {
		background: transparent;
		color: #666666;
		margin: 1.5em 0 0 1.5em;
	}

	strong,
	b {
		font-weight: 800;
	}

	em,
	i {
		font-style: italic;
	}

	big {
		font-size: 114.28571%;
		line-height: 1.3125;
	}

	small {
		font-size: 85.71429%;
		line-height: 1.75;
	}

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

	pre {
		-moz-word-wrap: break-word;
		-ms-word-wrap: break-word;
		-webkit-word-wrap: break-word;
		font-size: 100%;
		line-height: 1.5;
		margin: 0 0 1.5em 0;
		white-space: pre-wrap;
		word-wrap: break-word;
	}

	pre,
	code {
		color: #880000;
	}

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

	var,
	dfn {
		font-style: italic;
	}

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

	sub,
	sup {
		font-size: 100%;
		line-height: 0;
		position: relative;
		vertical-align: baseline;
	}

	sup {
		top: -0.5em;
	}

	sub {
		bottom: -0.25em;
	}

	mark {
		background: yellow;
		color: black;
	}

	hr {
		background: transparent;
		border: 0;
		border-bottom: 1px #eeeeee solid;
		color: #fff;
		margin: 0 0 0.75em 0;
		padding: 0 0 0.67857em 0;
	}

	a {
		background: transparent;
		color: #659235;
		text-decoration: none;
	}

	a:active {
		outline: none;
	}

	a:hover,
	a:focus {
		background-color: #659235;
		color: white;
		text-decoration: none;
	}
	

	img,
	figure {
		margin: 0;
	}

	.flexible {
		height: auto;
		margin-bottom: 1em;
		max-width: 100%;
	}

	* html .flexible {
		width: 98%;
	}

	.bordered {
		-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
		border: 5px white solid;
		box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
		margin-bottom: 1.5em;
	}

	.highlight {
		color: #cc3300;
	}

	.dimmed {
		color: #888888;
	}

	.box {
		-webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
		border-color: rgba(0, 0, 0, 0.3);
		border-radius: 0.3em;
		border-style: solid;
		border-width: 1px;
		box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
		color: rgba(0, 0, 0, 0.8);
		margin: 0 0 1.5em 0;
		padding: 1.42857em;
	}

	.box > *:last-child {
		margin-bottom: 0;
	}

	.label {
		background: #06C;
		border-radius: 3px;
		color: #fff;
		display: inline-block;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 10px;
		letter-spacing: normal;
		line-height: 12px;
		padding: 1px 6px 2px;
		vertical-align: middle;
		white-space: nowrap;
	}

	.info {
		background: #f4f4f4;
	}

	.success {
		background: #88cc88;
	}

	.warning {
		background: #cccc88;
	}

	.error {
		background: #cc8888;
	}

	.float-left {
		display: inline;
		float: left;
		margin: 0 1em 1.5em 0;
	}

	.float-right {
		display: inline;
		float: right;
		margin: 0 0 1.5em 1em;
	}

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

	table {
		border-bottom: 1px #ccc solid;
		border-collapse: collapse;
		border-top: 1px #ccc solid;
		color: #444444;
		margin: 0 0 1.35714em 0;
		width: 100%;
	}

	table.narrow {
		margin: 0 0 1.42857em 0;
	}

	table.narrow th,
	table.narrow td {
		line-height: 1.42857;
		padding: 0 0.5em;
	}

	table.fixed {
		table-layout: fixed;
	}

	table.bordertable {
		border: 1px #ccc solid;
	}

	table.bordertable thead th {
		background: #e0e0e0;
		border-bottom: 1px #ccc solid;
		border-right: 1px #ccc solid;
	}

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

	table.bordertable tbody th {
		border-right: 1px solid #ccc;
	}

	table.bordertable tbody td {
		border-right: 1px solid #ccc;
	}

	caption {
		font-variant: small-caps;
	}

	th,
	td {
		line-height: 1.5em;
		padding: 0.71429em 0.5em;
		vertical-align: top;
	}

	th *:first-child,
	td *:first-child {
		margin-top: 0;
	}

	th.nowrap,
	td.nowrap {
		white-space: nowrap;
	}

	thead th {
		border-bottom: 2px #000 solid;
		color: #000;
		text-align: left;
	}

	tbody {
	}

	tbody th {
		border-top: 1px solid #ccc;
		text-align: left;
	}

	tbody td {
		border-top: 1px solid #ccc;
		text-align: left;
	}

	tbody tr:hover th,
	tbody tr:hover td {
		background: #f8f8f8;
	}

	slogan {
	}

	h3.slogan {
		font-family: greatvibes-regular,  vidaloka-regular, "Times New Roman",  Times, Georgia, serif;
		font-size: 35px;
		letter-spacing: 1px;
		line-height: 1.3125;
		margin: 0px 0px 0px 2px;
		color: #011904;
	}

	p.slogan-text {
		font-family: Merriweather Sans, Verdana, sans-serif;
		font-style: italic;
		font-weight: normal;
		margin: 0px 5px 0px 2px;
		color: #011904;
	}
     /*    WEBMART   */
       div.wmnews_header > table,
      td.wmnews_title {
		border: 0px;
		margin-bottom: 0;
	 }


      .wmnews_title,
      .wmnews_title a:link  {
	      	color: #161e21;
		font-family:  vidaloka-regular, "Times New Roman",  Times, Georgia, serif;
	 }
	div.#wmnews_container_133338.wmnews_teaser,
      div.wmnews_teaser {
	      	color: #161e21;
		font-family: Merriweather Sans, Verdana, sans-serif;
                font-style: normal;
                font-weight: 300;
	 }
	strong {
		font-family: 'merriweather_sansbold';
	}
	il {
	font-family: 'merriweather_sansitalic';
	}
	div.wmnews_teaser > del {
	color: #161E21;
	font-family: vidaloka-regular, "Times New Roman",  Times, Georgia, serif;
	font-style: normal;
	font-weight: normal;
	font-size: 112%;
	font-stretch: extra-condensed;	}
	table.wmnews_table {
	border: 0px;
	}
	table.wmnews_table > tbody td {
    	border-top: 0px;
	}
}

@media screen {


	.link-galerie {
		margin: 0 0 0.45em 0px;
	}
	
	.link-overlay a  {
	background: transparent;
	color: #003300;
	text-decoration: none;
	}
	
	.link-overlay a:focus,
	.link-overlay a:hover,
	.link-overlay a:active {
	color: #FFF;
	background: #78B436;
	padding: 1px 8px 3px 8px;
	}
	
	h2.link-galerie  {
		font-size: 210%;
		line-height: 1em;
	}
	
	.thumbs a {
	background: transparent;
	color: #360;
	text-decoration: none;
	}
	
	.thumbs a:focus,
	.thumbs a:hover,
	.thumbs a:active  {
	background: transparent;
	color: #18a918;
	text-decoration: none;
	}
	
	footer ul{
	list-style: none;
	font-size: 75%;
	}
	
	footer ul li{
	line-height: 2em;	
	}
	
	.abstand-r {
	margin-right: 1.5em;
	}
	
	.abstand-o {
	margin-top: 2.5em;
	text-align: center;
	}
	.im-text {
	margin: 1.33em 0 1em 0;
	}

	.h-absatz {
	color: #161E21;
	font-family: vidaloka-regular, "Times New Roman",  Times, Georgia, serif;
	font-style: normal;
	font-weight: normal;
	font-size: 112%;
	font-stretch: extra-condensed;
	}
	
	.textabstand-r {
	padding-right: 35px;
	}
	
		 h1{
		color: #fff;
		float: left;
		font-family: Merriweather Sans;
		font-size: 40px;
		font-style: normal;
		font-weight: 700;
		letter-spacing: 1.0px;
	}
	
	#telgter-ei h5 {
	font-size: 1.5em;
	padding-top: 0.3em;
	margin-top: 0.3em;
	line-height: 1.6667em;
	}
	  h5.schleifent {
	margin-top: -0.5em;
	  }
	.abst-o {
		padding-top: 2em;
		padding-left: 0.5em;
	}
        div.wmnews_box > div.wmnews_teaser {
               font-size: 103% !important;
               font-stretch: expanded;
               word-spacing: .05em;
               line-height: 1.5;
               color: #444444 !important;
               font-family: Merriweather Sans !important;
               font-style: normal !important;
               font-weight: 300 !important;
               margin-bottom: 1.5em;
       }
}