/**************************************************
 * TITLE : dittomark print stylesheet             *
 * AUTHOR: Christopher Ditto - www.dittoditto.com *
 *         Bjoern Hampe - www.analogwelt.de       *
 * URI   : scripts/print.css                      *
 * MODIF : 2005-May-20 20:22 +0100                *
 **************************************************/

@media print {
  a,
  a:hover,
  a:visited {
    color: #0000ff;
    text-decoration: underline;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
  }
  acronym,
  .style-selector,
  .infobox.add-entry,
  .alertbox,
  .commentbox,
  form,
  form + hr,
  #audio-player {
    display: none !important;
  }
  body {
    background-color:#fff;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 71%;  /* Enables font size scaling in MSIE */
    color: #000;
    margin: 0;
    padding: 0px;
    line-height: 1.5em;
  }
  #header {
    font-size: 36px;
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 2rem;
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    color:#000;
  }
  h1 {
    font-size: 20px;
    line-height: 13px;
  }
  h2 {
    font-size: 18px;
    line-height: 13px;
  }
  h3 {
    font-size: 16px;
    border-bottom: 1px dotted #666666;
    width: 100%;
    overflow: visible;
  }
  h4 {
    font-size: 14px;
    width: 100%;
  }
  h5 {
    font-size: 12px;
    border-bottom: 1px dotted #666666;
    width: 100%;
  }
  .articledate {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-left: 8px;
    padding-left: 6px;
    border-left: 1px solid #C5BFB6;
    float: right;
  }
  a.none {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
  }
  .contentleft {
    width: 100%;
  }
  #content {
    background-color:#FFFFFF; 
    padding: 0;
  }
  .greybox {
    display: none;
  }
  #content_menu {
    background-color: #ccc;
    border: 1px solid black;
    margin-bottom: 1rem;
    padding: 0.5rem;
  }
  .menubox {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .menubox li {
    display: inline-block;
  }
  .menubox li .separator-line {
    display: none;
  }
  .menubox a {
    color:#000;
    font-size: 0.8rem;
    margin: 0;
    padding: 0;
  }
  .menubox a:hover {
    color:#000;
  }
  .menubox a.selected {
    color:#ff0000;
  }
  .list-item {
    padding: .5rem 0;
  }
  .flexbox {
    display: flex;
    justify-content: space-between;
  }
  .flexbox.wrap {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }
  .searchbox {
    font-size: 11px;
    margin: 0px;
    padding: 2px;
    border:1px solid #999999;
    color:#666666;
    background-color:#F6F6F6;
  }
  .button {
    font-size: 11px;
    margin: 0px;
    padding: 1px 5px 1px 5px;
    border:1px solid #666666;
    color:#666666;
    background-color:#F6F6F6;
  }
  .whitebox {
    background-color: #FFFFFF;
    color:#000000;
  }
  .whitebox_topleft {
    width:9px;
    border-left:1px solid #666666;
    border-top:1px solid #666666;
  }
  .whitebox_bottomright {
    width:9px;
    border-right:1px solid #666666;
    border-bottom:1px solid #666666;
  }
  .separator-line {
    border-top:1px dashed #666666;
    margin:3px 0px 3px 0px;
    padding: 0px;
    line-height: 0px;
    width: 100%;
  }
  .dottedline {
    border-top:1px dotted #666666;
    margin: 2px 0px 2px 0px;
    padding: 0px;
    line-height: 0px;
    width: 100%;
  }
  .txtsmall {
    font-size: 11px;
  }
  .textbox {
    padding: 0;
  }
  .infobox {
    padding: 0px;
    text-align: left;
  }
  ul,
  ol {
    margin: 0px;
    padding: 0px 0px 0px 20px;
  }
  li {
    margin: 0px;
    padding: 0px 0px 0px 0px;
  }
  div.picthumb {
    background: #fff;
    border: 1px solid #CCCCCC;
    text-align: center;
    vertical-align: middle;
    padding: 2px;
    margin: 2px;
  }
  img {
    break-before: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    break-after: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    break-inside: avoid; /* or 'auto' */
    display: block;
  }
  .quote p:first-child {
    margin-top: 0;
  }
  .quote p:last-child {
    margin-bottom: 0;
  }
  .quote,
  .sprueche-card {
    box-sizing: border-box;
    border: 1px solid black;
    margin-bottom: 1rem;
    padding: 0.5rem;
    width: 100%;
  }
  .quote .source::before,
  .sprueche-card .author::before {
    display: inline-block;
    content: "—";
    margin-right: .25em;
  }
  #footer {
    border-top: 1px solid black;
    padding-top: 0.5rem;
    text-align: center;
  }
  .worte-item.flexbox {
    display: inline-block !important;
    width: auto;
  }
  .worte-item .original {
    display: none;
  }
  .worte-container {
    padding: 0.5rem 0;
  }
}
