/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

::-moz-selection { 
    background: #202e53;
    color: #ffffff;	
}

::selection {
    background: #202e53;
    color: #ffffff;
}

body {
  margin: 0;
}

footer,
header,
nav,
section {
  display: block;
}

a {
  background: 0 0;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  margin: .67em 0;
}

img {
  border: 0;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  padding: 0;
}

strong {
	font-weight: 300;
}

@media print {
  * {
    text-shadow: none!important;
    /*color: #000!important;*/
    background: 0 0!important;
    box-shadow: none!important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }
/*
  a[href]:after {
    content: " (" attr(href) ")";
  }

  a[href^="#"]:after {
    content: "";
  }
*/
  img,
  tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100%!important;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff!important;
  }

  .navbar {
    display: none;
  }

  .table td {
    background-color: #fff!important;
  }

  .table {
    border-collapse: collapse!important;
  }

  .table-bordered td {
    border: 1px solid #ddd!important;
  }
  
  .container-fluid , .content-container, .site-footer, .noprint, .sayit {
    display: none;
  }  
	
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/jportal/cms/juris/media/juris_2015/font/glyphicons-halflings-regular.woff);
  src: url(/jportal/cms/juris/media/juris_2015/font/glyphicons-halflings-regular.woff?#iefix) format('embedded-opentype'),url(/jportal/cms/juris/media/juris_2015/font/glyphicons-halflings-regular~3.eot) format('woff'),url(/jportal/cms/juris/media/juris_2015/font/glyphicons-halflings-regular~2.svg) format('truetype'),url(/jportal/cms/juris/media/juris_2015/font/glyphicons-halflings-regular~1.ttf#glyphicons_halflingsregular) format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-search:before {
  content: "\e003";
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Frutiger W01", Arial;
  line-height: 1.42857143;
  color: #1a1a18;
  background-color: #fff;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #2a6496;
  text-decoration: underline;
}

a:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

h1,
h2,
h3,
h4 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

/* MsB */
.juris-lex-beschreibung h2 {
	font-size: 20px;
}

