@import url('https://use.typekit.net/gmu8ttd.css');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap');



/* Typo INFO 
font-family: skolar-sans-latin, sans-serif;
*/
body {
  font-family: skolar-sans-latin, sans-serif;
  font-size: 1em;
  color: #838382;
  font-weight: 200;
}
a {
  color: #838382;
  text-decoration: underline;
}


h2 {
  font-weight: 400;
  font-weight: 100; 
  font-family: skolar-sans-latin, sans-serif;
  font-size: 1.75em;
  color: #676767;
}

h3 {
  font-weight:300;
  text-transform: uppercase;
  font-size: 0.9em;
}

/* Tabelle */
table.contenttable {
  width: 100%;
}
.contenttable td {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding: 10px 2px;
}
.contenttable th {
  text-align: left;
  padding: 10px 2px;
  background: #fff;
}

 
strong {
  font-weight: 600;
}

p {
  line-height: 140%;
  padding: 0.5em 0;
}

ul li {
  list-style: disc;
  margin-left: 1em;
}

figcaption p {
  font-size: 0.85em;
  padding: 0.3em 0 1em 0;
}
figcaption p.kasten {
  background: #eee;
  margin-top: 0;
  padding: 12px 12px 12px 12px;
}

/*SPEZIAL*/ 
.vorspann {
  font-size: 1.2em;
}
.kleine-schrift {
  font-size: 0.85em;
}
p.kasten {
  border: solid 1px #ddd;
  background: #eee;
  padding: 8px;
  margin: 8px 0;
}

h1,h2,h3,h4,h5 {
  margin-bottom: 0.85em;
}

h3 {
  margin-top: 0.6em;
}

table {
  width: 100%;
}
.text-center {text-align: center;}
.text-left {text-align: left;}
.text-right {text-align:right;}
.text-justify {text-align:justify}

.hervorgehoben {
  color: #f39821;
}

/* Tabelle */
table.contenttable {
  width: 100%;
}
.contenttable td {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding: 10px 2px;
}
.contenttable th {
  text-align: left;
  padding: 10px 2px;
  background: #fff;
}
h2 {
  font-weight: 400;
  font-weight: 100; 
  font-family: 'Cormorant Garamond', serif;
  font-family: mrs-eaves, serif;
  font-family: skolar-sans-latin, sans-serif;
  font-size: 1.75em;
  color: #555;
}

h3.subheader {
  font-weight:300;
  text-transform: uppercase;
  font-size: 0.9em;
}

/* Knöpfe */

a.Knopf-1 {
  padding: 8px 20px;
  background: #fff;
  border: solid 1px #666;
  border-radius: 3px;
  text-decoration: none;
}
a.Knopf-1:hover {
  background: #f39821;
}

a.Knopf-2 {
  padding: 3px 20px;
  background: #f39821;
  border: solid 1px #666;
  border-radius: 3px;
  text-decoration: none;
}
a.Knopf-2:hover {
  background: yellow;
}
a.Knopf-3 {
  padding: 3px 20px;
  background: #9cd565;
  border: solid 1px #666;
  border-radius: 3px;
  text-decoration: none;
}
a.Knopf-3:hover {
  background: #c0e59b;
}


