/***************** Allgemein *******************/
html {
	min-height: 100%;
	position: relative;
}

body {
	background-color: #5c5c5c;
} 

.force-line-break{
	clear: both;
}

/***************** Header *******************/


header.itbheader { }

div.itbheaderrahmen {
	margin: 10px;
	background-size: 100%;
    height: 100px;
}

.itbcontent {
	padding-bottom: 40px;
	background-color: #fff;
}

.itbverstecken {
	display: none;
}

/***************** Footer *******************/

footer.itbfooter {
	background: #fff;
	padding: 10px 0 30px 0;
}


img.rubin {
	vertical-align: text-top;
	height: 35px;
	box-sizing: border-box;
}

.itb-wk {
	padding: 5px 10px;
}

/***************** Progressbar *******************/

.progress-bar.itbfertig {
	background-color: #c7c7c7;
	border-right: #fff solid 2px;
}

.progress-bar.itbtodo {
	background-color: #f5f5f5;
	border-left: #fff solid 2px;
	color: #000000;
}

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.progress-bar {
	color: #000000;
	/*background-color: */
}

.progress-bar a{
	color: #000000;
}

/* Icons Progressbar */

.itb-step-icon {
	padding-bottom: 15px;
	float: left;
}

/****** padding *********/
.p-l-5 {
	padding-left: 5px;
}

.p-t-5 {
	padding-top: 5px;
}

.p-b-5 {
	padding-bottom: 5px;
}

.p-r-5 {
	padding-right: 5px;
}

.p-l-0 {
	padding-left: 0px;
}

.p-l-10 {
	padding-left: 10px;
}

.p-l-15 {
	padding-left: 15px;
}

.no-border {
	border: none !important;
	box-shadow: none;
}


/******** Leistungskatalog ******/
table.minmaxMenge td{
	padding: 2px;
}


/******** Adresse *************/
.pffnTabs{
	margin-bottom: 20px;
}


/********** miniWk *********/
div.miniWkWrapper{
	display:inline;
}

/********* Warenkorb *******/
.wk-top-menu{
	margin-bottom: 20px;
}

/******** buttons ******/
.btn,
.btn:active,
.btn:hover,
.btn:focus{
	border-color: #dddddd;
}



.collapse-toggle:after {
    font-family: FontAwesome;
    font-size: 0.5em;
    content: "\f077";
    float: right;
    color: grey;
}
.collapse-toggle.collapsed:after {
    content: "\f078";
}

.itb-alt-icon {
	width: 40px;
	height: 40px;
}

.font-weight-light {
	font-weight: lighter;
}
