@charset "utf-8";

html {
  font-family: helvetica;
  font-size: 13px;
}

/* Menu */
.menu { }

h1 {
 font-size: 120%;
 line-height: 128%;
 letter-spacing: 0.07em;
 color: #1f4569;
 padding: 0 0 0.5em 0;
 margin-bottom: 1em;
 border-bottom: dotted 1px #cacaca;
}

h2, h3, h4, h5, h6 {
  padding: 0 0 0 0;
  font-weight: bold;
  font-size: 100%;
  line-height: 120%;
  color: black;
  padding: 0px;
  margin: 0px 0px 5px 0px;
}


p, figcaption {
  font-size: 100%;
  line-height: 130%;
  letter-spacing: 0em;
  color: #333333;
  padding: 0 0 3% 0;
}


/* Typografie Anpassungen Inhalt */


/* Linien */
hr {
  border: dotted 0px #1f4569;
  background-color: #1f4569;
  height: 1px;
  width: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  margin: 30px auto;
}


/* Bildlegenden */

/* Fotos */
figcaption.csc-textpic-caption {
}


/* Links */
a, a:link, a:visited, a:active {
  text-decoration: none;
  color: #6c5621;
  }
a:hover {
  text-decoration: underline;
  color: #1f4569;
  border-bottom: none;
}
a img {
  border: 0px;
}


/* Textausrichtung */
.align-justify {
 text-align: justify;
 }
.align-left {
 text-align: left;
 }
.align-right {
 text-align: right;
 }
.align-center {
 text-align: center;
 }

/* Eigene Klassen */

/* SP Logo Fusszeile */
.splogo {
  float: right;
}

/* Elemente für tabellarische Darstellung */
.block-links h2 {
  color: #7d6f4e;
  padding: 0.3em;
  line-height: 140%;
  font-size: 100%;
  font-weight: normal;
  background-color: #e7dec8;
  border: 1px solid #d3c5a3;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

/* Inhalt Tabelle, einspaltig */
section.einspaltig {
  float: left;
  width: 100%;
  padding: 0.1%;
  border-bottom: 1px dotted #cacaca;
  vertical-align: top;
  margin-bottom: 2em;
}
section.einspaltig:last-child {
  border: none;
}
section.block-clear {
  clear: both;
  height: 0px;
}


/* Tabellen mit DIV und SECTION */

/* Tabelle Komitee */
div.tabelle-komitee {
  display: table;
  width: 100%;
}
.tabelle-komitee .zelle-links,
.tabelle-komitee .zelle-mitte,
.tabelle-komitee .zelle-rechts {
  display: table-cell;
  padding: 0.7em 0 0.2em 0;
  font-size: 90%;
  font-weight: normal;
  border-bottom: 1px dotted #cacaca;
}
.tabelle-komitee .zelle-links {
  font-weight: bold;
  width: 33%;
}
.tabelle-komitee .zelle-mitte {
    width: 50%;
}
.tabelle-komitee .zelle-rechts {
  width: auto;
  text-align: right;
}


/* Absatz für Backlinks */
p.backlink {
  width: 100%;
  padding-top: 0.5em;
  border-top: dotted 1px #cacaca;
}

/* Für Browser-Breiten unter 800 Pixel */
@media (max-width: 800px) {

  /* Schriftgrösse allgemein kleiner */
  html {
    font-size: 12px;
  }

  /* Eigene Klassen */

  /* Elemente für tabellarische Darstellung */
  section.block-links,
  section.block-rechts {
    width: 100%;
    margin-bottom: 1em;
  }

}

/* Für Browser-Breiten unter 600 Pixel */
@media (max-width: 600px) {

  /* Eigene Klassen */

  /* SP Logo Fusszeile */
  .splogo {
    width: 6%;
    height: auto;
  }

}
