@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700,600);

html * {
	transition: all ease .5s;
}

body {
	width: 838px;
	margin-left: 0px;
	margin-top: 2mm;
	margin-right: 0px;
	margin-bottom: 0px;
}

#content {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 11pt;
	font-weight: 400;
	width: 501px;
	padding-left: 250px;
}

.firstline {
	color: #faa61a;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover {
	color: #000000;
}

a:active {
	color: #000000;
}

#header2 {
	margin-top: 15px;
	text-align: right;
}

nav#main {
	margin-top: 57px;
	width: 838px;
	font-family: "Source Sans Pro", sans-serif;
	color: white;
}

nav#main ul {
	margin: 0;
	padding: 0 0 0 0px;
	background-image: -o-linear-gradient(white 30px, #faa61a 30px, #faa61a 31px, white 31px);
	background-image: -moz-linear-gradient(white 30px, #faa61a 30px, #faa61a 31px, white 31px);
	background-image: -webkit-linear-gradient(white 30px, #faa61a 30px, #faa61a 31px, white 31px);
	background-image: -ms-linear-gradient(white 30px, #faa61a 30px, #faa61a 31px, white 31px);
	background-image: linear-gradient(white 30px, #faa61a 30px, #faa61a 31px, white 31px);
	height: 60px;
}

nav#main li {
	float: right;
	list-style-type: none;
	overflow: hidden;
	height: 60px;
	position: relative;
}

nav#main li:nth-child(8) {
	-ms-animation: fadeIn 1s both;
	-webkit-animation: fadeIn 1s both;
	-moz-animation: fadeIn 1s both;
	-o-animation: fadeIn 1s both;
	animation: fadeIn 1s both;
}

nav#main li:nth-child(7) {
	-ms-animation: fadeIn 1s .1s both;
	-webkit-animation: fadeIn 1s .1s both;
	-moz-animation: fadeIn 1s .1s both;
	-o-animation: fadeIn 1s .1s both;
	animation: fadeIn 1s .1s both;
}

nav#main li:nth-child(6) {
	-ms-animation: fadeIn 1s .2s both;
	-webkit-animation: fadeIn 1s .2s both;
	-moz-animation: fadeIn 1s .2s both;
	-o-animation: fadeIn 1s .2s both;
	animation: fadeIn 1s .2s both;
}

nav#main li:nth-child(5) {
	-ms-animation: fadeIn 1s .3s both;
	-webkit-animation: fadeIn 1s .3s both;
	-moz-animation: fadeIn 1s .3s both;
	-o-animation: fadeIn 1s .3s both;
	animation: fadeIn 1s .3s both;
}

nav#main li:nth-child(4) {
	-ms-animation: fadeIn 1s .4s both;
	-webkit-animation: fadeIn 1s .4s both;
	-moz-animation: fadeIn 1s .4s both;
	-o-animation: fadeIn 1s .4s both;
	animation: fadeIn 1s .4s both;
}

nav#main li:nth-child(3) {
	-ms-animation: fadeIn 1s .5s both;
	-webkit-animation: fadeIn 1s .5s both;
	-moz-animation: fadeIn 1s .5s both;
	-o-animation: fadeIn 1s .5s both;
	animation: fadeIn 1s .5s both;
}

nav#main li:nth-child(2) {
	-ms-animation: fadeIn 1s .6s both;
	-webkit-animation: fadeIn 1s .6s both;
	-moz-animation: fadeIn 1s .6s both;
	-o-animation: fadeIn 1s .6s both;
	animation: fadeIn 1s .6s both;
}

nav#main li:nth-child(1) {
	-ms-animation: fadeIn 1s .7s both;
	-webkit-animation: fadeIn 1s .7s both;
	-moz-animation: fadeIn 1s .7s both;
	-o-animation: fadeIn 1s .7s both;
	animation: fadeIn 1s .7s both;
}

@-ms-keyframes fadeIn {
    from { left: -900px; }
    to   { left: 0; }
}

@-webkit-keyframes fadeIn {
    from { left: -900px; }
    to   { left: 0; }
}

@-moz-keyframes fadeIn {
    from { left: -900px; }
    to   { left: 0; }
}

