/*
	Theme Name: schaderecht
	Theme URI: http://themeurl.com/
	Description: The Wordpress theme based on the famous Wordpress CMS.
	Version: Latest
	Author: Theme Author Name Here
	Author URI: http://authorurl.com/
*/

.about__sldr-arrows {
	margin-top: 30px;
}
.about__sldr-arrows .slick-prev,
.about__sldr-arrows .slick-next {
    width: 53px;
    height: 53px;
    position: unset;
    transform: translateY(0);
    color: var(--color-white);
    border-radius: 50px;
    background-image: none;
    background-color: var(--color-secondary);
	transition: all 0.3s ease-in-out;
}
	
.about__sldr-arrows .slick-next {
    margin-left: 15px;
}

.about__sldr-arrows .slick-prev:hover,
.about__sldr-arrows .slick-prev:focus,
.about__sldr-arrows .slick-next:hover,
.about__sldr-arrows .slick-next:focus {
    color: var(--color-white);
    background-color: var(--color-primary);
}

@media (min-width: 992px) {
    .about__shadow {
        margin-left: 0 !important;
    }
}