body, html {
	overflow-x: initial;
}

::before, ::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fontSize85 {
	font-size: 85%;
}

.ui-carousel-header-title {
	width: 50% !important;
}

.ui-panelgrid .ui-panelgrid-header {
	text-align: center;
	padding: 0px 10px;
}

.contentHeader {
	margin: 20px 0 0 0;
}

.contentInhaltTop {
	margin-top: -15px;
}

body .ui-widget-header {
	background: #476274;
	color: #ffffff;
	font-weight: bold;
	-webkit-print-color-adjust: exact !important;
}
/* Hauptfarben */
.color-primary-0 {
	color: #476274
}

.color-primary-1 {
	color: #96aebe
}

.color-primary-2 {
	color: #190000
}
/*neu: */
.color1 {
	color: #bfced8;
}

.color2 {
	color: #96aebe;
}

.color3 {
	color: #476274;
}

.colorRed {
	color: red;
}

.colorBlack {
	color: black;
}

.mobile-only {
	display: none;
}

@media screen and (max-width: 991px) {
	.mobile-hide {
		display: none;
	}
	.mobile-only {
		display: inherit;
	}
	body {
		font-size: 11px !important;
	}
	.card-text {
		font-size: 10px !important;
		text-align: left !important;
	}
	body .ui-datatable thead th {
		font-weight: 200;
		color: #fff;
	}
	.card-header h2.card-title {
		font-size: 0.8rem;
		font-weight: normal;
	}
	body .ui-carousel .ui-carousel-header .ui-carousel-header-title {
		font-size: 0.8rem;
		font-weight: normal;
	}
	body .ui-accordion .ui-accordion-header {
		font-size: 0.8rem !important;
		font-weight: normal !important;
	}
}

a {
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #476274;
}

body a:focus {
	outline: thin !important;
	outline-color: #476274 !important;
	outline-style: outset !important;
}

.ui-accordion .ui-accordion-header:focus {
	outline: solid !important;
	outline-color: #2196F3 !important;
	outline-style: outset !important;
}

/* button { */
/* 	cursor: pointer; */
/* } */

/* button:focus{ */
/* 	background: #96aebe !important; */
/* } */
button {
	background-color: #476274;
	color: #fff;
	transition: box-shadow .3s linear;
	-moz-transition: -moz-box-shadow .3s linear;
	-webkit-transition: -webkit-box-shadow .3s linear;
}

button:hover {
	background-color: #96aebe !important;
/* 	border: 2px solid #476274 !important; */
	color: black;
	transition-duration: .2s;
	-ms-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
}

button:focus {
	background-color: #96aebe !important;
/* 	border: 2px solid #476274 !important; */
	color: black;
	transition-duration: .2s;
	-ms-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
	cursor: pointer;
}

a:focus, a:hover, a:active {
	color: #476274;
	text-decoration: underline;
	outline: none;
}

.ui-menuitem-text span:focus {
	color: #476274;
	text-decoration: none;
	outline: solid;
}

html {
	font-size: 18px;
}

body {
	/*padding-left: 30px;
    padding-right: 30px;*/
	padding: 0;
	overflow-x: initial;
	min-width: 320px;
	color: #1e252b;
	font-family: "Roboto Light", sans-serif;
	font-size: 0.8rem;
	font-weight: 400;
	line-height: 1.334;
	text-rendering: optimizeLegibility;
}

#page-wrapper {
	background-color: #edf1f4;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efefef+11,dee6ee+21 */
	background: rgb(239, 239, 239); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(239, 239, 239, 1) 11%,
		rgba(222, 230, 238, 1) 21%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(239, 239, 239, 1) 11%,
		rgba(222, 230, 238, 1) 21%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(239, 239, 239, 1) 150px,
		rgba(222, 230, 238, 1) 21%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef',
		endColorstr='#dee6ee', GradientType=0); /* IE6-9 */
}

#page {
	width: 95%;
	margin: auto;
	max-width: 1200px;
}

.page-content {
	font-size: 0.9rem;
}

#page-wrapper.einfuehrung .page-content {
	font-size: 0.75rem !important;
}

#page-wrapper.einfuehrung h3 {
	font-size: 0.95rem !important;
}

.page-content img {
	max-width: 100%;
	width: auto;
}

#accordionList  img {
	max-width: 100px;
	/*max-width: 50px;*/
}

#skip-navi a {
	background-color: white;
	padding: 5px 25px;
	border: 4px solid #476274;
}

#skip-navi a.sr-only-focusable:active, #skip-navi a.sr-only-focusable:focus
	{
	position: absolute !important;
	top: 1px;
	left: 0;
	z-index: 1000;
}

main {
	display: block;
}

p {
	line-height: 1.4;
}

p:last-child {
	margin-bottom: 0;
}

/* img { */
/* 	border: 0; */
/* 	width: 100%; */
/* } */
h1 {
	margin: 0;
	font-size: 1.3rem;
	font-weight: bold;
	display: inline-block;
	padding: 0 10px;
}

h2 {
	font-size: 1.1rem;
	font-weight: bold;
}

h3 {
	font-size: 1.0rem;
	font-weight: bold;
}

h4 {
	font-size: 0.9rem;
	font-weight: bold;
}

h5 {
	font-size: 0.8rem;
	font-weight: bold;
}

h6 {
	font-size: 0.7em;
	font-weight: bold;
	margin-bottom: 0;
}

ul, ol {
	margin-top: 0;
	margin-bottom: 1rem;
	padding-left: 15px;
}

ul ul, ol ul, ul ol, ol ol {
	color: #555555;
	font-family: "Arial", sans-serif;
	font-weight: 400;
	line-height: 22px;
	margin: 0;
	padding: 0 0 0 10px;
	list-style-position: inside;
}

li {
	padding: 0;
	line-height: 1.4;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	margin-left: -5px;
	list-style: none;
}

li h3, li h4, li h5, li h6 {
	padding: 10px 0 0 0;
}

.container {
	max-width: 100%;
}

.shadow {
	-webkit-box-shadow: 0 10px 10px -5px rgba(50, 50, 50, 1) !important;
	-moz-box-shadow: 0 10px 10px -5px rgba(50, 50, 50, 1) !important;
	box-shadow: 0 10px 10px -5px rgba(50, 50, 50, 1) !important;
}

/* .tabelshadow { */
/* 	-webkit-box-shadow: 0 0 10px 0 rgba(50, 50, 50, 1) !important; */
/* 	-moz-box-shadow: 0 0 10px 0 rgba(50, 50, 50, 1) !important; */
/* 	box-shadow: 0 0 10px 0 rgba(50, 50, 50, 1) !important; */
/* } */
@media screen and (min-width: 992px) {
	.shadow .shadow {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
}

header {
	
}

header #kopf {
	margin: 0;
	display: block;
	margin-top: -12px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media screen and (min-width: 992px) {
	header #kopf {
		margin-top: 0;
		margin-bottom: 20px;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

@media screen and (min-width: 640px) {
	header #kopf h1 {
		padding: 0;
	}
}

#logo {
	float: left;
	padding: 0 10px 0 0;
	text-align: right;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}

#logo img {
	width: auto;
	/* 	height: 120px; */
}

h1+div {
	padding: 0;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}

@media screen and (max-width: 992px) {
	header>.row {
		display: block;
	}
}

h1+div a, h1 a {
	padding: 0 15px 0 0;
	display: inline-block;
	border: 2px solid transparent;
	color: black;
	border-radius: 0.25em
}

