/************************
CSS for all global bbraun-styles




**************************/
html, body{
	margin: 0px;
	padding: 0px;	
}

.hide{
	display: none !important;
}
/* typografie: styleguide page 9 */

.bbraun h1{
	font-family: arial;
	font-weight: normal;
	font-size: 22px;
	color: #6E6E6E;
	line-height: 125%;
}

h1.productHeader, h1.articleHeader{
	font-family: arial;
	font-weight: bold;
	font-size: 22px;
	color: #00B482;
	line-height: 125%;
}

h1.articleHeader{
	color: #5186AA;
}

.articleNumber{
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	color: #6E6E6E;
}
h2{
	font-family: arial;
	font-weight: normal;
	font-size: 18px;
	color: #BEBEBE;
	line-height: 125%;
}

h3{
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	color: #6E6E6E;
	line-height: 125%;
}
.subHeader{
	font-family: arial;
	font-weight: bold;	
	font-size: 12px;
	color: #6E6E6E;
	line-height: 125%;
}

.toolHeader{
	font-family: arial;
	font-weight: bold;	
	font-size: 14px;
	color: #6E6E6E;	
}

.teaserHeader{
	font-family: arial;
	font-weight: bold;	
	font-size: 14px;
	color: #6E6E6E;
	line-height: 125%;
/* 	margin-bottom: 6px; */
}

*{
	font-family: arial;
	font-size: 12px;
	line-height: 125%;
	margin: 0;
	padding: 0;
}
input, select, textarea, table, p, .content{
 	font-weight: normal;
 	color: #6E6E6E;
}
ul{
	font-family: arial;
	font-weight: normal;	
	font-size: 12px;
	color: #6E6E6E;
	line-height: 145%;
	list-style-image: url(../../img/strich.gif);
	padding-left: 13px;
}
table{
	border-spacing:0px;		
}

a, .link{
	font-family: arial;
	font-weight: normal;	
	font-size: 12px;
	color: #6E6E6E;
	line-height: 125%;
	text-decoration: none;
	/* link-arrow */
	/*background:url("../../img/ico_arr_r.gif") no-repeat scroll left 3px transparent;*/
	padding:0 0 0 12px;
	cursor: pointer;
}

._header a {
	background-image: none;
}

._footer a {
	background-image: none;
}

._footer {
	color: #333333 !important
}

a:visited, .link:visited{
	color: #969696;	
}

a:hover, .link:hover{
	color: #C5004B;	
}

/*allgemeines*/
.simplelink {
	font-family: arial;
	font-weight: normal;	
	font-size: 12px;
	color: #6E6E6E;
	line-height: 125%;
	text-decoration: none;
	padding:0 0 0 12px;
	cursor: pointer;
	background:url() no-repeat !important
}
.is-clickable{
    cursor: pointer;
}
.is-hidden{
    display: none;
}
.clear{
    clear: both;
}
.button{
	color: #6E6E6E;
	font-weight:bold;
	border:1px solid #BEBEBE;
	cursor:pointer;
	text-align:center;
	padding: 3px 10px;
	background-image: none;
}
.button.activeButton{
	background-color: #BEBEBE;
	color: #FFFFFF;	
}
.button:hover{
	color: #C5004B;
}
.previousButton, .nextButton{
    cursor: pointer;
    display: inline-block;
    height: 10px;
    width: 8px;
    position: relative;
}
.previousButton{
	background: url("../../img/Arrow_grey_left.gif") no-repeat scroll left center transparent;
    margin-right: 15px;
}
.nextButton{
	background: url("../../img/Arrow_grey_right.gif") no-repeat scroll left center transparent;
    margin-left: 15px;
}
.sortableDate,
.sortOrder{
	display: none;	
}

.dropDownList .dropDownListHeader{
	font-family: arial;
	font-weight: bold;
	font-size: 13px;
	color: #00B482;
	padding-bottom: 3px;
	width: 150px;
}
.dropDownList .dropDownListHeader ul{
	padding-left: 10px;
	padding-right: 10px;	
	padding-top: 1px;
	padding-bottom: 7px;
	display: none;
	margin: 0;
	position: absolute;
	background-color: #FFFFFF;
	opacity: 0.9;
	width: 150px;
	z-index:100;

}
*:first-child+html .dropDownList .dropDownListHeader ul{
	background-color: transparent;
	background: url("../../img/transparence.png") repeat;
	margin-left: -130px;
	margin-top: 16px;
}



