@CHARSET "UTF-8";

/*	==================================================
		Struktur
	-------------------------------------------------- */
.container {}

.environmentHeader {
	color: #000;
	font-size: 1em;
	font-weight: bolder;
	background: yellow;
	padding: 5px;
}

#identifikationsbereich {}

#orientierungsbereich {}

#content {}

.content-center-xy {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

#naviMain {}

#naviSub {}

#breadcrumb {
	padding: 10px 0px 10px 0px;
}

#fussleiste {
	height: 20px;
	padding-top: 5px;
}

.trenner_hor {
	height: 10px;
}

#gbsLayer {
	z-index: 5000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/black.png);
}



/*	==================================================
		Typographie
	-------------------------------------------------- */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 1.0em;
	line-height: 1.16em;
	font-weight: normal;
	text-decoration: none;
}



a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	/* font-size: 1.0em; */
	line-height: 1.16em;
	font-weight: normal;
	text-decoration: none;
}

a:link {
}

a:visited {
}

a:focus {
}

a:hover {
	text-decoration: underline;
}

a:active {
}

a:active:focus {
}



#breadcrumb a {
	color: #000;
}

#breadcrumb a:hover {
	color: #005870;
	text-decoration: none;
}

#fussleiste, #fussleiste a {
	color: #2a6ab7;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
}



/*	==================================================
		Buttons
	-------------------------------------------------- */
.btn, .btn.active {
	color: #fff;
	background-color: #2a6ab7;
	border-color: #144984;
	border-radius: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.btn.active {
	background-color: #0AA1E2;
	border-color: #2A6AB7;
}


.btn:focus, .btn:hover, .btn:active, .btn:active:focus,
.btn.active:focus, .btn.active:hover, .btn.active:active, .btn.active:active:focus {
	background-color: #0AA1E2;
	border-color: #2A6AB7;
}


/* Sonder-Buttons: Login */
.btn-login,
.btn-login:focus, .btn-login:hover, .btn-login:active, .btn-login:active:focus {
	background: none;
	border: none;
	padding-left: 0px;
	font-size: 1.5em;
	font-weight: bold;
	color: #2a6ab7;
}

/* Sonder-Buttons: Glyphicon Buttons auf hellem Untergrund */
a.btn-light, a.btn-light:hover {
	height: 15px;
	background: none;
	border: 1px solid #000;
	color: #000;
	font-size: 0.9em;
}
a.btn-light:hover {
	background-color: #0AA1E2;
}



/*	==================================================
		Haupt-Navigation
	-------------------------------------------------- */
#naviMain a {
	/* font-size: 2em; */
	font-weight: bold;
	color: #fff;
}

#naviMain a:hover {
	color: #fff;
	text-decoration: none;
}

#naviMain a:focus {
	text-decoration: none;
}

#naviMain ul li.active a {
	color: #fff;
	text-decoration: none;
}



/* Standard Layout + Burgermenu Layout */
#naviMain .navbar {
	background: none;
	border: none;
	margin: 0px;
}

#naviMain > .navbar > .container-fluid {
	padding: 0px;
}

#naviMain > .navbar > .container-fluid > .gbs-navbar > .btn {
	height: 60px;
	font-size: 20px;
	padding-top: 15px;
}

#naviMain > .navbar > .container-fluid > .navbar-header > .navbar-toggle {   /* Burgermenu Button */
	background-color: #3F3F3E;
	border: none;
	border-radius: 0px;
}

#naviMain > .navbar > .container-fluid > .navbar-header > .navbar-toggle > .icon-bar {   /* Burgermenu Button */
	border: 1px solid #fff;
}

#naviMain > .navbar > .container-fluid > .navbar-collapse {
	white-space: nowrap;
	text-align: center;
	padding: 0px;
}



/* Homescreen + Burgermenu*/
.navi-kacheln {
	text-align: center;
	padding: 0px;
	border-radius: 0px;
}

.navi-kacheln .btn-success {
	width: 154px;
	height: 137px;
	padding-top: 25px;
	border: 1px solid #144984;
	border-radius: 0px;
	font-size: 20px;
	font-weight: bold;
}

.navi-kacheln.homescreen.breit .btn-success {
	width: 21%;
	margin-right: 3.5%!important;
}

.navi-kacheln.homescreen.schmal .btn-success {
	margin-right: 10px;
	margin-bottom: 20px;
}

.navi-kacheln.homescreen .btn-success:LAST-CHILD  {
	margin-right: 0px!important;
}

.navi-kacheln .btn-success:hover {
	background-color: #0AA1E2;
	border-color: #2A6AB7;
}


/* nur Homescreen */
.navi-kacheln > .btn-success {
	margin: 0px 5px 0px 5px;
}


/* nur Burgermenu */
.navbar .navi-kacheln {
	background-color: #3F3F3E;
	margin: 10px;
	padding: 20px;
}

.gbs-navbar .navi-kacheln .btn-success {
	color: red;
}



/*	==================================================
		Sub-Navigation
	-------------------------------------------------- */
#naviSub {
	border: 1px solid #144984;
}

#naviSub li .btn {
	margin: 0px;
	border: none;
	border-radius: 0px;

	/* border-right: 4px solid #fff; */
	background-image: url(../images/navisub_devider.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#naviSub li:last-child .btn {
	/* border: none; */
	background-image: none;
}

#naviSub a {
	/* font-size: 1.em; */
	color: #fff;
}

#naviSub a:hover {
	text-decoration: none;
	background-color: #0AA1E2;
}



/*	==================================================
		Panels
	-------------------------------------------------- */
.panel {
	border: 1px solid #144984;
	border-radius: 0px;
}