h1+div a span, h1 a span {
	/*  display: inline-block;*/
	
}

h1 a:focus, h1 a:hover, h1 a:active {
	background-color: transparent;
	border: 2px dotted #476274;
}

/* Logo ï¿½nderung 29.03.2019 */
#tm {
	font-family: Verdana;
	text-shadow: 2px 3px 1px rgba(150, 150, 150, .3);
}

h1 a span#seitentitel {
	padding-left: 0.2em;
	vertical-align: middle;
	margin-top: -140px;
}

#tm.mitRand #seitentitel {
	border-bottom: 3px solid #96aebe;
	padding-bottom: 8px;
	border-top: 3px solid #96aebe;
}

#tm #zeile1 {
	font-size: 2.2em;
	/*text-transform: uppercase;*/
	color: #476274;
	font-variant: small-caps;
	font-family: "Times News Roman", serif;
}

#tm #zeile2 {
	color: #616161;
	font-family: "Helvetica Neue", sans-serif;
	font-weight: normal;
}
/* Ende */
#kopf #tm {
	padding-left: 0;
}

#kopf img {
	padding: 0;
	margin: 10px 0 10px 10px;
}

#header-img img {
	border-bottom-right-radius: 0.25em;
	border-bottom-left-radius: 0.25em;
}

.shadow.rounded-bottom.bg-white.position-relative {
	z-index: 10;
}

.schatten::before, .schatten::after {
	position: absolute;
	content: "";
}

.schatten {
	background-color: #FFFFFF;
	position: relative;
	height: 100%;
	border: 5px solid #fff;
	box-shadow: 0 -3px 5px -12px rgba(0, 0, 0, .6), 0 1px 4px
		rgba(0, 0, 0, .3), 0 0 20px rgba(0, 0, 0, .1) inset;
}

.schatten:after {
	right: 0;
	left: auto;
	transform: rotate(3deg);
}

.balken {
	background-color: #FFFFFF;
	border-top: 3px solid #96aebe;
	border-bottom: 3px solid #476274;
}

#navi {
	position: relative;
	margin: 0 auto;
	z-index: 1;
}

#navi #mainNavbar ul {
	width: auto;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

#navi li li {
	border-bottom: 1px dotted #476274;
}

#navi li li:last-of-type {
	border-bottom: none;
}

#navi li li a {
	display: block;
	padding: 0.5em 0.7em;
	width: 100%;
	font-size: 0.8em;
}

#navi li:last-of-type {
	border-bottom: none;
}

.nav-item {
	font-size: 1.1em;
}

.navbar-nav .nav-item+.nav-item, .navbar-container .nav-item.show_scroll+.nav-item
	{
	margin-left: 0;
}

li.login {
	font-size: 1.1em;
}

@media screen and (max-width: 1104px) {
	#tm #zeile1 {
		font-size: 1.9em;
		/*text-transform: uppercase;*/
		color: #476274;
		font-variant: small-caps;
		font-family: "Times News Roman", serif;
	}
	#kopf img {
		margin: 8px 0 8px 0px;
	}
}

@media screen and (max-width: 991px) {
	li.login {
		padding-top: 0;
	}
	#tm #zeile1 {
		font-size: 1.4em;
		/*text-transform: uppercase;*/
		color: #476274;
		font-variant: small-caps;
		font-family: "Times News Roman", serif;
	}
}

.navbar-nav {
	margin-left: 0;
}

.navbar-nav .nav-link {
	color: #190000;
	/*display: block;*/
	font-weight: 300;
	padding: 0.5em 0;
	transition: all 0.5s ease;
	border-top-right-radius: 0.25em;
	border-top-left-radius: 0.25em;
}

.navbar-nav .nav-link.active, .navbar-nav a.active {
	background-color: #476274;
	color: #FFFFFF;
}

.navbar-nav a:focus, .navbar-nav a:hover, .navbar-nav a:active {
	background-color: #96aebe !important;
	color: #000000 !important;
	text-decoration: none;
}

.navbar {
	padding: 0;
}

.navbar .nav-link .fa {
	font-size: 1.1rem !important;
	vertical-align: text-top;
}

.navbar .nav-link .fa.fa-sign-in, .navbar .nav-link .fa.fa-sign-out {
	font-size: 1.3rem !important;
}

.navbar-toggler {
	display: none;
}

@media screen and (min-width: 992px) {
	.navbar {
		font-size: 0.9em;
	}
	.nav-item {
		position: relative;
	}
	.nav-item:last-of-type {
		/*  display: table-row;*/
		
	}
	#navi #mainNavbar ul ul {
		display: none !important;
	}
	#navi #mainNavbar ul li:hover ul {
		display: inline !important;
		z-index: 10;
	}
	#navi #mainNavbar ul ul {
		background-color: #ffffff;
		box-shadow: 0 0 6px #7a7a7a;
		color: #000000;
		left: -20000px;
		margin-left: 0;
		margin-right: 0;
		opacity: 0.97;
		padding: 0;
		position: absolute;
		text-transform: none;
		top: -20000px;
		z-index: 1010;
		list-style-type: none;
		min-width: 230px;
		transition: max-height 0.15s ease-out;
		overflow-y: auto;
	}
	#navi #mainNavbar ul li a:focus+ul, #navi #mainNavbar ul li a:hover+ul,
		#navi #mainNavbar ul li a:active+ul, #navi #mainNavbar ul ul:focus,
		#navi #mainNavbar ul ul:hover, #navi #mainNavbar ul ul:active {
		max-height: 500px;
		top: 2.4em;
		left: 0;
		transition: max-height .5s ease-in;
	}
}

.flag img {
	max-height: 20px;
	width: auto;
}

@media screen and (min-width: 801px) {
	.infoSuchergebnisse {
		text-align: left !important;
		vertical-align: top;
	}
	
}

@media screen and (min-width: 1200px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 0.5rem 0.75rem;
	}
	.infoSuchergebnisse {
		text-align: left !important;
		vertical-align: top;
	}
	body
	.ui-datatable thead th {
		font-size: 15px;
		font-weight: 400;
		color: #fff;
		/* 	text-shadow: (1px 1px 0px rgba(0, 0, 0, 0.5)); */
		padding: 20px;
		/* 	background-image: linear-gradient(#476274, #4a5564); */
		border-top: 1px solid #858d99;
		border-color: #ffffff;
		background-color: #476274;
		padding: 8px;
		outline: 0 none;
		border-bottom-width: 1px;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}
}

@media screen and (min-width: 992px) {
	#navi #mainNavbar ul {
		width: auto;
		margin: 0 auto;
		padding: 0;
		list-style-type: none;
		width: 100%;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-content: space-between;
		-ms-flex-line-pack: justify;
		align-content: space-between;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	#navi #mainNavbar ul li {
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		-webkit-align-self: auto;
		-ms-flex-item-align: auto;
		align-self: auto;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 0.5rem 0.4rem;
		margin: 0;
		white-space: nowrap;
		position: relative;
		text-align: center;
	}
}