.dropDownList .dropDownListHeader:hover ul{
	display: inline-block;
}

.dropDownList .dropDownListHeader:hover ul li{
}
.dropDownList li:before{
	content:'';
}
.dropDownList li{
	cursor: pointer;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	color: #6E6E6E;
	padding-top: 9px;
	width: 150px;
	list-style-type: none;
	list-style-image: none;
}

.dropDownList li:hover{
	color: #00B582;
}

/* mainnavigation: style guide page 14 */
.navigationBar{
}
.navigationBar .dropDownList{
	margin-left: 45px;
	display: inline-block;
	width: 150px;
}
/* tabs: style guide page 26 */
ul.tabulator{
	padding-left: 0px;
	height: 31px;
	right: 0px;
	border-left: 1px solid #BEBEBE;
	border-right: 1px solid #BEBEBE;
}
ul.tabulator .tabulatorContent{
	width: 100%;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #BEBEBE;
	display: block;
	height: 21px;
}
ul.tabulator li{
	min-height: 12px;
	max-height: 12px;
	margin-bottom: 1px;
	font-family: arial;
	font-weight: normal;
	font-size: 12px;
	color: #6E6E6E;
	text-align: center;
	float: left;
	list-style-type: none;
	list-style-image: none;
}
ul.tabulator li > div{
	padding: 4px 10px 0px 10px;
	border: 1px solid #BEBEBE;
	background-color: #F2F2F2;
	height: 16px;
	margin-left: -1px;
	cursor: pointer;
}
ul.tabulator li .activeTab{
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	color: #6E6E6E;
	background-color: #FFFFFF;
	padding-top: 6px;
	height: 15px;
	margin-bottom: 7px;
	border-bottom: 0;
}
ul.tabulator li:first-child div{
	border-left: 1px solid #BEBEBE;
}
ul.tabulator li:last-child div{
	border-right: 1px solid #BEBEBE !important;
}
/* form: style guide page 29 */
.form{
	background-color: #F2F2F2;
		
}
.form .formHeader{
	padding: 10px 10px 0px 10px;
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	color: #6E6E6E;
	margin-bottom: 17px;
	display:block;
}
.form .formContent{
	padding: 0px;
}
.form .formContent tr td+td{
	padding-left:14px;
}
.form .formContent label{
	font-family: arial;
	font-weight: normal;
	font-size: 12px;
	color: #6E6E6E;
}
.form .formContent input[type="text"]{
	height: 20px;
	width: 244px;
	margin-bottom:20px;
	border: 1px solid #BEBEBE;
}

.form .formContent select{
	height: 20px;
	margin-bottom: 20px;
	border: 1px solid #BEBEBE;
	margin-right: 14px;
}

.form .formContent input[type="checkbox"] {
	margin-bottom:20px;
/* 	border: 1px solid #BEBEBE; */
}

.form .formFooter{
	padding: 0px 10px 10px 10px;
	border-top: 1px solid #BEBEBE;
	width: 100%;
}

/* tables: style guide page 27 */
.dataTable{
	border-collapse: collapse;	
}
.dataTable .dataTableHeader{
	height: 23px;
	background-color: #E6E6E6;
	font-family: arial;
	font-weight: bold;
	font-size: 12px; 
	color: #6E6E6E;
	cursor: pointer;
	text-align: left;
	padding-right: 0px;
}
.dataTable.noSort .dataTableHeader{
	cursor: auto;
}
.dataTable .activeTableHeader{
	color: #00B482;
}
.dataTable .dataTableRow{
	height: 23px;
	font-family: arial;
	font-weight: normal;
	font-size: 12px; 
	color: #6E6E6E;
	text-align: left;
}
.dataTable td,
.dataTable th{
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #BEBEBE;
}
* table.dataTable .dataTableRow:hover {
	color: #C5004B; 
}
.dataTable .oddRow{
	background-color: #FFFFFF;
}
.dataTable .evenRow{
	background-color: #F2F2F2;
}
.dataTable .oddRowLineThrough{
	background-color: #FFFFFF;
	text-decoration: line-through;
}
.dataTable .lineThrough{
	text-decoration: line-through;
}

