/**
 * "Yet Another Multicolumn Layout" - YAML CSS Framework
 *
 * (en) Uniform design of standard content elements
 * (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
 *
 * @copyright       © 2005-2013, Dirk Jesse
 * @license         CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-CDL (http://www.yaml.de/license.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         4.1.2
 */
@media all {
  /*
  * @section global typography settings
  *
  * vertical rhythm settings (based on em-unit)
  * -------------------------------------------
  /* (en) reset font size for all elements to standard (16 Pixel) */
  /* (de) Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
  html * {
    font-size: 100%;
  }

  /**
  * (en) reset monospaced elements to font size 16px in all browsers
  * (de) Schriftgröße von monospaced Elemente in allen Browsern auf 16 Pixel setzen
  *
  * @see: http://webkit.org/blog/67/strange-medium/
  */
  textarea,
  pre,
  code,
  kbd,
  samp,
  var,
  tt {
    font-family: Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
  }

  body {
		font-family: "PT Sans", Verdana, Arial, Helvetica, sans-serif ;
		color:#343434;
  }

  /*--- Headings | Überschriften ------------------------------------------------------------------------*/
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 400;
    margin: 0;
  }

  h1 {
    font-size: 24px; 
    font-size: 1.5rem;
    line-height: 0.875;
    margin: 0 0 0.875em 0;
  }
  .news h1 {
	  margin-bottom:1.5em
  }
  h1#page-title {
	  margin-bottom:1.5em
  }

  h2 {
    font-size: 18px; 
    font-size: 1.125rem;
    line-height: 1.16667;
    margin: 0 0 1.16667em 0;
  }
  h2.block-title  {
	padding: 1em 0;
    margin: 0;
  }
  #block-views-news-block h2.block-title  {
	padding: 0 10px;
	font-size: 14px; 
    font-size: 0.875rem;
    line-height: 0.875;
    margin: 1.5em 0 0.875em;
	font-weight:bold;
  }
   .view-weiterbildung-extern .views-row h2 {
    margin-bottom: 0.3em;
  }
  .region-sidebar-second .block-views h2.block-title {
	  padding-top:0;
  }
  .node-person .field-name-body h2 {
	  padding:1em 0;
	  margin-bottom:0;
  }
  
  h3 {
    font-size: 14px; 
    font-size: 0.875rem;
    line-height: 0.875;
    margin: 0 0 0.875em 0;
	font-weight:bold;
	color:#666;
  }
    .profile h3 {
    padding-bottom:0.5em;
  }

  #list h3 {
	  margin-bottom:0;
	  line-height:2.5em;
	  font-weight:400;
  }
  .search-results h3.title {
	  font-size:16px;
	  font-size:1rem;
	  margin-bottom:0.5em;
  }

  h4 {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1;
    margin: 0 0 1em 0;
  }

  h5 {
    font-size: 18px; 
    font-size: 1.125rem;
    line-height: 1.16667;
    margin: 0 0 1.16667em 0;
  }
     /*Anpassung für Suchfeld schrift 16px */
    .h5form {
	 font-size: 100%;
	 margin-bottom:5px;
  }

  h6 {
    font-size: 14px; 
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 0.5em 0;
  }

  /* --- Lists | Listen  -------------------------------------------------------------------------------- */
  main ul,
  footer ul,
  main ol,
  main dl {
    font-size: 14px;
	font-size:0.875rem;
    line-height: 1.5;
    margin: 0 0 1.5em 0;
  }

  ul {
    list-style-type: square;
  }
  ul.accordion,
  ul.accordion ul {
	  margin:0 1em 0 0; 
	  list-style-type:none;
  }
   ul.accordion ul {
	  margin-bottom:0.8em;
  }
  footer ul {
	  list-style: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 {
    line-height: 1.5em;
    margin-left: 1.2em;
  }

  #list li {
	  line-height:2.5em;
	  margin-left:0;
  }
  #list li.active {
	 font-weight:700;
  }
    #list li li {
	  line-height:1.8em;
	  margin-left:0.5em;
  }

  footer li {
	  margin-left:0;
  }

  dt {
    font-weight: bold;
  }

  dd {
    margin: 0 0 1.5em 0.8em;
  }
  