@media screen and (max-width: 991px) {
	.navbar-nav .nav-item {
		float: none;
		font-size: 1.5em;
		z-index: 20001;
	}
	.brand {
		display: block;
		float: left;
		font-size: 1.2rem;
	}
	.navbar {
		background-color: #ffffff;
		width: 23em;
		position: unset;
		display: block;
	}
	#navi .navbar {
		left: 0;
		top: 0;
		background-color: transparent;
		width: 100%;
		padding: 0;
		z-index: 1000;
		position: initial;
	}
	#navi .navbar.navbar-full {
		width: calc(100% - 30px);
		margin: 0 15px;
	}
	.fa.fa-search {
		margin-left: 5px;
	}
	#navi ul {
		list-style-type: none;
		margin: 0;
		padding: 0 0;
	}
	#navi li a {
		display: inline-block;
		padding: 0.4em 0.7em;
		margin: 0;
		border-left: none;
	}
	#navi li:first-of-type a, #navi li li a {
		border-left: none;
	}
	#navi li.fold a {
		padding: 0.4em;
	}
	#navi ul ul {
		padding-left: 3em !important;
		padding-right: 1em;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		border: none;
		border-top: 1px solid #476274;
	}
	.nav-item {
		font-size: 1em;
	}
	#navi li {
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #476274;
		max-width: 100%;
	}
	#navi .nav-item.ohneUnterseiten {
		padding-left: 1.8em !important;
	}
	#navi li a:focus, #navi li a:hover, #navi li a:active {
		background-color: transparent;
		color: #190000;
		text-decoration: underline;
	}
	#navi.navbar-container {
		margin: 0;
	}
	.navbar-nav .nav-item+.nav-item {
		margin-left: 0;
	}
	.navbar-nav .nav-link, .navbar-nav .nav-link:focus {
		padding: 0.5em 0.4em 0.5em 0;
	}
	.navbar-toggler {
		display: block;
		text-align: left;
		padding: 3px 0;
		border-radius: 0;
		background-color: #FFFFFF;
	}
	#navi>.navbar-toggler {
		width: 100%;
		padding: 0.3em 1.1em;
		margin-bottom: 0;
	}
	.page-content .navbar-toggler {
		border-right: 1px solid #d0d5d8;
		border-bottom: 1px solid #d0d5d8;
		border-left: 1px solid #d0d5d8;
	}
	.navbar-toggler:hover, .navbar-toggler:focus, .navbar-toggler:active {
		background-color: #476274;;
		color: #FFF;
	}
	.navbar-toggler span {
		font-size: 1rem;
		display: inline-block;
	}
}

@media screen and (max-width: 800px) {
	body {
		background: none;
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (max-width: 1380px) {
	body
	.ui-datatable thead th {
		font-size: 12px;
		font-weight: 300;
		color: #fff;
		/* 	text-shadow: (1px 1px 0px rgba(0, 0, 0, 0.5)); */
		padding: 20px;
		/* 	background-image: linear-gradient(#476274, #4a5564); */
		border-top: 1px solid #858d99;
		border-color: #ffffff;
		background-color: #476274;
		padding: 8px;
		outline: 0 none;
		border-bottom-width: 1px;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}
}

/* @media screen and (max-width: 714px) { */
/* 	header>.row { */
/* 		margin-right: -15px; */
/* 		margin-left: -15px; */
/* 	} */
/* 	#navi.navbar-container { */
/* 		margin: 0; */
/* 	} */
/* 	#tm.mitRand #seitentitel { */
/* 		margin-top: 0; */
/* 	} */
/* } */
@media screen and (max-width: 380px) {
	.verticalText {
		writing-mode: vertical-lr;
		-ms-writing-mode: tb-rl; /* old IE 6 and 7 */
		-webkit-writing-mode: vertical-rl;
		vertical-align: middle;
		text-align: center !important;
	}
	.brand {
		font-size: 0.75rem;
	}
	.nav-item {
		font-size: 0.95rem;
	}
	#side_navi {
		max-width: 100%;
	}
	header #kopf #jdLogo {
		width: 80px;;
		height: 70px;
	}
	#tm #zeile1 {
		font-size: 1em !important;
		/*text-transform: uppercase;*/
		color: #476274;
		font-variant: small-caps;
		font-family: "Times News Roman", serif;
	}
	h1 a span#seitentitel {
		padding-left: 0.2em;
		vertical-align: middle;
		margin-top: -90px !important;
		margin-right: -40px !important;
	}
	#kopf img {
		padding: 0;
		width: 100%;
		margin: 8px 0 8px 0px;
	}
	/* 	body { */
	/* 		font-size: 7px !important; */
	/* 	} */
	.ui-paginator-top {
		display: none;
	}
	.marginLeft20 {
		margin-left: 0 !important;
	}
}

.breadcrumb {
	padding: 0.2rem 0.7rem;
	margin: 15px 0 0 0;
	border-radius: 0;
	font-size: 0.7rem;
	background-color: transparent;
	text-align: left;
	display: block;
}

.breadcrumb .active {
	color: #190000;
}

@media screen and (max-width: 740px) {
	.breadcrumb {
		display: none;
	}
	#tm.mitRand #seitentitel {
		border-bottom: 2px solid #96aebe;
		padding-bottom: 5px;
		border-top: 2px solid #96aebe;
		margin-top: -90px;
	}
	.brand {
		display: block;
		float: left;
		font-size: 0.8rem;
	}
	#kopf img {
		margin: 8px 0 8px 0px;
	}
	.pr-2, .px-2 {
		padding-right: 0rem !important
	}
	.pl-2, .px-2 {
		padding-left: 0rem !important
	}
	.menuBarHeader .ui-menu-list {
		margin-top: -40px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
	}
	header #kopf #jdLogo {
		width: 90px;;
		height: 80px;
	}
	.linksPanel {
		display: grid !important;
	}
	.dokumentList {
		margin-bottom: 6px !important;
		text-align: center;
	}
	.onlyMobile {
		display: none;
	}
	.infoSuchergebnisse {
		vertical-align: middle;
		text-align: center !important;
		ma-bottom: 4px;
	}
	.card h1 {
		font-size: 14px;
		font-weight: 200;
		margin: 12px 0;
	}
	.ui-datatable .ui-datatable-footer {
		text-align: left;
		display: block !important;
	}
}

@media screen and (max-width: 800px) {
	.linksPanel {
		display: grid !important;
	}
	.dokumentList {
		margin-bottom: 6px !important;
		text-align: center;
	}
	.onlyMobile {
		display: none;
	}
	.infoSuchergebnisse {
		vertical-align: middle;
		text-align: center !important;
		ma-bottom: 4px;
	}
	.card h1 {
		font-size: 14px;
		font-weight: 200;
		margin: 12px 0;
	}
	.ui-datatable .ui-datatable-footer {
		text-align: left;
		display: block !important;
	}
	.onlyPc {
		display: block !important;
	}
}
/* Search form in navigation */
.form-search {
	background: #f8f8f8 none repeat scroll 0 0;
	border-top: 1px dotted #476274;
	border-bottom: 1px dotted #476274;
	border-left: 1px dotted #476274;
	opacity: 0;
	padding: 10px;
	position: absolute;
	right: 0;
	transition: all 0.2s ease-in-out 0s;
	visibility: hidden;
	width: 100%;
	min-width: 310px;
	z-index: 1000;
}

.form-search.active {
	box-shadow: 5px 5px 5px 0 #666666;
	-webkit-box-shadow: 5px 5px 5px 0 #666666;
	-moz-box-shadow: 5px 5px 5px 0 #666666;
	opacity: 1;
	transform: rotateX(0deg);
	visibility: visible;
	border-radius: 0.25em;
}

.form-search.active input[type="text"] {
	font-size: 1.2em;
}

