main .metaslider-flex.ms-theme-default .flex-next:focus,
main .metaslider-flex.ms-theme-default .flex-prev:focus {
    box-shadow: none !important;
    display: block !important;
    background-color: transparent !important;
    background-image: url(https://www.zeug-haus.ch/wp-content/themes/zeughaus/arrow.svg) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    position: absolute !important;
    top: 50% !important;
    z-index: 10 !important;
    cursor: pointer !important;
    text-indent: -9999px !important;
    opacity: 1 !important;
	outline: unset!important;
	
	width: 20px!important;
    height: 20px!important;
}

@media screen and (min-width: 1024px) {
    main .metaslider-flex.ms-theme-default .flex-next:focus,
	main .metaslider-flex.ms-theme-default .flex-prev:focus {
		width: 40px!important;
		height: 40px!important;
	}
}

.column-page + .banner-wrapper.bottom.bottom-right {
	bottom: unset;
}