.juris-lex-beschreibung {
	padding: 5px;
	background-color: #f5f5f5;
    /*border-left: 1px solid #000;
	border-right: 1px solid #fbb800;*/
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

p {
  margin: 0 0 10px;
}

small {
  font-size: 85%;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul {
  margin-bottom: 0;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width:767px) {
  .container {
    width: 730px;
  }
}

@media (min-width:992px) {
  .container {
    width: 950px;
  }
	.alle-Nachrichten {
		position: relative;
		top: -25px;
		z-index: 9999;
		left: 745px;
		margin: 0!important;
	}   
}

@media (min-width:1200px) {
	.container {
	width: 1150px;
	}
	.alle-Nachrichten {
		left: 870px;
	}  	
}

.row {
  margin-left: -5px;
  margin-right: -5px;
}

.col-sm-11,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-8,
.col-sm-9 {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width:767px) {
  .col-sm-11,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }
}

/* ### Login + Slider */
.col-xs-12 {
     min-height: 1px;
     padding-left: 15px;
     padding-right: 15px;
     /*position: relative;*/
	 /* float: left; */
	 width: 100%;
}

/* END Login + Slider */

table {
  background-color: transparent;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table>tbody>tr>td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table-bordered,
.table-bordered>tbody>tr>td {
  border: 1px solid #ddd;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}

input[type=checkbox],
input[type=radio] {
  margin: 4px 0 0;
  line-height: normal;
}

input[type=checkbox]:focus,
input[type=radio]:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.form-control::-moz-placeholder {
  color: #777;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #777;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

.checkbox,
.radio {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox label,
.radio label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio] {
  position: absolute;
  //margin-left: -20px;
}

.radio+.radio {
  margin-top: -5px;
}

.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -5px;
  margin-right: -5px;
}

@media (min-width:767px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:active:focus,
.btn:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}

.btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #dcdcdc;
}

.btn-default:active,
.btn-default:focus,
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active {
  background-image: none;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height .35s ease;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control,
.input-group-btn {
  display: table-cell;
}

.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group .form-control:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-btn:last-child>.btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn>.btn {
  position: relative;
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
  z-index: 2;
}

.input-group-btn:last-child>.btn {
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav>li {
  position: relative;
  display: block;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav>li>a:focus,
.nav>li>a:hover {
  text-decoration: none;
  background-color: #eee;
}

.navbar {
  position: relative;
  min-height: 115px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width:767px) {
  .navbar {
    border-radius: 0;
  }
}

@media (min-width:767px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 5px;
  padding-left: 5px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width:767px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }
}

.navbar-brand, .navbar-brand-lex {
  float: left;
  padding: 57px 5px 0 1px;
  font-size: 18px;
  line-height: 20px;
  height: 115px;
}

@media (min-width:380px) {
	.navbar-brand {
	  padding: 57px 60px 0 38px;
	}
	.navbar-brand-lex {
	  padding: 25px 60px 0 38px;
	}	
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

.navbar-brand-lex:focus,
.navbar-brand-lex:hover {
  text-decoration: none;
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 5px;
  padding: 9px 10px;
  margin-top: 40.5px;
  margin-bottom: 40.5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

@media (min-width:767px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 23.75px -5px;
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (min-width:767px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav>li {
    float: left;
  }

  .navbar-nav>li>a {
    padding-top: 47.5px;
    padding-bottom: 47.5px;
  }

  .navbar-nav.navbar-right:last-child {
    margin-right: -5px;
  }
}

@media (min-width:767px) {
  .navbar-left {
    float: left!important;
  }

  .navbar-right {
    float: right!important;
  }
}

.navbar-form {
  margin: 40.5px -5px;
  padding: 10px 5px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
}

@media (min-width:767px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
}

@media (max-width:766px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width:767px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand, .navbar-default .navbar-brand-lex {
  color: #777;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-brand-lex:focus,
.navbar-default .navbar-brand-lex:hover {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-nav>li>a {
  color: #777;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0,-25%,0);
  transform: translate3d(0,-25%,0);
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #efefef;
  min-height: 16.43px;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #efefef;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width:767px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
  }
}

@media (min-width:992px) {
  .modal-lg {
    width: 900px;
  }
}

.buttonbox:after,
.buttonbox:before,
.container:after,
.container:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.leadcontent-main:after,
.leadcontent-main:before,
.linklist-row:after,
.linklist-row:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.orderinfo-body:after,
.orderinfo-body:before,
.ordermenu:after,
.ordermenu:before,
.productmodal:after,
.productmodal:before,
.row:after,
.row:before,
.site-wrap:after,
.site-wrap:before,
.teaseritem-row:after,
.teaseritem-row:before,
.teasers:after,
.teasers:before,
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}

.buttonbox:after,
.container:after,
.form-horizontal .form-group:after,
.leadcontent-main:after,
.linklist-row:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.orderinfo-body:after,
.ordermenu:after,
.productmodal:after,
.row:after,
.site-wrap:after,
.teaseritem-row:after,
.teasers:after,
.container-fluid:after {
  clear: both;
}

.pull-left {
  float: left!important;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-xs-inline-block {
  display: none!important;
}

@media (max-width:766px) {
  .visible-xs {
    display: block!important;
  }
}

@media (max-width:766px) {
  .visible-xs-inline-block {
    display: inline-block!important;
  }
}

@media (max-width:766px) {
  .hidden-xs {
    display: none!important;
  }
}

@media (min-width:767px) and (max-width:991px) {
  .hidden-sm {
    display: none!important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .hidden-md {
    display: none!important;
  }
  
}

@media (min-width:1200px) {
  .hidden-lg {
    display: none!important;
  }
}

@media only screen and (min-width:768px) {
  a,
  h1,
  h2,
  h3,
  h4,
  li,
  ol,
  p,
  ul {
    padding: 0;
    margin: 0;
  }
}

@font-face {
  font-family: "Frutiger W01_R2";
  src: url(/jportal/cms/juris/media/juris_2015/font/8ffa1144-4066-4dd8-950c-da8d355d4ab2.eot?#iefix) format("eot");
}

@font-face {
  font-family: "Frutiger W01";
  src: url(/jportal/cms/juris/media/juris_2015/font/8ffa1144-4066-4dd8-950c-da8d355d4ab2.eot?#iefix);
  src: url(/jportal/cms/juris/media/juris_2015/font/8ffa1144-4066-4dd8-950c-da8d355d4ab2.eot?#iefix) format("eot"),url(/jportal/cms/juris/media/juris_2015/font/37f83f2e-feaa-4d2c-9993-2771ab1f3e87.woff) format("woff"),url(/jportal/cms/juris/media/juris_2015/font/b319582c-cdad-4301-9f65-3907fb8b508d.ttf) format("truetype"),url(/jportal/cms/juris/media/juris_2015/font/427db4f2-4863-482e-bdaf-da48a03e52c9.svg#427db4f2-4863-482e-bdaf-da48a03e52c9) format("svg");
  font-weight: 200;
  font-style: Regular;
}

@font-face {
  font-family: "Frutiger W01_R3";
  src: url(/jportal/cms/juris/media/juris_2015/font/a3a15351-8e3c-4c29-82e6-15b106c2181f.eot?#iefix) format("eot");
}

@font-face {
  font-family: "Frutiger W01";
  src: url(/jportal/cms/juris/media/juris_2015/font/a3a15351-8e3c-4c29-82e6-15b106c2181f.eot?#iefix);
  src: url(/jportal/cms/juris/media/juris_2015/font/a3a15351-8e3c-4c29-82e6-15b106c2181f.eot?#iefix) format("eot"),url(/jportal/cms/juris/media/juris_2015/font/f1f95a55-f0c6-4fb5-8939-b93160b7a751.woff) format("woff"),url(/jportal/cms/juris/media/juris_2015/font/032fd83c-fe79-47fa-9dda-0a3f03bd0506.ttf) format("truetype"),url(/jportal/cms/juris/media/juris_2015/font/17f04727-b70e-460f-8b5c-c8cd21771240.svg#17f04727-b70e-460f-8b5c-c8cd21771240) format("svg");
  font-weight: 300;
  font-style: Regular;
}

@font-face {
  font-family: "Frutiger W01_R4";
  src: url(/jportal/cms/juris/media/juris_2015/font/6169190e-4723-44d8-8512-87fe44314627.eot?#iefix) format("eot");
}

@font-face {
  font-family: "Frutiger W01";
  src: url(/jportal/cms/juris/media/juris_2015/font/6169190e-4723-44d8-8512-87fe44314627.eot?#iefix);
  src: url(/jportal/cms/juris/media/juris_2015/font/6169190e-4723-44d8-8512-87fe44314627.eot?#iefix) format("eot"),url(/jportal/cms/juris/media/juris_2015/font/ba18b900-b949-4ac6-8be2-c708ee69faf7.woff) format("woff"),url(/jportal/cms/juris/media/juris_2015/font/e72f20b2-125d-49b5-ac55-9c84689e3a67.ttf) format("truetype"),url(/jportal/cms/juris/media/juris_2015/font/b010e56e-44d2-46cd-a494-22825e86adec.svg#b010e56e-44d2-46cd-a494-22825e86adec) format("svg");
  font-weight: 400;
  font-style: Regular;
}

body,
html {
  overflow-x: hidden;
}

body {
  font-weight: 200;
  font-size: 16px;
}

b,
h1,
h2,
h3,
h4 {
  font-weight: 300;
}

label {
  font-weight: 200!important;
}

hr.divider {
  border-top: 1px solid #c6c6c5;
  margin-bottom: 30px;
  margin-top: 30px;
  width: 695px;
  clear: both;
}

hr.boxen {
  border-top: 1px solid #fff;
  margin-bottom: 0;
  margin-top: 30px;
  width: 695px;
  clear: both;
}


hr.white {
  border-color: #fff;
}

a {
  transition: all .3s;
}

a:hover {
  color: #b00303;
}

::selection {
  background: #fbb800;
  color: #b00303;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover {
  border: none;
  background-color: transparent;
}

.help-block {
  color: #999;
  font-size: 12px;
}

.modal-header {
  text-align: right;
}

.site-wrap {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 2em;
}

@media (min-width:767px) {
  .site-wrap {
    width: 730px;
  }
}

@media (min-width:992px) {
  .site-wrap {
    width: 950px;
  }
}

@media (min-width:1200px) {
  .site-wrap {
    width: 1150px;
  }
}

.site-content a {
  color: #b00303;
}

.site-content a:before {
  content: '»\a0';
}

.site-content a:hover {
  color: #b00303;
  text-decoration: underline!important;
}

.site-content .productinfo-box a:hover, 
.btn-nachrichten:hover,
.boxen-lex a:hover {
  background-color: #d43737;
}

.primarymenu {
  margin: 0;
}

@media only screen and (min-width:767px) and (max-width:992px) {
  .primarymenu #primarymenu {
    padding-bottom: 1em;
  }

  .primarymenu .navbar-brand, .primarymenu .navbar-brand-lex {
    padding-left: 5px;
  }

  .primarymenu-navs {
    clear: both;
    padding-left: 0;
  }

  .primarymenu.navbar-default .navbar-nav>li>a {
    padding: 3px 5px;
    font-weight: 400;
    color: #1a1a18;
  }

  .primarymenu .primarymenu-searchwidget {
    margin: 0;
  }
}

.primarymenu .nav>li>a {
  padding-left: 5px;
  padding-right: 5px;
}

.primarymenu.navbar-default {
  background: 0 0;
  border: none;
}

.primarymenu.navbar-default .navbar-nav>li>a {
  font-weight: 400;
  color: #1a1a18;
  background-color: transparent;
}

.primarymenu.navbar-default .navbar-nav>li>a.active,
.primarymenu.navbar-default .navbar-nav>li>a:hover {
  color: #b00303;
}

.primarymenu-brandlogo {
  background-image: url(/jportal/cms/juris/media/juris_2015/bilder_2/layout/spritesheet.png);
  background-position: 0 -485px;
  width: 200px;
  height: 42px;
  display: inline-block;
  position: relative;
  text-indent: -9999px;
  top: -25px;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),screen and (min-device-pixel-ratio:1.5) {
  .primarymenu-brandlogo {
    background-image: url(/jportal/cms/juris/media/juris_2015/bilder_2/layout/spritesheet2x.png);
    background-position: 0 -513px;
    height: 44px;
    width: 202px;
    background-size: 202px 557px;
  }
}

.primarymenu-features li {
  margin-top: -5px;
}

.primarymenu-features li a {
  transition: none;
  color: #efefef!important;
  font-size: 12px!important;
  font-weight: 200!important;
  padding-left: 5px;
  padding-right: 5px;
}

.primarymenu-features li a:hover {
  color: #1a1a18!important;
}

.primarymenu-login {
  background-image: url(/jportal/cms/juris/media/juris_2015/bilder_2/layout/spritesheet.png);
  background-position: 0 -74px;
  width: 16px;
  height: 20px;
  display: inline-block;
  text-indent: -9999px;
  top: 3px;
  left: -5px;
  position: relative;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),screen and (min-device-pixel-ratio:1.5) {
  .primarymenu-login {
    background-image: url(/jportal/cms/juris/media/juris_2015/bilder_2/layout/spritesheet2x.png);
    background-position: 0 -74px;
    height: 20px;
    width: 16px;
    background-size: 202px 557px;
  }
}

.primarymenu a:hover .primarymenu-login {
  background-image: url(/jportal/cms/juris/media/juris_2015/bilder_2/layout/spritesheet.png);
  background-position: 0 -134px;
  width: 16px;
  height: 20px;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),screen and (min-device-pixel-ratio:1.5) {
  .primarymenu a:hover .primarymenu-login {
    background-image: url(/jportal/cms/juris/media/juris_2015/bilder_2/layout/spritesheet2x.png);
    background-position: 0 -134px;
    height: 20px;
    width: 16px;
    background-size: 202px 557px;
  }
}

.primarymenu-searchwidget {
  padding-right: 5px;
  position: relative;
  top: 5px;
}

.primarymenu-searchwidget .form-control {
  font-size: 16px;
  width: 110px;
}

.primarymenu-searchwidget button,
.primarymenu-searchwidget button:hover {
  background: #fff;
  border: none;
  padding-right: 0;
}

.primarymenu-searchwidget:hover .primarymenu-search {
  background-image: url(/jportal/cms/juris/media/juris_2015/bilder_2/layout/spritesheet.png);
  background-position: 0 -114px;
  width: 21px;
  height: 20px;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),screen and (min-device-pixel-ratio:1.5) {
  .primarymenu-searchwidget:hover .primarymenu-search {
    background-image: url(/jportal/cms/juris/media/juris_2015/bilder_2/layout/spritesheet2x.png);
    background-position: 0 -114px;
    height: 20px;
    width: 21px;
    background-size: 202px 557px;
  }
}

.primarymenu-search {
  display: inline-block;
  background-image: url(/jportal/cms/juris/media/juris_2015/bilder_2/layout/spritesheet.png);
  background-position: 0 -94px;
  width: 21px;
  height: 20px;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),screen and (min-device-pixel-ratio:1.5) {
  .primarymenu-search {
    background-image: url(/jportal/cms/juris/media/juris_2015/bilder_2/layout/spritesheet2x.png);
    background-position: 0 -94px;
    height: 20px;
    width: 21px;
    background-size: 202px 557px;
  }
}

@media only screen and (max-width:767px) {
  .primarymenu-searchwidget {
    padding-right: 5px;
  }

  .primarymenu-searchwidget .form-control {
    width: 100%;
    font-family: arial,sans-serif;
  }

  .primarymenu-searchwidget button,
  .primarymenu-searchwidget button:hover {
    width: 100%;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    text-align: left;
  }

  .primarymenu-searchwidget button:active:focus,
  .primarymenu-searchwidget button:focus,
  .primarymenu-searchwidget button:hover:active:focus,
  .primarymenu-searchwidget button:hover:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
  }

  .primarymenu-searchwidget button:focus,
  .primarymenu-searchwidget button:hover,
  .primarymenu-searchwidget button:hover:focus,
  .primarymenu-searchwidget button:hover:hover {
    text-decoration: none;
  }

  .primarymenu-searchwidget button:active,
  .primarymenu-searchwidget button:hover:active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  }

  .primarymenu-searchwidget button:active,
  .primarymenu-searchwidget button:focus,
  .primarymenu-searchwidget button:hover,
  .primarymenu-searchwidget button:hover:active,
  .primarymenu-searchwidget button:hover:focus,
  .primarymenu-searchwidget button:hover:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
  }

  .primarymenu-searchwidget button:active,
  .primarymenu-searchwidget button:hover:active {
    background-image: none;
  }

  .primarymenu-search {
    padding-left: 2em;
    background-image: url(/jportal/cms/juris/media/juris_2015/bilder_2/layout/spritesheet.png);
    background-position: 0 -94px;
    width: 21px;
    height: 20px;
    text-align: center;
  }
}

.leadcontent {
  position: relative;
}

.leadcontent-main {
  width: 100%;
  /* ###
  margin-left: -5px;
  margin-right: -5px;
  */
}

.leadcontent-colleft {
  position: relative;
  min-height: 1px;
  padding: 30px 10px 0;
}

@media (min-width:767px) {
  .leadcontent-colleft {
    float: left;
    width: 66.66666667%;
  }
}

.leadcontent-colright {
  position: relative;
  min-height: 1px;
  padding: 0;
}

@media (min-width:767px) {
  .leadcontent-colright {
    float: left;
    width: 33.33333333%;
  }
}

.leadcontent-image {
  width: 100%;
}

.leadcontent-headline1 {
  line-height: 1.2em;
  padding-bottom: .5em;
  font-size: 24px;
}

.leadcontent-headline1--produkt {
  padding-bottom: 0;
}

.leadcontent-headline2 {
  line-height: 1.2em;
  padding-bottom: .5em;
  font-size: 24px;
  color: #b00303;
  margin-top: 0;
}

.leadcontent-headline3 {
  line-height: 1.2em;
  padding-bottom: .5em;
  font-size: 21px;
  margin-top: 0;
}

.leadcontent-author {
  font-weight: 300;
  margin: .2em 0 1.2em;
}

.leadcontent-copy {
  line-height: 1.6em;
  padding-bottom: 1em;
}

.leadcontent-copy p {
  margin-bottom: 1em;
}

.leadcontent-copy ol,
.leadcontent-copy ul {
  padding-left: 1em;
  margin-bottom: 1em;
}

.leadcontent-copy--lead {
  font-size: 18px;
  line-height: 1.6em;
}

.leadcontent .sitemap ul {
  padding: 0 1em 0 2em!important;
  margin: 0;
}

.leadcontent .sitemap li {
  list-style-type: none;
  margin: 0;
}

.leadcontent .sitemap>li a {
  font-weight: 300;
}

.leadcontent .sitemap a {
  cursor: pointer;
}

.buttonbox {
  margin-left: 3px;
  margin-right: -5px;
}

@media (max-width:766px) {
  .buttonbox {
    display: none!important;
  }
}

@media (min-width:767px) and (max-width:991px) {
  .buttonbox {
    display: none!important;
  }
}

.buttonbox-col {
  position: relative;
  min-height: 1px;
  padding: 30px 5px 0 2px;
}

/* MsB*/
.leadcontent-colright .buttonbox-col {
  float: left;
  width: 100%;
}
/* MsB*/

@media (min-width:992px) {
  .buttonbox-col {
    float: left;
    width: 33.33333333%;
  }
}

.linklist {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}

.linklist-row {
  margin-left: -5px;
  margin-right: -5px;
}

.linklist-headline {
  font-size: 18px;
  font-weight: 400;
  padding-bottom: .5em;
  padding-left: .4em;
}

.linklist-colleft,
.linklist-colright {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width:1200px) {
  .linklist-colleft,
  .linklist-colright {
    float: left;
    width: 50%;
  }
}

.linklist a {
  background-color: #efefef;
  display: block;
  margin: 0 0 5px;
  padding: 10px;
}

.linklist a:hover {
  text-decoration: none;
  background-color: #ccc;
}

.linklist a:before {
  content: '';
}

.sidebar-default {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 1em;
  padding-right: 1em;
}

.sidebar-box {
  margin-bottom: 1em;
}

.sidebar-headline {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: .3em;
  margin-top: .5em;
}

.sidebar-copy {
  font-size: 14px;
}

.productinfo-box {
  margin-bottom: 1.5em;
}

.productinfo-headline {
  font-size: 18px;
  font-weight: 300;
}

.productinfo-price {
  color: #b00303;
  font-size: 36px;
}

.productinfo-price small {
  font-size: 18px;
  font-weight: 200;
  position: relative;
  top: -.8em;
}

.productinfo-linkbox {
  margin-bottom: 2em;
}

.productinfo-linkbox a {
  display: block;
  font-size: 17px;
  margin-bottom: .2em;
}

.smallprint {
  font-size: 12px;
}

.smallprint-headline {
  color: #b00303;
}

.smallprint-copy {
  color: #999;
}

.teasers {
  margin-left: -5px;
  margin-right: -5px;
}

.teasers-headline {
  position: relative;
  min-height: 1px;
  padding: 0;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0.7em;
}

.site-footer{
	padding: 0 29px 0 38px;
}

@media (min-width:767px) {
  .teasers-headline {
    float: left;
    width: 100%;
	padding: 0 0 0 37px;
  }
  
  .teasers {
    padding: 0 38px 0 37px;
  } 
}

.teasers-col {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width:767px) {
  .teasers-col {
    float: left;
    width: 100%;
  }
}

@media (min-width:992px) {
  .teasers-col {
    float: left;
    width: 33.33333333%;
  }
}

.teaseritem, .teaseritem-ohne, .teaseritem-lex {
  border: 1px solid #ccc;
  cursor: pointer;
  margin-bottom: 10px;
  padding: 10px;
  transition: background-color .3s;
}


.teaseritem-ohne, .teaseritem-lex {
    cursor: text;
}

.teaseritem:hover, .teaseritem-lex:hover {
  background-color: #f5f5f5;
}

.teaseritem-row {
  margin: 5px 0 0;
}

.teaseritem-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.teaseritem-headline1 {
  font-size: 16px;
  color: #b00303;
}

.teaseritem-headline2 {
  color: #b00303;
  font-size: 16px;
  font-weight: 300;
  padding-bottom: .5em;
}

.teaseritem-colleft {
  position: relative;
  float: left;
  width: 41.66666667%;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 0;
}

.teaseritem-colright {
  position: relative;
  float: left;
  width: 58.33333333%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 10px;
}

.teaseritem-copy {
  font-size: 14px;
  padding-bottom: .5em;
}

.teaseritem--wide {
  padding: 0;
}

.teaseritem--wide .teaseritem-headline1 {
  padding: .5em;
}

.teaseritem--wide .teaseritem-row {
  margin-top: 0;
}

.teaseritem--wide-col {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}

.zum_shop_box .teaseritem-headline1 {
  padding: 10px;
}

@media (min-width:992px) {
  .teaseritem--wide-col {
    float: left;
    width: 100%;
  }
}

.teaseritem--wide a, .zum_shop_box a {
  display: none;
}

.logoallianz{
  background-image: url(/jportal/cms/juris/media/juris_2015/bilder_2/layout/spritesheet.png);
  background-position: 0 -429px;
  width: 176px;
  height: 57px;
  float: right;
  margin: 0 10px 25px;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),screen and (min-device-pixel-ratio:1.5) {
  .logoallianz{
    background-image: url(/jportal/cms/juris/media/juris_2015/bilder_2/layout/spritesheet.png);
    background-position: 0 -429px;
    width: 176px;
    height: 57px;
    float: right;
	margin: 0 10px 25px;
  }
}

.partners-logo {
  display: block;
  margin: 13px;
}

.partners .juris {
  background-image: url(/jportal/cms/juris/media/juris_2015/bilder_2/layout/spritesheet.png);
  background-position: 0 -251px;
  width: 78px;
  height: 39px;
  margin-left: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),screen and (min-device-pixel-ratio:1.5) {
  .partners .juris {
    background-image: url(/jportal/cms/juris/media/juris_2015/bilder_2/layout/spritesheet2x.png);
    background-position: 0 -262px;
    height: 41px;
    width: 77px;
    background-size: 202px 557px;
  }
}

.partners .ottoschmidt {
  background-image: url(/jportal/cms/juris/media/juris_2015/bilder_2/layout/spritesheet.png);
  background-position: 0 -135px;
  width: 104px;
  height: 21px;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),screen and (min-device-pixel-ratio:1.5) {
  .partners .ottoschmidt {
    background-image: url(/jportal/cms/juris/media/juris_2015/bilder_2/layout/spritesheet2x.png);
    background-position: 0 -141px;
    height: 22px;
    width: 104px;
    background-size: 202px 557px;
  }
}

.partners .gruyter {
  background-image: url(/jportal/cms/juris/media/juris_2015/bilder_2/layout/spritesheet.png);
  background-position: 0 -380px;
  width: 90px;
  height: 49px;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),screen and (min-device-pixel-ratio:1.5) {
  .partners .gruyter {
    background-image: url(/jportal/cms/juris/media/juris_2015/bilder_2/layout/spritesheet2x.png);
    background-position: 0 -398px;
    height: 50px;
    width: 92px;
    background-size: 202px 557px;
  }
}

.partners .esv {
  background-image: url(/jportal/cms/juris/media/juris_2015/bilder_2/layout/spritesheet.png);
  background-position: 0 -218px;
  width: 97px;
  height: 33px;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),screen and (min-device-pixel-ratio:1.5) {
  .partners .esv {
    background-image: url(/jportal/cms/juris/media/juris_2015/bilder_2/layout/spritesheet2x.png);
    background-position: 0 -228px;
    height: 34px;
    width: 98px;
    background-size: 202px 557px;
  }
}

.partners .cfmueller {
  background-image: url(/jportal/cms/juris/media/juris_2015/bilder_2/layout/spritesheet.png);
  background-position: 0 -291px;
  width: 132px;
  height: 41px;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),screen and (min-device-pixel-ratio:1.5) {
  .partners .cfmueller {
    background-image: url(/jportal/cms/juris/media/juris_2015/bilder_2/layout/spritesheet2x.png);
    background-position: 0 -304px;
    height: 41px;
    width: 133px;
    background-size: 202px 557px;
  }
}

.partners .rehm {
  background-image: url(/jportal/cms/juris/media/juris_2015/bilder_2/layout/spritesheet.png);
  background-position: 0 -335px;
  width: 107px;
  height: 45px;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),screen and (min-device-pixel-ratio:1.5) {
  .partners .rehm {
    background-image: url(/jportal/cms/juris/media/juris_2015/bilder_2/layout/spritesheet2x.png);
    background-position: 0 -344px;
    height: 53px;
    width: 106px;
    background-size: 202px 557px;
  }
}

.partners .stotax {
  background-image: url(/jportal/cms/juris/media/juris_2015/bilder_2/layout/spritesheet.png);
  background-position: 0 -684px;
  width: 106px;
  height: 28px;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),screen and (min-device-pixel-ratio:1.5) {
  .partners .stotax {
    background-image: url(/jportal/cms/juris/media/juris_2015/bilder_2/layout/spritesheet2x.png);
    background-position: 0 -164px;
    height: 29px;
    width: 102px;
    background-size: 202px 557px;
  }
}

.partners .bundesanzeiger {
  background-image: url(/jportal/cms/juris/media/juris_2015/bilder_2/layout/spritesheet.png);
  background-position: 0 -185px;
  width: 139px;
  height: 33px;
  margin-right: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),screen and (min-device-pixel-ratio:1.5) {
  .partners .bundesanzeiger {
    background-image: url(/jportal/cms/juris/media/juris_2015/bilder_2/layout/spritesheet2x.png);
    background-position: 0 -194px;
    height: 32px;
    width: 140px;
    background-size: 202px 557px;
  }
}

/* MsB deaktiviert
@media (max-width:766px) {
  .footermenu ul {
    display: none!important;
  }
}
*/

.footermenu li {
  float: left;
  list-style: none !important;
}

.footermenu-link {
  color: #999;
  font-family: arial,sans-serif;
  font-size: 12px;
  padding: 0 15px;
}

.footermenu-link-first{
	padding-left: 0;
}

.footermenu-social {
  left: 15px;
  position: relative;
  display: inline;
}

.footermenu-social a {
  padding: 0 5px;
}

.footermenu-icon {
  display: inline-block;
}

.footermenu-facebook {
  background-image: url(/jportal/cms/juris/media/juris_2015/bilder_2/layout/spritesheet.png);
  background-position: 0 -37px;
  width: 13px;
  height: 13px;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),screen and (min-device-pixel-ratio:1.5) {
  .footermenu-facebook {
    background-image: url(/jportal/cms/juris/media/juris_2015/bilder_2/layout/spritesheet2x.png);
    background-position: 0 -37px;
    height: 13px;
    width: 13px;
    background-size: 202px 557px;
  }
}

.footermenu-twitter {
  background-image: url(/jportal/cms/juris/media/juris_2015/bilder_2/layout/spritesheet.png);
  background-position: 0 0;
  width: 13px;
  height: 13px;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),screen and (min-device-pixel-ratio:1.5) {
  .footermenu-twitter {
    background-image: url(/jportal/cms/juris/media/juris_2015/bilder_2/layout/spritesheet2x.png);
    background-position: 0 0;
    height: 13px;
    width: 13px;
    background-size: 202px 557px;
  }
}

.footermenu-googleplus {
  background-image: url(/jportal/cms/juris/media/juris_2015/bilder_2/layout/spritesheet.png);
  background-position: 0 -24px;
  width: 13px;
  height: 13px;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),screen and (min-device-pixel-ratio:1.5) {
  .footermenu-googleplus {
    background-image: url(/jportal/cms/juris/media/juris_2015/bilder_2/layout/spritesheet2x.png);
    background-position: 0 -24px;
    height: 13px;
    width: 13px;
    background-size: 202px 557px;
  }
}

.footermenu-rss {
  background-image: url(/jportal/cms/juris/media/juris_2015/bilder_2/layout/spritesheet.png);
  background-position: 0 -13px;
  width: 13px;
  height: 12px;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),screen and (min-device-pixel-ratio:1.5) {
  .footermenu-rss {
    background-image: url(/jportal/cms/juris/media/juris_2015/bilder_2/layout/spritesheet2x.png);
    background-position: 0 -13px;
    height: 13px;
    width: 12px;
    background-size: 202px 557px;
  }
}

.footermenu-newsletter {
  background-image: url(/jportal/cms/juris/media/juris_2015/bilder_2/layout/icon_nl_2015.gif);
  background-position: 0 -14px;
  width: 14px;
  height: 14px;
}

.footermenu-copyright {
  color: #999;
  float: right;
  font-family: arial,sans-serif;
  font-size: 12px;
  padding: 0 10px;
  position: relative;
  top: 3px;
}

@media only screen and (max-width:767px) {
  .footermenu ul {
    padding: 0;
  }

  .footermenu li {
    float: none;
    list-style-type: none;
  }

  .footermenu a {
    display: block;
    padding: 1em;
  }

  .footermenu .footermenu-social a {
    padding-left: 0;
  }
}

.btn-juris, .buttonHi {
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.33;
  display: block;
  width: 100%;
  background-color: #b00303;
  border: none;
  color: #fff!important;
  border-radius: .5em;
  font-size: 21px;
  font-weight: 200;
  padding: 1.2em .3em;
}

/* MsB */
.btn-juris-r-col {
    -moz-user-select: none;
    background-color: #b00303;
    background-image: none;
    border: medium none;
    border-radius: 0.3em;
    color: #fff !important;
    cursor: pointer;
    font-size: 21px;
    font-weight: 200;
    line-height: 1.33;
    margin-bottom: 0;
    padding: 0.3em;
    text-align: center;
    vertical-align: middle;
    width: 100%;
	display: block;
}
/* MsB */

.btn-juris:active:focus,
.btn-juris:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

.btn-juris:focus,
.btn-juris:hover {
  color: #333;
  text-decoration: none;
}

.btn-juris:active {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-juris:active,
.btn-juris:focus,
.btn-juris:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-juris:active {
  background-image: none;
}

.btn-juris:before {
  content: ''!important;
}

.btn-juris:hover {
  background-color: #AE1214;
  border: none;
  text-decoration: none!important;
}

.btn-juris:disabled {
  background-color: #b00303!important;
}

.btn-jurissmall {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #b00303;
  border: none;
  color: #fff!important;
  border-radius: .5em;
  font-size: 18px;
  font-weight: 200;
  padding: .7em 1em;
}

.btn-jurissmall:active:focus,
.btn-jurissmall:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

.btn-jurissmall:focus,
.btn-jurissmall:hover {
  color: #333;
  text-decoration: none;
}

.btn-jurissmall:active {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-jurissmall:active,
.btn-jurissmall:focus,
.btn-jurissmall:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-jurissmall:active {
  background-image: none;
}

.btn-jurissmall:before {
  content: ''!important;
}

.btn-jurissmall:hover {
  background-color: #AE1214;
  border: none;
  text-decoration: none!important;
}

.btn-jurissmall:disabled {
  background-color: #b00303!important;
}

.form-control:focus {
  border-color: #ccc;
  outline: 0;
  box-shadow: inset 0 1px 1px #ddd,0 0 8px #ddd;
}

.productdetail-addon {
  margin-top: 2em;
}

.productdetail-image {
  padding: 0 2em 1em 0;
}

.productdetail-headline {
  font-weight: 300;
}

.productdetail-addonheadline {
  line-height: 1.2em;
  padding-bottom: .5em;
}

.productdetail ul {
  display: inline-block;
}

.orderinfo-headline {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
  background-color: #efefef;
  font-weight: 300;
}

.orderinfo-panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
  border-color: #ddd;
}

.orderinfo-body {
  padding: 15px;
}

.searchbar {
  background-color: #efefef;
  margin: 2em 0;
  padding: 1em 1em 0;
}

.ordermenu {
  margin-bottom: 0;
  list-style: none;
  background-color: #efefef;
  margin-left: 5px;
  margin-right: -1px;
  padding-left: 0;
}

.ordermenu>li {
  position: relative;
  display: block;
}

.ordermenu>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.ordermenu>li>a:focus,
.ordermenu>li>a:hover {
  text-decoration: none;
  background-color: #eee;
}

.ordermenu a {
  color: #1a1a18;
  background-color: transparent;
}

.ordermenu a:hover {
  background-color: transparent!important;
}

.ordermenu a:before {
  content: '';
}

.ordermenu a.disabled {
  cursor: not-allowed;
  color: #aaa;
}

.ordermenu a.active {
  color: #b00303;
}

.radio-inner {
  display: none;
}

.productmodal {
  margin-left: -5px;
  margin-right: -5px;
}

.productmodal-colleft {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1em;
}

@media (min-width:767px) {
  .productmodal-colleft {
    float: left;
    width: 25%;
  }
}

.productmodal-colleft img {
  display: block;
  max-width: 100%;
  height: auto;
}

.productmodal-colright {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width:767px) {
  .productmodal-colright {
    float: left;
    width: 75%;
  }
}

.productmodal-headline1 {
  color: #b00303;
  font-size: 18px;
  font-weight: 300;
  margin-top: 1em;
}

.productmodal-headline2 {
  font-size: 16px;
  font-weight: 300;
  padding-bottom: .5em;
}

.productmodal-headline2 small {
  display: block;
  font-weight: 200;
}

.productmodal-lead {
  font-size: 18px;
  margin: 1em 0;
}

.productmodal-copy {
  font-size: 16px;
  padding-bottom: .5em;
}

.productmodal-copy p {
  margin: 1em 0;
}

.productmodal ul {
  display: block;
  padding-left: 1em;
}

.productmodal a {
  color: #b00303;
}

.productmodal a:before {
  content: '»\a0';
}

.productmodal a:hover {
  color: #b00303;
  text-decoration: underline;
}

@media only screen and (min-width:480px) {
  .leadcontent-image {
    width: 100%;
  }

  .leadcontent-main {
    padding-left: 10px;
    padding-right: 3px;
  }

  .productdetail-addoncheckbox {
    float: right!important;
  }
}

@media only screen and (min-width:766px) {
  .leadcontent-main {
    display: table;
	padding: 1px 26px;
  }

  .leadcontent-colleft,
  .leadcontent-colright {
    display: table-cell;
    float: none;
    vertical-align: top;
  }

  .leadcontent-colleft {
    border-left: 1px solid #1a1a18;
    border-right: 1px solid #b00303;
    padding: 30px 30px 0;
  }

  .leadcontent-colright {
    border-right: 1px solid #fbb800;
    padding: 30px 8px 0 10px;
  }

  .juris-lex-beschreibung {
	margin: 37px;
	padding: 28px 28px 0;
  }  
  
  .boxen-lex {
	margin: 0 14px;
  }  
  
  .leadcontent-image {
    width: 752px;
    margin-left: -12px;
  }

  .partners-logo {
    display: inline-block;
  }

  .primarymenu-search {
    text-indent: -9999px;
  }

  .sidebar-default {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 1em;
    padding-right: 1em;
  }

  .ordermenu {
    padding-left: 20px;
  }

  .ordermenu li {
    float: left;
  }

  .ordermenu li a {
    padding: 13px 15px 7px;
  }
}

@media only screen and (min-width:991px) {
  hr.divider, hr.boxen {
    width: 940px;
  }

  .primarymenu-navs {
    clear: none;
  }

  .leadcontent-headline1,
  .leadcontent-headline2 {
    font-size: 36px;
  }
  
  .juris-lex-beschreibung h2 {
	font-size: 30px;
  }

  .leadcontent-headline2 {
    top: -.2em;
  }

  .leadcontent-image {
    margin-left: -18px;
    width: 983px;
  }

  .teaseritem, .teaseritem-ohne {
    min-height: 195px;
	overflow: hidden;
  }
    
  .partnerbox .teaseritem-ohne {
	height:255px
  }
  
  .partnerverlag .teaseritem-ohne {
	height:155px
  }
  
  .teaseritem-copy {
    font-size: 14px;
    padding-bottom: .5em;
  }

  .teaseritem--wide .teaseritem-headline1 {
    padding: .5em 1em;
  }
 
  .zum_shop_box .teaseritem-headline1 {
    padding: .5em 1em;
  } 

  .primarymenu-default {
    margin-left: 1.5em;
  }

  .ordermenu {
    background-color: transparent;
    margin-top: -42px;
  }
/* ### */
  .leadcontent-main {
    padding: 0 31px;
  }  
}

@media only screen and (min-width:1199px) {
  hr.divider, hr.boxen {
    width: 1063px;
  }
  
  .footermenu .divider {
    margin-left: 0;
    margin-right: 0;
  }  

  .leadcontent .linklist-colleft {
    padding-right: 0;
  }

  .leadcontent-image {
    width: 1195px;
    margin-left: -24px;
  }

  .primarymenu-default {
    margin-left: 40px;
  }

  .primarymenu .nav>li>a {
    padding-left: 15px;
    padding-right: 15px;
  }

  .teaseritem-headline1,
  .teaseritem-headline2 {
    font-size: 18px;
  }
  
  .teaseritem-headline-lex  {
    font-size: 17px;
  }  

  .teaseritem-copy {
    font-size: 15px;
  }

  .teaseritem--wide .teaseritem-headline1, .zum_shop_box .teaseritem-headline1 {
    padding-top: 12px;
  }
  
  /* ### */
  .leadcontent-main {
  	padding: 0 38px 0 37px;
  }
}

.jurisRot,
.jurisrot,
.portalfarbe {
	color: #b00303;
}

.premiumgrau {
	color: #4c4c4c;
}

.personen {
    color: #303030;
    font-size: 12px;
    font-weight: 300;
}

.kurzbeschreibung {
	font-weight: 300;
}

ul li {
	list-style-image: url(/jportal/cms/juris/media/bilder/layout_bilder/icon/list-icon.png);
}

.teaseritem-copy-lex {
    margin-top: 10px;
}

.teaseritem-lex {
	min-height: 220px;
}

.site-content .teaseritem-copy-lex a::before,
.anker-link a::before {
    content: "";
}

/* MsB*/

/****** *******/

/*** SHOP ***/
.col-md-offset-1 {
    padding: 15px 35px;
}

#Zusatzangebot {
    float: left;
    margin: 6px 15px 0 0;
}

#berufstraegereingabefehler {
    border: 2px dashed #b00303;
    padding: 15px;
}

.fehlermeldung{
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    background-color: #fafafa;
    border: 2px dashed #b00303;
    padding: 15px;
    position: absolute;
    top: -90px;	
	max-width: 670px;
}

.fehlermeldung h3 {
    font-size: 28px;
    padding: 0 0 5px;
}

.fehlerhinweis {
    color: #b00303;
    font-size: 23px;
    font-weight: 300;
    margin: 5px 0;
    list-style-position: inside;	
}

.schwarz {
	color: #000;
}

/* */
.stageTab .btn {
	background-color: transparent;
    border: none;
    font-size: 16px;
	font-weight: 300;
    padding: 12px 15px 5px;
}


.stageTab .btn:focus, .stageTab .btn:hover, .stageTab.active .btn{
	color:#b00303;
}


.stageTab.disabled .btn{
	color:#aaa;
}

.body-popup {
	margin:10px;
}

.pop_headline {
	margin-bottom: 12px;
}

.body-popup p {
	margin: 0 0 10px;
}

.inliner {
	display: inline;
}

#impressum, #agb, #datenschutz {
	overflow: auto;
}

/* SHOP ENDE */
/* Formular */
.site-content #formular form > div {
  clear: both;
  overflow: hidden;
  padding: 1px;
  margin: 0 0 10px 0;
}

.site-content #formular form > div > label {
  width: 30%;
  float: left;
  padding-right: 10px;
}
.site-content #formular form > div > div {
  width: 70%;
  float: right;
}

@media (max-width: 600px) {
  .site-content #formular form > div {
    margin: 0 0 15px 0; 
  }
  .site-content #formular form > div > label {
	width: 100%;
    float: none;
    margin: 0 0 5px 0;
  }
  .site-content #formular form > div > div {
    width: 100%;
    float: none;
  }
}

/* Mist wg. neuem HTML /CSS */
.sidr {
	display: none;
}
/* END */

.newstext {
  display: inline;
}

.partners {
	clear: both;
}

.zum_shop_box {
	padding: 0;
	cursor: pointer;
	background: url(/jportal/cms/juris/media/juris_2015/bilder_2/layout/Shop-Paragraf.png) repeat;
	height: 240px;
}

.zum_shop_box_text {
	color: #fff;
    font-size: 40px;
    line-height: 45px;	
}

.suche_startseite {
	max-width: 689px;
}

.container {
	width: 100%;
}

/* Suchmaske Startseite */ 
.unsichtbar{
	display: none;
}

.dok .content {
    padding: 0;
}
.reiter {
    margin-bottom: 3px;
}

#dokSuche .content {
     padding: 0px;
}

#suchForm {
     float: left;
     margin: 5px 30px 0px 0px;
}

#sucheAbschicken {
     background-color: #a5a7a9;
     border: 1px solid #a5a7a9;
     color: #ffffff;
     cursor: pointer;
     font-size: 0.75em;
     font-weight: 700;
     margin: 5px 1px 0px 0px;
     padding: 2px 0px;
}

.container table {
    clear: both;
}

.reiter {
     margin-bottom: 3px;
}

.reiter ul {
     list-style-type: none;
     margin: 0px;
     padding: 0px;
}

.reiter li {
    display: block;
    float: left;
    margin: 0 0 2px;
    padding: 0 2px 0 0;
    white-space: nowrap;
}

.reiter h2 {
     background-color: #e5e5e5;
     color: #1a171b;
     display: inline;
     margin: 0px;
     padding: 6px 10px 5px;
	 font-size: 16px;
	 font-weight: 300;	 
}

* html .reiter h2 {
     margin-right: 4px;
}

* + html .reiter h2 {
     margin-right: 4px;
}

.reiter a {
     background-color: #f2f2f2;
     color: #999;
     margin: 0px;
     padding: 6px 10px 3px;
     text-decoration: none;
	 font-size: 16px;
}

.reiter a:hover, .reiter a:focus {
     background-color: #b00303;
     color: #ffffff;
}

.reitersuche{
	padding: 15px 5px 30px;;
}

.reitererweitertesuche {
    line-height: 1.4;
    margin: 5px 0 15px;
}

.suchMaskeInhalt, .Verzeichnisse {
    background-color: #e5e5e5;
    color: #1a1a18;
    font-size: 15px;
    overflow: auto;
    padding: 10px;
	line-height: 1.7em;
	clear: both;
}

.suchMaskeInhalt form:first-child{
	position: static;
	line-height: 1.2em;
}

.suchMaskeInhalt .buttons img {
     float: none ! important;
     margin: 0px 0px 0px 10px ! important;
}

.suchMaskeInhalt .buttons input {
     margin: 0px ! important;
}

.suchMaskeInhalt ul {
    line-height: 1.4em;
    list-style: outside;
    margin-left: 50px;
    padding: 10px 0;
}

.suchMaskeInhalt p {
    margin: 15px 10px 0;
}

.SearchClear {
     clear: left;
}

.SearchSpalte {
     float: left;
}

.SearchZeile {
     margin: 0px;
     padding: 2px 0px;
     vertical-align: bottom;
}

.SearchZeileLabel {
     display: block;
     text-align: left;
     width: 7.2em;
}

.SearchZeileDatum {
     width: 6.35em;
}

.SearchZeileInput {
     width: 15em;
}

#hinweis .headline {
     margin: 0px;
}

#hinweis .headline h2 {
     background-color: #b00303;
     color: #ffffff;
     display: inline;
     font-size: 0.8em;
     margin: 0px;
     padding: 4px 10px;
}

#hinweis .content {
     background-color: #f2f2f2;
     margin: 3px 0px 0px;
     padding: 10px;
}

.SearchTooltipp:hover {
     color: #000000;
}

.SearchTooltipp span {
     margin-left: -1500em;
     margin-top: -1em;
     padding: 0.2em;
     position: absolute;
     text-decoration: none;
     white-space: normal;
     width: 15em;
     z-index: 1000;
}

.SearchTooltipp:focus span {
     background: #ffffff none repeat scroll 0% 0%;
     border: 1px solid #cc3300;
     color: #000000;
     font-family: Verdana,Arial,Helvetica,sans-serif;
     font-size: x-small;
     margin-left: -15em;
}

.SearchTooltipp:hover span {
     background: #ffffff none repeat scroll 0% 0%;
     border: 1px solid #cc3300;
     color: #000000;
     font-family: Verdana,Arial,Helvetica,sans-serif;
     font-size: x-small;
     margin-left: -15em;
}


.site-content .suche_startseite a::before {
    content: "";
}

.buttonHi{
     border-radius: 0.4em;
     margin: 10px 0 0;
     padding: 0.2em 0.7em;
	 width: auto;
	 font-size: 18px;
}

.suche_startseite #fastsearchquery, .searchmasks-resultpage #fastsearchquery{
    height: 25px;
    margin-top: 10px;
    width: 237px;
	max-width: 100%;
}

