.button-link {
    color: #fff;
    display: inline-block;
    font-size: 14px;
	font-style: normal;
    margin-top: 8px;
    padding: 10px 27px;
    text-transform: uppercase;
	text-decoration: none;
	border: 1px solid transparent;
}
.button-link:hover {
    background-color: #fff;
}
.button-red {
	background-color: #e70000;
	border-color: #e70000;
}
.button-senf {
	background-color: #d39800;
	border-color: #d39800;
}
.button-blue {
	background-color: #005ab4;
	border-color: #005ab4;
}
.button-senf:hover {
	color: #d39800;
}
.button-blue:hover {
	color: #005ab4;
}
#my-products,
.section-anons,
.section-cont{
	position: relative;
	overflow: hidden;
	clear: both;
}
.section-anons,
.section-cont{
	text-align: center;
	/* color: #5a5a5a; */
	color: #4d4d4d;
}
.section-anons h2{
	font-size: 48px;
	color: #4d4d4d;
	margin-bottom: 20px;
	position: relative;
}
.section-anons h2 span{
	color: #e70000;
}
.section-anons.new-anons{
	color: #4d4d4d;
}
.section-anons.new-anons p{
	font-style: normal;
}
.section-cont{
	padding: 45px 0 30px;
}
.for_inline_block{
	font-size: 0;
}
.for_inline_block > *{
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	position: relative;
}
#my-products .section-cont > a{
	color: #5a5a5a;
	min-height: 400px;
	padding: 155px 20px 45px;
	text-decoration: none;
	transition: .3s;
	width: 24.5%;
}
#my-products .section-cont h3{
	color: #4d4d4d;
	font-weight: 700;
	transition: .3s;
	padding: 0 0 7px;
	position: relative;
}
#my-products .section-cont h3::after{
	content:"";
	display: block;
	height: 1px;
	width: 0;
	margin-left: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	transition: .5s;
}
#my-products .section-cont > a p{
	font-size: 14px;
}
#my-products .section-cont > a::before,
#my-products .section-cont > a::after{
	border-radius: 50%;
	box-sizing: border-box;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 50%;
	text-align: center;
}
#my-products .section-cont > a::before{
	color: rgba(255,255,255,1);
	top: 20px;
	height: 120px;
	width: 120px;
	margin-left: -60px;
	line-height: 120px;
	font-size: 3em;
	border: 1px solid rgba(255,255,255,.7);
	box-shadow: 0 1px 1px rgba(0,0,0,0);
	transition: .3s;
}
#my-products .section-cont > a::after{
	content: "\f061";
	color: rgba(255,255,255,1);
	background-color: rgba(255,255,255,0);
	bottom: 20px;
	height: 40px;
	width: 40px;
	margin-left: -20px;
	line-height: 40px;
	font-size: 0;
	transition: 1s;
}
#my-products .section-cont > a.first-item::before{
	content: "\f043";
	background-color: #e70000;
}
#my-products .section-cont > a.second-item::before{
	content: "\f069";
	background-color: #005ab4;
}
#my-products .section-cont > a.third-item::before{
	content: "\f1ba";
	background-color: #00b45a;
}
#my-products .section-cont > a.fourth-item::before{
	content: "\f0c3";
	background-color: #d39800;
}
#my-products .section-cont > a:hover{
	color: rgba(255,255,255,.7);
}
#my-products .section-cont > a:hover h3{
	color: rgba(255,255,255,.8);
}
#my-products .section-cont a:hover h3::after{
	width: 50px;
	margin-left: -25px;
	background-color: rgba(255,255,255,.7);
}
#my-products .section-cont > a.first-item:hover{
	background-color: #e70000;
}
#my-products .section-cont > a.second-item:hover{
	background-color: #005ab4;
}
#my-products .section-cont > a.third-item:hover{
	background-color: #00b45a;
}
#my-products .section-cont > a.fourth-item:hover{
	background-color: #d39800;
}
#my-products .section-cont > a:hover::before{
	box-shadow: 0 2px 2px rgba(0,0,0,.5);
}
#my-products .section-cont > a:hover::after{
	background-color: rgba(255,255,255,1);
	font-size: 14px;
}
#my-products .section-cont > a.first-item:hover::after{
	color: #e70000;
}
#my-products .section-cont > a.second-item:hover::after{
	color: #005ab4;
}
#my-products .section-cont > a.third-item:hover::after{
	color: #00b45a;
}
#my-products .section-cont > a.fourth-item:hover::after{
	color: #d39800;
}
#my-products #cherry-cont > a {
	color: #5a5a5a;
	margin-bottom: 20px;
	min-height: auto;
    padding: 145px 20px 0;
}
#my-products #cherry-cont h3{
	color: #1b0000;
}
#my-products #cherry-cont > a::before {
	content: "";
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 70px 49px;
	border: 2px solid #e70000;
	color: #e70000;
	height: 110px;
    line-height: 110px;
	margin-left: -55px;
	width: 110px;
}
#my-products #cherry-cont > a.first-item::before {
	background-image: url("../images/acb_icons/1.png");
}
#my-products #cherry-cont > a.second-item::before {
	background-image: url("../images/acb_icons/2.png");
}
#my-products #cherry-cont > a.third-item::before {
	background-image: url("../images/acb_icons/3.png");
}
#my-products #cherry-cont > a.fourth-item::before {
	background-image: url("../images/acb_icons/4.png");
}
#my-products #cherry-cont > a:hover::before {
	box-shadow: 0 2px 5px rgba(0,0,0,.5);
}
#my-products #cherry-cont > a:hover{
	background-color: inherit;
	color: #272727;
}
#my-products #cherry-cont > a:hover h3{
	color: #e70000;
}
#my-products #cherry-cont > a::after {
	transition: .3s;
}
#my-products #cherry-cont a:hover h3::after {
	background-color: #e70000;
}
#my-products #cherry-cont > a::after {
	color: #fff;
	display: none;
}
/* #my-products #cherry-cont a:hover h3::after,
#my-products #cherry-cont > a:hover::after {
	background-color: #e70000;
}
#my-products #cherry-cont > a:hover::after {
	color: #fff;
	display: none;
} */
/* #my-products #cherry-cont a:hover h3::after {
	background-color: #e70000;
}
#my-products #cherry-cont > a::after {
	box-sizing: border-box;
}
#my-products #cherry-cont > a:hover::after {
	background-color: #fff;
	border: 2px solid #e70000;
}
#my-products #cherry-cont > a:hover::after {
	color: #e70000;
} */

