/*
*
* Jetchem style sheet
*
* Initial release, 2025-07-07
*
*
* Copyright © 2025 Telemedienclub Overdrive
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*   http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/


/**** Flurbegradigung ****/

  * {
    margin: 0;
    border: 0;
    padding: 0;

    vertical-align: baseline;

    font-size: inherit;
    line-height: 1.33em;
  }


/**** Stildefinitionen ****/


/*** Standard-Blockelemente ***/

html {
  font-size: 18px;
}

body {
  font-family: Helvetica,"Helvetica Neue",DejaVuSans,FreeSans,"Nimbus Sans L",
    sans-serif;
  background: #eeeeee;
}

h1 {
  font-size: 2.5rem;
  margin: 0.67rem 0;
  text-align: center;
  font-weight: bold;
}

h2 {
  font-size: 1.5rem;
  margin: 0.83rem 0;
  font-weight: bold;
}

h3 {
  font-size: 1.17rem;
  margin: 0.83rem 0;
  font-weight: bold;
}

p {
  margin: 1rem 0;
}

ul {
  margin: 1rem 0 1rem 2.67rem;
}

td {
  padding: 0.17rem 0.17rem 0 0.17rem;
}

hr {
  margin: 0 auto;
  border-style: inset;
  border-width: 1px;
}

blockquote {
  margin-left: 1.5rem;
}


/*** Standard-Inline-Elemente ***/

sup {
  vertical-align: super;
  font-size: 0.83rem;
}

tt {
  font-size: 0.92rem;
}

/** Verweise **/

a:link {
  color: #cc0066;
}

a:visited {
  color: #666666;
}

a:active {
  color: black;
}


/*** Eigene Klassen ***/

.kopf {
  padding: 1rem;
  background: black;
  color: white;
}
  .kopf p {
    margin: 0;
  }

  .sitename {
    font-weight: bold;
    text-transform: uppercase;
  }

  .sitename_zusatz {
    font-style: italic;
  }

.rahmen {
  margin: 0 auto;
  width: 40rem;
}

.navigation {
  margin: 0 auto;
  padding: 2rem 2rem 0 2rem;

  font-weight: bold;
  text-align: right;
}

  .navigation ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

    .navigation ul li {
      display: inline;
      margin: 0;
      padding: 0;
    }

  .navigation a {
    padding: 0 0.17rem;
    text-decoration: none;
    text-transform: uppercase;

    color: black;
    border: 1px solid black;
  }

    .navigation a.hier {
      background: black;
      color: #eeeeee;
    }

.rumpf {
  margin: 0 auto;
  padding: 2rem;
}

.untertitel {
  margin: 0.83rem 0;

  text-align: center;

  font-size: 1.5rem;
  font-weight: bold;
}

.etikett {
  font-size: 0.83rem;
  padding-bottom: 0.83rem;
  margin-top: 0;
  text-align: center;
}

table.artikel {
  margin-top: 1.17rem;
  border-collapse: collapse;
}

.fussnoten * {
  font-size: 0.83rem;
}

.fussnoten hr {
    width: 20%;
    height: 1px;
    margin-left: 0;
    margin-top: 2rem;
    border: 0;
    background-color: black;
}

.fuss {
  font-size: 0.83rem;
  padding: 1rem 2rem;
  text-align: center;
}
