@charset "utf-8";
/*CSS-Sytles for idid web content manager. 
Copyright (C) Perpicx Media. All rights reserved.
www.idid-cms.de | www.perpicx.com*/

a.idideditnow:link, a.idideditnow:visited, a.idideditnow:active {
	width: 45px !important;
	height: 45px !important;
	max-width: 45px !important;
	max-height: 45px !important;
	position: absolute !important;
	background-image: url(../redaktion/ididadmin/ididimages/icons/idid-icon_editnow-live.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent !important;
	border: none !important;
	text-decoration: none !important;
	cursor: pointer;
	z-index: 999999999999999999999999999;
	transform: scale(1);
	display: inline !important;
	-webkit-transition: all .01s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
a.idideditnow:focus, a.idideditnow:hover {
	transform: scale(.95);
	background-color: transparent !important;
	border: none !important;
	text-decoration: none !important;
}
