.homelayout {
    float: left;
    position: relative;
    width: 100%;
}
.home #footer::after {
    content: '';
    width: 100%;
    position: absolute;
    height: 106px;
    background: url(../images/footer-top.png) no-repeat;
    top: -22px;
    left: 0;
}
.home #headerImage::after {
	content: '';
    width: 100%;
    position: absolute;
    height: 96px;
    background: url(../images/home-top.png) no-repeat;
    bottom: 0px;
    left: 0;
    z-index: 999999;
}
a.mehraktuell {
    width: auto;
    text-align: center;
    border: 2px solid;
    padding: 10px 20px;
    float: left;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 30px;
}
#quicklinks {
    float: left;
    position: relative;
    width: 100%;
    background: #e5e5e5;
    margin: 160px 0 73px;
}
#quicklinks::before {
    content: '';
    width: 100%;
    height: 160px;
    float: left;
    position: absolute;
    background: url(../images/ql_top.png);
    top: -160px;
    left: 0;
}
#quicklinks::after {
    content: '';
    width: 100%;
    height: 160px;
    float: left;
    position: absolute;
    background: url(../images/ql_bottom.png);
    bottom: -160px;
    left: 0;
}
#quicklinks .ql {
    float: left;
    position: relative;
    width: 366px;
    height: 281px;
}
#quicklinks #ql02, #quicklinks #ql03, #quicklinks #ql01 {
    margin-right: 11.5px;
}
#quicklinks #ql04 {
    margin-right: 0;
}
#quicklinks h4 {
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    color: #fff;
    font-weight: normal;
    font-family: 'Montserrat-Regular';
    text-shadow: 3px 3px 5px #000;
	    margin-top: 93px;
}
#quicklinks p {
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 17px;
	text-shadow: 3px 3px 5px #000;
}
#quicklinks #ql01 {
    background: url("../images/ql01.jpg");
		-webkit-transition: ease all 500ms;
	-moz-transition: ease all 500ms;
	-ms-transition: ease all 500ms;
	-o-transition: ease all 500ms;
	transition: ease all 500ms;
}
#quicklinks #ql02 {
    background: url("../images/ql02.jpg");
		-webkit-transition: ease all 500ms;
	-moz-transition: ease all 500ms;
	-ms-transition: ease all 500ms;
	-o-transition: ease all 500ms;
	transition: ease all 500ms;
}
#quicklinks #ql03 {
    background: url("../images/ql03.jpg");
		-webkit-transition: ease all 500ms;
	-moz-transition: ease all 500ms;
	-ms-transition: ease all 500ms;
	-o-transition: ease all 500ms;
	transition: ease all 500ms;
}
#quicklinks #ql04 {
    background: url("../images/ql04.jpg");
		-webkit-transition: ease all 500ms;
	-moz-transition: ease all 500ms;
	-ms-transition: ease all 500ms;
	-o-transition: ease all 500ms;
	transition: ease all 500ms;
}

#quicklinks #ql01:hover {
    background: url("../images/ql01_h.jpg");
		-webkit-transition: ease all 500ms;
	-moz-transition: ease all 500ms;
	-ms-transition: ease all 500ms;
	-o-transition: ease all 500ms;
	transition: ease all 500ms;
}
#quicklinks #ql02:hover {
    background: url("../images/ql02_h.jpg");
		-webkit-transition: ease all 500ms;
	-moz-transition: ease all 500ms;
	-ms-transition: ease all 500ms;
	-o-transition: ease all 500ms;
	transition: ease all 500ms;
}
#quicklinks #ql03:hover {
    background: url("../images/ql03_h.jpg");
		-webkit-transition: ease all 500ms;
	-moz-transition: ease all 500ms;
	-ms-transition: ease all 500ms;
	-o-transition: ease all 500ms;
	transition: ease all 500ms;
}
#quicklinks #ql04:hover {
    background: url("../images/ql04_h.jpg");
		-webkit-transition: ease all 500ms;
	-moz-transition: ease all 500ms;
	-ms-transition: ease all 500ms;
	-o-transition: ease all 500ms;
	transition: ease all 500ms;
}
#quicklinks h4::after {
    content: '';
    width: 264px;
    height: 2px;
    float: left;
    position: relative;
    background: #fff;
    transform: translate(-50%, 0);
    left: 50%;
	    margin: 23px 0;
}