@-o-keyframes fadeIn {
    from { left: -900px; }
    to   { left: 0; }
}

@keyframes fadeIn {
    from { left: -900px; }
    to   { left: 0; }
}

nav#main li a {
	font-size: 15px;
	float: right;
	background-image: -o-linear-gradient(#faa61a 31px, white 30px);
	background-image: -moz-linear-gradient(#faa61a 31px, white 30px);
	background-image: -webkit-linear-gradient(#faa61a 31px, white 30px);
	background-image: -ms-linear-gradient(#faa61a 31px, white 30px);
	background-image: linear-gradient(#faa61a 31px, white 30px);
	background-color: #faa61a;
	letter-spacing: 1px;
	font-weight: 600;
	padding: 4px 12px;
	margin: 0px 0px 0px 15px;
	position: relative;
	margin-top: 30px;
	height: 60px;
	vertical-align: text-bottom;
	color: white;
	text-transform: lowercase;
	text-decoration: none;
	-o-transition: all ease-out .1s;
	-moz-transition: all ease-out .1s;
	-webkit-transition: all ease-out .1s;
	-ms-transition: all ease-out .1s;
	transition: all ease-out .1s;
}

nav#main li:hover a {
	margin-top: 0px;
	background-image: -o-linear-gradient(#6d6e71 31px, white 30px);
	background-image: -moz-linear-gradient(#6d6e71 31px, white 30px);
	background-image: -webkit-linear-gradient(#6d6e71 31px, white 30px);
	background-image: -ms-linear-gradient(#6d6e71 31px, white 30px);
	background-image: linear-gradient(#6d6e71 31px, white 30px);
}

nav#sidebar li {
	list-style-type: none;
	overflow: hidden;
	height: 30px;
	margin-bottom: 12px;
	background-image: url('../Bilder/arrow.png');
	background-repeat: no-repeat;
}

nav#sidebar li a {
	font-size: 15px;
	background-color: #faa61a;
	letter-spacing: 1px;
	font-weight: 600;
	padding: 4px 10px 0px 5px;
	margin: 0px 0px 10px 0px;
	position: relative;
	height: 30px;
	vertical-align: text-bottom;
	color: white;
	text-transform: lowercase;
	text-decoration: none;
	display: block;
	width: 110px;
	-o-transition: all ease-out .1s;
	-moz-transition: all ease-out .1s;
	-webkit-transition: all ease-out .1s;
	-ms-transition: all ease-out .1s;
	transition: all ease-out .1s;
}

nav#sidebar ul {
	margin: 0;
	padding: 0 0 0 0px;
}

nav#sidebar {
	font-family: "Source Sans Pro", sans-serif;
	color: white;
	width: 155px;
	float: left;
	position: fixed;
	top: 75px;
}

nav#sidebar li:hover a, nav#sidebar li.nav-current a  {
	margin-left: 30px;
	background-color: #6d6e71;
}

h1 {
	font-family: "Source Sans Pro", sans-serif;
	color: #faa61a;
	font-weight: 700;
	font-size: 18px;
	text-transform: lowercase;
	margin-top: 23px;
	margin-bottom: 20px;
}

.urteile {
	padding-left: 0;
	margin-left: 1em;
	margin-bottom: 1.5em;
}

.urteile li {
	margin-bottom: .4em;
}

#footer {
	margin: 30px 0;
	clear: both;
	border-bottom: 1px solid #faa61a;
	width: 751px;
}

#header {
	height: 71px;
	width: 751px;
	background-image: url(../Bilder/Kopfzeile-start.svg);
	background-position: right;
	background-repeat: no-repeat;
}

.pagination li {
  display:inline-block;
  padding:5px;
}

.pagination::before {
    content: 'Seite';
}

.active a {
    font-weight: bold;
	text-decoration: none;
}

.active a::before {
    content: '[';
}

.active a::after {
    content: ']';
}

.urteilKat {
	display: none;
}

#filterKat {
	margin-bottom: 1em;
}

input.search {
	display: none;
	width: 200px;
}

button.toggle-button {
	display: none;
}

main figure {
	float: left;
}

.dataTable .odd, .dataTable .even {
	cursor: pointer;
}