/*.bootstrap-padding {
	padding-bottom: 40px;
	padding-top: 115px;	
}*/

.navbar-default {
	background-color: #fff;
	background-image: none;	
}

.navbar-fixed-top {
	min-height: 105px;
}

.navbar-fixed-top .navbar-brand {
	height: 105px;
}

.navbar-fixed-bottom {
	min-height: 30px;
}

.navbar-fixed-bottom li > a { 
	padding: 5px;
}

.navbar-toggle {
	border-color: #ddd;
}

.navbar-toggle .icon-bar {
	background-color: #888;
}

.navbar-text {
	margin: 15px;
}

.dropdown-menu>li>.text {
	clear: both;
	color: #666;
	display: block;
	font-weight: 400;
	line-height: 1.42857;
	padding: 3px 20px;
	white-space: nowrap;
}

.form-horizontal .form-inline .form-group, .form-horizontal .form-group .row {
	margin-left: 0;
	margin-right: 0;
}

.tooltip-inner {
	background-color: #eee;
	border: 1px solid #ddd;
	color: #000;
	max-width: 80%;
	padding: 5px 10px;
	text-align: left;
}

.page-header {
	margin: 20px 0;
}

dt {
	font-weight: normal;
}

.pager {
	margin: 10px 0;
}

.edikte-header h1 {
	margin-bottom: 0px;
	margin-top: 10px;	
}

.checkbox input[type="checkbox"], .radio input[type="radio"] {
	margin-right: 0.3em;
}

/*
neues Edikte Design
*/

html {
	height: 100%;
	width: 100%;
}

body {
	min-height: 100%;
	min-width: 300px;
	position: relative;
}

.bootstrap-padding {
	padding-bottom: 86px;
	padding-top: 0;	
}

.site-header {
	/*border-image-source: linear-gradient(to right, #fff, var(--main-orange) 30%);*/
	/*border-image-slice: 1;*/
	background-color: #fff;
	border-bottom-color: #FF9933;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	display: flex;
	flex-wrap: wrap;
	position: sticky;
	top: 0;
	z-index: 9996;
}

#nav_logo {
	background: #fff;
	font-size: 0;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-top: 10px;
	/*width: 283px;*/
}

#nav_logo a {
	display: inline-block;
	font-size: 14px;
	margin-right: 15px;
	overflow: hidden;
}

.edikte-header {
	/* background-color: #f0f0f0; */
	/*background-image: linear-gradient(to right, #fff 50%, var(--main-orange-more-transparent) 100%)*/
	/*text-align: end;*/
	background-color: #666666;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: center;
	padding-bottom: 5px;
	padding-left: 15px;
}

.edikte-header h1,
.edikte-header small {
	/*color: black; */
	/*color: var(--main-orange);*/
	color: #fff;
}

.edikte-header h1 {
	margin-top: 0;
}

#contentsuche {
	margin-top: 20px;
}

.form-control {
	max-width: 1000px;
}

#ergebnisliste {
	border: none;
}

.table-bordered {
	border-radius: 3px;
}

.nav > li {
	display: inline-block;
}

/* #navbar */
.site-footer {
	background-color: #f5f5f5;
	bottom: 0;
	left: 0;
	min-height: 86px;
	padding-bottom: 31px;
	padding-top: 13px;
	position: absolute;
	text-align: center;
	width: 100%;
}
.site-footer .breadcrumb {
	display: inline-block;
	margin: 0 82px 0 15px;
	padding: 0;
}

/*
#navbar > .nav-pills {
	border-top: 1px solid #eee;
	padding-bottom: 12px;
	padding-top: 12px;
	padding-right: 87px;
}

#navbar > .nav-pills > li {
	float: none;
}
*/

.navbar-fixed-bottom {
	min-height: 0;
}

#linkstop {
	float: left;
}
#rechtstop {
	float: right;
}
#linkstop span,
#rechtstop span {
	font-size: 14px;
}

#printalldiv {
	margin-top: 5px;
}

.btn-to-top {
	bottom: 40px;
	margin-left: auto;
	position: fixed;
	right: 15px;	
	opacity: 0.6;
	z-index: 9997;
}
/* 
sidenav
*/
#side-nav-menu-handle ~ * .bootstrap-padding,
#side-nav-menu-handle ~ .bootstrap-padding,
#side-nav-menu-handle ~ .site-footer,
#side-nav-menu-handle ~ nav.navbar-fixed-bottom {
	padding-left: 244px;
}
.side-nav-menu-button {
	color: #666666;
	cursor: pointer;
	display: none;
	font-size: 18px;
	left: 0;
	margin: 31px 0 0 15px;	
	position: fixed;
	top: 0;
	z-index: 9997;
}
.side-nav-menu-toggle {
	display: none;
}
.modal-layer {
	background: rgba(0, 0, 0, 0.2);
	bottom: 0;
	left: 0;
	margin: 0;
	position: fixed;  
	top: 0;
	z-index: 9998;
}
.side-nav {
	background: white;
	border-right: 1px solid rgba(0, 0, 0, 0.12);
	bottom: 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	left: 0;
	overflow: auto;
	position: fixed;
	top: 0;
	width: 244px;
	z-index: 9996;
}
.side-nav__header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	padding-bottom: 19px;
	padding-left: 15px;
	padding-top: 10px;
}
.side-nav__items {
	flex: 1;
	overflow: auto;
}
.side-nav__items ul {
	list-style-type: none;
	margin: 0;
	padding: 10px 0;  
}
/*.side-nav__items li,*/
.side-nav__link {
	display: block;
	padding: 10px 15px;
}
.side-nav__link--selected {
	background-color: rgba(0, 0, 0, 0.12);
}
/*.side-nav__items li:hover {
  background: lightgray;
}*/

