@charset "utf-8";
/* CSS Document */


/* Hyperlinks in bearbeitbaren Boxen	*/
[id^="edBox_"]{
	min-width:10px;
}
[id^="edBox_"] a[href]{
	color: var(--link-color);;			/*#beb272 !important;*/
	font-weight:300;
}
.ed_zeile {
/*
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;        /* optional */

}
.ed_zeile > [name^="box_"] {
  /*flex: 0 0 auto;         /* nicht automatisch auf 100% ziehen */
  
}
.ed_zeile{
  /*border-left:4px solid green;*/
}

/*
[id^="edBox_"] a[href]:not(.mailto)::before, .openerObj::before{
	content:url(../img/icons/pfeil_href.png);
	background-color: var(--link-color);
	display:inline-flex;
	width:0.9em;
	height:0.6em;
	margin-right:0.5em;
}
*/
/* Seite Wartungsarbeiten */
#wartungsarbeiten {
	width: 100%;
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;
	padding:10px;
	font-size:18px;
}
#wartungsarbeiten .wTitel { font-size:30px; }
/*
.boxW{
	width:35px !important;
	padding:0px !important;
	text-align:right;
	height:20px;
	border-color:gray;
	border-radius:4px;
	padding-right:4px !important;
	font-size:14px;
}
*/
ul{
	margin-top:0px;
	margin-bottom:0px;
}


/*******	HEADER / INHALT / FOOTER	*******/
@keyframes fadein{
	from{opacity:0;}
	to{opacity:1;}
}
@-moz-keyframes fadein{
	from{opacity:0;}
	to{opacity:1;}
}
@-webkit-keyframes fadein{
	from{opacity:0;}
	to{opacity:1;}
}
@-o-keyframes fadein{
	from{opacity:0;}
	to{opacity:1;}
}

