@charset "UTF-8";

/*** Druckansicht ***/

/* Rand, Hintergrund, S/W, Seitenumbruch, Bilder, Links */
@media print {
/*  @page { margin: 1.5cm; }*/
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
  .page-break  { display: block; page-break-before: always; }
  img { width: 45% !important;  height: 45% !important; }
/*  a, a:visited { text-decoration: underline; }*/
/*  a[href]:after { content: " <"attr(href)">"; font-style: italic; size: 75%; }*/
}



/*** Formatierungen ***/

/* Body */
body {
  color: #000000;
  background: #FFFFFF;
  background-image: url(../images/background.gif);
  background-repeat: repeat-y;
  background-position: 10vw;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  border-left: transparent solid 10vw;
  border-right: transparent solid 10vw;
  max-width: 1000px;
/*  text-rendering: optimizeLegibility;*/
  font-variant-ligatures: common-ligatures;
  font-kerning: normal;
  font-family: 'Source Serif Pro', 'Droid serif', 'Times New Roman', Times, serif;  /* 'Clear Sans', Ubuntu, 'PT Sans', 'Trebuchet MS', Helvetica, Arial; */
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}

/* Überschriften */
h1 {
  display: inline;
  font-size: 22px;
  font-style: italic;
  font-weight: bold;
  line-height: 26px;
  margin-top: 16px;
  margin-bottom: 16px;
}
h2 {
  font-size: 20px;
  line-height: 26px;
  margin-top: 16px;
  margin-bottom: 16px;
}
h3 { /* wie h1, ohne break */
  font-size: 22px;
  font-style: italic;
  font-weight: bold;
  line-height: 26px;
  margin-top: 16px;
  margin-bottom: 16px;
  display: inline;
}
h4 { /* wie h2, ohne break  */
  font-size: 20px;
  line-height: 26px;
  margin-top: 16px;
  margin-bottom: 16px;
  display: inline;
}

/* Linie */
hr {
  width: 95%;
  margin-left: auto; 
  margin-right: auto;
  border: 1px solid #9e9e9e;
}
/* Absätze */
p {
  display: inline;
}
p.italic {
  font-style: italic;
}
p.bold {
  font-weight: bold;
}
p.small {
  font-size: 14px;
}
div.header {
  font-size: 22px;
  font-style: italic;
  font-weight: bold;
  line-height: 26px;
  margin-top: 16px;
  margin-bottom: 16px;
}
/* Blöcke */
div.quote {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
div.cite {
  font-size: 16px;
  margin-top: -20px;
  text-align: right;
}
div.left {
  border-left-width: 1em;
  border-left-style: solid;
  border-color: #ececec;
  padding-left: 1em;
  margin-left: auto;
  text-align: justify;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
div.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
/* Tabellen */
table.info {
  background-color: #b0c4de;
  border: 2px solid #00008b;
  border-spacing: 10px;
  border-collapse: separate;
}
td {
  vertical-align: top;
}
/* Bilder */
img.preview {
  display: inline-block;
  border:none;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
/*  float: left;*/
}
/* Amazon */
#amazon {
  position: fixed;
  right: 0px;
  top: 0px;
  border:none;
  width: 150px;
  height: 75px;
  background-image: url(../images/amazon.png);
}

/* Links (interne/externe ) */
a:link { color: #0000FF; text-decoration: underline; }
a:hover { color: #FF0000; text-decoration: none; }
a:active { color: #FF0000; text-decoration: underline; }
a:visited { color: #111111; text-decoration: underline; }
a.ext:link { color: #000055; text-decoration: underline; }
a.ext:hover { color: #550000; text-decoration: none; }
a.ext:active { color: #FF0000; text-decoration: underline; }
a.ext:visited { color: #000000; text-decoration: underline; }



/*** Schriftarten ***/

/* Source Serif Pro */
@font-face{
    font-family: 'Source Serif Pro';
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    src: url('../fonts/SourceSerifPro-ExtraLight.otf.woff') format('woff');
}
@font-face{
    font-family: 'Source Serif Pro';
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    src: url('../fonts/SourceSerifPro-Light.otf.woff') format('woff');
}
@font-face{
    font-family: 'Source Serif Pro';
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    src: url('../fonts/SourceSerifPro-Regular.otf.woff') format('woff');
}
@font-face{
    font-family: 'Source Serif Pro';
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    src: url('../fonts/SourceSerifPro-Semibold.otf.woff') format('woff');
}
@font-face{
    font-family: 'Source Serif Pro';
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    src: url('../fonts/SourceSerifPro-Bold.otf.woff') format('woff');
}
@font-face{
    font-family: 'Source Serif Pro';
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    src: url('../fonts/SourceSerifPro-Black.otf.woff') format('woff');
}
/* Clear Sans */
@font-face{
    font-family: 'Clear Sans';
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    src: url('../fonts/ClearSans-Light.woff') format('woff');
}
/* Ubuntu */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu'), url(../fonts/Ubuntu-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

