/* datei: ts_print.css */
/* version 1.0 vom 18.08.2025 */

/* versionshistorie */
/* v1.0: erst-einsatz */


/* ----- */
/* globale Einstellungen */
/* ----- */

  @page {
    size: A4 portrait;
    margin: 1cm 1.5cm;
  }

  body {
    background-color: none;
    font-family: Times New Roman, serif;
    font-size: 14pt;
    color: black;
  }

  * {
    margin: 0cm;
    padding: 0cm;
  }


/* ----- */
/* links */
/* ----- */

  a:link,
  a:visited {
    color: black;
    font-weight: bold;
  }


/* ----- */
/* basis-elemente */
/* ----- */

  h1 {
    text-align: center;
    font-size: 20pt;
  }

  h2 {
    margin-bottom: 0.5cm;
    text-align: center;
    font-size: 17pt;
    font-weight: bold;
  }

  h3 {
    margin-top: 0.3cm;
    font-weight: bold;
  }

  h4 {
    margin-top: 0.3cm;
  }

  hr {
    margin: 0.3cm 0cm;
    border-top: 0.1cm solid black;
  }

  ul {
    margin-left: 1em;
  }

  ul.legal {
    margin-left: 2em;
  }

  ul.legal2 {
    margin-left: 3em;
  }


/* ----- */
/* index.html - grid */
/* ----- */

  section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    justify-content: space-around;
  }

  .AUT {
    order: 1;
    width: 5.8cm;
  }

  .CAN {
    order: 2;
    width: 4cm;
  }

  .GRE {
    order: 3;
    width: 5.8cm;
  }

  figure.CAN {
    margin: 0cm 0.5cm;
  }

  figure.stiftung {
    width: 10cm;
    margin-bottom: 1cm;
  }

  figcaption {
    font-size: 1.1rem;
  }

  .rahmen {
    border: 1px double grey;
    border-radius: 15px;
    box-shadow: 4px 4px 12px grey;
    background-color: white;
    text-align: center;
  }

  .motiv {
    width: 100%;
    height: auto;
    border-bottom: 1px solid grey;
    border-radius: 15px 15px 0px 0px;
  }

  .motiv-plan {
    width: 100%;
    height: auto;
    border: none;
  }

  p.adress,
  p.adress2 {
    padding-left: calc(0.5cm - 4px);
    border-left: 4px solid black;
  }

  p.legal {
    margin-left: 0.5cm;
  }

  p.legal2 {
    margin-left: 1cm;
  }


/* ----- */
/* fuer print ausblenden */
/* ----- */

  footer {
    display: none;
  }

  #fuss::after {
    display: block;
    line-height: 1cm;
    content: "Copyright \A9  2025";
    text-align: center;
    color: black;
  }


/* ----- */
/* url-handling */
/* ----- */

  .link-anzeigen::after {
    content: "\A["attr(href)"]\A";
    white-space: pre;
    font-size: 7pt;
    font-style: italic;
    color: black;
  }


/* ----- */
/* umbruch verhindern */
/* ----- */

  .kein-umbruch {
    break-inside: avoid;
  }


/* ----- */
/* individuelle elemente */
/* ----- */

  .envelope::before {
    content: "\2709";
  }


/* ende */