/*HOMENEWS*/
#homenews .alles {
    max-width: 1142px;
    width: 100%;
    margin: 0 auto;
    position: relative;
	z-index: 0;
}
#homenews {
    float: left;
    position: relative;
    width: 100%;
	margin-bottom: 50px;
}
#homenews h3 {
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    font-family: 'Montserrat-Light';
    color: #000;
	margin-bottom: 56px;
	margin-top: 65px;
}
#homenews h3 span {
    color: #e70c0c;
    font-size: 40px;
    font-family: 'Montserrat-Regular';
}
#homenews li.news {
    float: left;
    position: relative;
    width: 342px;
    list-style: none;
	margin-right: 52px;
	border: 2px solid #e5e5e5;
    min-height: 500px;
    max-height: 500px;
}
#homenews li.news:last-child {
	margin-right: 0;
}
#homenews .teaserText {
    float: left;
    position: relative;
    width: 100%;
    min-height: 190px;
    padding: 0 15px;
    max-height: 190px;
    width: calc(100% - 30px);
}
#homenews .mCSB_container {
    min-height: 190px;
    /*padding-bottom: 26px;*/
}
#homenews .teaserText p {
    color: #686868;
    font-size: 18px;
    font-family: 'Montserrat-Light';
    text-align: center;
	    float: left;
    margin-top: 22px;
}
#homenews .teaserText h4 a {
    font-size: 22px;
    color: #212121;
    text-align: center;
    float: left;
    position: relative;
    width: 100%;
}
#homenews .date {
    color: #e70c0c;
    font-size: 18px;
    font-family: Montserrat-Light;
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
	margin-top: 38px;
	margin-bottom: 17px;
}
#homenews .teaserPicture {
    position: relative;
    float: left;
    width: 100%;
}
#homenews .teaserPicture img {
    position: relative;
    float: left;
    width: 100%;
	    height: 202px;
}
#homenews .teaserPicture::after{
    content: '';
    float: left;
    position: absolute;
    background: url(../images/homenews-bottom.png) no-repeat;
    width: 100%;
    height: 32px;
    bottom: -2px;
    z-index: 999;
    left: 0;
}
#homenews a.weiterlesen {
    font-size: 18px;
    font-family: Montserrat-Light;
    color: #e70c0c;
    width: 102px;
    text-align: center;
    float: left;
    padding: 0 28px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
	margin-top: 20px;
    position: absolute;
    bottom: 5px;
	z-index: 999999;
}
#homenews a.weiterlesen::after {
    content: '';
	width: 0;
	height:25px;
    text-align: center;
    float: left;
    background: #fff;
    left: 0;
    position: absolute;
    bottom: 5px;
	
		-webkit-transition: ease width 500ms, ease color 500ms, ease content 1s;
	-moz-transition: ease width 500ms, ease color 500ms, ease content 1s;
	-ms-transition: ease width 500ms, ease color 500ms, ease content 1s;
	-o-transition: ease width 500ms, ease color 500ms, ease content 1s;
	transition: ease width 500ms, ease color 500ms, ease content 1s;
	z-index: 0;
}
#homenews a.weiterlesen:hover::after {
    content: 'weiterlesen';
    width: 148px;
    height: 20px;
    padding: 4px 0 4px 17px;
    text-align: left;
    float: left;
    background: #efefef;
    left: 10px;
    position: absolute;
    bottom: -2px;
    -webkit-transition: ease width 500ms, ease color 500ms, ease content 1s;
    -moz-transition: ease width 500ms, ease color 500ms, ease content 1s;
    -ms-transition: ease width 500ms, ease color 500ms, ease content 1s;
    -o-transition: ease width 500ms, ease color 500ms, ease content 1s;
    transition: ease width 500ms, ease color 500ms, ease content 1s;
    z-index: 0;
}
#homenews a.weiterlesen::before {
    content: '';
	width: 20px;
	height:20px;
    text-align: center;
    float: left;
    background: url(../images/weiter.png) no-repeat;
    left: 0;
    position: absolute;
    bottom: 0;
		-webkit-transition: ease all 500ms;
	-moz-transition: ease all 500ms;
	-ms-transition: ease all 500ms;
	-o-transition: ease all 500ms;
	transition: ease all 500ms;
	z-index: 999;
}
#homenews a.weiterlesen:hover::before {
    content: '';
    width: 20px;
    height: 20px;
    text-align: center;
    float: left;
    background: url(../images/weiter.png) no-repeat;
    left: 135px;
    bottom: 1px;
    -webkit-transition: ease all 500ms;
    -moz-transition: ease all 500ms;
    -ms-transition: ease all 500ms;
    -o-transition: ease all 500ms;
    transition: ease all 500ms;
    z-index: 999;
}
#newsblock {
    position: relative;
    float: left;
    width: 100%;
}