#my-brand .section-cont > a{
	text-decoration: none;
	width: 25%;
	color: #5a5a5a;
	min-height: 320px;
	padding: 0 10px;
	transition: .3s;
}
#my-brand .section-cont > a:hover{
	color: #272727;
}
#my-brand .section-cont h3,
#my-brand .section-cont p{
	text-align: left;
}
#my-brand .section-cont h3{
	color: #4d4d4d;
	font-weight: 700;
	transition: .3s;
	padding: 14px 0 0;
	position: relative;
}
#my-brand .section-cont > a:hover h3{
	color: #e70000;
}
#my-brand .section-cont .brand-photo  {
	background-color: #000;
	border: 1px solid #ccc;
	position: relative;
}
#my-brand .section-cont .brand-photo img {
	display: block;
	transition: .3s;
}
#my-brand .section-cont a:hover .brand-photo img {
	opacity: .5;
}
#my-brand .section-cont .brand-photo::after  {
	content: "see more";
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 40px;
	line-height: 40px;
	margin-top: -20px;
	width: 0;
	background-color: rgba(0,0,0,0);
	border: 1px solid rgba(255,255,255,0);
	box-shadow: 0 0 0 rgba(0,0,0,0);
	color: rgba(255,255,255,.9);
	text-transform: uppercase;
	text-align: center;
	transition: .6s;
	font-size: 0;
}
#my-brand .section-cont a:hover .brand-photo::after  {
	width: 120px;
	margin-left: -60px;
	background-color: rgba(0,0,0,.2);
	border: 1px solid rgba(255,255,255,7);
	box-shadow: 0 0 30px rgba(0,0,0,1);
	font-size: 14px;
}
#my-brand-logo a {
	margin: 0 3%;
	vertical-align: middle;
	max-width: 19%;
}
#my-brand-logo.acb-anons-section .section-cont {
	padding: 20px 0 10px;
}
#my-brand-logo a img {
	display: inline;
	position: relative;
	transition: .5s;
}
#my-brand-logo a:hover img {
	opacity: .9;
	transform: translate(0,-5px);
}
#my-brand #produkte-index.section-cont > a{
	margin: 0 2% 40px;
	width: 29.33%;
}
#unternehmen {
	padding: 0 0 25px;
}
#unternehmen .section-cont {
	margin: -20px -2.5% 0;
	padding: 0;
}
#unternehmen .item {
	/* background-color: rgba(0, 0, 0, .1); */
	color: #4d4d4d;
	margin: 25px 2.5% 10px;
    text-decoration: none;
    transition: .3s;
}
#unternehmen .first-line.item {
	padding: 10px 0 30px;
    width: 28.33%;
}
#unternehmen .second-line.item {
	padding: 10px 0;
    width: 20%;
}
#unternehmen .item::before {
	content: "";
	background-image: url("../images/acb_icons/logo_icon_107x75.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	height: 50px;
	position: absolute;
	transition: .5s;
	top: 10px;
	left: 0;
	width: 64px;
	
}
#unternehmen .item h2,
#unternehmen .item p {
	position: relative;
    text-align: left;
}
#unternehmen .item h2 {
	color: #1b0000;
	float: left;
	font-size: 22px;
	font-weight: 700;
	margin: 10px 0 20px 75px;
}
#unternehmen .item p {
	clear: both;
	overflow: hidden;
	text-align: justify;
}
#unternehmen .item.seventh-item h2 {
	font-size: 20px;
	line-height: 21px;
	margin: 12px 0 4px 75px;
}
#unternehmen .item.seventh-item h2 span{
    display: block;
}
#unternehmen .item h2::after {
    content: "";
    display: block;
    height: 1px;
    width: 0;
    margin-left: 0;
    position: absolute;
	bottom: -9px;
    left: 0;
    transition: .5s;
}
#unternehmen .item:hover {
	border-color: #aaa;
    color: #272727;
}
#unternehmen .item:hover b {
    transition: .5s;
}
#unternehmen .item:hover b {
    color: #222;
}
#unternehmen .item:hover h2 {
    color: #e70000;
}
#unternehmen .item:hover h2::after {
    width: 100%;
    background-color: #e70000;
}
.producte_root .producte_anons {
	background-color: #f5f5f5;
    padding: 20px;
}
.producte_root.end_after .producte_anons {
	background-color: #fff;
    padding: 0 0 40px;
}
.producte_root .producte_anons::after {
	display: none;
}
.producte_root.end_after .producte_anons::after {
	display: block;
}
#produkte {
	padding: 0 20px 25px;
}
#produkte .section-cont {
	margin: -20px -2.5% 0;
	padding: 0;
}
#produkte .item {
	color: #4d4d4d;
	margin: 25px 2.5% 10px;
	padding: 10px 0 0;
    text-decoration: none;
    transition: .3s;
	width: 28.3%;
}
#produkte .item::before {
	content: "";
	background-image: url("../images/acb_icons/1.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	height: 45px;
	position: absolute;
	left: 0;
	top: 10px;
	transition: .5s;
	width: 45px;
}
#produkte .item.first-item::before {
	content: "";
	background-image: url("../images/acb_icons/produkte/01-motorenole-55x58.png");
	height: 45px;
	width: 43px;
}
#produkte .item.second-item::before {
	content: "";
	background-image: url("../images/acb_icons/produkte/02-getriebeole-55x58.png");
	height: 45px;
	width: 43px;
}
#produkte .item.third-item::before {
	content: "";
	background-image: url("../images/acb_icons/produkte/03-hydraulikole-55x58.png");
	height: 45px;
	width: 43px;
}
#produkte .item.fourth-item::before {
	content: "";
	background-image: url("../images/acb_icons/produkte/04-f-k-64x64.png");
	height: 45px;
	width: 45px;
}
#produkte .item.fifth-item::before {
	content: "";
	background-image: url("../images/acb_icons/produkte/05-bremsflussigkeiten-61x55.png");
	height: 45px;
	width: 48px;
}
#produkte .item.sixth-item::before {
	content: "";
	background-image: url("../images/acb_icons/produkte/06-scheibenreiniger-55x55.png");
	height: 45px;
	width: 45px;
}
#produkte .item.seventh-item::before {
	content: "";
	background-image: url("../images/acb_icons/produkte/07-faq-55x55.png");
	height: 45px;
	width: 45px;
}
#produkte .item.eighth-item::before {
	content: "";
	background-image: url("../images/acb_icons/produkte/08-private-label-55x55.png");
	height: 45px;
	width: 45px;
}
#produkte .item.ninth-item::before {
	content: "";
	background-image: url("../images/acb_icons/produkte/09-innovationen-55x55.png");
	height: 45px;
	width: 45px;
}
#produkte .item h2,
#produkte .item p{
	position: relative;
    text-align: left;
}
#produkte .item h2 {
	color: #1b0000;
	float: left;
	font-size: 22px;
	font-weight: 700;
	margin: 7px 0 15px 55px;
}
#produkte .item.fourth-item h2 {
    font-size: 20px;
	line-height: 21px;
	margin: 10px 0 2px 55px;
}
#produkte .item.fourth-item h2 span{
    display: block;
}
#produkte .item p {
	clear: both;
	overflow: hidden;
	text-align: justify;
}
#produkte .teaser {
	font-size: 14px;
}
#produkte .item h2::after {
    content: "";
    display: block;
    height: 1px;
    width: 0;
    margin-left: 0;
    position: absolute;
	bottom: -9px;
    left: 0;
    transition: .5s;
}
#produkte .item:hover {
	border-color: #aaa;
    color: #272727;
}
#produkte .item:hover b {
    transition: .5s;
}
#produkte .item:hover b {
    color: #222;
}
#produkte .item:hover h2 {
    color: #e70000;
}
#produkte .item:hover h2::after {
    width: 100%;
    background-color: #e70000;
}
#produkte.innovationen_anons {
	padding: 25px 0 0;
}
#produkte.innovationen_anons .section-cont {
	margin: -20px -1.5% 0;
	padding: 0;
}
#produkte.innovationen_anons .item {
	margin: 25px 1.5% 10px;
	width: 22%;
}
#produkte.innovationen_anons .item::before {
    background-image: url("../images/acb_icons/4.png");
}
#produkte.innovationen_anons .item:nth-child(1)::before {
	background-image: url("../images/acb_icons/innovationen/midep-icon-47x50.png");
	height: 50px;
	width: 47px;
}
#produkte.innovationen_anons .item:nth-child(2)::before {
	background-image: url("../images/acb_icons/innovationen/revelin-icon-47x50.png");
	height: 50px;
	width: 47px;
}
#produkte.innovationen_anons .item:nth-child(3)::before {
	background-image: url("../images/acb_icons/innovationen/glycsol-icon-50x55.png");
	height: 50px;
	width: 55px;
}
#produkte.innovationen_anons .item:nth-child(4)::before {
	background-image: url("../images/acb_icons/innovationen/at-icon-50x56.png");
	height: 50px;
	width: 56px;
}
#produkte .teaser {
	clear: both;
	position: relative;
    text-align: left;
	width: 100%;
}
.producte_anons {
	/* font-weight: 700; */
	margin: 0 0 45px;
	padding: 20px 0 45px;
	position: relative;
	text-align: justify;
}
.producte_anons::after {
	background-color: #b43c00;
	bottom: 0;
	content: "";
	height: 1px;
	left: 50%;
	margin-left: -30px;
	position: absolute;
	width: 60px;
}
.category_description + #unsere_marken_list {
	margin-top: 45px;
	padding-top: 20px;
	position: relative;
}
.category_description + #unsere_marken_list::before {
	background-color: #b43c00;
	top: 0;
	content: "";
	height: 1px;
	left: 50%;
	margin-left: -50px;
	position: absolute;
	width: 100px;
}
.producte_anons p:first-letter,
.unsere_hisorie p:first-letter {
	color: #a21212;
	font-family: Georgia;
	font-size: 1.3em;
	font-weight: 700;
}
.producte_anons + #my-brand-logo .section-anons,
#my-products + #my-brand-logo .section-anons {
    padding-bottom: 50px;
	position: relative;
}
/* .producte_anons + #my-brand-logo .section-anons::after,
#my-products + #my-brand-logo .section-anons::after {
	bottom: 0;
	color: #b43c00;
	content: "\f01a";
	left: 0;
	position: absolute;
	font-family: 'FontAwesome';
	font-size: 3em;
	text-align: center;
	width: 100%;
} */
.producte_anons + #my-brand-logo .section-anons::after,
#my-products + #my-brand-logo .section-anons::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -21px;
	width: 42px;
	height: 43px;
	background-image: url("../images/acb_icons/arrow-to-down.png");
}
.producte_anons + #my-brand-logo .section-anons h2,
#my-products + #my-brand-logo .section-anons h2 {
    font-size: 2em;
    font-weight: 700;
}
/* 
.producte_anons + #my-brand-logo.acb-anons-section .section-cont,
#my-products + #my-brand-logo.acb-anons-section .section-cont {
    background-color: #f5f5f5;
    box-shadow: 0 0 50px #ccc inset; 
	margin-top: 30px;
}
*/
#my-brand-logo.trio_brand a {
	max-width: 27%;
}
.fag_title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 5px;
}
.fag_title a {
	color: #4d4d4d;
	text-decoration: none;
}
.fag_title a:hover {
	text-decoration: underline;
}
.more_info.in_faq_cat {
	color: #c00000;
}
.more_info.in_faq_cat:hover {
	color: #e70000;
}
.faq_teaser {
    margin: 0 0 10px;
	color: #5a5a5a;
}
.fag_title .fa {
	color: #5a5a5a;
}
.news_date {
	color: #5a5a5a;
	font-size: 12px;
	margin-bottom: 11px;
}
.news_date .time{
	display: none
}
.widget_top_news {
	margin: 30px 0;
    overflow: hidden;
}
.widget_top_news .image {
	float: left;
	margin: 0 2% 0 0;
	width: 49%;
}
.widget_top_news .button-link {
	margin-top: 20px;
}
.news_title {
    font-size: 2em;
}
.news_title a {
	text-decoration: none;
}
.news_title a:hover {
	text-decoration: underline;
}
.content_list_item.unternehmen_list_item .photo {
	margin-right: 1.5%;
	max-width: 25%;
}
.content_list_item.unternehmen_list_item {
    margin-bottom: 25px;
}
.unternehmen_teaser{
	color: #272727;
	font-size: 1.1em;
	font-weight: 700;
	margin-bottom: 25px;
}
.content_list_rss_icon.nachrichten {
    margin: 25px 0 0 25px;
}
.content_item.unternehmen_item .ft_image {
	margin-bottom: 20px;
}
.content_item.unternehmen_item .ft_image .value {
	background-color: #eee;
	line-height: 300px;
	min-height: 500px;
    max-height: 500px;
	overflow: hidden;
	text-align: center;
	font-size: 0;
}
.content_item.unternehmen_item .ft_image .value {
    line-height: 175px;
    min-height: 175px;
}
.content_item.unternehmen_item .ft_image .value img {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}
.content_item.unternehmen_item .ft_images .value {
	margin: 0 -1% 15px;
	text-align: center;
}
.content_item.unternehmen_item .ft_images .value a {
	display: inline-block;
	float: none;
	margin: 0 1% 15px;
	width: 10.5%;
}
.widget_content_list.featured.acb-news-featured .item-first {
	float: none;
	margin-right: 0;
	width: 100%;
}
.widget_content_list.featured.acb-news-featured .item-first .image {
	clear: none;
	width: 150px;
}
.widget_content_list.featured.acb-news-featured .item-first .title {
	margin: 0 0 10px;
}
.widget_content_list.featured.acb-news-featured .item-first .title a {
	color: #272727;
}
.widget_content_list.featured .item-first .title a:hover {
	color: #e70000;
	text-decoration: underline;
}
.acb-news-featured .teaser {
	color: #5a5a5a;
    line-height: 1.2;
	margin: 5px 0 0;
}
.widget_content_list.featured.acb-news-featured .item .title {
	font-size: 16px;
}
.widget_content_list.featured.acb-news-featured .item.item-first .title {
	font-size: 21px;
}
.producte_header_right > div.h1_title {
	color: #272727;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.1;
	margin: -7px 0 15px 0;
}
.producte_header {
	overflow: hidden;
	clear: both;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px dashed #ccc;
}
.proructe_packaging {
	box-sizing: border-box;
	float: left;
	width: 416px;
	margin: 0 30px 20px 0;
	overflow: hidden;
}
.proructe_packaging ul.tabs {
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
	margin: 0;
}
.proructe_packaging ul.tabs li {
	list-style-type: none;
	display: block;
	float: left;
	font-size: .8em;
	color: #fff;
	padding: 5px 10px;
	margin-right: 2px;
	border-top: 2px solid #fff;
	background-color: #bbb;
	cursor: pointer;
}
.proructe_packaging ul.tabs li a{
	color: #fff;
	text-decoration: none;
}
.proructe_packaging ul.tabs li:hover {
	background-color: #999;
}
.proructe_packaging ul.tabs li.current {
	background-color: #999;
}
.proructe_packaging .contents {
	border: 1px solid #eee;
	box-sizing: border-box;
	padding: 30px;
	width: 100%;
	height: 416px;
	overflow: hidden;
}
.proructe_packaging .tabscontent {
	height: 100%;
}
.proructe_packaging .tabscontent img {
	display: block;
	max-width: 100%;
	height: 100%;
}
.producte_header_right {
	float: left;
	margin: 0 0 20px 0;
	width: calc(100% - 446px);
}
.producte_header_right > div {
	margin: 0 0 15px 0;
	overflow: hidden;
}
.producte_header_right .title {
	/* color: #c70000; */
	color: #f90002;
	font-size: 1.1em;
}
.files_specifications_blocks {
	overflow: hidden;
}
.title.specifications_blocks {
	margin: 0 0 5px 0;
	overflow: hidden;
}
.files_specifications_blocks > div {
	color: #4d4d4d;
	float: left;
	font-size: .7em;
	margin: 5px 30px 5px 0;
	overflow: hidden;
}
.producte_header_right .title.special_icons {
	margin: 0 0 8px 0;
}
.value.special_icons {
	overflow: hidden;
}
.value.special_icons a {
	display: inline-block;
	vertical-align: top;
}
.value.special_icons img {
	display: inline-block;
	margin: 0 20px 0 0;
	vertical-align: top;
	max-height: 80px;
}
.innovationen-icon {
	float: right;
	margin: 4px 0px 10px 30px;
	width: 25%;
}
.file_tds_block > div,
.file_msds_block > div {
	float: left;
}
.file_tds_block .title,
.file_msds_block .title {
	margin-right: 5px;
}
.file_tds_block .size,
.file_msds_block .size {
	color: #777;
	margin-left: 5px;
}
.file_tds_block .size::before,
.file_msds_block .size::before {
	content: "("
}
.file_tds_block .size::after,
.file_msds_block .size::after {
	content: ")"
}
.benefits_block ul,
.benefits_block ol {
    margin: 5px 0 0 18px;
}
.content_item .f_characteristics table {
	margin: 15px 0;
	max-width: 100%;
}
.f_characteristics table tr:first-child,
.f_characteristics table tr:first-child:hover {
	background-color: #eee;
}
.f_characteristics table tr:hover{
	background-color: #f5f5f5;
}
.f_characteristics table tr td:first-child {
	max-width: 50%;
	width: 500px;
}
.content_item .field.f_tolerances .title_top {
	margin-bottom: 15px;
}
.acb-button-link {
	border-style: solid;
	border-width: 1px;
	background-position: 8px center;
	background-repeat: no-repeat;
	display: inline-block;
	text-decoration: none;
	height: 32px;
	line-height: 32px;
	padding: 0 8px 0 48px;
	position: relative;
	vertical-align: middle;
	overflow: hidden;
}
.acb-button-link:hover {
	text-decoration: underline;
}
.acb-button-link::after {
	content: "\f0a9";
	float: right;
	font-family: 'FontAwesome';
	overflow: hidden;
	transition: .5s;
	text-align: center;
	margin-left: 5px;
	width: 0;
}
.html_global_buttons.widget {
	margin-bottom: 0;
}
.html_global_buttons.widget > .widget_body {
	padding: 0;
}
.for_global_link.for_maps_switch {
	text-align: right;
}
.for_global_link.for_maps_switch .acb-button-link {
	border-width: 0 0 0 1px;
	border-color: #aaa;
	font-size: 12px;
	color: #e70000;
	height: auto;
	line-height: 16px;
	padding: 0 6px 1px 8px;
}
.for_global_link.for_maps_switch .acb-button-link:first-child {
	border-width: 0;
	padding: 0 6px 1px 0;
}
.for_global_link.for_maps_switch .acb-button-link:last-child {
	padding: 0 1px 1px 8px;
}
.for_global_link.for_maps_switch .acb-button-link::after {
	display: none;
}
.acb-button-link:hover::after {
	width: 20px;
}
.acb-button-link.e-tec-icon {
	background-image: url("../images/acb_icons/brand_icons/e-tec-32x32.png");
	border-color: #ed1c24;
	color: #ed1c24;
}
.acb-button-link.mullerol-icon {
	background-image: url("../images/acb_icons/brand_icons/muller-ol-32x32.png");
	border-color: #c32329;
	color: #c32329;
}
.acb-button-link.sw-icon {
	background-image: url("../images/acb_icons/brand_icons/silver-wheel-32x32.png");
	border-color: #4d4d4d;
	color: #4d4d4d;
}
.acb-button-link.frosbio-icon {
	background-image: url("../images/acb_icons/brand_icons/frosbio-32x32.png");
	border-color: #87c54a;
	color: #223f9a;
}
.producte_anons .for_global_link {
    margin: 20px 0 5px;
    text-align: center;
}
.gui-panel {
	margin: 0 0 45px;
	overflow: hidden;
}
.category_description + .gui-panel {
	margin: -20px 0 60px;
	padding: 0 15px 40px;
	position: relative;
}
.category_description + .gui-panel::after {
	content: "";
	display: block;
	height: 1px;
	width: 100px;
	margin-left: -50px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transition: .5s;
    background-color: #b43c00;
}
.category_description .producte_anons{
	margin-bottom: 15px;
}
.content_categories ul {
	font-size: 0;
	text-align: center; 
}
.content_categories li {
	box-sizing: border-box;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	position: relative;
	margin: 10px 2.5%;
	padding: 5px 10px;
	vertical-align: top;
}
.content_categories li a {
	color: #272727;
	display: block;
	margin: 0;
	min-height: 58px;
	padding: 5px 0;
	text-decoration: none;
	position: relative;
}
.content_categories li a:hover {
    color: #b43c00;
}
.content_categories li a::before {
	content: "";
	background-image: url("../images/acb_icons/produkte/01-motorenole-55x58.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	height: 58px;
	margin-right: 10px;
	transition: .5s;
	vertical-align: middle;
	width: 55px;
}
.content_categories li a[href*="getriebeole"]::before {
	background-image: url("../images/acb_icons/produkte/02-getriebeole-55x58.png");
}
.content_categories li a[href*="hydraulikole"]::before {
	background-image: url("../images/acb_icons/produkte/03-hydraulikole-55x58.png");
}
.content_categories li a[href*="frostschutzmittel-und-kuhlmittel"]::before {
	background-image: url("../images/acb_icons/produkte/04-f-k-64x64.png");
}
.content_categories li a[href*="bremsflussigkeiten"]::before {
	background-image: url("../images/acb_icons/produkte/05-bremsflussigkeiten-61x55.png");
}
.content_categories li a[href*="scheibenreiniger"]::before {
	background-image: url("../images/acb_icons/produkte/06-scheibenreiniger-55x55.png");
}
.content_categories li a[href*="andere-produkte"]::before {
	background-image: url("../images/acb_icons/produkte/09-innovationen-55x55.png");
}
.content_categories li a[href*="frostschutzmittel-und-kuhlmittel"] {
	line-height: 18px;
}
.content_categories li a::after {
	content: "";
	display: block;
	height: 1px;
	width: 0;
	margin-left: 0;
	position: absolute;
	bottom: 10px;
	left: 65px;
	transition: .5s;
}
.content_categories li a:hover::after {
    width: calc(100% - 65px);
    background-color: #b43c00;
}
#unsere_marken_list .section-cont {
	margin: 0 -2%;
}
#unsere_marken_list .section-cont > a{
	text-decoration: none;
	width: 21%;
	color: #5a5a5a;
	font-size: 12px;
	margin: 0 2% 2em;
	padding: 0;
	transition: .3s;
}
#unsere_marken_list .section-cont > a:hover{
	color: #272727;
}
#unsere_marken_list .section-cont h3,
#unsere_marken_list .section-cont p{
	text-align: left;
}
#unsere_marken_list .section-cont h3{
	color: #fff;
	transition: .3s;
	padding: 14px 0 0;
	position: relative;
}
#unsere_marken_list .section-cont a.item h3 {
	text-align: center;
}
#unsere_marken_list .is_new_product h3::after{
	content: "New!";
	background-color: #fff;
	border: 1px solid #5a5a5a;
	border-radius: 4px;
	color: #e70000;
	font-size: .7em;
	font-weight: 400;
	margin-left: 3px;
	padding: 0 5px;
	position: relative;
	top: -1px;
	transition: .3s
}
#unsere_marken_list .section-cont > a:hover h3{
	color: #e70000;
}
#unsere_marken_list .section-cont > a:hover h3::after{
	background-color: #e70000;
	border-color: #e70000;
	color: #fff;
}
#unsere_marken_list .section-cont .brand-photo  {
	background-color: #353535;
	position: relative;
	transition: .3s;
}
#unsere_marken_list .section-cont > a:hover .brand-photo  {
	border-color: #353535;
}
#unsere_marken_list .section-cont .brand-photo img {
	display: block;
	transition: .3s;
}
#unsere_marken_list .section-cont .brand-photo::after  {
	content: "learn more";
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 40px;
	line-height: 40px;
	margin-top: -20px;
	width: 0;
	background-color: rgba(0,0,0,0);
	border: 1px solid rgba(255,255,255,0);
	box-shadow: 0 0 0 rgba(0,0,0,0);
	color: rgba(255,255,255,1);
	text-transform: uppercase;
	text-align: center;
	transition: .6s;
	font-size: 0;
}
#unsere_marken_list .section-cont .brand-photo::before  {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0);
	transition: .6s;
	z-index: 0;
}
#unsere_marken_list .section-cont .brand-photo:hover::before  {
	background-color: rgba(0,0,0,.3);
	z-index: 2;
}
#unsere_marken_list .section-cont a:hover .brand-photo::after  {
	width: 120px;
	margin-left: -60px;
	background-color: rgba(180,0,0,.7);
	border: 1px solid rgba(255,255,255,1);
	box-shadow: 0 0 30px rgba(0,0,0,1);
	font-size: 14px;
}
.produts_carousel .owl-big-image {
	border: 1px solid #ccc;
}
#for_anchor_link {
	font-size: 1.2em;
	margin: 0 0 50px;
	padding: 20px 0 50px;
	clear: both;
	overflow: hidden;
	position: relative;
}
#for_anchor_link::after,
#buyers::after {
	background-color: #b43c00;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}
