/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v30-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('../fonts/roboto-v30-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v30-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v30-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-700italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local(''),
       url('../fonts/roboto-v30-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v30-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
	color: #333333;
	font-family: Roboto, sans-serif;
	font-size: 1em;
}

h1, h2, h3, h4, h5, h6 {
	color: #176fc0;
}

th {
	padding: 10px;
	text-align: left;
	color: #fff;
	background-color: #176fc0;
}

a {
	-webkit-transition: color 0.1s linear;
	transition: color 0.1s linear;
	color: #0069b4;
	text-decoration: none;
}

hr {
	border-bottom: 1px solid #176fc0;
	border-left: none;
	border-right: none;
	border-top: none;
	margin: 1.5em 0
}

@media screen and (min-width: 53.75em) {
	.logo {
		height: 50px;
		margin-right: 25px
	}
}

.main-header {
	background-color: #fff
}

.main-header {
	position: relative;
	left: 0;
	z-index: 2;
	-webkit-transition: left 0.3s, right 0.3s;
	transition: left 0.3s, right 0.3s
}

@media screen and (min-width: 53.75em) {
	.main-header {
		z-index: 7
	}
}

@media screen and (min-width: 53.75em) {
	.main-header {
		-webkit-transition: none;
		transition: none
	}
}

.main-header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	height: 60px;
	z-index: 20
}

@media screen and (min-width: 53.75em) {
	.main-header {
		height: auto;
		-webkit-box-shadow: none;
		box-shadow: none
	}
}

.footer__upper {
	padding: 26px 0;
}

.footer__upper {
	background-color: #176fc0;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footer__upper ul li:not(:last-child) {
	border-bottom: 2px solid rgba(58, 58, 58, 0.2);
}

@media screen and (min-width: 53.75em) {
	.footer__upper__nav ul li:not(:last-child) {
		border-bottom: none;
	}
	.footer__upper__nav ul li {
		display: inline-block;
		font-size: 13px;
	}
	.footer__upper__nav {
		float: left;
		padding: 19px 0;
	}
	.footer__upper {
		padding: 16px 0;
	}
}

.footer__upper__nav ul li:first-child a {
	padding-left: 0;
}

.footer__upper__nav ul li a {
	padding: 0 10px;
}

.footer__upper ul li a {
	display: block;
	padding: 10px 0;
}

.main-footer a {
	color: #fff;
}

.main-footer {
	margin-top: 35px;
}

.main-footer a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Button Input Checkbox Farben */
.btn-outline-primary {
	color: #fff;
	border-color: #176fc0;
	background-color: #176fc0;
}

.btn-outline-primary:hover {
	color: #176fc0;
	background-color: transparent;
	border-color: #176fc0;
}

.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: #176fc0;
	border-color: #176fc0;
}

.btn-outline-primary:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus
	{
	box-shadow: 0 0 0 0.2rem #176fc0;
}

label.custom-file-label {
	font-family: inherit;
}

.custom-control-input:not(:disabled):active ~.custom-control-label::before
	{
	color: #fff;
	background-color: #0069b4;
	border-color: #0069b4;
}

.custom-control-input:focus ~.custom-control-label::before {
	box-shadow: 0 0 0 0.2rem #0069b4;
}

.custom-control-input:checked ~.custom-control-label::before {
	color: #fff;
	border-color: #0069b4;
	background-color: #0069b4;
}

.custom-file-input:focus ~.custom-file-label {
	border-color: #0069b4;
	box-shadow: 0 0 0 0.2rem #0069b4;
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color: #176fc0;
	background-color: transparent;
}

label.control-label.col-md-3 {
	padding-right: 5px;
	margin-top: auto;
	margin-bottom: auto;
}

label.control-label {
	margin-top: auto;
	margin-bottom: auto;
}

.form-row.row {
	margin-bottom: 16px;
}

.form-row.row .form-group {
	margin-top: auto;
	margin-bottom: auto;
}

.form-row.row .col-md-2 {
	padding-left: 5px;
}

