:root {
	--ansc-img-button-clear: url('../../media/icons/buttons/clear.png');
	--ansc-img-button-edit: url('../../media/icons/buttons/pencil.png');
	--ansc-img-button-show: url('../../media/icons/buttons/showthis.png');
}

*.Component *.Titel {
	font-size: 14pt;
	font-weight: bold;
}
/********************************************/
.anscBlinkSlow {
  animation: blinkerSlow 3s linear infinite;
}
@keyframes blinkerSlow {
  50% { opacity: 0.5; }
  80% { opacity: 1; }
}

.anscComponentTitel  {
	font-size: 14pt;
	font-weight: bold;
}
.ansc-center { text-align:center; margin:0px auto; }
.anscClear { clear:both; }

.anscInputError input, .anscInputError select, .anscInputError textarea {
	border:solid 2px red;
}
.anscComponentContent {
	margin-top: 12px;
}
.ansc-clear { clear:both; }
.ansc-elipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.ansc-float { float:left; }
.ansc-hidden { display:none !important; }
.anscLoader {
	background-position:50% 50%;
	background-repeat:no-repeat;
	width:100%;
	height:100%;
	background-color:silver;
	opacity:0.9;
	position:absolute;
	top:0px;
}
.ansc-left { text-align:left; }

.ansc-reset-block {			/* 2023-12-12 */
	border: none 0px;
	padding: 0;
	display: block;
}

.ansc-right { text-align:right; }
.anscOverlayFrame {
	width:400px;
	height:340px;
	left:calc(50% - 200px);
	position:relative;
	background-color:white;
	border:groove 2px;
	border-color:blue;
	color:black;
	padding:10px;
	top:40px;
}
/* Grafiken in Beiträgen - CKEditor */
/********************************************/
/* figure.image-style-side { */
	/* margin: 0px 0px 0px auto; */
/* } */
img {
	max-width:100%
}

/* Meldungen */
/********************************************/
div.anscErrorMessage
	{ background-color:#AA0000; border:solid 2px #800000; padding:8px; }
div.anscTextMessage
	{ background-color:#80CC80; color:#000000; border:solid 2px #008000; padding:8px; }


/* Helfer
*********************************************/
hlpPageselectNumeric, hlpPageselectAlpha {
	display:block;
	margin:16px auto;
	text-align:center;
}
hlpPageselectNumeric a, hlpPageselectAlpha a
	{ text-decoration:none; }
hlpPageselectNumeric .Item, hlpPageselectAlpha .Item {
	font-size:12pt;
	padding:0px 4px;
	text-decoration: none;
}
hlpPageselectNumeric .Item.HIGH, hlpPageselectAlpha .Item.HIGH
	{ color:#00CCFF;font-weight:bold;font-size:14pt;text-decoration:underline; }
	
/* Dialogboxen
*******************************************/
anscDialogContent label {
	padding:0px 4px;
}
