/* --- IMPORT VON GOOGLE FONTS -------------------------------------- 
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,600,600italic,700italic,700);*/

/* --- IMPORT LOCAL FONTS -------------------------------------- */
@import 'fonts.css';
/*
font-weight: 400; 
font-weight: 600; Semi-Bold 
font-weight: 700; Bold 
*/

/* --- DEFAULT ------------------------------------------------------ */
* { 
  margin: 0;  
  padding: 0;
}


BODY, P, OL, UL, H1, H2, H3, H4, H5, A, FORM, INPUT, SELECT, DIV, SPAN, B, I, TR, TH, TD  {
  font-family: 'Source Sans Pro', Verdana, Arial, Helvetica, sans-serif;
  color: #3d3d3d;
  font-size: 18px;
  line-height: 150%;
}

HTML {
  height: 100.1%;
}

BODY {
  background-color: #fff;
}

A {
  color: #005396;
}

H1 {
  font-weight: 600;
  font-size: 32px;
  color: #DD2A1B;
  margin-bottom: 10pt;
}

H2 {
  font-weight: 400;
  font-size: 26px;
  color: #008ac5;
  margin-bottom: 10pt;
}

H3 {
  font-weight: 600;
  font-size: 22px;
  color: #999;
  margin-bottom: 1pt;
}

H4 {
  font-weight: 600;
  font-size: 18px;
}


P {
  padding-bottom: 20pt;
}

UL, OL {
  padding-left: 20px;
}

IMG {
  border: 0px;
}

HR {
  color: #FFFFFF;
  background-color: #FFFFFF;
  border-bottom: solid 1px #000000;
  height: 0px;
}

INPUT, TEXTAREA, SELECT {
  background-color: #FFFFFF; 
  border: 1px solid #000000; 
}

/* --- RTE - FORMATE ------------------------------------------------ */

p.align-left,
h1.align-left,
h2.align-left,
h3.align-left,
h4.align-left,
h5.align-left,
h6.align-left,
td.align-left {
  text-align: left;
}

p.align-center,
h1.align-center,
h2.align-center,
h3.align-center,
h4.align-center,
h5.align-center,
h6.align-center,
td.align-center {
  text-align: center;
}

p.align-right,
h1.align-right,
h2.align-right,
h3.align-right,
h4.align-right,
h5.align-right,
h6.align-right,
td.align-right {
  text-align: right;
}

p.align-justify,
h1.align-justify,
h2.align-justify,
h3.align-justify,
h4.align-justify,
h5.align-justify,
h6.align-justify,
td.align-justify {
  text-align: justify;
}  

.indent {
  margin-left:1.5em;
}

p.copyright {
  font-size: 18px;
  margin-top: 25px;
}

span.rot {
  color: #DD2A1B;
}

p.rot {
  color: #DD2A1B;
}

span.klein {
  font-size: 12px;
}  

p.klein {
  font-size: 12px;
}  

