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

html {
	font-size: 0.9em;
}

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

body {
	width: 100%;
	height: 100%;
	margin: 0;
}

main {
	/*padding: 10px;*/
}

#panel {
	padding: 10px;
}

#content {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	/*width: 100%;*/
	/*padding-left: 250px;*/
}

.firstline {
	color: #faa61a;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover {
	color: #000000;
}

a:active {
	color: #000000;
}

nav#main {
	font-family: "Source Sans Pro", sans-serif;
	color: white;
	text-align: center;
	transform: rotate(180deg);
}

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

nav#main li {
	list-style-type: none;
	transform: rotate(180deg);
	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: -200px; opacity: 0}
    to   { left: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
    from { left: -200px; opacity: 0}
    to   { left: 0; opacity: 1}
}

@-moz-keyframes fadeIn {
    from { left: -200px; opacity: 0}
    to   { left: 0; opacity: 1}
}

@-o-keyframes fadeIn {
    from { left: -200px; opacity: 0}
    to   { left: 0; opacity: 1}
}

@keyframes fadeIn {
    from { left: -200px; opacity: 0}
    to   { left: 0; opacity: 1}
}

nav#main li a {
	font-size: 1.2em;
	width: 154px;
	display: block;
	background-color: #faa61a;
	letter-spacing: 1px;
	font-weight: 600;
	padding: 4px 12px;
	margin: 10px auto;
	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 {
	transform: scale(1.15);
	background-color: #6d6e71;
}

nav#sidebar li {
	list-style-type: none;
	overflow: hidden;
	height: auto;
	margin-bottom: .5em;
	background-image: url('../Bilder/arrow.svg');
	background-size: 11%;
	background-position: left;
	background-repeat: no-repeat;
	display: block;
}

nav#sidebar li a {
	font-size: 1.15em;
	background-color: #faa61a;
	letter-spacing: 1px;
	font-weight: 600;
	padding: 8px 10px 8px 5px;
	margin: 0px 0px 0px 0px;
	position: relative;
	height: 1.5em;
	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: 0px;
	padding: 0px;
}

nav#sidebar {
	font-family: "Source Sans Pro", sans-serif;
	color: white;
	/*margin-top: 95px;
	width: 100%;
	float: left;
	/*position: fixed;*/
	display: block;
	padding: 10px;
}

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: 1.5em;
	text-transform: lowercase;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: left;
	display: block;
}

.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: 100%;
}

#header {
	height: 65px;
	/*width: 100%;*/
	position: relative;
	right: 0;
	background-image: url(../Bilder/Kopfzeile-start.svg);
	background-position: right;
	background-size: cover;
	/*margin: 10px;*/
}

#header1 {
	background-image: url(../Bilder/logo-adipositasanwalt-startseite.svg);
	height: 332px;
	background-size: cover;
	background-position: center;
	margin-top: 10px;
	margin-bottom: 20px;
}

#header2 {
	display: none;
}

#header1 img {
	display: none;
}

#header2 img {
	display: none;
}

.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;
}

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

button.toggle-button {
	color: #4d4d4d;
	font-size: 1.5em;
	font-weight: bolder;
	background-color: white;
	border-radius: 0;
	padding: 3px 10px;
	margin-top: -89px;
	margin-left: -10px;
	position: absolute;
	border-color: white;
	border-right: 10px solid white;
	border-left: 0;
	border-bottom: 0;
	border-top: 0;
	outline: none;
}

p.Stil1 img, #content img {
	width: 100%;
	height: auto;
}

.dataTable .odd, .dataTable .even {
	cursor: pointer;
}
#filterKat {
	margin-bottom: 1em;
}

