/**
 * "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
 */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'),
       url('../fonts/pt-sans-latin-regular.woff2') format('woff2'),
       url('../fonts/pt-sans-latin-regular.woff') format('woff');
}

@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Bold'), local('PTSans-Bold'),
       url('../fonts/pt-sans-latin-700.woff2') format('woff2'),
       url('../fonts/pt-sans-latin-700.woff') format('woff');
}

@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: local('Lora Regular'), local('Lora-Regular'),
       url('../fonts/lora-latin-regular.woff2') format('woff2'),
       url('../fonts/lora-latin-regular.woff') format('woff');
}

@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  src: local('Lora Bold'), local('Lora-Bold'),
       url('../fonts/lora-latin-700.woff2') format('woff2'),
       url('../fonts/lora-latin-700.woff') format('woff');
}

@media all {
  /*
  * @section global typography settings
  *
  * vertical rhythm settings (based on em-unit)
  * -------------------------------------------
  * basefont-size:  14px (87.5%)
  * line-height  :  21px (factor: 1.5) */
  /* (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;
  }

  /* font-size: 16px; */
  body {
    font-family: "PT Sans", Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #444444;
  }

  /*--- Headings | Überschriften ------------------------------------------------------------------------*/
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Lora", Georgia, "Times New Roman", Times, serif;
    font-weight: 700;
    color: #800000;
    margin: 0;
  }

  h1 {
    /* font-size: 36px; */
    font-size: 2.25em;
    line-height: 1.15;
    margin: 0 0 0.95em 0;
  }
  .front main h1#page-title {
	color: #666666;
    font-family: "PT Sans",Arial,Helvetica,sans-serif;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.2;
    margin: 0.5em 0 2em;
  }

  h2 {
    font-size: 1.125em;
    line-height: 1.125;
    margin: 0 0 1.5em 0;
  }
  .field-name-field-download .field-label {
	font-family: "Lora", Georgia, "Times New Roman", Times, serif;
    font-weight: 700;
    color: #800000;
	font-size: 1.125em;
    line-height: 1.125;
    margin: 0 0 1em 0;
  }
  #block-views-archive-block h2 {
	  margin-bottom:0.5em;
  }
  #block-views-livestream-video-block h2 {
	  margin-bottom:0;
  }

  h3,
  div.field-name-field-second-title,
  #block-views-latest-publications-block h2 {
    font-size: 100%;
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
	font-weight:700;
	color:#666666;
    line-height: 1.2;
    margin: 0 0 2em 0;
  }
  h3.field-content {
	  margin-bottom:0;
  }
  .view-mode-full .field-name-field-untertitel {
	  font-weight:700;
	  color:#666666;
	  margin-bottom:1em;
  }
  .view-mode-full .field-name-field-autor {
	  font-weight:700;
	  color:#000000;
  }

  h4 {
    font-size: 100%;
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
	font-weight:400;
	color:#000000;
    line-height: 1.2;
  }

  h5 {
    font-size: 128.57143%;
    line-height: 1.16667;
    margin: 0 0 1.16667em 0;
  }

  h6 {
    font-size: 100%;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 1.5em 0;
  }

  /* --- Lists | Listen  -------------------------------------------------------------------------------- */
  ul,
  ol,
  dl {
    font-size: 100%;
    line-height: 1.5;
    margin: 0 0 1.5em 0;
  }

  ul {
    list-style-type: disc;
  }
  ul.menu {
	  padding-left:6px;
  }

  ol {
    list-style-type: decimal;
  }

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

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

  ol ul {
    list-style-type: circle;
    margin-top: 0;
  }
  nav ul,
  nav ul ul,
  ul.book {
	  list-style-type:none;
	  padding:0;
  }