#controlElementSelect {
	max-width: 100%;
}

.searchmasks-resultpage #fastsearchquery{
    width: 210px;
}

#controlElementSelect {
	display: block;
}

@media (min-width:1200px) {
	.suchMaskeInhalt form {
		margin: 0 0 0 25px;
		position: absolute;
		top: 100px;
	}
	.reitersuche{
		padding: 15px 15px 15px 50%;
	}	
}

/* END Suchmaske */

/* Login */
/*
@media only screen and (min-width: 480px){
	.login-box {
	  box-sizing: border-box;
	  background: #b00303;
	  width: 100%;
}
}

@media only screen and (min-width: 768px){
	.login-box {
	  position: absolute;
	  right: 1px;
	  top: 0;
	  padding: 10px;
	}
}

@media only screen and (min-width: 992px){
	.login-box {
	  padding: 20px;
	}
}
*/

/* ###Login + Slider */

@media (min-width: 768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 { float: left; }
  .col-sm-12 { width: 100%; }
  .col-sm-11 { width: 91.6667%; }
  .col-sm-10 { width: 83.3333%; }
  .col-sm-9 { width: 75%; }
  .col-sm-8 { width: 66.6667%; }
  .col-sm-7 { width: 58.3333%; }
  .col-sm-6 { width: 50%; }
  .col-sm-5 { width: 41.6667%; }
  .col-sm-4 { width: 33.3333%; }
  .col-sm-3 { width: 25%; }
  .col-sm-2 { width: 16.6667%; }
  .col-sm-1 { width: 8.33333%; }
  .col-sm-pull-4 { right: 33.3333%; }
  .col-sm-push-4 { left: 33.3333%; }
  /*.col-login {}*/
}