.form-search input[type="text"] {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #ddd;
	color: #190000;
	font-family: "Arial", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	margin: 0;
	outline: medium none;
	padding: 8px 10px;
	transition: all 0.2s ease-in-out 0s;
	width: calc(100% - 45px);
	border-radius: 0.25em;
}

.form-search button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	float: right;
	position: relative;
	z-index: 2;
	font-size: 1.4em;
	margin-right: 0;
	color: #190000;
}

.form-search button:focus, .form-search button:hover, .form-search button:active
	{
	color: #476274;
}

.icon-search {
	background-position: -48px 2px;
	height: 19px;
}

@media screen and (max-width: 991px) {
	.open-search {
		display: none !important;
	}
	.verticalText {
		writing-mode: vertical-lr;
		-ms-writing-mode: tb-rl; /* old IE 6 and 7 */
		-webkit-writing-mode: vertical-rl;
		vertical-align: middle;
		text-align: center !important;
	}
	.ui-column-title {
		margin: 8px;
	}
	.form-search {
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		opacity: 1;
		transform: rotateX(0deg);
		visibility: visible;
		position: relative;
		max-width: 100%;
		font-size: 1.3rem !important;
		border: none;
		background-color: transparent;
	}
	.form-search button {
		margin-right: 0;
		margin-top: -5px;
	}
	.form-search input[type="text"] {
		background-color: #FFFFFF !important;
		font-size: 16px !important;
		width: calc(100% - 65px);
		margin-left: 8px;
	}
}

/* Sidenavi */
#side_navi #bjpNavi {
	background-color: #FFFFFF;
	border-top: 3px solid #90a9b9 !important;
	border-bottom: 3px solid #476274 !important;
	width: 100%;
	border-radius: 0.25em !important;
}

#side_navi #bjpNavi.show {
	margin-bottom: 1rem;
	transition-duration: 0.1s;
}

#side_navi #bjpNavi>div {
	
}

#side_navi h3 {
	font-size: 1.1em;
	border-bottom: 1px solid #90a9b9;
	font-weight: normal;
	background-color: #476274;
	color: #FFFFFF;
	padding: 5px 10px;
	margin-bottom: 0;
	border-top-right-radius: 0.25em;
	border-top-left-radius: 0.25em;
}

/* #side_navi h3.active { */
#side_navi h3 a {
	color: #333;
	font-weight: bold;
	display: block;
	padding: 0.3em 1em 0.3em 10px;
}

#side_navi h3 a:focus, #side_navi h3 a:hover, #side_navi h3 a:active {
	color: #FFFFFF;
}

#side_navi h3.active a {
	color: #FFFFFF;
}

#side_navi ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom-right-radius: 0.25em;
	border-bottom-left-radius: 0.25em;
	width: 100%;
}

#side_navi ul ul {
	padding-left: 1em;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
}

#side_navi li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #476274;
}

#side_navi li:last-of-type {
	border-bottom: none;
	border-bottom-right-radius: 0.25em;
	border-bottom-left-radius: 0.25em;
}

#side_navi li a {
	color: #000000;
	display: block;
	padding: 0.3em 0.5em 0.3em 20px;
	margin: 0;
}

#side_navi #bjpNavi>ul ul ul li:first-of-type {
	border-top: 1px solid #476274;
}

#side_navi #bjpNavi>ul>li:last-of-type {
	border-bottom: none;
}

#side_navi li.active>a {
	background-color: #476274;
	color: #FFFFFF;
}

#side_navi li:first-of-type a {
	border-top-right-radius: 0.25em;
	border-top-left-radius: 0.25em;
}

#side_navi li li:first-of-type a {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

#side_navi li:last-of-type a {
	border-bottom-right-radius: 0.25em;
	border-bottom-left-radius: 0.25em;
}

#side_navi li li:last-of-type a {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

@media screen and (max-width: 991px) {
	#side_navi {
		left: unset;
		max-width: calc(100% - 34px);
		width: 100%;
		padding: 0;
		margin: 0 0 0 1rem;
		border: none;
	}
	/* scrollen*/
	#side_navi {
		overflow-y: auto;
	}
	#side_navi::-webkit-scrollbar {
		-webkit-appearance: none;
		width: 14px;
	}
	#side_navi::-webkit-scrollbar-thumb {
		border-radius: 8px;
		border: 3px solid #fff;
		background-color: rgba(255, 255, 255, .3);
	}
	#side_navi ul {
		border: none;
	}
	#side_navi li {
		/* border-bottom: 1px solid #FFFFFF;*/
		
	}
	#side_navi li a {
		/*  color: #FFFFFF;
          border: 1px solid darkred;*/
		
	}
	#side_navi li a:focus, #side_navi li a:hover, #side_navi li a:active {
		/*  border: 1px solid #FFFFFF;*/
		
	}
	#page-content .navbar-container.sticky {
		background-color: #FFFFFF;
		position: fixed;
		top: 4.6em;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 1000;
		font-size: 0.7em;
		padding: 0;
		transition-delay: 0.1s;
		transition-duration: 0.5s;
		width: 100%;
	}
	.navbar-container.sticky #side_navi #bjpNavi>ul {
		padding-bottom: 8px;
	}
	#side_navi li.active>a {
		background-color: #476274;
		color: #FFFFFF;
		border: 1px solid #FFFFFF;
	}
}

@media screen and (max-width: 576px) {
	.verticalText {
		writing-mode: vertical-lr;
		-ms-writing-mode: tb-rl; /* old IE 6 and 7 */
		-webkit-writing-mode: vertical-rl;
		vertical-align: middle;
		text-align: center !important;
	}
	.ui-column-title {
		margin: 6px;
	}
	#side_navi {
		max-width: 100%;
	}
	header #kopf #jdLogo {
		width: 85px;
		height: 70px;
	}
	#tm #zeile1 {
		font-size: 1.25em;
		/*text-transform: uppercase;*/
		color: #476274;
		font-variant: small-caps;
		font-family: "Times News Roman", serif;
	}
	.brand {
		display: block;
		float: left;
		font-size: 0.8rem;
	}
	h1 a span#seitentitel {
		padding-left: 0em;
		vertical-align: middle;
		margin-top: -90px !important;
		margin-right: -90px !important;
	}
	.menuBarHeader .ui-menu-list {
		margin: -30px 0px 0px 0px;
		margin-top: -30px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
	}
	body .ui-paginator .ui-paginator-pages .ui-paginator-page {
		font-size: 10px !important;
	}
	.ui-paginator {
		text-align: left;
	}
	.ui-paginator .ui-paginator-current, .ui-paginator .ui-paginator-rpp-options
		{
		margin-left: 0.5em;
		margin-right: 0.5em;
	}
	body .ui-paginator .ui-paginator-rpp-options {
		padding: 0px;
	}
	body .ui-datatable .ui-paginator {
		padding: 0px 0px;
	}
}

#navi li.active>a {
	background-color: #476274;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

#side_navi li a:focus, #side_navi li a:hover, #side_navi li a:active {
	background-color: #93abbb;
	color: #000;
	text-decoration: none !important;
}

@media screen and (max-width: 991px) {
	.card {
		margin: 0;
	}
}

.footerText {
	font-size: 1em;
}

.card-header {
	padding-bottom: .75rem;
	padding-top: 2px;
	padding-left: .55rem;
	padding-right: .75rem;
	font-size: 0.7rem;
	font-weight: bold;
	background-color: #476274;
	border-bottom: 2px solid #96aebe;
	border-top-right-radius: 0.25em;
	border-top-left-radius: 0.25em;
}