#topnav ul {
	margin:0;
	display:inline;
	padding-left:0;
}
.view-archive ul.views-summary {
	list-style-type:none;
	padding-left:0;
}
  li {
    font-size: 100%;
    line-height: 1.5;
    margin-left: 1.2em;
  }
  nav li {
	  margin-left:0;
	  margin-bottom:0.8125em;
	  line-height:1.25em;
  }
  #topnav li {
	  display:inline;
	  margin:0;
  }
  #topnav li.menu__item::after {
	content:" | ";
  }
  .view-archive ul.views-summary li {
	margin-left:0;
}
  .i18n-en #topnav .language-switcher-locale-url li.en {
	  display:none;
  }
  .i18n-de #topnav .language-switcher-locale-url li.de {
	  display:none;
  }
  .menu__item.is-leaf {
	  list-style-type:none;
	  list-style-image:none;
  }
  
.menu__item.is-collapsed,
.menu__item.is-expanded {
	list-style-type:none;
	  list-style-image:none;
  }
    nav li li {
	  margin-bottom:0.3em;
  }
  ul.book li {
	  padding-left:30px; background:url(../../images/book_icon.png) no-repeat;
	  margin:0 0 1em 0;
  }
  ul.links.inline {
	  display:none;
  }

  dt {
    font-weight: bold;
  }

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

  /* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------ */
  p {
    font-size: 100%;
    line-height: 1.25;
    margin: 0 0 1.5em 0;
  }
  p.forward {
	  text-align:right;
  }
  .region-footer-contact p span {
	  white-space:nowrap;
  }
  .view-front-videos p {
	  font-size:81.25%;
  }
  .view-content {
	  line-height:1.25;
  }
  .views-row {
	margin-bottom:1.5em;
  }
  span.date-display-single {
	  font-weight:700;
  }
  .view-content span.date-display-single::after {
	  content:" |";
  }
    .view-latest-books .ym-g50.views-row {
	  height: 180px;
  }

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

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

  strong,
  b {
    font-weight: bold;
  }

  em,
  i {
    font-style: italic;
  }

  big {
    /* font-size: 16px; */
    font-size: 114.28571%;
    line-height: 1.3125;
  }

  small {
    /* font-size: 12px; */
    font-size: 85.71429%;
    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: 75%;
    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: #444444;
    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 {
    background-color: none;
    color: #800000;
    text-decoration: underline;
  }
  #topnav a,
  footer a {
  color:#FFFFFF;
  background:none;
  text-decoration:none;
  }
  #topnav a:hover,
  #topnav a:focus,
  footer a:hover,
  footer a:focus {
    background-color: #000000;
    color: white;
    text-decoration: none;
  }
  nav li a {
	  font-weight:700;
	  color:#800000;
	  text-decoration:none;
	  padding:0;
	  margin-left:-6px;
  }
  nav li a:hover,
  nav li a:focus {
    background: none;
    color: #800000;
    text-decoration: underline;
  }
  nav li a.active ,
  .menu a.active {
	  color:#000000;
  }
  
    nav li li a {
	  font-weight:400;
	  color:#555555;
	  background:none;
	  text-decoration:none;
	  padding:0;
  }
  nav li li a:hover,
  nav li li a:focus {
    background: none;
    color:#800000;
    text-decoration: underline;
  }
  nav li li a.active, .menu li li a.active {
    color: #000000;
}

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

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

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

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

  /**
  * ----------------------------------------------------------------------- #
  *
  * 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;
  }

  .info {
    background: #f4f4f4;
  }

  .success {
    background: #88cc88;
  }

  .warning {
    background: #cccc88;
  }

  .error {
    background: #cc8888;
  }

  .float-left {
    float: left;
    display: inline;
    margin: 0 1em 1.5em 0;
  }
  img.left33 {
	float: left;
    display: inline;
    margin: 0 1em 1.2em 0;
	width:33%;
	height:auto;
  }
    img.left50 {
	float: left;
    display: inline;
    margin: 0 1em 1.2em 0;
	width:50%;
	height:auto;
  }

  .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 {
    width: 100%;
    border-collapse: collapse;
    color: #444444;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    margin: 0 0 1.35714em 0;
  }
  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 {
    border: 1px #ccc solid;
  }
  table.bordertable thead th {
    background: #e0e0e0;
    border-right: 1px #ccc solid;
    border-bottom: 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;
    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: #000;
    border-bottom: 2px #000 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;
  }
}