@media (min-width: 992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 { float: left; }
  .col-md-12 { width: 100%; }
  .col-md-11 { width: 91.6667%; }
  .col-md-10 { width: 83.3333%; }
  .col-md-9 { width: 75%; }
  .col-md-8 { width: 66.6667%; }
  .col-md-7 { width: 58.3333%; }
  .col-md-6 { width: 50%; }
  .col-md-5 { width: 41.6667%; }
  .col-md-4 { width: 33.3333%; }
  .col-md-3 { width: 25%; }
  .col-md-2 { width: 16.6667%; }
  .col-md-1 { width: 8.33333%; }
  .col-md-pull-3 { right: 25%; }
  .col-md-push-3 { left: 25%; }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 { float: left; }
  .col-lg-12 { width: 100%; }
  .col-lg-11 { width: 91.6667%; }
  .col-lg-10 { width: 83.3333%; }
  .col-lg-9 { width: 75%; }
  .col-lg-8 { width: 66.6667%; }
  .col-lg-7 { width: 58.3333%; }
  .col-lg-6 { width: 50%; }
  .col-lg-5 { width: 41.6667%; }
  .col-lg-4 { width: 33.3333%; }
  .col-lg-3 { width: 25%; }
  .col-lg-2 { width: 16.6667%; }
  .col-lg-1 { width: 8.33333%; }
  .col-lg-pull-3 { right: 25%; }
  .col-lg-push-2 { left: 16.6667%; }
}