.panel-heading {
	border-radius: 0px;
}

/* Bootstrap Panel-Headings: Verlauf als Hintergrund */
.panel-heading.gbs-panel-heading-gradient {
	/* background: -webkit-linear-gradient(#ddd, #fefefe); */ /* For Safari 5.1 to 6.0 */
    /* background: -o-linear-gradient(#ddd, #fefefe); */ /* For Opera 11.1 to 12.0 */
    /* background: -moz-linear-gradient(#ddd, #fefefe); */ /* For Firefox 3.6 to 15 */
    /* background: linear-gradient(#ddd, #fefefe); */ /* Standard syntax */
	background-color: #2a6ab7;
	border: none;
}

/* Bootstrap Panel-Headings: mit/ohne Formulare */
.panel-heading:not(.gbs-panel-heading-form) > h5 {
	margin: 0px;
	color: #fff;
	font-weight: bold;
}
.panel-heading.gbs-panel-heading-form > h5 {
	float: left !important;
	color: #fff;
	font-weight: bold;
}

/* Glyphicon Buttons in Panel-Heading-Formular */
.panel-heading button.btn[data-glyphicon], .panel-heading a.btn {
	background: none;
	border: none;
	color: #fff;
}
.panel-heading button.btn[data-glyphicon][disabled], .panel-heading a.btn[disabled] {
	background: none;
	color: #eee;
}



/*	==================================================
		Tabellen
	-------------------------------------------------- */
/* Tabellen-Header: Verlauf als Hintergrund */
table > thead {
    /* background: -webkit-linear-gradient(#fefefe, #d4d7de); */ /* For Safari 5.1 to 6.0 */
    /* background: -o-linear-gradient(#fefefe, #d4d7de); */ /* For Opera 11.1 to 12.0 */
    /* background: -moz-linear-gradient(#fefefe, #d4d7de); */ /* For Firefox 3.6 to 15 */
    /* background: linear-gradient(#fefefe, #d4d7de); */ /* Standard syntax */
	background-color: #144984;
	color: #fff;
}

table.table tfoot tr td.gbs-pagination {
	text-align: right;
}

table.gbs-formtable {
	table-layout: fixed;
	width: 100%;
}

/* Fixe Breite zB für Spalten mit Labels: breitester Text + 20 Pixel Sicherheitszuschlag. */
table.gbs-formtable td {
	word-wrap: break-word;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
	border: none;
}

/*
table tr.vertical-devider {
	border-top: 3px solid #ddd;
}
*/

table.foo tr:NTH-CHILD(odd) td {
	padding-bottom: 0px;
}
table.foo tr:NTH-CHILD(even) td {
	padding-top: 0px;
}

.table-hover > tbody > tr:hover {
	background-color: #e7e7e7;
}



/*	==================================================
		Pagination
	-------------------------------------------------- */
/* Pagination */
ul.pagination > li > a {
	border: 1px solid #144984;
}

ul.pagination > li > a:hover,
ul.pagination > li > a:focus {
	background-color: #0AA1E2;
	border-color: #2a6ab7;
}

li.disabled.paginator-act-page > span,
li.disabled.paginator-act-page > span:hover {
	background-color: #2a6ab7;
	border: 1px solid #2a6ab7;
	color: #fff;
}

ul.pagination > li.paginator-previous > a, ul.pagination > li.paginator-previous > span,
ul.pagination > li.paginator-previous > a:hover, ul.pagination > li.paginator-previous > span:hover {
	background-color: transparent;
	color: #144984;
	border: none;
	border-radius: 0px;
}
ul.pagination > li.paginator-previous > a:hover, ul.pagination > li.paginator-previous > span:hover {
	color: #2A6AB7;
}

ul.pagination > li.paginator-next > a, ul.pagination > li.paginator-next > span,
ul.pagination > li.paginator-next > a:hover, ul.pagination > li.paginator-next > span:hover {
	background-color: transparent;
	color: #144984;
	border: none;
	border-left: 1px solid #2a6ab7;
}

ul.pagination > li.paginator-next > a:hover, ul.pagination > li.paginator-next > span:hover {
	color: #2A6AB7;
}



/*	==================================================
		Sonstiges
	-------------------------------------------------- */
/* Fehlermeldungen */
ul.errors {
	color: red;
}

/* IE Dropdownboxen: Rahmen um Dropdown-Arrow entfernen */
select::-ms-expand {
	border:none;
	background: transparent;
}

/* jQueryUI autocompletion: sehr lange Listen nicht aus dem Sichtbereich rauslaufen lassen */
.ui-autocomplete {
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;   /* prevent horizontal scrollbar */
}



/*	==================================================
		DEV
	-------------------------------------------------- */
.box1 {
	border: 3px solid red;
}

.box2 {
	border: 3px solid green;
}

.box3 {
	border: 3px solid blue;
}

.box4 {
	border: 3px dashed blue;
}





















/*	==================================================
		WIP
	-------------------------------------------------- */

/* TODO BI: Placeholder Formatierung: Angaben in gbs_global.css werden von Bootstrap übersteuert. */

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #fff;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #fff;
}

::-webkit-input-placeholder { /* Edge */
	color: #fff;
}





/* Bootstrap Labels: Anpassung an GBS Schriftgröße */
form label {
	line-height: 3em;   /* vertikale Ausrichtung zum Formularelement verbessern */
}

.form-control, .form-control[readonly=readonly] {
	background-color: #2a6ab7;
	color: #fff;
	border: 1px solid #144984;
	border-radius: 0px;
}

.panel-heading .form-control {
	background-color: #fff;
	color: #000;
	border-radius: 0px;
}