#for_anchor_link a,
.for_anchor_link_buyers a,
.for_anchor_link_suppliers a {
	border: 1px solid #ccc;
	text-decoration: none;
	padding: 5px 20px;
}
#for_anchor_link a:hover {
	border-color: #e70000;
}
.buyers_link,
.suppliers_link {
	float: left;
}
.buyers_link {
	margin-right: 60px;
}
.for_anchor_link_buyers,
.for_anchor_link_suppliers {
	display: none;
}
.for_anchor_link_buyers a,
.for_anchor_link_suppliers a {
	display: inline-block;
}
#buyers {
	margin: 0 0 50px;
	padding: 0 0 50px;
	position: relative;
}
.ft_html .sitemap-list {
	margin: 0 0 15px 0;
}
.ft_html .sitemap-list ul {
	margin: 0 0 15px 0;
}
.ft_html .sitemap-list li {
	line-height: 25px;
	margin: 0 0 6px;
}
.ft_html .sitemap-list > li ul li {
	line-height: 20px;
	margin: 0 0 3px;
}
.ft_html .sitemap-list > li ul li.for-other-products {
	margin: 0 0 8px;
}
.ft_html .sitemap-list li > ul {
	margin: 10px 0 10px 30px;
}
.ft_html .sitemap-list li > ul li ul {
	margin: 10px 0 10px 45px;
}
.ft_html .sitemap-list li a {
	text-decoration: none;
}
.ft_html .sitemap-list  li ul li ul li a {
	color: #bbb;
}
.ft_html .sitemap-list > li,
.ft_html .sitemap-list > li > ul > li {
	list-style: none;
}
.ft_html .sitemap-list > li::before,
.ft_html .sitemap-list > li > ul > li::before {
	content: "-";
	padding-right: 3px;
}
.ft_html .sitemap-list > li > a {
	font-size: 1.1em
}
.ft_html .sitemap-list > li ul li ul li {
	font-size: .9em;
}
.ft_html .sitemap-list li a:hover,
.ft_html .sitemap-list li.sitemap a {
	text-decoration: underline;
}
.sidebar-news {
	padding-top: 10px;
}
.sidebar-news a {
	display: block;
	text-decoration: none;
	margin: 0 0 25px;
}
.sidebar-news a:last-child {
	margin: 0;
}
.sidebar-news .title {
	font-size: 14px;
	line-height: 16px;
}
.sidebar-news .image-date img{
	display: block;
}
.sidebar-news a .image {
	overflow: hidden;
	margin: 0 0 3px;
	opacity: 1;
	transition: .3s;
}
.sidebar-news a:hover .image {
	opacity: .9;
}
#body aside {
    position: relative;
    z-index: 3;
}
.main_news {
	font-size: 0;
	margin: 0 -2% -30px;
	overflow: hidden;
}
.main_news .item {
	overflow: hidden;
	font-size: 14px;
}
.main_news .item:first-child {
	display: block;
	clear: both;
	margin: 0 2% 45px;
	width: 96%
}
.main_news .item {
	display: inline-block;
	margin: 0 2% 30px;
	vertical-align: top;
	width: 21%;
}
.main_news .item:first-child > div {
	display: inline-block;
	vertical-align: middle;
}
.main_news .photo {
	background-color: #353535;
	overflow: hidden;
	position: relative;
}
.main_news .photo img {
	display: block;
}
.news_item_first .photo {
	margin-right: 4%;
	width: 21.9%;
}
.news_item_first .first-content {
	text-align: justify;
	width: 73%;
}
.main_news .item .title {
	margin: 10px 0 0;
	text-transform: uppercase;
}
.main_news .item:first-child .title {
	font-size: 1.5em;
	margin: 0 0 5px;
}
.main_news .title a {
	display: block;
	color: #fff;
	text-decoration: none;
}
.main_news .title a:hover {
	text-decoration: underline;
}
.news_item_first .photo {
	margin-right: 3.7%;
	width: 22%;
}
.main_news .item:first-child .item_date {
    margin: 15px 0 0;
    font-size: 12px;
    color: #777;
}
.main_news .item .item_date .time {
    display: none;
}
.news_item .photo .item_date {
    position: absolute;
    top: 10px;
    left: 10px;
	background-color: #fff;
    color: #c70000;
    padding: 2px 10px;
    font-size: 11px;
    font-family: Arial;
    font-weight: 700;
    box-shadow: 0 0 3px #000;
	border-radius: 2px;
	opacity: 0;
	transition: .5s
}
.news_item:hover .photo .item_date {
	opacity: 1;
}
.news_item {
	text-decoration: none;
}
.news_item .title{
	color: #fff;
	transition: .3s;
}
.news_item:hover .title{
	text-decoration: underline;
}
.news_item .teaser {
	text-align: justify;
}
.news_item .item_teaser {
	font-size: 12px;
	color: #aaa;
	margin: 5px 0 0;
	transition: .3s;
}
.news_item:hover .item_teaser {
	color: #fff;
}
.mobile639 {
	display: none !important;
}
@media screen and (max-width: 1024px) {
	#my-products .section-cont > a{
		padding: 155px 10px 45px;
	}
	#unternehmen .first-line.item,
	#produkte .item	{
		padding: 10px 0;
	}
	#unternehmen .second-line.item {
		width: 28.33%;
	}
	.widget_top_news .image {
		float: none;
		margin: 0 0 20px;
		width: 100%;
	}
	.content_list_item.unternehmen_list_item .photo {
		margin-right: 3%;
	}
	.news_title.common_news {
		font-size: 1.7em;
	}
	#produkte .item,
	#produkte.innovationen_anons .item	{
		margin: 25px 3.5% 10px;
		width: 43%;
	}
	#produkte .teaser {
		font-size: 16px;
	}
	#produkte .item.fourth-item h2 span {
		display: inline;
	}
	#produkte .item.fourth-item h2 {
		font-size: 22px !important;
		line-height: 1.35 !important;
		margin: 7px 0 15px 55px !important;
	}
}
@media screen and (max-width: 980px) {
	.sidebar-news {
		padding-top: 0;
	}
	.sidebar-news a {
		display: inline-block;
		width: 280px;
		margin: 0 20px 20px 0;
		vertical-align: top;
		text-align: left;
	}
	.sidebar-news a .image {
		height: 150px;
	}
}
@media screen and (max-width: 800px) {
	h1, h2, h3, h4, h5, h6 {
		color: #272727;
		line-height: 1.1;
	}
	#my-products .section-cont > a{
		padding: 155px 20px 45px;
		width: 280px;
		margin: 0 16px 30px;
		min-height: 400px;
	}
	#my-brand .section-cont > a{
		width: 280px;
		margin: 0 2%;
	}
	#my-products .section-cont > a::after{
		font-size: 1em;
	}
	#my-products .section-cont > a.first-item::after{
		color: #e70000;
		border: 1px solid #e70000;
	}
	#my-products .section-cont > a.second-item::after{
		color: #005ab4;
		border: 1px solid #005ab4;
	}
	#my-products .section-cont > a.third-item::after{
		color: #00b45a;
		border: 1px solid #00b45a;
	}
	#my-products .section-cont > a.fourth-item::after{
		color: #d39800;
		border: 1px solid #d39800;
	}
	#unternehmen .first-line.item,
	#unternehmen .second-line.item {
		margin: 25px 2.5% 10px;
		width: 45%;
	}
	.content_item.unternehmen_item .ft_image .value {
		margin-bottom: 15px
	}
	.content_item.unternehmen_item .ft_images .value {
		margin-bottom: 0;
	}
	.proructe_packaging,
	.producte_header_right {
		float: none;
		margin-right: 0;
	}
	.producte_header_right {
		width: 100%;
	}
	#unsere_marken_list .section-cont > a {
		width: 29.33%;
		margin: 0 2% 1em;
	}
	.news_item_first .photo {
		width: 30%;
	}
	.news_item_first .first-content {
		width: 65%;
	}
	.main_news .item {
		margin: 0 2% 30px;
		width: 29.33%;
	}
}
@media screen and (max-width: 640px) {
	#my-products .section-cont > a {
		width: 270px;
	}
	#my-brand-logo a {
		margin: 10px 2%;
		max-width: 46%;
		width: 46%;
	}
	#unternehmen .section-cont{
		margin: -20px -1% 0;
	}
	#unternehmen .first-line.item,
	#unternehmen .second-line.item {
		padding: 5px;
		margin: 0 1% 25px;
		width: 48%;
	}
}
@media screen and (max-width: 639px) {
	.normal639 {
		display: none !important;
	}
	.mobile639 {
		display: block !important;
	}
	#my-products .section-cont > a{
		min-height: auto;
		padding: 155px 20px 75px;
	}
	#my-products .section-cont > a:last-child{
		margin-bottom: 0;
	}
	#unternehmen .section-cont,
	#produkte .section-cont,
	#produkte.innovationen_anons .section-cont {
		margin: -20px 0 0;
	}
	#unternehmen .first-line.item,
	#unternehmen .second-line.item {
		margin: 0 0 5px;
		padding: 5px 0;
		width: 100%;
	}
	#produkte .item,
	#produkte.innovationen_anons .item {
		margin: 0 0 25px;
		padding: 5px 0;
		width: 100%;
	}
	#produkte .item h2 {
		margin: 13px 0 15px 55px;
	}
	#unternehmen .item h2 {
		font-size: 22px !important;
		line-height: 1.3 !important;
		margin: 14px 0 17px 75px !important;
	}
	#unternehmen .item.seventh-item h2 span,
	#produkte .item.fourth-item h2 span{
		display: inline;
	}
	#unsere_marken_list .section-cont > a {
		width: 46%;
		margin: 0 2% 1em;
	}
	.content_categories li {
		font-size: 14px;
		margin: 3px 1%;
		padding: 0;
	}
	.main_news .item:first-child .title {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.main_news .item:first-child {
		font-size: 12px;
	}
	.news_item_first .photo {
		width: 47%;
	}
	.news_item_first .first-content {
		width: 46%;
	}
	.main_news .item {
		margin: 0 2% 30px;
		width: 46%;
	}
	.main_news .item_teaser {
		display: none !important;
	}
}
@media screen and (max-width: 479px) {
	.main_news .item,
	.main_news .item:first-child .title {
		font-size: 12px;
	}
}
@media screen and (max-width: 479px) {
	#my-brand-logo.trio_brand a {
		margin: 10px 0%;
		max-width: 100%;
		width: 100%;
	}
	.proructe_packaging {
		width: 300px;
	}
	.proructe_packaging .contents {
		height: 300px;
		padding: 10px;
	}
}
@media screen and (max-width: 360px) {
	#my-brand-logo a {
		margin: 10px 0%;
		max-width: 100%;
		width: 100%;
	}
	.content_item.unternehmen_item .ft_images .value a {
		margin: 0 1% 5px;
		width: 23%;
	}
	.content_categories li {
		display: block;
		margin: 5px 0;
		padding: 0;
	}
	.main_news .item,
	.main_news .item:first-child .title {
		font-size: 11px;
	}
}