/**
 * CSS Framework
 *
 * Standardformatierungen für die wichtigten Inhalts-Elemente
 *
 * version 4.1.2
 */
@media all {
  /*
  * @section global typography settings
  *
  * vertical rhythm settings (based on em-unit)
  * -------------------------------------------
  * basefont-size:  14px (87.5%)
  * line-height  :  21px (factor: 1.5) */
  /* Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
  /**
  * Schriftgröße von monospaced Elemente in allen Browsern auf 16 Pixel setzen
  *
  * @see: http://webkit.org/blog/67/strange-medium/
  */

  /* font-size: 14px; */

  /*--- Fonts einbinden ------------------------------------------------------------------------*/
  /* cardo-700 - latin */
  @font-face {
    font-family: 'Cardo';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/cardo-v9-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Cardo Bold'), local('Cardo-Bold'),
       url('/fonts/cardo-v9-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/cardo-v9-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/cardo-v9-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/cardo-v9-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/cardo-v9-latin-700.svg#Cardo') format('svg'); /* Legacy iOS */
}

  /* cabin-regular - latin */
  @font-face {
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/cabin-v12-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Cabin'), local('Cabin-Regular'),
       url('/fonts/cabin-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/cabin-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/cabin-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/cabin-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/cabin-v12-latin-regular.svg#Cabin') format('svg'); /* Legacy iOS */
}

  /* cabin-500 - latin */
  @font-face {
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 500;
    src: url('/fonts/cabin-v12-latin-500.eot'); /* IE9 Compat Modes */
    src: local('Cabin Medium'), local('Cabin-Medium'),
       url('/fonts/cabin-v12-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/cabin-v12-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/cabin-v12-latin-500.woff') format('woff'), /* Modern Browsers */
       url('/fonts/cabin-v12-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/cabin-v12-latin-500.svg#Cabin') format('svg'); /* Legacy iOS */
}

  /* cabin-600 - latin */
  @font-face {
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 600;
    src: url('/fonts/cabin-v12-latin-600.eot'); /* IE9 Compat Modes */
    src: local('Cabin SemiBold'), local('Cabin-SemiBold'),
       url('/fonts/cabin-v12-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/cabin-v12-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/cabin-v12-latin-600.woff') format('woff'), /* Modern Browsers */
       url('/fonts/cabin-v12-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/cabin-v12-latin-600.svg#Cabin') format('svg'); /* Legacy iOS */
}
/* cabin-700 - latin */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/cabin-v12-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Cabin Bold'), local('Cabin-Bold'),
       url('/fonts/cabin-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/cabin-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/cabin-v12-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/cabin-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/cabin-v12-latin-700.svg#Cabin') format('svg'); /* Legacy iOS */
}

  html {
    font-family: Cardo, Georgia, "Times New Roman", Times, serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color:#505050;
  }
  body {
    font-family: Cardo, Georgia, "Times New Roman", Times, serif;
    font-size:  17.75px;
    line-height: 1.3580;
    color:#505050;
  }

  /*--- Headings | Überschriften ------------------------------------------------------------------------*/
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: Cabin, Verdana, Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #505050;
    line-height: 1.0;
    margin: 0;
    text-transform: uppercase;
  }

  h1 {
    /* font-size: 48px; */
    font-size: 342.85714%;
    line-height: 1.0;
    margin: 0 0 0.6em 0;
  }

  h1,
  h2 {
    /* font-size: 32px; */
    font-size: 228.57143%;
    line-height: 1.0;
    margin: 0 0 0.6em 0;
    letter-spacing: 0.04em;
  }

  h3 {
    /* font-size: 24px; */
    font-size: 171.42857%;
    line-height: 1.0;
    margin: 0 0 0.875em 0;
  }

  h4 {
    /* font-size: 21px; */
    font-size: 150%;
    line-height: 1.0;
    margin: 0 0 1em 0;
  }

  h5 {
    /* font-size: 18px; */
    font-size: 128.57143%;
    line-height: 1.3580;
    margin: 0 0 1.16667em 0;
  }

  h6 {
    /* font-size: 14px; */
    font-size: 100%;
    font-weight: bold;
    line-height: 1.3580;
    margin: 0 0 1.5em 0;
  }

  /* --- Lists | Listen  -------------------------------------------------------------------------------- */
  ul,
  ol,
  dl {
    font-size: 100%;
    line-height: 1.35;
    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.35;
    margin-left: 1.2em;
    margin-left: -20px;
  }

  dt {
    font-weight: bold;
  }

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

  p + ul {
    margin-top: -1.3em;
  }
  /* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------ */
  p {
    font-size: 100%;
    line-height: 1.3580;
    margin: 0 0 1.3em 0;
  }

  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;
  }

  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 {
    outline: none;
    color: #ffffff;
    text-decoration: none;
  }

  a:active {
    outline: none;
  }

  /* Maximaler Kontrast für Tab Focus - Ändern Sie diese Regel mit Bedacht */
  a:hover,
  a:focus {
    color: #eb691b;
    text-decoration: none;
  }

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

  .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);
  }



  /*--- Silbentrennung ----------------------------------------------------------------------------------
  article {
    -webkit-hyphens: auto;
    -webkit-hyphenate-limit-chars: 6 3 2;
    -webkit-hyphenate-limit-lines: 2;
    -moz-hyphens: auto;
    -moz-hyphenate-limit-chars: 6 3 2;
    -moz-hyphenate-limit-lines: 2;
    -ms-hyphens: auto;
    -ms-hyphenate-limit-chars: 6 3 2;
    -ms-hyphenate-limit-lines: 2;
    hyphens: auto;    
    hyphenate-limit-chars: 6 3 2;
    hyphenate-limit-lines: 2;
  }

  p {
    -webkit-hyphens: auto;
    -webkit-hyphenate-limit-chars: 6 3 2;
    -webkit-hyphenate-limit-lines: 2;
    -moz-hyphens: auto;
    -moz-hyphenate-limit-chars: 6 3 2;
    -moz-hyphenate-limit-lines: 2;
    -ms-hyphens: auto;
    -ms-hyphenate-limit-chars: 6 3 2;
    -ms-hyphenate-limit-lines: 2;
    hyphens: auto;    
    hyphenate-limit-chars: 6 3 2;
    hyphenate-limit-lines: 2;
  }

 */ 


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

  footer {
    font-family: Cabin, Verdana, Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #505050;
    line-height: 1.0;
  }

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

  .info {
    background: #f4f4f4;
  }

  .success {
    background: #88cc88;
  }

  .warning {
    background: #cccc88;
  }

  .error {
    background: #cc8888;
  }

  .float-left {
    float: left;
    display: inline;
    margin: 0 1em 1.5em 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
  *
  * 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;
    	margin: 0 0 0 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;

  }
}
