/***************** Allgemein *******************/
html {
	min-height: 100%;
	position: relative;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	background-color: #dad8d8;
	color: #545454;
}

.itbverstecken {
	display: none;
}

.itb-linebreak-wrap {
	white-space: pre-line;
}

.itbpunktpunktpunkt {
	white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis; 
}

.itb-ohne-padding {
	padding-right: 0;
	padding-left: 0;
}

.itb-flexbox-container {
	display: flex;
	display: -webkit-flex; /* Safari */
	display: -moz-flex; /* Safari */
	display: -ms-flex; /* Safari */
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap; /* Safari 6.1+ */
	-moz-flex-flow: row wrap; /* Safari 6.1+ */
	-ms-flex-flow: row wrap; /* Safari 6.1+ */
}

.itb-flexbox {
	height: 100%;
}

.itb-out-of-the-flexbox {
	margin-bottom: 20px;
}

.itb-panel-nav-right {
	margin-right: -110px;
}

.itb-right {
	margin-top: 20px;
	margin-bottom: 25px;
}

.img-thumbnail, .thumbnail {
	background-color: #fff;
}

.itb-carousel-inner {
  align-content: center;
  justify-content: center;
  height: 35.25rem;
}

.itb-carousel-inner-item {
  align-content: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
}

.itb-carousel-inner-item-img {
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.itb-spinner-container {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/** In Anlehnung an die Datenbankprozedur dbpax.text2html**/
.text-to-html{
	white-space: pre-line;
}

a.success-box-back-to-leikat{
	margin-left: 5px;
}

.leianzahl {
	height: 34px;
}

.leianzahl-label {
	margin-top: 6px;
}

.leianzahl-select {
	float: right;
}

label {
	font-weight: normal;
}

/********************************************************************************************/
/*************************************** kundenspezifisch ***********************************/
/********************************************************************************************/

/* Default-VG-Color: #023E7C */

body {
	font-size: 15px;
}

h1 {
	font-size: 28px;
}

.itbheader {
	background-color: #fff;
}

.itb-navbar-oben {
    margin-bottom: 0;
    border: 0;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
    min-height: 42px;
    margin-left: -15px;
    margin-right: -15px;
}

.itb-navoben {
  	bottom: 0;
  	right: 0;
}

.itb-breadcrumbs {
	background-color: #f2f2f2;
}

/** experimental */
.itb-breadcrumb {
	position: absolute;
	top: -5px;
	left: 20px;
}

.breadcrumb {
	background-color: transparent;
}

.itb-left,
.itbcontent {
	background-color: #f2f2f2;
}

.itbcontent {
	box-shadow: 0px 10px 10px 0px #b4b2b2;
}

.itb-innercontent {
	padding-bottom: 20px;
}

.itbwknumber {
	margin-top: -20px;
}

.itb-lk-menge {
	max-width: 80px;
}

.itb-flexbox {
	border: 0;
}

/* rechter Bereich */

.itb-right::before {
    display: block;
    content: '';
    width: 11px;
    height: 6px;
    position: absolute;
    top: -6px;
    right: 0;
    background: url(../../img/recherche/ecke.svg);
}

.itb-right {
	left: 60px;
	padding: 25px 40px 40px 40px;
	background-color: #023E7C;
	webkit-box-shadow: -3px 2px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: -3px 2px 5px 0px rgba(0,0,0,0.25);
    box-shadow: -3px 2px 5px 0px rgba(0,0,0,0.25);
}

.itb-right hr {
	border-top: 2px solid #fff;
}

.itb-right,
.itb-right a {
	color: #fff;
}

.itb-right a:hover {
	color: #fff;
}

.itb-out-of-the-flexbox .panel-heading a {
	color: #fff;
}

/* Suche */

.itbsearch {
	background-color: #023E7C;
    margin-right: -15px;
    margin-left: -15px;
}

.itbsearch .btn {
	padding: 5px;
	border: 0;
}

.itbsearch .form-control {
	padding: 5px;
	height: auto;
	border: 0;
	background-color: transparent;
	box-shadow: none;
	color: #fff;
}

.itbsearch input::-webkit-input-placeholder {
	color: #fff;
}

/* Footer */

.itbfooter {
	background-color: #434346;
	padding-top: 40px;
	padding-bottom: 40px;
}

.itbfooter,
.itbfooter a {
	color: #fff;
}

.itbfooter a:hover {
	color: #fff;
}

#kontaktModal .fa {
	margin-right: 5px;
}
	/* "Tabellen" */

.list-group-item {
	border: 0;
	margin-bottom: 2px;
}

/* Neues Panel horizontal */
.itb-panel-horizontal .panel {
	border: 0;
}

.itb-etikett {
	background-color: #023e7c;
	color: #fff;
    margin-left: -25px;
    padding: 10px 15px;
    width: 45px;
    text-align: center;
}

/****************** verschiedene Formatierungen fuer unterschiedliche Aufloesungen  ***********************/

@media (min-width: 1200px) {
	.itb-innercontent {
		padding-bottom: 60px;
	}
	
	.itb-navoben .nav>li>a {
		padding: 10px 15px 30px 15px;
	}
	
	.itbfooter {
		padding-left: 95px;
	}
}

@media (max-width: 767px) {
	.itbsearch .btn {
		float: left;
		width: 20px;
	}

	.itbsearch .form-control {
		width: 200px;
	}
}

@media print {
	
	a[href]:after {
    	content: none !important;
  	}
	
	.itbcontent {
		position: relative;
		overflow: visible;
		display: inline;
	}
	
	header,
	.btn,
	.fa,
	.itb-navrechts,
	.checkbox,
	#emailform {
		display: none;
	}
	
	.print-pull-left {
		text-align: left;
	}
	
	img.img-thumbnail {
		width: 40px;
	}
}

.footer-doc-link:after {
	font-family: 'FontAwesome';
	content: "\f178";
	display: inline-block;
    padding-left: 5px;
}

.footer-doc-link {
	text-transform: uppercase;
	font-weight: 800;
}

h1 {
	font-weight: 800;
}

.itb-navbar-oben {
	font-weight: 800;
}

.itbheaderrahmen {
	min-height: 60px;
}

.breadcrumb {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
}

.breadcrumb {
	padding-left: 0;
}