/* END Login + Slider */

/****************************************************************
Mixin-Libraries
*/
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 0px;
	width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../img/bx_loader.gif) center center no-repeat #ffffff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../img/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
	right: 10px;
	background: url(../img/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../img/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../img/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* LOGIN */
.nopadding {
	padding: 0;
}
.col-login {
	position: relative;
	background: #b00303;
	padding-top: 20px;
	padding-bottom: 20px;
}
.login-box {
	box-sizing: border-box;
	background: #b00303;
}

@media only screen and (min-width:992px){
  .login-box {
    width: 110%;
  }  
}

.login-box .headline {
	font-family: 'Frutiger W01', Arial, Helvetica, sans-serif;
	font-weight: 200;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	margin-bottom: 10px;
}
.login-box input[type="text"], .login-box input[type="password"] {
	background: #fff;
	border: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #727272;
	width: 100%;
	height: 27px;
	max-width: 160px;
	padding: 7px 6px;
	margin-bottom: 10px;
	display: block;
	box-sizing: border-box;
}
.login-box input[type="submit"] {
	background: #fff;
	border: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-family: 'Frutiger W01', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #b00303;
	font-weight: 200;
	display: block;
	padding: 6px 20px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.login-box a,
.login-box a:visited {
	color: #fff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	display: block;
	margin-bottom: 5px;
}
.login-box a:hover,
.login-box a:active {
	color: #fff;
	text-decoration: underline;
}

/****************************************************************
small screens: doing mobile first... starting small and going up :)
*/
@media only screen and (max-width: 480px) {
	.content-container {
		max-width: 1280px;
	}
	/* SLIDER */
	.slider-box {
		box-sizing: border-box;
		background: #f2f2f2;
		padding: 15px 15px 15px 15px;
	}
	.slider-text {
		font-family: 'Frutiger W01', Arial, Helvetica, sans-serif;
		font-weight: 200;
		font-size: 16px;
		line-height: 22px;
		color: #1a171b;
		opacity: 0;
		display: none;
	}
	.slider-text a,
	.slider-text a:visited {
		color: #b00303;
		text-decoration: none;
		font-size: 14px;
		line-height: 22px;
	}
	.slider-text a:hover,
	.slider-text a:active {
		color: #b00303;
		text-decoration: underline;
	}
	.bx-wrapper .bx-pager,
	.bx-wrapper .bx-controls-auto {
		/*bottom: -8px;*/
	}
	.bx-wrapper .bx-pager.bx-default-pager a {
		background: #b1b2b3;
		text-indent: -9999px;
		display: block;
		width: 10px;
		height: 10px;
		margin: 0 5px;
		outline: 0;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	.bx-wrapper .bx-pager.bx-default-pager a:hover,
	.bx-wrapper .bx-pager.bx-default-pager a.active {
		background: #b00303;
	}
}
@media only screen and (min-width: 480px) {
	.content-container {
		max-width: 1280px;
	}
	/* SLIDER */
	.slider-box {
		box-sizing: border-box;
		background: #f2f2f2;
		padding: 15px 15px 15px 15px;
	}
	.slider-text {
		font-family: 'Frutiger W01', Arial, Helvetica, sans-serif;
		font-weight: 200;
		font-size: 16px;
		line-height: 22px;
		color: #1a171b;
		opacity: 0;
		display: none;
	}
	.slider-text a,
	.slider-text a:visited {
		color: #b00303;
		text-decoration: none;
		font-size: 14px;
		line-height: 22px;
	}
	.slider-text a:hover,
	.slider-text a:active {
		color: #b00303;
		text-decoration: underline;
	}
	.bx-wrapper .bx-pager,
	.bx-wrapper .bx-controls-auto {
		bottom: 5px;
		z-index: 1000;
	}
	.bx-wrapper .bx-pager.bx-default-pager a {
		background: #b1b2b3;
		text-indent: -9999px;
		display: block;
		width: 20px;
		height: 20px;
		margin: 0 5px;
		outline: 0;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	.bx-wrapper .bx-pager.bx-default-pager a:hover,
	.bx-wrapper .bx-pager.bx-default-pager a.active {
		background: #b00303;
	}
	
/* ### navi */
  /* NAVI */
  nav ul.menu-lvl-1 {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  nav ul.menu-lvl-1 li {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    height: auto;
    margin-right: 1px;
	display: block;
  }
  nav ul.menu-lvl-1 li:last-child {
    margin-right: 0;
  }
  nav ul.menu-lvl-1 li a,
  nav ul.menu-lvl-1 li a:visited {
    font-family: 'Frutiger W01', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 18px;
    color: #1a171b;
    background: #f2f2f2;
    padding: 8px 10px;
    text-decoration: none;
    display: block;
  }
  nav ul.menu-lvl-1 li a:hover,
  nav ul.menu-lvl-1 li a:active,
  nav ul.menu-lvl-1 li.over a,
  nav ul.menu-lvl-1 li a.active{
    background: #b00303;
    color: #fff;
    text-decoration: none;
  }
  nav ul.menu-lvl-1 li ul.menu-lvl-2 {
    display: none;
    position: absolute;
    top: 35px;
    margin: 0;
    padding: 0;
    list-style: none;
	z-index: 9999;
  }
  nav ul.menu-lvl-1 li ul.menu-lvl-2 li {
    float: none;
	border-bottom: 1px solid #fff;
    margin-right: 0;
  }
  nav ul.menu-lvl-1 li ul.menu-lvl-2 li:last-child {
    margin-bottom: 0;
	border: none;
  }
  nav ul.menu-lvl-1 li ul.menu-lvl-2 li a,
  nav ul.menu-lvl-1 li ul.menu-lvl-2 li a:visited {
    background: #b00303;
    color: #fff;
    font-weight: 200;
    text-decoration: none;
  }
  nav ul.menu-lvl-1 li ul.menu-lvl-2 li a:hover,
  nav ul.menu-lvl-1 li ul.menu-lvl-2 li a:active,
  nav ul.menu-lvl-1 li ul.menu-lvl-2 li a.active  {
    text-decoration: underline;
	background-color: #d43737;
  }
  /* MOBILE MENU */
/*  
  #mobile-header {
    display: block;
    width: 40px;
    position: absolute;
    top: 26px;
    right: 15px;
  }
  #mobile-header .line {
    width: 40px;
    height: 4px;
    background: #b00303;
    margin-bottom: 4px;
  }
  #mobile-header .close {
    font-family: Arial, Helvetica, sans-serif;
    color: #b00303;
    font-size: 2em;
    opacity: 1;
    display: none;
    width: 40px;
    text-align: center;
  }
 
  #navigation {
    display: none;
  }
 
  .sidr {
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    overflow-x: none;
    overflow-y: auto;
    background: #b00303;
    padding-top: 30px;
  }
  .sidr nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .sidr nav ul li {
    border-bottom: 1px solid #fff;
  }
  .sidr nav ul li a,
  .sidr nav ul li a:visited {
    display: block;
    height: 45px;
    padding-top: 13px;
    text-transform: uppercase;
    font-family: 'Frutiger W01', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    text-decoration: none;
    padding: 13px 15px 0;
  }
  .sidr nav ul li.over a,
  .sidr nav ul li a:hover,
  .sidr nav ul li a:active,
  .sidr nav ul li.sidr-class-current-page-parent a,
  .sidr nav ul li.sidr-class-current_page_item a {
    text-decoration: none;
    color: #b00303;
    background-color: #fff;
  }
  .sidr nav ul li ul {
    display: none;
    background-color: #fff;
    padding-right: 10px;
  }
  .sidr nav ul li.over ul li a,
  .sidr nav ul li ul li a,
  .sidr nav ul li ul li a:visited {
    padding: 15px 0px 15px 35px;
    height: auto;
    color: #b00303;
    font-family: 'Frutiger W01', Arial, Helvetica, sans-serif;
    font-weight: 200;
    font-size: 18px;
    text-transform: none ;
    line-height: 18px;
    display: block;
  }
  .sidr nav ul li ul li a:hover,
  .sidr nav ul li ul li a:active,
  .sidr nav ul li ul li.sidr-class-current-page-parent a,
  .sidr nav ul li ul li.sidr-class-current_page_item a,
  .sidr nav ul li ul li.sidr-class-current_page_parent a {
    color: #fff;
    background: #b00303;
  }
  .sidr nav ul li ul li:last-child {
    border: none;
  }
  .sidr.right {
    left: auto;
    right: -260px;
  }
  .sidr.left {
    left: -260px;
    right: auto;
  }
 */
/* ### navi end test */
	
}

/* Nav */
  /* MOBILE MENU */
  #mobile-header {
    display: block;
    width: 40px;
    position: absolute;
    top: 26px;
    right: 15px;
  }
  #mobile-header .line {
    width: 40px;
    height: 4px;
    background: #b00303;
    margin-bottom: 4px;
  }
  #mobile-header .close {
    font-family: Arial, Helvetica, sans-serif;
    color: #b00303;
    font-size: 2em;
    opacity: 1;
    display: none;
    width: 40px;
    text-align: center;
  }
  
  #navigation {
    display: none;
  }
  
  .sidr {
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    overflow-x: none;
    overflow-y: auto;
    background: #b00303;
    padding-top: 30px;
    /*SUB*/
  }
  .sidr nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .sidr nav ul li {
    border-bottom: 1px solid #fff;
  }
  .sidr nav ul li a,
  .sidr nav ul li a:visited {
    display: block;
    height: 45px;
    padding-top: 13px;
    text-transform: uppercase;
    font-family: 'Frutiger W01', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    text-decoration: none;
    padding: 13px 15px 0;
  }
  .sidr nav ul li.over a,
  .sidr nav ul li a:hover,
  .sidr nav ul li a:active,
  .sidr nav ul li.sidr-class-current-page-parent a,
  .sidr nav ul li.sidr-class-current_page_item a {
    text-decoration: none;
    color: #b00303;
    background-color: #fff;
  }
  .sidr nav ul li ul {
    display: none;
    background-color: #fff;
    padding-right: 10px;
  }
  .sidr nav ul li.over ul li a,
  .sidr nav ul li ul li a,
  .sidr nav ul li ul li a:visited {
    padding: 15px 0px 15px 35px;
    height: auto;
    color: #b00303;
    font-family: 'Frutiger W01', Arial, Helvetica, sans-serif;
    font-weight: 200;
    font-size: 18px;
    text-transform: none ;
    line-height: 18px;
    display: block;
  }
  .sidr nav ul li ul li a:hover,
  .sidr nav ul li ul li a:active,
  .sidr nav ul li ul li.sidr-class-current-page-parent a,
  .sidr nav ul li ul li.sidr-class-current_page_item a,
  .sidr nav ul li ul li.sidr-class-current_page_parent a {
    color: #fff;
    background: #b00303;
  }
  .sidr nav ul li ul li:last-child {
    border: none;
  }
  .sidr.right {
    left: auto;
    right: -260px;
  }
  .sidr.left {
    left: -260px;
    right: auto;
  }
/* xxx */

.slider-cont {
	top: 28px;
}	

@media only screen and (min-width: 768px) {
	/* SLIDER */
	.slider-cont {
		position: absolute;
		/*top: 3.5%;*/
		left: 0;
		width: 100%;
		height: 150px;
	}
	.slider-box {
		padding: 30px 15px 30px 30px;
		margin-left: 3.7%;
		background: rgba(255, 255, 255, 0.9);
	}
	.slider-box-login {
		margin-left: 0;
	}
	.slider-text {
		font-size: 20px;
		line-height: 26px;
	}
	.slider-text a,
	.slider-text a:visited {
		font-size: 16px;
		line-height: 24px;
	}
	/* LOGIN */
	.col-login {
		background: transparent;
		padding-top: 2.4%;
	}
	.login-box {
		padding: 10px;
	}
	.login-box {
		position: absolute;
		right: 1px;
		top: 0;
	}
	.login-box input[type="submit"] {
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		font-size: 14px;
		line-height: 14px;
		padding: 6px 10px;
	}
	.login-2-col {
		margin-top: 30px;
		padding-left: 10px;
	}
	#mobile-header {
		display: none;
	}
	#navigation {
		display: block;
		margin: 0 0 5% 0;
		padding: 0 0 22px;
		clear: both;
	}	
}
@media only screen and (min-width: 992px) {
	/* SLIDER */
	.slider-box {
		padding: 40px 15px 30px 20px;
		height: 205px;
	}
	/*.slider-cont {
		top: 4.2%;
	}*/	
	.slider-text {
		font-size: 20px;
		line-height: 26px;
	}
	/* LOGIN */
	.login-box {
		padding: 20px;
	}
	.login-box input[type="submit"] {
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		font-size: 18px;
		line-height: 18px;
		padding: 6px 20px;
	}
	.login-2-col {
		margin-top: 0px;
		padding-left: 0px;
	}
}
@media only screen and (min-width: 1200px) {
	/* SLIDER */
	.slider-box {
		padding: 40px;
	}	
	
	/*.slider-cont {
		top: 4.6%;
	}*/	
	
	.slider-text {
		font-size: 24px;
		line-height: 30px;
	}
	.login-box {
		margin-left: 0;
	}
	#navigation{
		padding: 40px 0 0 220px;
		clear: none;
	}	
	.navigation-lex{
		padding: 32px 0 0 220px !important;
	}		
}
/*# sourceMappingURL=styles.css.map */