.dataTable .sortButton{
    cursor: pointer;
    display: inline-block;
    height: 13px;
    position: relative;
    width: 18px;
}
.dataTable .sortAscButton{
	background: url("../../img/Arrow_grey_up.gif") no-repeat scroll left 3px transparent;
}
.dataTable .sortDescButton{
	background: url("../../img/Arrow_grey_open.gif") no-repeat scroll left 3px transparent;
}
/* sitelayout*/
#mainContainer{
    max-width: 1392px;
    min-width: 990px;	
}
#errorContainer{
/*     width: 100%; */
	height: auto;
}
#navigationContainer{
    background-color: #F2F2F2;
    border-bottom: 1px solid #E6E6E6;
    border-top: 1px solid #E6E6E6;
	/*margin-bottom: 42px;*/
    padding: 10px 22px 10px 44px;
    overflow: hidden;
}
#centerContainer{
	height: 100%;
    /*margin-top: 42px;*/
	margin-left: 44px;	
    padding-bottom: 3em;
}
#contentNavigationContainer{
    float: left;
    width: 187px;
    display: none;
}
#contentToolbarContainer{
	float: right;
    padding-right: 22px;
    width: 187px;
}
#contentToolbarContainer .widgetLoader{
	position: relative;
}
#contentCenterContainer{
	position: relative;
}
#contentCenterContainer.withToolbar{
	margin-right: 222px;
}
#footerContainer{
	width: 100%;
	margin-left: 44px;
	clear:both;
}
#footerContainer .footerLink{
	background-image: none;
	padding: 0;
}
/* navigation container*/
#navigationContainer .widget{
	margin-right: 10px;
	float: left;
	height: 114px;
	position: relative;
}
#navigationContainer .widget.widgetClosed{
	height: 28px;
}
/* toolbar container */
#contentToolbarContainer .widget{
	width: 187px;
	margin-bottom: 10px;
}

.overlayShadeContainer{
    background-color: #000000;
    height: 100%;
    left: 0;
    min-height: 100%;
    opacity: 0.6;
    overflow: auto;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 14;
}


.activeAccordeon{
	background-color: #E5F7F2;
}

.inactiveAccordeon{
	background-color: #E6E6E6;
}

#overlayContainer .widget,
#popupContainer .widget{
	display: none;	
}
#overlayContainer .widget.overlayWithShade,
#popupContainer .widget.overlayWithoutShade{
	display: block;
	z-index: 15;
}
#waitingContainer{
    width: 100px;
}
#waitingContainer img{
    position: relative;
    left: 50%;
    margin-left: -15px;
    top: 35px;
}

.infoMessage span,
.warnMessage span,
.errorMessage span,
.fatalMessage span,
.infoMessage,
.warnMessage,
.errorMessage,
.fatalMessage{
/* 	border-width: 1px; */
/* 	border-style: solid; */
	padding: 5px;
	padding-left: 25px;
	font-weight: bold;
	background-position:2px 2px;
	background-repeat:no-repeat;
	background-image:url(../../img/00_Faulty_18px.gif);
	height: 14px;
	max-height: 14px;
}
.infoMessage,
.infoMessage span{
	border-color: #6E6E6E;
	color: #6E6E6E;
	background-image:none;
	padding-left: 0px;
}
.warnMessage,
.warnMessage span{
	border-color: orange;
	color: orange;
	background-image:url(../../img/alertIcon.gif);
}
.errorMessage,
.errorMessage span{
	border-color: #C5004B;
	color: #C5004B;
	background-image:url(../../img/00_Faulty_18px.gif);
}
.fatalMessage,
.fatalMessage span{
	background-image:url(../../img/00_Faulty_18px.gif);
}

/* Teaser */
.teaserContainer{
	width: 254px;
	height: 100px;
	margin-bottom: 20px;
	margin-right: 14px;
	background-color: #F2F2F2;
	float: left;
	position: relative;
}
.teaserContainer .teaserImage{
	width: 100px;
	height: 100px;
	min-width: 100px;
	min-height: 100px;
}

