/* @group Reset */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-weight: inherit;
  font-style: inherit;
  text-align: left;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* my parts */
em,
i {
  font-style: italic;
}
strong,
b {
  font-weight: bold;
}
a img {
  border: none;
}
/* Tables still need 'cellspacing="0"' in the markup. */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
}
.invisible {
  display: block;
  position: absolute;
  left: -2000px;
  height: 0px;
  width: 0px;
}
* {
  *behavior: url(/fileadmin/templates/boxsizing.htc);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* sup, sup and destroyed lines ... */
sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
body {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  -ms-word-break: break-all;
  -epub-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  /*old webkit */

}
code,
var,
kbd,
samp,
tt,
dir,
listing,
plaintext,
xmp,
abbr,
acronym,
blockquote,
q {
  hyphens: none;
}
::-moz-selection {
  background: #ef4924;
  color: #000000;
}
::-webkit-selection {
  background: #ef4924;
  color: #000000;
}
::selection {
  background: #ef4924;
  color: #000000;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-regular-webfont.eot');
  src: url('../fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-regular-webfont.woff') format('woff'), url('../fonts/montserrat-regular-webfont.ttf') format('truetype'), url('../fonts/montserrat-regular-webfont.svg#Montserratnormal') format('svg');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-bold-webfont.eot');
  src: url('../fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-bold-webfont.woff') format('woff'), url('../fonts/montserrat-bold-webfont.ttf') format('truetype'), url('../fonts/montserrat-bold-webfont.svg#Montserratbold') format('svg');
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: 'Entypo';
  src: url('../fonts/entypo.eot');
  src: url('../fonts/entypo.eot?#iefix') format('embedded-opentype'), url('../fonts/entypo.woff') format('woff'), url('../fonts/entypo.ttf') format('truetype'), url('../fonts/entypo.svg#Entyponormal') format('svg');
  font-style: normal;
  font-weight: normal;
}
/* Font sizes *//* line heights *//* color sets */
body {
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Montserrat';
  color: #232122;
}
.headerPic {
  width: 100%;
  height: auto;
}
.lastChange {
  color: #2f2c2d;
  background: #dedfe0;
  font-size: 14px;
  padding: 10px 15px;
  text-align: right;
  margin-bottom: -4px;
  -khtml-box-shadow: 0px 4px 5px 0 #444444;
  -webkit-box-shadow: 0px 4px 5px 0 #444444;
  -o-box-shadow: 0px 4px 5px 0 #444444;
  -moz-box-shadow: 0px 4px 5px 0 #444444;
  -ms-box-shadow: 0px 4px 5px 0 #444444;
  box-shadow: 0px 4px 5px 0 #444444;
}
.contentNav {
  margin: 10px 0 20px 0;
}
.contentNav li {
  position: relative;
  background: #ef4924;
  padding: 10px 30px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid white;
}
.contentNav li:before {
  position: absolute;
  left: 10px;
  top: 5px;
  content: "\27A6";
  font-family: Entypo;
  font-size: 20px;
}
.contentNav li:active {
  background: #7b0403;
}
.contentWrap {
  padding: 15px 10px;
}
.contentWrap h5.chapter {
  font-size: 13px;
  padding-bottom: 20px;
}
.contentWrap h4.commentTitle {
  font-size: 28px;
  padding-bottom: 20px;
  font-weight: bold;
}
.contentWrap .linkToTop {
  text-align: right;
  padding: 10px 0 15px 0;
}
.contentWrap .linkToTop span {
  font-family: Entypo;
  background: #ef4924;
  display: inline-block;
  font-size: 30px;
  line-height: 20px;
  color: white;
  padding: 5px 10px;
}
.contentWrap .linkToTop span:active {
  background: #7b0403;
}
.contentWrap h1 {
  color: #7b0403;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 10px;
}
.contentWrap h2 {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  margin: 16px 0 5px 0;
}
.contentWrap .odd {
  background: #f0f0f0;
  margin: 0 -10px;
  padding: 15px 10px;
}
.contentWrap .even {
  padding: 15px 0;
}
.contentWrap .csc-default ul li {
  margin-left: 30px;
  position: relative;
  margin-top: 8px;
}
.contentWrap .csc-default ul li:before {
  content: "\2192";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  margin-left: -20px;
}
.contentWrap .csc-default ul li li {
  font-size: 14px;
  color: #b2b3b4;
  margin-left: 15px;
  margin-top: 0px;
}
.contentWrap .csc-default ul li li:before {
  content: "\1F4C4";
  font-family: Entypo;
  font-size: 21px;
  line-height: 21px;
  margin-left: -15px;
}
.contentWrap .csc-default p {
  padding-bottom: 16px;
}