/* END Login */

.centered{
	text-align: center;
}


/* Header-Bild */
.header-bild {
	height: 100%;
	max-width: 100%;
	width: 1120px;
}

/* Navi */
.container-fluid {
/* ###
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
 */
}
/* Navi END */

/* Darstellung der Nachrichten */

.nachrichten-boxen-reihe{
	margin: 0 0 1em 0;
}

.docLayoutTitel div {
    margin: 0 !important;
}

.content a::before {
    content: "";
}

.newstable p, .ez0  {
    margin: 0 0 1em;
}

.doc {
    margin-top: 1em;
}

.doc p {
    margin: 0 0 0.3em;
}

.ez3.abst2._typ_Lsaetze {
    font-weight: 400 !important;
}

.docLayoutTitel h2 {
    font-size: 24px;
    line-height: 1.3em;
}

.PRUeberschrift {
    font-weight: bolder;
}

.ez0 > .PRUeberschrift {
    float: left;
}

.ez3.abst2._typ_Lsaetze br {
    margin: 0 0 1em;
}

._typ_Lsatz {
    font-weight: 400 !important;
}

.newstable ol li {
    margin: 20px 0 20px 20px;
}

/*  END Nachrichten*/

/* Darstellung der Nachrichten-Liste */

.alle-news .doc {
    display: inline;
    font-size: 1em;
    margin: 0;
}