/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/



/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/



/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/

	.mCustomScrollbar{ -ms-touch-action: pinch-zoom; touch-action: pinch-zoom; /* direct pointer events to js */ }
	.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action{ -ms-touch-action: auto; touch-action: auto; }
	
	.mCustomScrollBox{ /* contains plugin's markup */
		position: relative;
		overflow: hidden;
		height: 100%;
		max-width: 100%;
		outline: none;
		direction: ltr;
	}

	.mCSB_container{ /* contains the original content */
		overflow: hidden;
		width: auto;
		height: auto;
	}



/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_inside > .mCSB_container{ margin-right: 18px; }

	.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; } /* non-visible scrollbar */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; } /* RTL direction/left-side scrollbar */

	.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
		position: absolute;
		width: 16px;
		height: auto;
		left: auto;
		top: 0;
		right: -6px;
		bottom: 0;
	}

	.mCSB_outside + .mCSB_scrollTools{ right: -26px; } /* scrollbar position: outside */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, 
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ /* RTL direction/left-side scrollbar */
		right: auto;
		left: 0;
	}
	
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */

	.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0; 
		height: auto;
	}

	.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }

	.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
	}

	.mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
		cursor: pointer;
		width: 100%;
		height: 30px; /* minimum dragger height */
		z-index: 1;
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
		position: relative;
		width: 4px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
		text-align: center;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px; /* auto-expanded scrollbar */ }
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px; /* auto-expanded scrollbar */ }

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown{
		display: block;
		position: absolute;
		height: 20px;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}

	.mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_horizontal.mCSB_inside > .mCSB_container{
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	.mCSB_horizontal.mCSB_outside > .mCSB_container{ min-height: 100%; }

	.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; } /* non-visible scrollbar */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal{
		width: auto;
		height: 16px;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
	.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{ bottom: -26px; } /* scrollbar position: outside */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer{ margin: 0 20px; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 2px;
		margin: 7px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
		width: 30px; /* minimum dragger width */
		height: 100%;
		left: 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}
	
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 12px; /* auto-expanded scrollbar */
		margin: 2px auto;
	}
	
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 8px; /* auto-expanded scrollbar */
		margin: 4px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{
		display: block;
		position: absolute;
		width: 20px;
		height: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}
	
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{ left: 0; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{ right: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_container_wrapper{
		position: absolute;
		height: auto;
		width: auto;
		overflow: hidden;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin-right: 30px;
		margin-bottom: 30px;
	}
	
	.mCSB_container_wrapper > .mCSB_container{
		padding-right: 30px;
		padding-bottom: 30px;
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 20px; }
	
	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 20px; }
	
	/* non-visible horizontal scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 0; }
	
	/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 0; }
	
	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 20px; }
	
	/* non-visible scrollbar/RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 0; }
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container{ padding-right: 0; }
	
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container{ padding-bottom: 0; }
	
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{
		margin-right: 0; /* non-visible scrollbar */
		margin-left: 0;
	}
	
	/* non-visible horizontal scrollbar */
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_scrollTools, 
	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{
		-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-o-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
	}



/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/

	/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
	
	/* default theme ("light") */

	.mCSB_scrollTools{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }
	
	.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 0; filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)"; }
	
	.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollBox:hover > .mCSB_scrollTools,
	.mCustomScrollBox:hover ~ .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; }

	.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: #000;
		filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; 
	}

	.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.85);
		filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)"; 
	}
	.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.9);
		filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		background-image: url(mCSB_buttons.png); /* css sprites */
		background-repeat: no-repeat;
		opacity: 0.4; filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp{
		background-position: 0 0;
		/* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonDown{
		background-position: 0 -20px;
		/* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonLeft{
		background-position: 0 -40px;
		/* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonRight{
		background-position: 0 -56px;
		/* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonUp:hover,
	.mCSB_scrollTools .mCSB_buttonDown:hover,
	.mCSB_scrollTools .mCSB_buttonLeft:hover,
	.mCSB_scrollTools .mCSB_buttonRight:hover{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }

	.mCSB_scrollTools .mCSB_buttonUp:active,
	.mCSB_scrollTools .mCSB_buttonDown:active,
	.mCSB_scrollTools .mCSB_buttonLeft:active,
	.mCSB_scrollTools .mCSB_buttonRight:active{ opacity: 0.9; filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; }
	

	
	/* ---------------------------------------- */
