@charset "UTF-8";
/* CSS Document */

/* Verwendete Schriftstärken:
300 = light
400 = book
500 = medium
600 = demi
700 = heavy
*/

/* HTML-Tags */
html, body {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.02rem;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  background-color: #FFFFFF;
}
img {
  border: none;
}
/* Headline 1 */
h1 {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.70rem;
  letter-spacing: 0.02rem;
  margin-top: 0px;
  margin-bottom: 1rem;
}
#frameRight h1 {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.45rem;
  margin-top: 0px;
  margin-bottom: 1rem;
}
/* Headline 2 */
h2 {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
#frameRight h2 {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
/* Lead-in */
h3 {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-size: 1.0rem;
  line-height: 1.25rem;
  margin-top: 0px;
  margin-bottom: 1.0rem;
}
#frameRight h3 {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-size: 1.0rem;
  line-height: 1.25rem;
  margin-top: 0px;
  margin-bottom: 1.0rem;
}
/* Subline */
h4 {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: normal;
  margin-top: 0px;
  margin-bottom: 0.5rem;
}
#frameRight h4 {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-size: 1.0rem;
  line-height: normal;
  margin-top: 0px;
  margin-bottom: 0.5rem;
}
#editor {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.1rem;
}
/* Copy klein */
h5 {
  font-family: futura-pt, sans-serif;
  font-size: 0.7rem;
  line-height: 0.9rem;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 0px;
}
select, input {
  /*font-family: futura-pt, sans-serif; */
  font-size: 0.8rem;
  line-height: 0.9rem;
  /* font-weight: 400; */
  color: #003E90;
}
#datum {
  font-family: futura-pt, sans-serif;
  position: relative;
  float: left;
  width: 100%;
  font-weight: 600;
  color: #003E90;
  margin-bottom: 1.0rem;
}
#fullText {
  position: relative;
  float: left;
  width: 100%;
  font-family: futura-pt, sans-serif;
	font-size: 1.0rem;
	line-height: 1.35rem;
  font-weight: 300;
	margin-top: 0px;
	margin-bottom: 0px;
}
#DL-Button {
  position: relative;
  width: 70%;
  height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #003E90;
}
#DL-Button a {
  font-family: futura-pt, sans-serif;
	font-size: 1.1rem;
	line-height: 1.2rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #003E90;
  padding-top: 4px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}
#DL-Button a:hover {
  background-color: #B51528;
}

p {
	font-family: futura-pt, sans-serif;
	font-size: 1.0rem;
	line-height: 1.25rem;
  font-weight: 300;
	margin-top: 0px;
	margin-bottom: 0px;
}
a {
  font-weight: 400;
  text-decoration: none;
  color:#003E90;
}
a:hover {
  color: #B51528;
}

ul {
	font-family: futura-pt, sans-serif;
	font-weight: 300;
	position: relative;
	float: none;
	margin-top: 1.0rem;
	margin-bottom: 1.0rem;
	padding-left: 0px;
	margin-left: 1.0rem;
	list-style-image: url(../symbols/bullet.gif);
	list-style-position: outside;
}
ul li {
  margin-bottom: 0.5rem;
}
ol {
  font-family: futura-pt, sans-serif;
  position: relative;
  float: none;
  margin-top: 1.0rem;
  margin-bottom: 0.5rem;
  padding-left: 0px;
  margin-left: 20px;
}
ol li {
  margin-bottom: 0.5rem;
}

#frameRight ul {
	font-family: futura-pt, sans-serif;
	font-weight: 300;
	position: relative;
	float: none;
	margin-top: 1.0rem;
	margin-bottom: 1.0rem;
	padding-left: 0px;
	margin-left: 0px;
	list-style-image: url(../symbols/bullet.gif);
	list-style-position: inside;
}
#frameRight ul li {
  margin-bottom: 0.5rem;
}


section {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 1.0rem;
}

figure {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
figure img {
  position: relative;
  float: left;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 500px;
  margin-top: 0.3rem;
  margin-bottom: 0.0rem;
  margin-right: 12px;
}
figcaption {
  position: relative;
  float: left;
  font-size: 0.85rem;
  line-height: 1.0rem;
  font-weight: 600;
  font-style: italic;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

#divText {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  min-height: 1.0rem;
}

/* Tabellen -------------------- */
table {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  font-family: futura-pt, sans-serif;
  font-weight: 400; 
  font-size: 1.0rem;
  line-height: 1.2rem;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
table tr {
  width: 100%;
  float: left;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-top: none;
  border-bottom: none;
}
table tr th {
  width: 100%;
  float: left;
  height: auto;
  padding-top: 7px;
  padding-bottom: 5px;
  padding-left: 1%;
  padding-right: 1%;
  background-color: #EFEFEF;
  text-align: left;
  font-weight: 600;
}
table tr td {
  width: 100%;
  float: left;
  height: auto;
  padding-top: 7px;
  padding-bottom: 5px;
  padding-left: 1%;
  padding-right: 1%;
  text-align: left;
}

/* allgemeine div ids */
#fullText {
  position: relative;
  float: left;
  width: 100%;
}
#text3 {
  position: relative;
  float: left;
}
#text3 {
  position: relative;
  float: left;
}
#hLine {
  position: relative;
  float: left;
  width: 100%;
  height: 1px;
  margin-right: 0px;
  background-color: #003B75;
}

/* Klassen */
.warning {
  font-weight: 500;
  color: #B51528;
}
.warning_bold {
  font-weight: 600;
  color: #B51528;
}
.copy_bold {
  font-weight: 600;
}
.tableIntern {
  background-color: #F2F2F2;
  border-top: none;
  border-bottom: none;
}
.tableIntern tr {
  border-top: none;
  border-bottom: none;
}

