#topbar .contact_btn {
    background: url(../images/asmpt_icon_contact.svg) no-repeat right center;
    background-size: auto 35px;
    width: 40px;
    height: 40px;
    margin: 0 0 0 10px;
}

.content ul li ul {
	padding-bottom: 0!important;
    margin-bottom: 0 !important;
}

.card .icon {
    display:none !important;
}

.empower {
    background-repeat: no-repeat !important;
    background-color:#000;
    background-position: center center !important;
    background-image: url(../images/empower_the_intelligent_revolution_2500x468px_bg.jpg) !important;
    color:#fff;
    object-fit: cover;
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }
    
    100% {
        transform: translateX(-100%);
    }
}

.gray_platine {
    background: url(../images/platine_grob2_bg_grau_1920x1080.jpg) repeat-y top center;
    background-size: 100% auto
}