.card-header h2.card-title {
	margin-bottom: 0;
	margin-top: 15px;
	color: #FFFFFF;
}

.card-body {
	padding: .75rem .5rem;
}

body .ui-panel .ui-panel-titlebar .ui-panel-title {
	font-weight: normal;
}

body .ui-accordion .ui-accordion-header {
	font-size: 1.1rem;
	font-weight: normal;
}

body .ui-accordion .ui-accordion-header .ui-icon {
	left: 8px;
	color: white !important;
}

h2.card-title {
	font-size: 1.1rem;
	font-weight: normal;
}

.card-img-top {
	outline: 0;
	max-width: 100%;
	height: 6em;
	border-radius: 0;
	flex-shrink: 0;
}

.no-gutters img {
	border-radius: .25rem 0 0 .25rem;
}

.card ul {
	padding: 0;
	margin: 0 0 0 0;
	list-style-type: none;
}

/* .card ul li { */
/* 	padding: 0; */
/* 	border-bottom: 1px dotted #476274; */
/* } */
.auflistung ul {
	list-style: none; /* Remove default bullets */
	margin-left: 2em;
}

.auflistung ul li {
	border-bottom: 0px !important;
}

.auflistung ul li::before {
	content: "\2022";
	/* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #476274;
	font-weight: bold;
	display: inline-block;
	/* Needed to add space between the bullet and the text */
	width: 1em;
	margin-left: -1em;
}

.tableAuflistung tr td::before {
	content: "\2022";
	/* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #476274;
	font-weight: bold;
	display: inline-block;
	/* Needed to add space between the bullet and the text */
	width: 1em;
	margin-left: -1em;
}

.tableAuflistung table {
	margin-left: 2em;
}

#gespeichertedatenTable {
	border-collapse: collapse;
	width: 80%;
}

.card ul li:first-of-type {
	padding-top: 0;
}

.card ul li:last-of-type {
	border-bottom: none;
}

.card ul li>* {
	padding-top: 2px;
	padding-bottom: 2px;
}

.card time {
	font-style: italic;
	font-size: 0.9em;
	color: #190000;
}

/* .card li a { */
/* 	display: block; */
/* 	padding: 0 2px; */
/* 	padding: .375rem .75rem; */
/* } */
#accordionListBund a.btn {
	font-size: 0.85rem !important;
	color: rgb(71, 98, 116);
	border: none !important;
	text-align: left;
	border-radius: 0;
}

#accordionListBund a.btn:focus, #accordionListBund a.btn:hover,
	#accordionListBund a.btn:active {
	color: #FFF;
}

.card li a:focus, .card li a:hover, .card li a:active, .card li a:focus time,
	.card li a:hover time, .card li a:active time {
	background-color: #476274;
	color: #FFFFFF;
	transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-webkit-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
}

.card-footer {
	padding: .75rem;
}

/* Buttons */
.btn-primary {
	background-color: #476274;
	border: 2px solid #96aebe;
}

.btn-primary:focus, .btn-primary:hover, .btn-primary:active {
	background-color: #96aebe;
	border-color: #476274;
}

.btn-outline-primary {
	color: #476274;
	border-color: #476274;
}

/*
.btn-outline-primary:focus, .btn-outline-primary:hover,
	.btn-outline-primary:active, .btn-outline-primary:not (.disabled ):not
	 (.disabled ).active, .btn-outline-primary:not (.disabled ):not (.disabled
	 ):active, .show>.btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #476274;
	border-color: #96aebe;
}

.btn-outline-primary:not (:disabled ):not (.disabled ).active:focus,
	.btn-outline-primary:not (:disabled ):not (.disabled ):active:focus,
	.show>.btn-outline-primary.dropdown-toggle:focus, .btn-outline-primary.focus,
	.btn-outline-primary:focus {
	box-shadow: 0 0 0 .1rem #96aebe;
}
*/
.btn-link {
	color: #437BA7;
}

.card-img-right, .card-img-left {
	flex-shrink: unset !important;
}

.flex-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.accordion button {
	width: 100%;
	text-align: left;
}

.accordion>.card {
	margin: 0;
}

.accordion ul {
	width: 100%;
}

.accordion ul li {
	padding: 0 1px;
}

/* Reiter */
#info-tabs>.card-header {
	background-color: #FFFFFF;
	border: none;
}

#info-tabs .card-header .card-header {
	border-bottom: none;
}

#info-tabs .nav-item {
	background-color: #476274;
	color: #FFFFFF;
	margin-right: 1px;
	width: auto;
}

@media screen and (max-width: 480px) {
	#info-tabs .nav-item {
		width: 100%;
	}
}

#info-tabs .nav-item.active {
	color: #476274;
	background-color: #FFFFFF;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	z-index: 1;
}

#info-tabs ul li.high {
	line-height: 3.7em;
}

#info-tabs ul li a span {
	display: inline-block;
}

#info-tabs ul li  img {
	width: 50px !important;
	height: auto;
	padding-right: 10px;
	display: inline-block;
}

/* sitemap */
.sitemap {
	background-color: #476274;
	color: #FFF;
	border: medium none;
	margin: auto;
	padding: 0 0 8px 0;
}

.sitemap .container {
	
}

.sitemap .nav.navbar-nav {
	display: flex;
	width: 100%;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

@media screen and (max-width: 991px) {
	.sitemap {
		padding: 0px;
	}
	.sitemap .container {
		padding: 0;
	}
	.sitemap .nav.navbar-nav {
		display: block;
		width: 100%;
	}
}

.sitemap .container h2, .sitemap .container h3, .sitemap .container ul,
	.sitemap .container ul li, .sitemap .container ul a {
	color: #FFF;
}

.sitemap .container h3 {
	font-size: 14px;
	margin-top: 0;
	font-weight: bold;
	padding-top: 15px;
}

.sitemap ul {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 13px;
}

.sitemap ul a {
	padding: 4px;
	display: block;
}

.sitemap ul.nav>li {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 16%;
	-ms-flex: 0 1 16%;
	flex: 0 1 16%;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	padding: 0 0;
}

.sitemap ul.nav>li.column2 {
	-webkit-flex: 0 1 36% !important;
	-ms-flex: 0 1 36% !important;
	flex: 0 1 36% !important;
}

.sitemap ul ul {
	list-style-type: none;
}

.sitemap a:focus, .sitemap a:hover, .sitemap a:active {
	/* text-decoration: underline;*/
	
}

@media screen and (max-width: 991px) {
	.sitemap .container h3 {
		margin: 0;
		padding: 0;
		font-size: 16px;
		display: inherit;
	}
	.sitemap .container h3 a {
		padding: 0.9em 0.7em;
	}
	#sitemap>ul>li {
		border-bottom: 1px solid #FFF;
	}
	#sitemap .nav.navbar-expand-lg.ohneUnterseiten {
		padding-left: 2.9em;
	}
	#sitemap>ul>li:first-of-type {
		border-top: none;
	}
	.sitemap ul ul {
		border-top: 1px solid #FFF;
		padding-left: 4.2em;
	}
	.sitemap ul ul li {
		padding: 10px;
		border-bottom: 1px dotted #FFF;
		font-size: 15px;
	}
	.sitemap ul ul li:last-of-type {
		border: none;
	}
	.fold .navbar-toggler {
		display: inline;
		background-color: transparent;
		font-size: 12px;
		font-weight: bold;
		text-align: right;
		padding: 0 0 1px 0;
		color: #476274;
		vertical-align: bottom;
		line-height: 2.2;
	}
	.fold .navbar-toggler:focus, .fold .navbar-toggler:hover, .fold .navbar-toggler:active
		{
		color: #96aebe;
	}
	.sitemap .fold .navbar-toggler {
		color: #FFFFFF;
	}
	.fold .navbar-toggler i {
		font-size: 2.5em;
		margin: 0 5px;
	}
	#navi .fold .navbar-toggler i {
		margin: 0 0 0 5px;
	}
}