/*
@media Section: desktop-first
*/

/* 
bootstrap collapse-width: 768px
side-nav width: 283px/244px
max-width = 768px + 283px/244px - 1
*/
@media screen and (max-width: 1011px) {
	.side-nav-menu-button {
		display: block;
	}
	#side-nav-menu-handle ~ .site-header > #nav_logo {
		padding-left: 53px;
	}
	#nav_logo a {
		width: 73px;
	}
	#side-nav-menu-handle ~ * .bootstrap-padding,
	#side-nav-menu-handle ~ .bootstrap-padding,
	#side-nav-menu-handle ~ .site-footer,
	#side-nav-menu-handle ~ nav.navbar-fixed-bottom {
		padding-left: 0;
	}
	.side-nav {
	    transform: translate3d(-100%, 0, 0);
	    transition-duration: 200ms;
		transition-property: transform;
		z-index: 9999;
	}
	.side-nav__header {
		padding-bottom: 9px;
	}
	#side-nav-menu-handle:checked ~ .modal-layer {
		right: 0;
	}
	#side-nav-menu-handle:checked ~ .side-nav {
		transform: translate3d(0, 0, 0);
	}
}

@media (max-width: 486px) {
	#linkstop a,
	#rechtstop a {
		font-size: 0;
	}
}

@media (max-width: 399px) {
	.bootstrap-padding {
		padding-bottom: 104px;
	}
}

@media (max-width: 308px) {
	.bootstrap-padding {
		padding-bottom: 124px;
	}
}

@media (max-height: 599px) {
	.site-header {
		position: static;
	}
}

@media print {
	a[href]:after {
		content: none !important;
	}
	/* 
	sidenav 
	*/
	#side-nav-menu-handle ~ * .bootstrap-padding,
	#side-nav-menu-handle ~ .bootstrap-padding,
	#side-nav-menu-handle ~ .site-footer,
	#side-nav-menu-handle ~ nav.navbar-fixed-bottom {
		padding-left: 0;
	}
	.site-header {
		position: static;
	}
	
	/* Chrome, IE etc. fix for rendering print as mobile layout*/
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
		.col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-12 {
		width: 100%;
	}
	
	.col-sm-offset-0 {
		margin-left: 0%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-push-1 {
		left: 8.33333333%;
	}
	.col-sm-push-2 {
		left: 16.66666667%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-4 {
		left: 33.33333333%;
	}
	.col-sm-push-5 {
		left: 41.66666667%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-7 {
		left: 58.33333333%;
	}
	.col-sm-push-8 {
		left: 66.66666667%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-10 {
		left: 83.33333333%;
	}
	.col-sm-push-11 {
		left: 91.66666667%;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	
	
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-pull-1 {
		right: 8.33333333%;
	}
	.col-sm-pull-2 {
		right: 16.66666667%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-4 {
		right: 33.33333333%;
	}
	.col-sm-pull-5 {
		right: 41.66666667%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-7 {
		right: 58.33333333%;
	}
	.col-sm-pull-8 {
		right: 66.66666667%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-10 {
		right: 83.33333333%;
	}
	.col-sm-pull-11 {
		right: 91.66666667%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	/* Chrome, IE etc. fix for rendering print as mobile layout*/
}

.datepicker {
	z-index: 9999 !important;
}

fieldset legend {
	display: none;
}

.table.rowlink td:not(.rowlink-skip) a, .table .rowlink td:not(.rowlink-skip) a {
  color: #993300;
  /*text-decoration: underline;*/
}

.table.rowlink td:not(.rowlink-skip) a:hover, .table .rowlink td:not(.rowlink-skip) a:hover,
.table.rowlink td:not(.rowlink-skip) a:focus, .table .rowlink td:not(.rowlink-skip) a:focus {
  text-decoration: underline;
}

.table.rowlink td:not(.rowlink-skip) a.visitedlink, .table .rowlink td:not(.rowlink-skip) a.visitedlink,
.table.rowlink td:not(.rowlink-skip) a:visited, .table .rowlink td:not(.rowlink-skip) a:visited {
  color: #555555;
}

.form-inline .checkbox label,
.form-inline .radio label {
	padding-right: 0.5em;
}

.sr-only-focusable:focus {
	position: absolute;
	top: 20px;
	left: 20px;
	padding: 10px;
	background-color: white;
	border: 1px solid black;
	z-index: 10000;
}

.anchorable { /*Klasse für alle Objekte, die mittels Anchor-Link angesprungen werden sollen - Fügt den sticky-Header als scoll-marign hinzu*/
	scroll-margin-top: 115px;
}