@charset "UTF-8";
/**
 * sozialraum.de
 *
 * typograophy
 *
 * @copyright       Copyright 2023, socialnet GmbH Bonn
 * @link            https://www.sozialraum.de
 * @lastmodified    2023-05-04 10:08:38
 */

@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: Verdana, Helvetica, Arial, sans-serif;
    font-size: 75%;
    background: #efefef;
    padding: 10px;
    color: #444;
  }

  /*--- Headings | Überschriften ------------------------------------------------------------------------*/
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: bold;
    color: #c1495d;
    margin: 0em 0 0.5em 0;
  }

  h1 {
    font-size: 166.67%;
  } /* 24px */
  h2 {
    font-size: 150%;
  } /* 24px */
  h3 {
    font-size: 133.33%;
  } /* 18px */
  h4 {
    font-size: 133.33%;
  } /* 16px */
  h5 {
    font-size: 116.67%;
  } /* 14px */
  h6 {
    font-size: 116.67%;
    font-style: italic;
  } /* 14px */

  p {
    line-height: 1.5em;
    margin: 0 0 1em 0;
  }

  /*rechte Spalte*/

  .right-sidebar h1,
  .right-sidebar h2,
  .right-sidebar h3 {
    color: #ef7d00;
  }

  #ajaxSearch_form {
    margin-bottom: 1em;
  }

  /*Listen bei TOC*/

  #toc ul {
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 1em;
  }
  #toc li {
    margin-left: 0;
  }
  #toc ul ul li {
    margin-left: 15px;
  }
  #toc ul li ul {
    margin-bottom: 0;
  }

  /*Autorenname bei Aufsaetzen*/
  .autor {
    font-size: 150%;
  }

  /*Urheberhinweise bei Aufsaetzen und hoervorgehobene Kästen*/

  .genehmigung,
  .kasten {
    border: 1px solid #444;
    padding: 3px;
    background-color: #efefef;
    line-height: 1.5em;
    margin: 0 0 1em 0;
  }

  /* --- Lists | Listen  -------------------------------------------------------------------------------- */
  ul,
  ol,
  dl {
    font-size: 100%;
    line-height: 1.5;
    margin: 0 0 1em 1em;
    padding: 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.5em;
    margin-left: 1.5em;
  }

  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.5em 0;
  }

  blockquote,
  cite,
  q {
    font-style: italic;
  }

  blockquote {
    background: transparent;
    margin: 0 0 1em 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: 0.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.5em 0;
    padding: 0 0 0.5em 0;
    border: 0;
    border-bottom: 1px #ddd solid;
  }

  /*--- Links ----------------------------------------------------------------------------------------- */
  /**
   * External Links
   *
   * (en) Formatting of hyperlinks
   * (de) Gestaltung von Hyperlinks
   *
   */

  a {
    color: #c1495d;
    text-decoration: none;
    font-weight: bold;
  }
  a:focus,
  a:hover,
  a:active {
    color: #c1495d;
    text-decoration: underline;
  }

  .right-sidebar a {
    color: #ef7d00;
    text-decoration: none;
    font-weight: normal;
  }
  .right-sidebar a:focus,
  .right-sidebar a:hover,
  .right-sidebar a:active {
    color: #ef7d00;
    text-decoration: underline;
  }

  #topnav a {
    color: #444;
    font-weight: normal;
    text-decoration: none;
  }
  #topnav a:focus,
  #topnav a:hover,
  #topnav a:active {
    text-decoration: underline;
    background-color: transparent;
  }

  #footer a {
    color: #444;
    background: transparent;
    font-weight: bold;
  }
  #footer a:focus,
  #footer a:hover,
  #footer a:active {
    color: #4d87c7;
    background-color: transparent;
    text-decoration: underline;
  }

  /**
   * (en) Emphasizing external Hyperlinks via CSS
   * (de) Hervorhebung externer Hyperlinks mit CSS
   *
   * @section             content-external-links
   * @app-yaml-default    disabled
   */

  .left-sidebar a[href^="http:"],
  .left-sidebar a[href^="https:"],
  .main-content a[href^="http:"],
  .main-content a[href^="https:"] {
    padding-left: 13px;
    background-image: url(../images/layout/extern.gif);
    background-repeat: no-repeat;
    background-position: 0 50%;
  }

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

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

  /* Rezensionen */
  .layouttable img {
    max-width: none;
  }

  /* Rezensionen in der rechten Spalte */
  .cover {
    display: inline;
    float: right;
    margin: 0 10px 10px 5px;
  }

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

  .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: #cc8888;
  }

  .float_left {
    float: left;
    display: inline;
    margin-right: 1em;
    margin-bottom: 0.15em;
  }

  .float_right {
    float: right;
    display: inline;
    margin-left: 1em;
    margin-bottom: 0.15em;
  }

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

  .ym-clearfix::after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
  }

  .ym-clearfix::before {
    content: "";
    display: table;
  }
  /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * 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: auto;
    border-collapse: collapse;
    margin-bottom: 0.5em;
  }
  table.full {
    width: 100%;
  }
  table.fixed {
    table-layout: fixed;
  }

  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 {
    margin-bottom: 0.5em;
  }

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

  td.right {
    text-align: right;
  }

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

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

  /*redaktionelle Anzeigen und Banner 200 x 125 Pixel in der rechten Spalte*/

  .anz {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
  }

  .right-sidebar .anz a[href^="http:"],
  #col2 .anz a[href^="https:"] {
    padding-left: 0;
    background-image: none;
  }

  #sn-logo a[href^="http:"],
  #sn-logo a[href^="https:"] {
    padding-left: 0;
    background-image: none;
  }

  /*-------Breadcrumbs -----------------------*/

  #breadcrumb li + li:before {
    content: "»";
    margin: 0 5px;
  }

  ul#breadcrumb {
    /* float: left;
    width: 100%; */
    list-style: none;
    margin: 0 0 10px 10px;
    padding: 0;
  }

  #breadcrumb li {
    display: inline;
    margin: 0;
    padding: 0;
  }

  /*--- Inhaltsverzeichnisse - table of content -------------------------------------------------------*/
  ol.toc {
    margin-left: 0;
    padding: 0;
  }

  ol.toc li {
    list-style-type: none;
    margin-left: 0;
  }

  ol.toc ol {
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 1em;
  }
}
@media (min-width: 768px) {
  ul#breadcrumb {
    margin: 0 0 20px 20px;
  }
}
