body #comaxxLigthMain {
	padding-top: 10px;
}

#comaxxLigthMain #CLdesignKachel{
	display: flex;
	flex-direction: row;
	width: 65%;
	margin: 20px auto;
	flex-wrap: wrap;
}
#Inhalt .CLLink{
	display: contents;
	color: #000;
}
.CLFilter{
	width: 90%;
	margin: 20px auto 0;
	text-align: center;
	color: #ac163d;
  	font-weight: 800;
}
#FilterSelect{
	border-radius: 0;
   border: 1px solid gray;
   padding: 10px;
   background-color: #fff;
}
#comaxxLigthMain .CLBoxLink{
	display: contents;
}
#comaxxLigthMain .CLBox{
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	margin-bottom: 25px;
	position: relative;
	box-shadow: 0px 5px 5px #E0E0E0;
}
#comaxxLigthMain .CLBoxLeer{
	background-color: transparent;
	border: 5px solid lightgray; 
}
#comaxxLigthMain .CLBox .CLBoxBild {
	
	background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;	
	height: 200px;
	width: 100%;
	margin: 0;
	transition: filter 0.5s;

}
#WebMain .CLBoxLink a {
	cursor: pointer;
}
#WebMain .ohneZusatz {
	cursor: default;
}
#comaxxLigthMain .CLBoxTextBox{
	height: auto;
	padding: 10px;

}
#comaxxLigthMain .UnterseiteADD{
	width: 100%;
	height: 30px;
	color: white;
	background-color: #1f9ede;
	position: absolute;
 	bottom: 0;
	opacity: 0;
	transition: opacity 0.5s;
	cursor: pointer;
	text-align: center;
}
#comaxxLigthMain .CLBox:hover .UnterseiteADD{
	opacity: 1;
	color: #fff;
}
#comaxxLigthMain .CLBoxTextNormal{

}
/*Frontend Variabel*/
.boxbreite47{
	width: 47%;
}
.boxbreite31{
	width: 31%;
}
.boxbreite23{
	width: 23%;
}
/*COMAXX SACHEN*/
#comaxxLigthMain .BilderBearbeiten img {
  width: 100%;
  opacity: 0;
  display: none;
  border: none !important;
}
.CLKatTitel{
	margin-left: 50px;
  font-size: 30px;
}
#comaxxLigthMain .CLBoxDelete{
	position: absolute;
	z-index: 1000;
}
#KategorieFensterBearbeiten .KatRadioReihe{
	display: none;
}
#EditMain{
	float: right;
}
.BlenderFensterKlein{
	color: #ddd;
}
.hauptDatenSatzloeschen{
	float: right;
}
.UnterseiteLoeschenText{
	color: #fff;
	font-weight: 700: 
}