#right-contents div[class^=icon_] {
    width: 55px;
    height: 55px;
    display: inline-block;
    cursor: pointer;
}
#right-contents div[class^=icon_]:before {
    content:"";
    display: block;
    width: 55px;
    height: 55px;
    background-size: 54px 54px;
    background-repeat: no-repeat;
    filter: grayscale(1);
}

#right-contents div[class^=icon_]:hover:before {
	filter: grayscale(0);
}

/*#right-contents div.icon_facebook:before {
    background-image:url("/files/oomoxx/img/media_kontakt_icons/Facebook%20sw.svg");
}*/
#right-contents div.icon_facebook:before {
    background-image:url("/files/oomoxx/img/media_kontakt_icons/Facebook%20orange.svg");
}
/*#right-contents div.icon_youtube:before {
    background-image:url("/files/oomoxx/img/media_kontakt_icons/Youtube%20sw.svg");
}*/
#right-contents div.icon_youtube:before {
    background-image:url("/files/oomoxx/img/media_kontakt_icons/Youtube%20orange.svg");
}
/*#right-contents div.icon_instagram:before {
    background-image:url("/files/oomoxx/img/media_kontakt_icons/Instagram%20sw.svg");
}*/
#right-contents div.icon_instagram:before {
    background-image:url("/files/oomoxx/img/media_kontakt_icons/Instagram%20orange.svg");
}
/*#right-contents div.icon_twitter:before {
    background-image:url("/files/oomoxx/img/media_kontakt_icons/Twitter%20sw.svg");
}*/
#right-contents div.icon_twitter:before {
    background-image:url("/files/oomoxx/img/media_kontakt_icons/Twitter%20orange.svg");
}

#costless-badge p a .badge {
    display: none!important;
}


.ce_accordionStart .accordion {
    display: none;
}

.ce_accordionStart.show_accordion .accordion {
    display: block;
}

.toggler { position: relative; }

/*
.toggler:after {
    content: "";
    position: absolute;
    border-top: 10px solid white;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    right: 10px;
    top: 10px;
}

.show_accordion .toggler:after {
    content: "";
    position: absolute;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    border-left: 10px solid transparent;
    position: absolute;
    right: 10px;
    top: 0px;
}*/