.alle-news .docNormal {
	margin-bottom: 2em;
}

/* END Darstellung der Nachrichten-Liste */

/* */
.bild-r-inhalt {
    margin: 0 0 15px;
    padding: 0;
    text-align: center;
    width: 100%;
}

.bild-untertext {
    font-size: 0.85em;
    font-style: italic;
}

/* Hinweisseite */

.hinweisbox  h2 {
    font-size: 36px !important;
    margin: 0 0 18px;
}

.container .content form {
    font-size: 16px;
}

.content #t1, .content #th {
    border: none !important;
}

.content #t1, .content #t2 {
    margin: 0 0 24px !important;
}

#t1 div, #th div {
    background-color: #fff !important;
}

#t1 span {
    font-weight: normal !important;
}

#t1 ul {
    list-style: inside none disc;
    margin: 0 0 0 24px;
}	

#t1 p {
    margin: 12px 0 0;
}

.content #t2 {
    border-color: #bbb !important;
}

#t2 div {
    background-color: #eee !important;
    padding: 12px !important;
}

#t2 .buttonGrau {
	 background-color: #b00303;
     background-image: none;
     border-radius: 0.4em;
     border: medium none;
     color: #ffffff ! important;
     cursor: pointer;
     display: block;
     font-size: 18px;
     font-weight: 200;
     line-height: 1.33;
	 margin: 10px 0 0;
     text-align: center;
     vertical-align: middle;
     white-space: nowrap;
	 padding: 0.2em 0.7em;
	 width: auto;
}

