/**
 * YAML CSS Framework
 * @version         v4.0.1
 */

@media all {

	/* (de) Alle Schriftgroessen auf Standardgroesse (16 Pixel) zuruecksetzen */
	html * { font-size:100%; }

	/**
	* (de) Schriftgroesse von monospaced Elementen in allen Browsern auf 16 Pixel setzen
	*/

	textarea,
	pre,
	code,
	kbd,
	samp,
	var,
	tt {
		font-family:Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
	}

	/* (de) Basis-Layout erhaelt Standardschriftgroesse von 14 Pixeln */
	body {
		font-size: 93.75%; /* base: 15px */
		color: #545454;

		/* (de) Automatische Schriftvergroesserung in mobilen Webkit-Browsern vermeiden */
		-webkit-text-size-adjust:100%;
	}
	body, td, pre { font-family: Lato, Arial, Helvetica, sans-serif; }

	/*--- Headings | Ueberschriften ------------------------------------------------------------------------*/

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		/* font-family: Georgia, 'Times New Roman', serif; */
		font-family: Lato, Arial, Helvetica, sans-serif;
		font-weight: 700;
		color: #069dc5;
		margin:0;
	}

/*  h14 VR gem. GL ( Bfs 0.87500em / Blh 1.50000em / Sf 1.333 [preset 3:4] ) */

  h1 { 
      letter-spacing: -0.025em;
      font-size: 300%; 
      line-height: 1.25em; 
      margin-top: 0.5em; 
      margin-bottom: 0em; 
  } 
  
  #content h1:first-child { margin-top: 0; }

  h2 { 
      color: #737373;
      font-size: 160%; 
      line-height: 1.68000em; 
      margin-top: 0.84em; 
			padding-bottom: 0.25em;
      margin-bottom: 0em; 
  } 
  
  h2.firstchild { margin-top: 0.5em; }

  h3 { 
      font-size: 180%; 
			font-weight: 300;
			text-transform: uppercase;
      line-height: 1.10526em; 
      margin-top: 1.1053em; 
      margin-bottom: 0em; 
  }

  h4 {
      /*text-transform: uppercase;*/
      font-size: 120%;
      line-height: 1.5em;
      margin-top: 1.5em;
  }

	/* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------ */

	p {
		font-size:1em;
		line-height:1.5em;
		margin: 1.5em 0 0 0;
	}

    .impressum p {
        margin-top: 0.5em;
    }


	strong, b { font-weight:bold; }

	em, i { font-style:italic; }


	sub,
	sup {
		font-size: 73.33%;
		line-height: 0;
		position: relative;
		vertical-align: baseline;
	}

	sup { top: -0.5em; }
	sub { bottom: -0.25em; }


	hr {
		color:#fff;
		background:transparent;
		margin:0 0 0.75em 0;
		padding:0 0 0.75em 0;
		border:0;
		border-bottom:1px #eee solid;
	}


	/* --- Lists | Listen  -------------------------------------------------------------------------------- */

	ul,
	ol,
	dl {
		font-size:1em;
		line-height:1.5em;
		margin: 1.5em 0 0 2.5em;
	}

	ul {
		list-style-type:disc;
	}

	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:1em;
		line-height:1.5em;
		margin-left:0.8em;
	}

	dt { font-weight:bold; }

	dd { margin:0 0 1.5em 0.8em; }

	/*--- Links ----------------------------------------------------------------------------------------- */

	a, a:visited { color: #019DC3; text-decoration:none; font-weight:bold;
/*
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		transition: all 0.2s linear;
*/
  }
	
	a:focus,
	a:hover,
	a:active { color: #545454; text-decoration: none; }

	a:active { outline: none; }


	/* --- images ------------------ */

	img,
	figure {
		margin: 0;
	}


	.bordered {
		margin-top: 1.5em;
		border: 2px #eee solid;
		border: 2px rgba(255,255,255,1) solid;
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.25);
		-moz-box-shadow: 0 0 3px rgba(0,0,0,.25);
		box-shadow: 0 0 3px rgba(0,0,0,.25);
	}

	.mpsn-gcm img, .umrandung { padding: 0px; margin: 2px 8px 3px 0; background: transparent; }
	.mpsn-gcm img[style ~= "left;"] { margin-left: 0; margin-right: 1em; }
	.mpsn-gcm img[style ~= "right;"] { margin-left: 1em; margin-right: 0; }
	.mpsn-gcm .noborder img, .mpsn-gcm img.noborder { border: none; background: none; padding: 0; margin: 0; }


	/**
	* ----------------------------------------------------------------------- #
	* Generic Content Classes
	*/

	.box {
		border-radius: 0.3em;
		border-width: 1px;
		border-style: solid;
		border-color: #888;
		border-color: rgba(0,0,0,.3);
		-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
		-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
		box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
		color: #444;
		color: rgba(0,0,0,.8);
		padding: 1.4286em;
		margin: 1.5em 0 0 0;
	}

	.box > *:first-child {
		margin-top: 0;
	}


	.info {
		background:#f4f4f4;
	}

	.success {
		background:#E6E6E6;
	}

	.warning {
		background:#cc8;
	}

	.error {
		background:#c88;
	}

	.float-left {
		float:left;
		display:inline;
		margin: 1.75em 1.5em 0.5em 0;
	}

	.float-right {
		float:right;
		display:inline;
		margin: 1.75em 0 0.5em 1.5em;
	}

	.center {
		display:block;
		text-align:center;
		margin: 1.75em auto 0.5em auto;
	}


	/**
	* ------------------------------------------------------------------------------------------------- #
	* Tables | Tabellen
	*/

	table {
		width:100%;
		border-collapse:collapse;
		margin: 1.3571em 0 0 0;
		color:#333;
		border-top: 1px #ccc solid;
		border-bottom: 1px #ccc solid;
	}

	table.narrow {
		margin:  1.4286em 0 0 0;
	}

	table.narrow th,
	table.narrow td {
		padding: 0 0.5em;
		line-height: 1.4286em;
	}

	table.bordertable {
		border:1px #ccc solid;
	}

  table.uebersicht, table.uebersicht td {
				border: none;
				text-align: center;
				padding: 5px 10px 5px 0;
	}
	
	table.uebersicht tr.table-linktext td { padding-top: 0; padding-right: 14px; /*hier: padding + box-shadow 4px*/ }

  table.kontakt td {
        padding-left: 0;
    }


	th, td {
		line-height: 1.5em;
		vertical-align: top;
		padding: 0.7143em 0.5em;
	}

	th *:first-child,
	td *:first-child {
		margin-top: 0;
	}

	th.nowrap,
	td.nowrap {
		white-space: nowrap;
	}

	thead th {
		text-align: left;
		color:#000;
		border-bottom:2px #000 solid;
	}

	.bordertable thead th {
		background:#e0e0e0;
		border-right:1px #ccc solid;
		border-bottom:1px #ccc solid;
	}

	.bordertable tbody th[scope="row"] {
		background:#f0f0f0;
	}

	tbody th {
		text-align: left;
		border-top: 1px solid #ccc;
		text-align: left;
	}

	.bordertable tbody th {
		border-right:1px solid #ccc;
	}

	tbody td {
		text-align: left;
		border-top:1px solid #ccc;
	}

	.bordertable tbody td {
		border-right:1px solid #ccc;
	}



	/* -------------------------------------------------------------------------------------------------
	* Sonstiges
	*/

	.mpsn-gcm iframe { border: 0px solid #ccc; background-color: transparent; width: 100%; }
	







}
