/* Compiled Less CSS File */
/* Generated from "entscheidung.css" */

/* Compiled Less CSS File */
/* Generated from "entscheidung.css" */
/* CSS Document */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* CSS Document */
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
#centerFrame {
  width: 1014px;
}
img#court {
  position: relative;
  opacity: .08;
  width: 80px;
  top: 10px;
  margin-left: 43%;
  margin-top: 0px;
  margin-bottom: -30px;
}
#textVersion {
  margin-top: 4px;
}
#textVersion .entscheidungen ul {
  padding: 0;
  margin: 0;
  margin-top: 50px;
}
#textVersion .entscheidungen li {
  text-shadow: none;
  list-style-type: none;
  background-image: none;
  padding-left: 14px;
  margin-left: 0px;
  margin-bottom: 20px;
  min-width: 300px;
  padding: 2px 20px;
  border-radius: 3px;
  margin: 10px;
  background-color: #E7E7E7;
  display: inline-block;
  position: relative;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  animation-delay: 0;
  -moz-animation-delay: 0;
  -webkit-animation-delay: 0;
}
#textVersion .entscheidungen li:hover {
  background-color: #D3D3D3;
}
#backLink {
  background-color: #d8d8d8;
  padding: 2px 10px;
  color: #4e4e4e !important;
  text-shadow: none;
  text-decoration: none !important;
  position: absolute;
  top: 0;
  left: 0;
}
#backLink:hover {
  background-color: #d7dbe4;
}
#sourceList {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
  padding-left: 0;
  margin: 20px;
}
#sourceList li {
  cursor: pointer;
  font-weight: bold;
  padding: 5px 20px;
  color: black;
  background-color: white;
  border-bottom: 1px solid #ccc;
}
#sourceList li:last-child {
  border-bottom: none;
}
#sourceList li:hover {
  background-color: #f8f8f8;
}
#sideTab .entscheidungDocument {
  margin-top: 70px;
  padding: 70px;
}
.entscheidungDocument {
  background-color: white;
  padding: 15px;
  color: black;
  margin: 15px;
  height: 100%;
  overflow: auto;
}
.entscheidungDocument .head {
  margin: 50px;
  text-align: center;
}
.entscheidungDocument .head h1 {
  text-align: center;
  font-size: 34px !important;
  font-weight: bold;
  font-family: 'Merriweather', serif;
  margin: 0;
  text-transform: uppercase;
  line-height: 1.4;
  color: black !important;
}
.entscheidungDocument .head h2 {
  text-align: center;
  /* font-size: 12px !important; */

  font-weight: normal;
  display: inline-block;
  margin: 0;
  background: black;
  color: white;
  font-family: 'Merriweather', serif;
  padding: 3px 10px;
  font-weight: bold;
  border-radius: 5px;
  font-size: 14px;
}
.entscheidungDocument ol > li {
  margin-bottom: 10px;
}
.entscheidungDocument ul,
.entscheidungDocument ol {
  margin: 0;
  padding: 0;
}
.entscheidungDocument li,
.entscheidungDocument p {
  list-style: none;
  margin-bottom: 20px;
  text-align: justify;
  font-size: 13px;
  line-height: normal;
}
.entscheidungDocument p.highlight {
  background: rgba(255, 255, 121, 0.24);
  margin: 0px -50px;
  padding: 15px 40px;
  border: 1px dashed #B6AD86;
  border-radius: 5px;
}
.entscheidungDocument div.tenor h2,
.entscheidungDocument div.tatbestand h2,
.entscheidungDocument div.gruende h2 {
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: 20px;
  padding-bottom: 3px;
  padding-top: 20px;
  color: black !important;
}
.entscheidungDocument div.tatbestand {
  margin-bottom: 30px;
}
.entscheidungDocument div.tenor {
  margin-bottom: 50px;
}
.entscheidungDocument div.tatbestand,
.entscheidungDocument div.gruende {
  counter-reset: row;
}
.entscheidungDocument div.tatbestand > p:before,
.entscheidungDocument div.gruende > p:before,
.entscheidungDocument div.tatbestand li:before,
.entscheidungDocument div.gruende li:before {
  counter-increment: row;
  content: counter(row) " ";
  display: block;
  color: #999;
  font-size: 9px;
  vertical-align: text-top;
  text-align: right;
  margin-left: -27px;
  margin-bottom: -13px;
  width: 20px;
  line-height: .9;
}
.entscheidungDocument div.tatbestand > p.noCount:before,
.entscheidungDocument div.gruende > p.noCount:before,
.entscheidungDocument div.tatbestand li.noCount:before,
.entscheidungDocument div.gruende li.noCount:before {
  content: " ";
  counter-increment: none;
  margin-bottom: 0;
  margin-left: 0;
}
#sideTab .entscheidung #header {
  position: fixed;
  color: #FFF;
  z-index: 2;
  background-color: #2C2C2C;
  text-shadow: 0 -1px 0px #000000;
  -moz-text-shadow: 0 -1px 0px #000000;
  border-bottom: 3px solid black;
  font-size: 12px;
  height: 56px;
  top: 0;
  width: 100%;
  max-width: 817px;
  background-image: url(/images/urteil.png), url(/images/gradBlue56.png);
  background-position: 8px 7px, 0;
  background-repeat: no-repeat, repeat;
}
#sideTab .entscheidung #header h1 {
  font-size: 18px;
  padding: 8px 60px;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.55);
  color: white;
  text-transform: none;
  font-weight: bold;
  line-height: 40px;
}
#sideTab .entscheidung ul {
  list-style-type: none;
}
#sideTab .entscheidung .notification {
  margin: 15px;
}
#sideTab .entscheidung #iFrameHolder.links {
  margin-top: 80px;
}
#sideTab .entscheidung #iFrameHolder.links h2 {
  margin: 8px;
  color: white;
  line-height: 1.2;
}
#sideTab .entscheidung ul.sourceList {
  -webkit-border-radius: 10px;
  overflow: hidden;
  -moz-border-radius: 10px;
  -border-radius: 10px;
  padding: 0px;
  border-radius: 10px;
  margin: 15px;
}
#sideTab .entscheidung ul.sourceList li {
  padding: 7px 12px;
  border-bottom: 1px solid #ccc;
  background-color: white;
  cursor: pointer;
}
#sideTab .entscheidung ul.sourceList li.active,
#sideTab .entscheidung ul.sourceList li:hover {
  background-color: #F0F0F0;
}
#sideTab .entscheidung ul.sourceList li:last-child {
  border-bottom: none;
}
#sideTab .entscheidung ul.sourceList li a,
#sideTab .entscheidung ul.sourceList li a:hover,
#sideTab .entscheidung ul.sourceList li a:active,
#sideTab .entscheidung ul.sourceList li a:visited,
#sideTab .entscheidung ul.sourceList li {
  text-decoration: none;
  font-weight: bold;
  color: #3C4A80;
}
#sideTab .entscheidung #iFrameHolder {
  height: 100%;
  width: 100%;
}
#sideTab .entscheidung #iFrameHolder iframe {
  height: 100%;
  width: 100%;
  border: none;
}