/**
 * "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: 'Bitter';
  font-style: normal;
  font-weight: 700;
  src: local('Bitter Bold'), local('Bitter-Bold'),
       url('../fonts/bitter-latin-700.woff2') format('woff2'),
       url('../fonts/bitter-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: 14px; */
  body {
    font-family: "PT Sans", Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #444444;
  }

  /*--- Headings | Überschriften ------------------------------------------------------------------------*/
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Bitter", Georgia, "Times New Roman", Times, serif;
    font-weight: 700;
    color: #85CEE4;
    margin: 0;
  }

  h1 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.3125;
    margin: 0 0 0.4375em 0;
	text-transform:uppercase;
  }
  #blue h1 {
	  color:#FFFFFF;
  }
  #pane h1 {
	  color: #152a43;
  }
    h1#noreg,
	h1#weiter {
	  color:#FFF;
	  padding:20px;
	  font-size: 24px;
      font-size: 1.5rem;
	  margin-top:1.5em;
  }
  h1#noreg:hover,
  h1#weiter:hover {
	color:#85CEE4;
	cursor:pointer;
}

  h2 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.3125;
    margin: 0 0 0.65625em 0;
	color:#E30613;
	text-transform:uppercase;
  }

  h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.25;
    margin: 0 0 0.875em 0;
	color:#152A43;
	text-transform:uppercase;
  }
  .news h3 {
	  text-transform:none;
	  margin:1.5em 0 0.5em;
  }
  #accordion h3,
  h3.acc {
	font-family: "myriad-pro", Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size: 24px;
    font-size: 1.5rem;
	text-transform: none;
	border-top:2px solid #85CEE4;
	margin: 0;
    padding: 1em 0.5em 0.5em 1.5em;
	background:url(../../images/arrow1.png) .3em 0.75em no-repeat;
	line-height:0.875;
	cursor:pointer;
  }
    h3.download {
	margin-bottom: 0.1em;
  }
  #accordion h3:hover,
  h3.acc:hover {
	background:url(../../images/arrow2.png) .3em 0.75em no-repeat;
	color:#E30613;
  }

  h4 {
    font-size: 18px;
	font-size: 1.125rem;
    font-family: "myriad-pro", Arial, Helvetica, sans-serif;
    line-height: 1;
    margin: 0 0 1em 0;
	background:#E30613;
	color:#FFFFFF;
	padding:2px;
	display:inline-block;
	font-weight:400;
	text-transform:uppercase;
  }
    #accordion h4 {
    margin: 0 0 1em 0;
	background: url(../../images/mouse.png) no-repeat right center;
	color:#E30613;
	padding-right: 30px;
  }
  h4.applicant {
	  text-transform:none;
  }

  h5 {
    font-size: 18px;
	font-size: 1.125rem;
    font-family: "myriad-pro", Arial, Helvetica, sans-serif;
    line-height: 1;
	font-weight: normal;
    margin: 0 0 1.16667em 0;
	color:#152A43;
  }
  .calendar h5 {
	  border-bottom:1px solid #E30613;
	  padding:0 0 5px 0;
  }

  h6 {
    font-size: 14px;
	font-size: 0.875rem;
    font-family: "myriad-pro", Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 1.25;
    margin: 0 0 1em 0;
  }
  .calendar h6 {
	  float:left;
	  text-align:center;
	  color:#666666;
	  width:14.2857%;
	  margin-bottom:0.3em;
  }
  .more_dates h6 {
	  text-align:center;
	  color:#666666;
	  border-bottom:1px solid #152A43;
	  margin-bottom:0.5em;
  }

  /* --- Lists | Listen  -------------------------------------------------------------------------------- */
  ul,
  ol,
  dl {
    font-size: 100%;
    line-height: 1.5;
    margin: 0 0 1.5em 0;
  }

  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: 100%;
    line-height: 1.5;
    margin-left: 1.2em;
  }
  fieldset ul li {
	  margin-left:0;
  }

  dt {
    font-weight: bold;
  }

  dd {
    margin: 0 0 1.5em 0.8em;
  }

  /* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------ */
  p {
    font-size: 100%;
    line-height: 1.5;
    margin: 0 0 1.25em 0;
  }
  #p_enroll_list > p {
	  margin-top:2em;
  }
  .vormerken p {
	  margin-bottom:0;
	  padding-left:40px;
	  background: url(../../images/watch_later.png) left center no-repeat;
  }

  blockquote,
  cite,
  q {
    font-family: "Droid Serif", 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;
  }
  .news strong {
	  color:#666;
  }
  .news .date strong {
	  color:#85CEE4;
  }

  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;
  }
   .flash .notice {
    background: #152a43 none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #ffffff;
    padding: 0.5em 1.5em;
}
 .flash .error {
    background: #E30613 none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #ffffff;
    padding: 0.5em 1.5em;
}
 .flash .warning {
    background: #d39802 none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #ffffff;
    padding: 0.5em 1.5em;
}

  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: #497790;
    background: transparent;
    text-decoration: none;
  }
  header a {
	  color:#444444;
  }
  footer a {
	  color:#152A43;
  }
	.news a {
	  color:#E30613;
  }

  a:active {
    outline: none;
  }
  .close a {
	  color:#152A43;
	  background:none;
  }

  a:hover,
  a:focus {
    background-color: #497790;
    color: white;
    text-decoration: none;
  }
  a.weiter {
	  background:none;
  }
  a.weiter:hover,
  a.weiter:focus,
  a.tb_edit:hover,
  a.tb_edit:focus {
	background:none;
  }
  header a:hover,
  header a:focus,
  footer a:hover,
  footer a:focus {
    background: none;
    color: #E30613;
    text-decoration: none;
  }
  .close a:hover,
  .close a:focus {
    background: none;
    color: #E30613;
    text-decoration: none;
  }
  .news h3 a {
	  color:#152A43;
  }
  .news a:hover,
  .news a:focus {
	  color:#E30613;
	  background:none;
  }
  #logout.float-right a {
	  color:#152A43;
	  background:#85CEE4;
	  disply:block;
	  padding:0.5em 1em;
  }
  #logout.float-right a:hover {
	  color:#FFFFFF;
	  background:#152A43;
  }

  /* --- images ------------------ */
  img,
  figure {
    margin: 0;
  }

  .flexible {
    margin-bottom: 1.25em;
    max-width: 100%;
    height: auto;
  }
    .flexible100 {
    margin-bottom: 1.25em;
    width: 100%;
    height: auto;
  }
  #intro .flexible100 {
	  margin-bottom:0;
  }
  .flexible50 {
    margin-bottom: 1.25em;
    max-width: 50%;
    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;
  }

  .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;
  }

  .success {
    background: #88cc88;
  }

  .warning {
    background: #cccc88;
  }

  .error {
    background: #cc8888;
  }

  .float-left {
    float: left;
    display: inline;
    margin: 0 1.25em 1.25em 0;
  }

  .float-right {
    float: right;
    display: inline;
    margin: 0 0 1.25em 1.25em;
  }
  #logout.float-right {
	  background:#85CEE4;
	  border:1px solid #152A43;
	  border-radius:2px;
	  margin:0;
	  padding:0.5em 0;
  }

  .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;
  }
  table.storno,
  table.vormerk {
	  border-top:none;
  }
  .storno th,
  .storno td,
  .vormerk th,
  .vormerk td {
    line-height: 1.25em;
    padding: 0.71429em 0.25em;
  }
  .storno thead th,
  .vormerk thead th {
    color: #152A43;
    border-bottom: 2px #85CEE4 solid;
	font-weight:400;
  }

  tbody th {
    text-align: left;
    border-top: 1px solid #ccc;
  }
  tbody td {
    text-align: left;
    border-top: 1px solid #ccc;
  }
  table.records_list {
	font-size: 87.5%;
  }

}