.search-results li {
	margin-left:0;
}
.front ul.pager {
	margin-bottom:0;
	border-top: 1px solid #E6E6E6;
}

  /* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------ */
  p,
  .field-item,
  .field-label,
  .views-field,
  .view-content {
    font-size: 14px;
	font-size:0.875rem;
	line-height: 1.5;
  }
    p,
  #block-views-news-block {
    line-height: 1.5;
    margin: 0 0 1.5em 0;
  }
  p.before-ul {
	  margin-bottom:0.2em;
  }
  .gm-style p {
	font-family: "PT Sans", Verdana, Arial, Helvetica, sans-serif ;
	color:#666;
	font-size: 14px;
	font-size:0.875rem;
    line-height: 1.2;
    margin: 0 0.5em 0.5em 0.5em;
  }
    .gm-style p.weiter {
	text-align:right;
    margin: 0 0.5em 0.5em 0.5em;
  }
    .gm-style h3 {
	font-family: "PT Sans", Verdana, Arial, Helvetica, sans-serif ;
	color:#343434;
	font-size: 14px;
	font-size:0.875rem;
	font-weight:400;
    line-height: 1.2;
    margin: 0.5em 0.5em 0.3em 0.5em;
  }
  .views-field {
	font-size: 14px;
	font-size:0.875rem;
    line-height: 1.5;
  }
  /*.ym-grid.person .views-field {
	font-size: 13px;
	font-size:0.8125rem;
    line-height: 1.2;
  }*/
  .views-field.views-field-field-akad-grad,
  .views-field.views-field-field-vorname,
  .views-field.views-field-field-nachname {
	  font-weight:bold;
	  	font-size: 14px;
	font-size:0.875rem;
    line-height: 1.5;
  }

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

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

  strong,
  .strong,
  b {
    font-weight: bold;
  }

  em,
  i {
    font-style: italic;
  }

  big {
    /* font-size: 16px; */
    font-size: 16px;
	font-size:1rem;
    line-height: 1.3125;
  }

  small {
    font-size: 12px; 
    font-size: 0.75rem;
    line-height: 1.75;
  }

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

  pre {
    font-size: 100%;
    line-height: 1.5;
    margin: 0 0 1.5em 0;
    white-space: pre;
    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;
    font-variant: small-caps;
    letter-spacing: .07em;
    cursor: help;
  }

  sub,
  sup {
    font-size: 12px;
	font-size:0.75rem;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }

  sup {
    top: -0.5em;
  }

  sub {
    bottom: -0.25em;
  }

  mark {
    background: yellow;
    color: black;
  }

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

  /*--- Links ----------------------------------------------------------------------------------------- */
  a {
    color: #343434;
    background: transparent;
    text-decoration: none;
  }
   main article p a {
    color: #666;
    background: transparent;
    text-decoration: underline;
  }

  a:active {
    outline: none;
  }

  /* (en) maximum constrast for tab focus - change with great care */
  /* (en) Maximaler Kontrast für Tab Focus - Ändern Sie diese Regel mit Bedacht */
  a:hover,
  a:focus {
    color: #000;
    text-decoration: none;
  }
  .more a:hover,
  .more a:focus,
  p a:hover,
  p a:focus {
	background-color: #999;
    color: #FFF;
  }
  #secondary-menu a {
    color: #666;
  }
  #secondary-menu a:hover,
  #secondary-menu a:focus {
    background-color: transparent;
    color: #000;
  }
  a#logo:hover,
  .views-field-field-img-tda a:hover,
  .archschule a:hover {
	  background:none;
  }
  footer a {
	  color:#fff;
  }
  .tda .field-content a {
	  font-weight:bold;
  }


  /* --- images ------------------ */
  img,
  figure {
    margin: 0;
  }

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

  /* IE6 workaround - 2% space for possible borders */
  * html .flexible {
    width: 98%;
  }

  /**
  * ----------------------------------------------------------------------- #
  *
  * Generic Content Classes
  *
  * (en) standard classes for positioning and highlighting
  * (de) Standardklassen zur Positionierung und Hervorhebung
  *
  * @section content-generic-classes
  */
  .highlight {
    color: #cc3300;
  }

  .dimmed {
    color: #888888;
  }

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

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

  .info {
    background: #f4f4f4;
  }

  .success {
    background: #88cc88;
  }

  .warning {
    background: #cccc88;
  }

  .error {
    background: #ffeb99;
  }

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

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

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

  /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Tables | Tabellen
  *
  * (en) Generic classes for table-width and design definition
  * (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
  *
  * @section content-tables
  */
  table.standard,
  .view-architekten-liste table.views-table,
  .view-recht table.views-table,
  .view-recht-richtlinien- table.views-table,
  .view-recht-verordnungen- table.views-table,
  .view-recht-rechtsauskunft- table.views-table,
  .view-recht-gesetze- table.views-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 1.35714em 0;
  }
    .view-architekten-liste table.views-table td {
    font-size:13px;
	font-size:0.8125rem;
	padding:0.5em;
  }
  table.narrow {
    margin: 0 0 1.42857em 0;
  }
  table.narrow th,
  table.narrow td {
    padding: 0 0.5em;
    line-height: 1.42857;
  }
  table.fixed {
    table-layout: fixed;
  }
  table.bordertable,
  .view-recht table.views-table,
  .view-recht-richtlinien- table.views-table,
  .view-recht-verordnungen- table.views-table,
  .view-recht-rechtsauskunft- table.views-table,
  .view-recht-gesetze- table.views-table  {
    border: 1px #e6e6e6 solid;
  }
  table.bordertable thead th {
    background: #e6e6e6;
  }
  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;
  }
  .view-recht table.views-table td.views-field-title,
  .view-recht-richtlinien- table.views-table td.views-field-title,
  .view-recht-verordnungen- table.views-table td.views-field-title,
  .view-recht-rechtsauskunft- table.views-table td.views-field-title,
  .view-recht-gesetze- table.views-table td.views-field-title {
    width:50%;
  }

  caption {
    font-variant: small-caps;
  }

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

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

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

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

  tbody {
    /* highlight row on mouse over */
  }
  tbody th {
    text-align: left;
    border-top: 1px solid #ccc;
  }
  tbody td {
    text-align: left;
/*    border-top: 1px solid #ccc;
*/  }
/*  tbody tr:hover th,
  tbody tr:hover td {
    background: #f8f8f8;
  }*/
}