@media screen and (min-width: 992px) {
	.sitemap .nav.navbar-nav.fold li, .sitemap .navbar-collapse {
		display: block !important;
	}
}

@media screen and (max-width: 576px) {
	header, main, footer {
		width: 96%;
		margin: auto;
	}
	.sitemap ul ul {
		border-top: 1px solid #FFF;
		padding-left: 3.8em;
	}
	.ui-panelgrid .ui-panelgrid-header {
		text-align: center;
		padding: 0px;
	}
}

@media screen and (max-width: 380px) {
	.sitemap .container h3 {
		font-size: 14px;
	}
}

/* Footer */
ul.footer-info {
	list-style-type: none;
	font-size: 13px;
	width: auto;
	margin: 0 auto;
	padding: 0;
	flex-direction: row;
	display: flex;
}

ul.footer-info li {
	display: inline-block;
	padding: 0.5em 1em;
}

ul.footer-info li a {
	padding: 2px;
}

ul.footer-info li a.active {
	background-color: #476274;
	color: #FFFFFF;
}

.footer-text {
	padding: 1.5em 0 0 0;
	text-align: center;
	font-size: 0.7em;
}

.footer-text-nopadding {
	padding: 0.1em 0 0 0;
	text-align: center;
	font-size: 0.7em;
}

#footerNavi {
	position: relative;
	margin: 0 auto;
	padding: 0;
	z-index: 1;
}

.headerNavItem {
	color: #190000;
	/*display: block;*/
	font-weight: 300;
	padding: 0.5em 0;
	transition: all 0.5s ease;
	border-top-right-radius: 0.25em;
	border-top-left-radius: 0.25em;
}

#footerNavi .navbar {
	max-width: 1400px;
}

#footerNavi .footerNavbar {
	display: flex !important;
}

#footerNavi .footerNavbar ul {
	width: auto;
	margin: 0 auto;
	padding: 0;
}

#footerNavi .footerNavbar {
	padding-right: 2px;
}

#footerNavi a:focus, #footerNavi a:hover, #footerNavi a:active {
	text-decoration: underline;
}

.column2>ul {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	-webkit-column-gap: 2px; /* Chrome, Safari, Opera */
	-moz-column-gap: 2px; /* Firefox */
	column-gap: 2px;
}

@media screen and (max-width: 550px) {
	.column2>ul {
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
		-moz-column-count: 1; /* Firefox */
		column-count: 1;
		-webkit-column-gap: 0; /* Chrome, Safari, Opera */
		-moz-column-gap: 0; /* Firefox */
		column-gap: 0;
	}
	.footer-info {
		flex-direction: column !important;
		margin: 0 !important;
	}
	.dokumentList {
		margin-right: 6px !important;
		text-align: center !important;
	}
}

.underlinedText {
	text-decoration: underline rgb(40, 95, 143);
}

footer {
	padding-bottom: 2em;
}

.fa-leanpub::before {
	content: "\f212";
}

.fa-sign-language::before {
	content: "\f2a7";
}

.topLink {
	display: block;
	text-align: center;
	background-color: #dedede;
	width: 100%;
	box-shadow: 0 0 6px #7a7a7a;
	transition: height 1.8s ease-in-out;
	-moz-transition: height 1.8s ease-in-out;
	-webkit-transition: height 1.8s ease-in-out;
	-o-transition: height 1.8s ease-in-out;
	visibility: hidden;
	z-index: 100;
}

.topLink.show {
	animation-name: slideUpFadeIn;
	-webkit-animation-name: slideUpFadeIn;
	animation-duration: 1.2s;
	-webkit-animation-duration: 1.2s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	visibility: visible !important;
	position: fixed;
	bottom: 0
}

.topLink a:link, .topLink a:visited {
	color: #190000;
	text-decoration: none;
	display: block;
	padding: 3px 0;
}

.topLink a:focus, .topLink a:hover, .topLink a:active {
	background-color: #efefef;
	color: #000;
	text-decoration: underline;
}

figure {
	background-color: #fefefe;
	padding: 5px;
}

figure img {
	max-width: 100%;
}

figure figcaption {
	font-size: 0.7rem;
	max-width: 100%;
}

@media print {
	body {
		font-size: 12px;
	}
	.noprint {
		display: none;
	}
	#tm.mitRand #seitentitel {
		font-size: 1.1em !important;
	}
	#tm #zeile1 {
		font-size: 1.1em !important;
		/*text-transform: uppercase;*/
		color: #476274;
		font-variant: small-caps;
		font-family: "Times News Roman", serif;
	}
	header, .page-content {
		width: calc(100% - 4px);
		margin: auto;
	}
	.border.shadow {
		border: none !important;
		padding: 0 !important;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
	}
	.page-content>section>div {
		display: inline;
	}
	#page-wrapper {
		background-color: white;
	}
	h1+div a, h1 a {
		border: 2px solid white;
	}
	nav, #breadcrumb, aside, footer, .topLink {
		display: none;
	}
	h1, h2, h3, h4 {
		page-break-after: avoid;
	}
	main {
		page-break-before: avoid;
	}
	.underlinedText {
		text-decoration: underline rgb(40, 95, 143);
		font-size: 10px;
	}
	.notUnderlinedText {
		font-size: 10px;
	}
}

#bereichsnavi_klappe {
	background-color: whitesmoke;
	color: black;
	position: fixed;
	left: 0;
	z-index: 1110;
}

/*****************************************************topbar-menu-button****************************/
#topbar-menu-button {
	display: none;
	color: #476274;
}

@media ( max-width : 1026px) {
	.rpNavMainMenu .ui-menuitem.ui-widget.ui-corner-all {
		border-bottom: 0px !important;
		border-radius: 0 !important;
	}
	#topbar-menu-button {
		display: block;
		text-align: left;
		text-decoration: bold;
	}
	#topbar-menu-button .ui-menuitem-link>.ui-icon-triangle-1-s {
		display: none !important;
	}
	#topbar-menu-button .ui-menuitem-icon {
		color: #476274;
	}
	#topbar-menu-button .ui-menuitem a:hover {
		background: #96aebe;
	}
	.fa.fa-search {
		margin-left: 0px;
	}
	.rpNavMainMenu {
		width: 100% !important;
		padding: 0 !important;
		margin-bottom: 0px !important;
	}
	.rpNavMainMenu .ui-menuitem-link {
		line-height: 3 !important;
		padding-left: 20px !important;
	}
	.ui-menu .ui-separator {
		border-bottom: 1px solid #96aebe;
		margin-left: 1px;
	}
	#rpNavMainDiv {
		display: none;
	}

	/* 	.ui-helper-clearfix::before, .ui-helper-clearfix::after { */
	/* 		display: none; */
	/* 	} */
	.ui-wizard .ui-wizard-step-titles .ui-wizard-step-title {
		padding: 5px 10px !important;
	}
	/* 	.ui-helper-clearfix::before, .ui-helper-clearfix::after { */
	/* 		display: none; */
	/* 	} */
	.ui-menu .ui-menu-list .ui-menuitem .ui-menuitem-link .ui-menuitem-text
		{
		font-size: 1em !important;
	}
	.ui-menu .ui-menu-parent .ui-menu-child {
		width: 16em;
		position: absolute;
		margin: 0;
		outline: 0;
		/*     line-height: 2.0; */
		text-decoration: none;
		font-size: 100%;
		list-style: none;
	}
	.fontTableNameSize {
		font-size: 100% !important
	}
	.underlinedText {
		text-decoration: underline rgb(40, 95, 143);
		font-size: 0.7rem;
	}
	.notUnderlinedText {
		font-size: 0.7rem;
	}
	.fontTableNameSizeLarge {
		font-size: 100% !important;
	}
}