#t2 #kennung {
    display: block;
    max-width: 270px;
    width: 100%;	
}

.content #t2 {
    max-width: 480px;
}

form .container .content p {
    margin-bottom: 16px;
}

/* END Hinweisseite */

/* Verzeichnisseite */
.Verzeichnisse ul {
    margin: 0 0 0 60px;
}

.Verzeichnisse > ul {
    margin: 12px 0 0;
}

.Verzeichnisse li {
    list-style: none;
}
/* END Verzeichnisseite */

/* Verzeichnisresult Seite */
.leadcontent-colleft #vzpath {
    font-weight: 300;
    margin: 22px 0 22px 9px;
}

#trefferliste .bg_grau, .dok_content .bg_grau {
    background-color: #f2f2f2;
    padding: 5px 10px;
    vertical-align: middle;
}

.bg_grau #trefferrechts {
    float: right;
}

.bg_grau #trefferrechts, .bg_grau #buttons{
	//font-size: 12px;
}

#vzpath a::before {
    content: "";
}

#trefferrechts #treffer, #trefferrechts #trefferpfeile {
    margin-right: 15px;
}

#treffer strong {
    font-weight: 100;
}

#trefferpfeilelinks  span {
    padding: 0 !important;
}


#trefferliste .TdBorderLeft, .dok_content .TdBorderLeft {
    border-left: 1px solid #ccc;
}
#trefferliste th, .dok_content th {
    background-color: #f2f2f2;
    border-color: #ccc #ccc #ccc;
    border-image: none;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    padding: 5px 15px;
    text-align: left;
	font-weight: normal;
}

.content td {
    padding-left: 0 !important;
}

#trefferliste .content img, .dok_content td img {
    float: right;
    margin: 0;
}

.portalForbiddenFarbe {
    color: #808b91 !important;
    font-style: italic;
}

.TdBorderLeft {
    text-align: center;
}

.TdBorderLeft img {
    float: none !important;
}

.dok_content form td {
    font-size: 14px;
    padding: 5px;
    vertical-align: text-top;
}

/* END Verzeichnisresult Seite */

/* Suchtreffer Seite */
.container .dok {
    margin-bottom: 40px;
}

.suche_startseite .dok {
    margin: 0;
}

/* END Suchtreffer Seite */

/* sucheseite */
.searchmasks-resultpage .suchMaskeInhalt {
	/*padding-bottom: 9%;*/
}

.searchmasks-resultpage .suchMaskeInhalt form {
    /*margin: 20px 0 0 25px;
    position: inherit;*/
}
.searchmasks-resultpage .reitersuche {
    /*padding: 15px 25px 0 280px;
    position: absolute;*/
}

.searchmasks-resultpage .suchMaskeInhalt > span {
    padding: 25% 0 0 31px;
}

/* Freie Inhalte Suche */
#jurissuggestdiv {
    display: none;
}

.inhalte-teilseite td {
    border: none;
    padding: 5px 25px;
    vertical-align: top;
}

.inhalte-teilseite p {
	margin-bottom: 25px;
}
/* END Freie Inhalte Suche */

/* kompinfo */
.kompinfo ul {
    margin: 0.5em 0 0.5em 1.2em;
}

.kompinfo p {
    margin: 0 0 1em;
}

/* docprev */
.docprev  table{
	border-color: #ccc;
}

.docprev td {
	padding: 1em !important;
}

.docprev  strong{
	font-weight: 300;
}
ul.DivBox {
    margin: 0 30px;
    padding: 0;
}
ul.DivBox li {
    list-style: none;
    float: left;
    height: 80px;
    margin: 0 10px 10px 0;
    padding: 0;
    width: 140px;
}
.tabelle {
	margin:0 0 20px 0;
	padding:0px;
	width:100%;
	border:1px solid #ccc;
}
.tabelle table{
	width:100%;
}
.tabelle tr:nth-child(odd) {
	background-color:#eee;
}
.tabelle tr:nth-child(even){
	background-color:#fff;
}
.tabelle td {
	vertical-align:top;
	padding:5px;
}
.tabelle tr:first-child td {
	background-color:#aaa;
	border-bottom:1px solid #ccc
}

/* alle Nachrichten */
.alle-Nachrichten {
	margin: 5px 0 0 15px;
	margin: 5px 0 0 calc(100% - 200px);
	clear: both;
}

.btn-nachrichten::before {
    content: "" !important;
}

.btn-nachrichten {
    -moz-user-select: none;
    background-color: #b00303;
    background-image: none;
    border: medium none;
    border-radius: 0.3em;
    color: #fff !important;
    cursor: pointer;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.33;
    margin-bottom: 0;
    padding: 0.3em 0.5em;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

/* */

.vv1html_v2 dt, .footnoteDL dt {
    float: left;
}
.footnoteDL dt {
	line-height: 1.15em;
}

.vv1html_v2 .abst2 {
    margin-bottom: 8pt;
}


.boxen-lex a {
    background-color: #b00303;
    border-radius: 0.2em;
    color: #fff !important;
    cursor: pointer;
    font-size: 15px;
    font-weight: 200;
    line-height: 1.33;
    margin-bottom: 0;
    padding: 0.1em 0.5em;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.lex {
    margin-top:10px
}
.lex .teaseritem-lex {
    min-height: 50px;
}

.lex .teasers-col {
    width: 100%;
}
@media (min-width:700px) {
  .lex {
    margin-left: 32px;
    margin-right: 32px;
   }
  .lex .teasers-col {
    width: 50%;
   }
  .einzeln .teasers-col {
	   width:100%
   }
   .btn-juris-r-col-lex {
	width:auto;
	margin-left:37px;
	margin-right:37px;
   }
}
.lex .teaseritem-colleft {
    width: 39%;
}
.lex .teaseritem-colright {
    width: 61%;
}

.teaseritem-copy-lex br {
    line-height: 3em;
}

@media only screen and (min-width: 992px) {
  .teaseritem-copy-lex br {
	line-height: 2em;
  }
}

.verstecken {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

.slider-cont .infoBalken {
    font-size: 16px;
    line-height: 19px;
}