/************************************************************************
 * Typografie
 ************************************************************************/

/* Webfonts von Google müssen zusätzlich über Template -> lib/data aktiviert werden! */

body {
  font-size: 14px;
  line-height: 1.4em;
  font-family: Verdana, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

h1 {
  font-size: 22px;
  line-height: 1.4em;
  margin: 16px 0 12px 0;
  font-family: "Courgette", Georgia, serif;
}

#branding h1 {
  font-size: 38px;
}

h2 {
  line-height: 1.4em;
  font-size: 18px;
  margin: 10px 0 12px 0;
  font-family: "Courgette", Georgia, serif;
}

h3 {
  line-height: 1.3em;
  font-size: 14px;
  margin: 6px 0 8px 0;
  font-weight: bold;
}

h4 {
  line-height: 1.3em;
  font-size: 18px;
  margin: 6px 0 8px 0;
  font-family: "Courgette", Georgia, serif;
}

h5 {
  line-height: 1.3em;
  font-size: 14px;
  margin: 6px 0 8px 0;
  font-weight: normal;
}

h6 {
  line-height: 1.3em;
  font-size: 14px;
  margin: 6px 0 8px 0;
  font-weight: normal;
  font-style: italic;
}


a:link
, a:visited {
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

ul {
  margin: 0;
  padding-left: 15px;
  text-indent: 0;
  list-style-type: disc; 
}

ul.csc-menu {
  list-style: none;
  text-indent: 0;
}

ol {
  margin: 0;
  padding-left: 20px;
  text-indent: 0;
}

li {
  margin: 0 0 6px 0;
}

.csc-textpic-caption {
  font-size: 11px;
  line-height: 1.3em;
}

p {
  margin: 0 0 12px 0;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-justify {
  text-align: justify;
}