.teaserContainer .teaserHeader{
	font-family: arial;
	font-weight: bold;	
	font-size: 14px;
	color: #6E6E6E;
	line-height: 125%;
	padding: 10px;
}
.teaserContainer .teaserText{
	padding-right: 10px;
	overflow: hidden;
	max-height: 5em;
	display: block;
	font-family: arial;
	font-weight: normal;
	font-size: 12px;
	color: #6E6E6E;
}
.teaserContainer .teaserMoreLink{
	position: absolute;
	bottom: 3px;
	right: 10px;
	background-color: #F2F2F2;
	padding-left: 10px;
}
.teaserContainer .teaserMobileLink{
    display: inline-block;
    width: 254px;
    height: 100px;
}
.articleContainer{
}
.toggleableContainer{
	padding-bottom: 20px;	
}
.contentContainer{
	float:left;
	width: 100%;
	display: block !important;	
}
.toggleableContainer > span{
	display: block;
	bottom: 20px;
	height: 18px;
	position: absolute;
	cursor: pointer;
	padding-left: 20px;
}
.toggleableContainer span span{
	font-family: arial;
	font-weight: normal;
	font-size: 12px;
	color: #6E6E6E;
}
.toggleableContainer h1{
	display: inline;	
}
.articleContainer p{
	margin-bottom: 20px;	
}
.toggleableContainer.maximize h2,
.toggleableContainer.maximize p,
.toggleableContainer.maximize div{
	display: none;
}
.toggleableContainer.maximize span{
	display: block;	
	bottom: 30px;
}
.toggleableContainer.maximize.noMainHeader span{
	bottom: 20px;
}
.toggleableContainer.minimize span{
	left: 5px;
}
.toggleableContainer.maximize .showText,
.toggleableContainer.minimize .hideText{
	display: block;
	padding-top: 1px;
}
.toggleableContainer.maximize .hideText,
.toggleableContainer.minimize .showText{
	display: none;	
}
.toggleableContainer.maximize > span{
	display: inline;
	background:url("../../img/Arrow_grey_right.gif") no-repeat scroll 9px 3px transparent;
}
/* .toggleableContainer.maximize span:hover{ */
/* 	background:url("../../img/maximizearticle_Mouseover.gif") no-repeat scroll 0px 0px transparent; */
/* } */
.toggleableContainer.minimize > span{
	background:url("../../img/Arrow_grey_up.gif") no-repeat scroll 0px 0px transparent;
}
/* .toggleableContainer.minimize span:hover{ */
/* 	background:url("../../img/minimizearticle_Mouseover.gif") no-repeat scroll 0px 0px transparent; */
/* } */
option{
	padding: 2px 5px 2px 5px;
}
.messagesList{
	list-style-type: none;
	list-style-image: none;	
	padding-left: 10px;	
}

.navTopLevel{
	background-color: #ffffff !important;
	background-image: none;
	border: none !important;
	overflow: hidden;
}
.navTopLevel + div{
	padding: 0px 0px 0px 10px !important;
	border: 0px !important;	
}
.navTopLevel span{
	display: none;	
}
.navTopLevel.ui-state-active a{
	color: #00B482 !important;
}
.navTopLevel a.lastLink{
	border-bottom: 0 !important;
}
.navTopLevel a.firstLink{
	border-top: 0 !important;
}
.navTopLevel a{
	font-weight: bold;
	font-size: 12px !important;
	color: #6e6e6e !important;
	border-top: 1px solid #bebebe !important;
	padding: 5px 0px 5px 0px !important;
	margin-bottom:1px;
}
.navTopLevel a:hover,
.navSubLevel:hover{
	color: #00B482 !important;	
}
.navSubLevel{
	padding: 6px 0px 6px 0px;
	cursor: pointer;
	line-height: 100% !important;
}
.navSubLevel.active{
	color: #00B482 !important;	
	font-weight: bold;	
}

.ui-dialog{
	top: 50px !important;
}
.startPageContainer .teaserText{
	padding: 10px;	
}

div.applicationHint {
	font-size: 14px;
	color: #C5004B;
    padding: 4px 22px 10px 44px;
	height:42px;
}
/*Fancybox*/
.fancybox-prev span {
    left: 0!important;
    margin-left: -60px;
}
.fancybox-next span {
    left: auto!important;
    right: 0!important;
    margin-right: -60px;
}
.fancybox-next:hover span {
    left: auto;
    right: 20px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
