#kr-document-wrap {
  background-color: #F7F7F7;
  line-height: 1.4;
}
#kr-document-content {
  margin: 0 1em 5em 1em;
}

#kr-document-content h1 {
  font-size: 130%;
  font-weight: bold;
  color: #3F3F3F;
}

#kr-document-content h2 {
  font-size: 130%;
  font-weight: normal;
  color: #1F1F1F;
}

#kr-document-content h3 {
  font-size: 120%;
  font-weight: bold;
  color: #1F1F1F;
}

#kr-document-content h1, #kr-document-content h2, #kr-document-content h3 {
  text-shadow: 1px 1px 0 #FFFFFF;
}


#kr-document-content .section1_title,
#kr-document-content .section2_title,
#kr-document-content .section3_title,
#kr-document-content .section4_title {
  text-align: center;
}

#kr-document-content .section4_title {
  font-weight: bold;
  color: #1F1F1F;
  margin-bottom: 0.4em;
}

#kr-document-content p, #kr-document-content div.para {
  padding: 0 0 1em 0;
}

#kr-document-content ul, #kr-document-content ol {
  margin: 0 0 1em 2em;
}

#kr-document-content ul ul, #kr-document-content ol ol {
  margin-left: 1.5em;
}

#kr-document-content a {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

#kr-document-content a:hover {
}

#kr-document-content a:active {
  color: red;
  text-decoration: underline;
  cursor: pointer;
}

#kr-document-content sup {
  font-size: smaller;
  margin-left: 0.175em;
  position: relative;
  top: -0.4em;
}

#kr-document-content sub,
#kr-document-content .subscript {
 font-size: smaller;
 position: relative;
 top: 0.25em;
}

#kr-document-content table colgroup col {
 width: auto !important;
}
#kr-document-content table {
 border-collapse: collapse;
}
#kr-document-content table td {
 padding: 0.2em;
}
#kr-document-content table td div.para {
 padding: 0;
}

#kr-document-content .center {
  text-align: center !important;
}

#kr-document-content span a.internal {
  padding-top: 1.4em;
  visibility: hidden;
}

.kr-table-untoggled {
  display: none;
}

.kr-table-background {
  background-color: #EFEFEF;
  padding: 0.5em;
  margin: 0.5em;
}

.kr-tabletoggle {
  width: 30px;
  height: 30px;
  padding: 1em;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.kr-tabletoggle-toggled-icon {
  background-image: url('../images/ico_but_shrink.png');
}

.kr-tabletoggle-untoggled-icon {
  background-image: url('../images/ico_but_expand.png');
}

span.kr-highlight-active, span.kr-searchquery { 
  background: orange;
}

span.kr-highlight-inactive {
  background: yellow;
}


.print_titel {
  border-top: 1px solid #afafaf;
  border-bottom: 1px solid #afafaf;
  padding: 1rem 0;
  font-size: 130%;
}

.print_titel .print_titel_links {
  float: left;
}

.print_titel .print_titel_rechts {
  float: right;
}

.print_titel:after {
  display: block;
  content: '';
  clear: both;
}

h1.crossheading_title .content {
  background-color: #DDDDDD;
}

h1.crossheading_title .content .number {
  display: block;
}

h2.crossheading_title .content .number {
  display: block;
}

h3.crossheading_title .content .number {
  display: block;
}

h4.crossheading_title .content .number {
  display: block;
}

.footnote>sup {
  color: blue;
  cursor: pointer;
}

.popover {
  position: absolute;
  background-color: white;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 6px;
  margin-top: -10px;
  margin-left: 20px;
}

.popover .content {
  padding: 9px 14px;
}

.popover .arrow, .popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
  left: -11px;
  top: 5px;
  border-left-width: 0;
  border-right-color: rgba(0,0,0,0.25);
}

.popover .arrow:after {
  border-width: 10px;

  content: " ";
  left: 1px;
  top: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover button.close {
  float: right;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  opacity: 0.2;
  margin-right: 5px;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.bolditalic {
  font-weight: bold;
  font-style: italic;
}

.boldunderline {
  font-weight: bold;
  text-decoration: underline;
}

.bolditalicunderline {
  font-weight: bold;
  font-style: italic;
  text-decoration: underline;
}