@media screen and (max-width: 768px) {
	.form-row.row > .form-group[class*="col-"] > input, 
	.form-row.row > .form-group[class*="col-"] > select {
		margin-bottom: 10px;
	}
	
	.form-row.row > .form-group[class*="col-"]:has(input,select) {
		margin-bottom: 10px;
	}
	
	/*.form-group.row > [class*="col-"]:has(input,select) {
		margin-bottom: 10px;
	}*/
	
	.form-row.row > .form-group[class*="col-"]:has(input) > input, 
	.form-row.row > .form-group[class*="col-"]:has(select) > select {
		margin-bottom: initial;
	}
}

#application.wrapper {
	display: table;
}

.form-control:focus {
	border-color: #0069b4;
	outline: 0;
	box-shadow: 0 0 0 0.2rem #0069b4;
}

.x-viewport {
	padding-top: 60px;
}

.bnavi-joboffer-header {
	padding: 150px 0;
	background-image: url('../images/header-joboffer-spier.jpg');
	background-size: cover;
	background-position: center;
}

div.bnavi-joboffer-title h1 {
	/*font-size: 56px;*/
	color: #fff;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	.form-row.row .col-md-2.first {
		padding-left: 10px;
	}
	
	.form-row.row .col-md-3.first {
		padding-left: 10px;
	}
	
	.form-row.row .col-md-7.first {
		padding-left: 10px;
	}
}

@media screen and (min-width: 860px) {
	.x-viewport {
		padding-top: 100px;
	}
	#application.wrapper {
		display: block;
	}
	.bnavi-joboffer-header {
		padding: 280px 0;
	}
}

div.bnavioffers {
	margin-top: 1rem;
}

div.login-form {
	margin-top: 1rem;
}

div.bnaviofferhead {
	font-weight: bold;
	padding-top: 12px;
}

div.bnaviofferrow {
	padding-bottom: 6px;
	padding-top: 6px;
	border-bottom: 1px solid #e3e3e3;
}

div.bnavioffercell {
	float: left;
}

div.bnaviinitiative {
	margin-top: 10px;
}

div.bnavi-applications>div p {
	margin-bottom: 1rem;
}

div.bnavi-applications {
	margin-top: 1rem;
}

div.bnavi-applications strong {
	font-weight: bolder;
}

div.bnavi-jobadvertisement strong {
	color: #176fc0;
}

#bewForm strong {
	color: #176fc0;
}

#bewForm b {
	color: #176fc0;
}

@media ( min-width : 576px) {
	div.col-sm-2.btn-logout, div.col-sm-12.btn-logout {
		text-align: right;
	}
}

div.bnavi-application-head {
	float: left;
	font-weight: bold;
}

div.bnavi-application-row {
	float: left;
	padding-bottom: 6px;
	padding-top: 6px;
	width: 100%;
	border-bottom: 1px solid #176fc0;
}

div.bnavi-application-header, div.bnavi-application-row {
	margin-left: 0;
	margin-right: 0;
}

div.bnavi-application-cell {
	float: left;
}

div.bnavi-application-links {
	padding: 15px;
	margin-bottom: 10px;
	color: #000000;
}

div.bnavi-application-links p.description {
	margin-bottom: 0;
}

div.bnavi-application-links a {
	text-decoration: underline;
}

div.bnavi-application-links a:hover {
	text-decoration: underline;
}

div.bnavi-application-links h6 {
	font-size: initial;
}

/* job advertisement */
div.wrapper {
	display: flex;
	align-items: center;
}

.bnavi-primary {
	background-color: #176fc0;
	color: #fff;
}

.bnavi-primary a {
	color: #fff;
}

#titleblock ul {
	list-style-type: inherit;
	padding-left: 40px;
	margin-bottom: 1rem;
}

div.bnavi-jobadvertisement {
	padding-top: 2rem;
}

div.bnavi-jobinformation {
	padding-top: 2rem;
}

div#bewFormHeader {
	margin-bottom: 3.2rem;
}

div.bnavi-flex-wrapper {
	flex: 1 1 auto;
}

.bnavi-center {
	text-align: center;
}

.bnavi-salary {
	margin: 0 0 1.5em;
}

.bnavi-salary-row > .text-right {
	flex: 1 1 90px;
}

.bnavi-salary-row > .text-left {
	float: left;
	flex: 1 0 140px;
}

.bnavi-salary-row {
	width: auto;
	max-width: 230px;
	display: flex;
}
/* end job advertisement */