@media ( max-width : 1450px) {
	.dokumentList {
		margin-right: 6px !important;
	}
}

/* @media ( max-width : 1135px) { */
/* 	body .ui-menu .ui-menu-list .ui-menuitem .ui-menuitem-link { */
/* 		font-size: 0.55rem ; */
/* 	} */
/* } */

/* @media ( max-width : 1366px) { */
/* 	body .ui-menu .ui-menu-list .ui-menuitem .ui-menuitem-link { */
/* 		font-size: 0.65rem ; */
/* 	} */
/* } */
@media ( min-width :1027px) and (max-width:1135px) {
	body .ui-menu .ui-menu-list .ui-menuitem .ui-menuitem-link {
		font-size: 0.55rem;
	}
}

@media ( min-width :1136px) and (max-width:1200px) {
	body .ui-menu .ui-menu-list .ui-menuitem .ui-menuitem-link {
		font-size: 0.60rem;
	}
}

@media ( min-width :1201px) and (max-width:1366px) {
	body .ui-menu .ui-menu-list .ui-menuitem .ui-menuitem-link {
		font-size: 0.60rem;
	}
}

@media ( max-width :640px) {
	body .ui-carousel .ui-carousel-dropdown {
		display: none !important;
	}
}

/**anmeldenButton***/
#anmeldenButton {
	background-color: #476274 !important;
}

.headerNavItem .ui-widget-content.ui-menu-list.ui-corner-all.ui-helper-clearfix.ui-menu-child.ui-shadow
	{
	left: -5px !important;
	width: 6.8em !important;
}

.booleanCheckbox .ui-chkbox {
	width: auto;
}

.rpPanelHeader .ui-widget-header {
	background: #476274 !important;
	color: #ffffff;
	border: 1px solid #dddddd;
	font-weight: bold;
	text-align: center;
}

.ui-chkbox-box.ui-state-active {
	border: 1px solid #476274 !important;
	background-color: #476274 !important;
}

.ui-button-icon-left {
	left: 2em;
}

#loginPanel .ui-panelgrid .ui-panelgrid-cell {
	padding: 0 5px;
}

.ui-icon-person {
	font-size: 25px;
}

.rpButton {
	background-color: #476274 !important;
	width: 150px;
}

.ui-wizard .ui-wizard-step-titles .ui-wizard-step-title {
	border: 1px solid #dddddd !important;
	border-right: 0 none;
	margin: 10px 0 !important;
	font-size: 0.96em;
}

.ui-wizard .ui-wizard-step-titles .ui-wizard-step-title.ui-state-highlight
	{
	border-color: #476274 !important;
	background-color: #476274 !important;
	color: #ffffff;
}

.ui-button {
	width: 140px !important;
	background-color: #476274 !important;
}

/* normale und erweiterte Suche*/
.ui-selectoneradio.ui-grid.customRadio  label {
	vertical-align: text-top;
	display: inline;
}

div.customRadio div.ui-g-12 {
	padding-bottom: 4px;
	padding-top: 4px;
}

div.ui-panelgrid-cell .pg-col-nopad-inside label {
	padding: 8px;
}

div.ui-panelgrid-cell .pg-col-nopad-inside {
	padding-bottom: 4px;
	padding-top: 4px;
}

.suchOptCheckbox .ui-chkbox-label {
	display: inline;
}

body .ui-inputfield {
	font-size: inherit;
}

.ui-panelgrid .ui-grid-responsive .ui-panelgrid-cell .nopad-inside {
	padding-bottom: 2px;
	padding-top: 2px;
}

.searchButton.ui-button {
	background-color: #476274;
}

div.searchOptDiv {
	border-top: 0.1em solid;
	color: #476274;
	margin: 6px;
}

div.searchHeaderDiv {
	border-top: 0.2em solid;
	color: #476274;
	margin: 6px;
}

/*neues_kennwort_zuschicken_button*/
.neues_kennwort_zuschicken_button {
	width: 205px !important;
}

/*Passwort-Anfordern loeschen_button*/
.loeschen_button {
	width: 85px !important;
}

/*Item wenn User sich anmeldet*/
.headerNavItemUser {
	text-align: left;
}

.dokumentList {
	margin-right: 15px;
}

.fontHeaderSmall {
	
}

.fontHeadrMedium {
	
}

.fontTableNameSize {
	font-size: 110% !important;
}

.fontTableNameSizeLarge {
	font-size: 130%;
}

.rotate90 {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.verticalHeader table thead tr th .rotate90 {
	height: 200px;
}

.marginLeft20 {
	margin-left: 20px;
}

body .ui-menu.ui-menubar>.ui-menu-list>.ui-menuitem>.ui-menuitem-link {
	color: #000000;
}

body .ui-breadcrumb ul li:last-child .ui-menuitem-link {
	color: #000000;
}

body .ui-tree .ui-treenode .ui-treenode-content .ui-treenode-label.ui-state-highlight
	{
	background-color: #476274;
}

.visually-hidden {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap; /* added line */
}

button {
	-moz-appearance: none;
	-webkit-appearance: none;
	background: none;
	border: none;
	outline: none;
	font-size: inherit;
}

.btn {
	all: initial;
	margin: 1em;
	display: inline-block;
}

.btn__content {
	background: orange;
	padding: 1em;
	cursor: pointer;
	display: inline-block;
}

/* Fixing the Safari bug for `<button>`s overflow */
.btn__content {
	position: relative;
}

/* All the states on the inner element */
.btn:hover>.btn__content {
	background: salmon;
}

.btn:active>.btn__content {
	background: darkorange;
}

.btn:focus>.btn__content {
	box-shadow: 0 0 2px 2px #51a7e8;
	color: lime;
}

/* Removing default outline only after we've added our custom one */
.btn:focus, .btn__content:focus {
	outline: none;
}

.warning {
	padding: 10px;
	/* 	background-color: #E60000; */
	background-color: #fcf8e3;
	border-color: #8a6d3b;
	font: 1.5em;
	border-radius: 0.25em;
	color: #8a6d3b;
}

.hotInfo {
	background-color: #ac1231;
}

.closebtn {
	margin-left: 15px;
	color: 8a6d3b;
	font-weight: bold;
	float: right;
	font-size: 22px;
	line-height: 20px;
	cursor: pointer;
	transition: 0.3s;
}

.warningIcon {
	margin-right: 15px;
	color: 8a6d3b;
	font-weight: bold;
	float: left;
	font-size: 22px;
}

.closebtn:hover {
	color: red;
}

p.mandatdata {
	display: table-cell;
	vertical-align: bottom;
	height: 1cm;
	margin-bottom: 0;
	padding-left: 0.2cm;
	padding-bottom: 0
}

p.mandatlabel {
	width: 14cm;
	border-top: 1.2px solid black;
	text-align: left;
	margin-top: 0;
	margin-left: 0.2cm;
	padding-left: 1cm
}

.ui-wizard-nav-next {
	margin: 10px 25px 10px 10px;
}

.ui-wizard-nav-back {
	margin: 10px 10px 10px 25px;
}

.regist-anschriftLand {
	min-width: 200px !important;
}

.download {
	background-color: #c8dde8;
	padding-left: 0.5em;
}

div.download {
	margin: 1px 1px 1px 20px;
}

div.download-coloronly {
	background-color: #c8dde8;
	padding-left: 0.5em;
}

.infotext {
	margin: 5px 5px 5px 5px;
	border-color: #000000;
	border-style: solid;
	border-width: 2px;
	padding: 3px;
}

#radio_dkbuttons table tr {
	padding: 0px 0px;
}

.rp-download-border {
	border: 1px solid #dddd;
	border-radius: 4px;
	padding: 15px;
}

body .ui-menu-list li.ui-state-active, body .ui-menu-list li a.ui-state-active
	{
	background: #96aebe !important;
	color: #000000 !important;
}

body .ui-menu-list li.ui-state-focus, body .ui-menu-list li a.ui-state-focus
	{
	background: #bccbd6 !important;
	color: #000000 !important;
}

body .ui-menu-list li.ui-state-hover, body .ui-menu-list li a.ui-state-hover
	{
	background: #bccbd6 !important;
	color: #000000 !important;
}

body .ui-widget-content #sidebarMobile {
	background-color: none;
	border: 0px;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:focus {
	position: relative;
	width: auto;
	height: auto;
	clip: initial;
	margin: inherit;
	padding: inherit;
	border: initial;
}

#skip-navi a {
	background-color: white;
	padding: 5px 25px;
	border: 4px solid #476274;
}

#skip-navi a.sr-only-focusable:active, #skip-navi a.sr-only-focusable:focus
	{
	position: absolute !important;
	top: 1px;
	left: 0;
	z-index: 1000;
}

.dashboard .global-sales table tbody tr td:nth-child(1) {
	font-weight: 300;
	text-align: left;
}

body .ui-widget-content {
	border: 0px;
}

.alignTextLeft {
	text-align: left !important;
}

.width100 {
	width: 100%;
}

.marginTop10px {
	margin-top: 10px
}

.padding4Px {
	padding: 4px;
}

.padding3Px {
	padding: 3px;
}

.padding0Px {
	padding: 0px;
}

.marginLeft20Px {
	margin-left: 20px !important
}

.paddingTop15Px {
	padding-top: 15px;
}

.paddingBottom20Px {
	padding-bottom: 20px !important;
}

.displayBlock {
	display: block
}

.fontSize85 {
	font-size: 85%
}

.displayInlineTable {
	display: inline-table;
}

.boerderRadius025 {
	border-radius: 0.25em;
}

.infoSuchergebnisse {
	margin: 2px !important;
	padding: 2px !important;
}

.sitzSuchErgebnisse {
	text-align: center;
	padding-bottom: 20px;
}

.fontWeightBold {
	font-weight: bold;
}

.textAlignLeft {
	text-align: left;
}

.textAlignCenter {
	text-align: center !important;
}

.firmenSperrHindernis {
	color: #ff0000;
	font-weight: bold;
}

.regist-font-weight-bold {
	font-weight: bold;
}

.regist-float-right {
	float: right;
}

.regist-margin-bottom {
	margin-bottom: 15px;
}

.regist-antrag-hinweis {
	border: 2px solid red;
	padding: 0.5em;
	margin-bottom: 0.5cm;
}

.regist-antrag-bezeichnung {
	padding-top: 1cm;
	line-height: 150%;
}

.regist-antrag-font {
	font: 11pt Arial;
}

.regist-sepa {
	border: 2px solid black;
	padding-left: 0.2cm;
	padding-right: 0.5cm;
}

.regist-sepa-mandat {
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	margin-top: 0.2cm;
}

.login-margin-bottom {
	margin-bottom: 20px;
}

.login-panelgroup {
	display: block;
	text-align: center;
}

.login-margin-links {
	margin-top: 25px;
}

.regist-Nutzungsordnung-table {
	margin-top: 3px;
	margin-bottom: 3px;
	border: 1px solid black;
	border-collapse: collapse;
	font-size: 80%
}

.regist-Nutzungsordnung-table-cell {
	border: 1px solid black;
	padding: 2px 8px 2px 8px;
}

.kennwortAnfordern-margin-bottom10 {
	margin-bottom: 10px;
}

.kennwortAnfordern-margin-bottom20 {
	margin-bottom: 20px;
}

.barrierefreiheitform-margin-bottom35 {
	margin-bottom: 35px;
}

.barrierefreiheitform-border {
	border: 1px solid #dddd;
	border-radius: 4px;
	padding: 20px 35px;
}

.ui-datatable .ui-datatable-footer {
	text-align: left;
	display: none;
}

.onlyPc {
	display: none;
}

/*DK-Baum Details*/
.ui-panelgrid .ui-panelgrid-cell .paddingSmall {
	padding: 2px 8px 2px 8px !important;
}

.dknode_border ul li {
	padding: 0;
	border-bottom: 1px dotted #476274;
}

.ueberschrifth3 {
	font-size: 1.0rem;
	font-weight: bold;
}

.ui-panelgrid .rpDKRadio td {
	padding: 0px !important;
}

body .ui-widget-content .registerFieldSet {
	border: 1px dotted #476274 !important;
}

.noHeader.ui-datatable table thead tr {
	display: none;
}

.labels {
	font-family: Arial, Helvitica, sans-serif;
	/* font-style: bold; - ungueltige Angabe */
	/* font-size: +1; - ungueltige Angabe */
	background-color: #BFCED8;
}

.withoutMargin {
	margin: 0px;
}

body .ui-tabs.ui-tabs-top .ui-tabs-nav li a, body .ui-tabs.ui-tabs-bottom .ui-tabs-nav li a,
	body .ui-tabs.ui-tabs-left .ui-tabs-nav li a, body .ui-tabs.ui-tabs-right .ui-tabs-nav li a
	{
	color: white;
}

body .ui-tabs.ui-tabs-top .ui-tabs-nav li, body .ui-tabs.ui-tabs-bottom .ui-tabs-nav li,
	body .ui-tabs.ui-tabs-left .ui-tabs-nav li, body .ui-tabs.ui-tabs-right .ui-tabs-nav li
	{
	background-color: #96aebe !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a,
	.ui-tabs .ui-tabs-nav li.ui-state-processing a {
	background-color: #476274 !important;
}

body .ui-tabs.ui-tabs-top .ui-tabs-nav li.ui-state-active, body .ui-tabs.ui-tabs-bottom .ui-tabs-nav li.ui-state-active,
	body .ui-tabs.ui-tabs-left .ui-tabs-nav li.ui-state-active, body .ui-tabs.ui-tabs-right .ui-tabs-nav li.ui-state-active
	{
	border: 1px solid black;
	border-bottom-color: rgb(221, 221, 221);
	background-color: #ffffff;
}

body .ui-dialog .ui-dialog-buttonpane{

  text-align: center;
}