.more {
		margin: auto 0px 0px;
		position: relative;
		border-radius: 10px;
	}
	.brick {
font-size: 0.9em;
     width: 350px;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin: 0 0 20px;
		
		position: relative;
      box-shadow: 4px 4px 4px 4px #c3c3c3;
      border-radius: 5px;
      padding: 10px;
	}
	.brick:before {
		content:'';
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		z-index: -1;
		border-radius: 10px;
	}

/*.brick header::before {
 
		content: url('/fileadmin/images/Notenschluessel_Grau.png');
  
} */
	.brick * {
		color: currentColor
	}
	.brick._cs0 {
		color: #2c2c2c;
	}
	.brick._cs0:before {
		background: #fff
	}
	.brick._cs0 .date {
		color: red
	}
	._home .brick._cs0:before {
		background: #f2f2f2;
		border: 1px solid black;
	}
	
	
	
	
	
	.brick._cs00:before {
		background: #58585a;
		border: 1px solid black;
	}
	.brick._cs000:before {
		background: #2c2c2c;
		border: 1px solid black;
	}
	
	
	.brick._cs1 > div.kicker {
	background:#5e2028;
	}
	
	.brick._cs1 {
	color:#5e2028;
	}
	
	.brick._cs2 > div.kicker {
	background: #00519e;
	}
	
	
	.brick._cs3 > div.kicker {
	background: #009EE3;
	}
	
	
	.brick._cs4 > div.kicker {
	background: #E23D12;
	}
	
	
	.brick._cs5 > div.kicker {
	background: #3FA435;
	}
	
	
	.brick._cs6 > div.kicker {
	background: #4EB097;
	}
	
	
	.brick._cs7 > div.kicker {
	background: #E5007D;
	}
	
		.brick._cs8 > div.kicker {
	background: #a8438d;
	}
	
		.brick._cs9 > div.kicker {
		background: black;
	}
	
	
		.brick._cs10 > div.kicker {
	background: #e95f47;
	}
	
/*	.brick._cs1:before {
		background: #aea935;
		border: 1px solid black;
	}
	.brick._cs2:before {
		
		box-shadow: 4px 4px 4px 4px #c3c3c3;
	}
	.brick._cs3:before {
		
	box-shadow: 4px 4px 4px 4px #c3c3c3;
	}
	.brick._cs4:before {
		
		box-shadow: 4px 4px 4px 4px #c3c3c3;
	}
	.brick._cs5:before {
		
	box-shadow: 4px 4px 4px 4px #c3c3c3;
	}
	.brick._cs6:before {
		
		box-shadow: 4px 4px 4px 4px #c3c3c3;
	}
	.brick._cs7:before {
		
		box-shadow: 4px 4px 4px 4px #c3c3c3;
	}
	.brick._cs8:before {
		
		box-shadow: 4px 4px 4px 4px #c3c3c3;
	}
	.brick._cs9:before {
		
		box-shadow: 4px 4px 4px 4px #c3c3c3;
	}
	.brick._cs10:before {
		
		box-shadow: 4px 4px 4px 4px #c3c3c3;
	} */
	.brick._cs11:before {
		background: #0062a9;
		box-shadow: 4px 4px 4px 4px #c3c3c3;
	}
	.brick._cs12:before {
		background: #9c9e9f
	}
	.brick._cs13:before {
		background: #97bf0d
	}
	.brick._cs14:before {
		background: #00aec7
	}
	.brick a:hover {
		color: currentColor
	}
	.brick h2, ._home .brick h3 {
		clear: none;
		font-size: 1.1rem;
		font-weight: 600;
		line-height: 1.5em;
		margin-bottom: 6px;
		margin-top: 0;
		text-transform: none;
      text-align: center;
      padding-left: 2px;
padding-right: 2px;
padding-top: 4px;
	}

	.brick h2 a:before, .brick h3 a:before, .brick h4 a:before, .brick a._lib:before
		{
		margin-right: .5em;
		text-decoration: none
	}
	.brick .date {
		font-size: .8125rem;
		line-height: 1.307692307692308;
		margin-bottom: 4px
	}
	.brick ._jumper {
		margin: 20px 0 0;
	}
	.brick ._jumper button {
		background: hsla(0, 0%, 100%, .7);
		color: #2c2c2c;
		padding: .4em;
		margin: 6px 0
	}
	.brick ol, .brick p, .brick ul {
		margin-bottom: 6px;
		color: black;
		padding-left: 5px;
		padding-right: 5px;
		font-size: 1.125em;
	}
	.brick .socios {
		margin-bottom: 0
	}
	.brick .kicker {
		position: relative;
	}
	.brick .kicker a {
		text-decoration: none
	}
	.brick .kicker._ico {
		padding-right: 2em;
	}
	.brick .kicker._ico._invert {
		padding-right: calc(2em + 20px)
	}
	.brick .kicker._ico:after {
		font-size: 1.75rem;
		position: absolute;
		right: 20px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
	.brick .kicker._invert {
		background: whitesmoke;
		margin: -20px -20px 0;
		padding: 18px 20px 16px;
		height: 60px;
		border-radius: 10px;
	}
	.brick .kicker._invert._cs0 {
		background: #fff
	}
	._home .brick .kicker._invert._cs0 {
		background: #f2f2f2
	}
	.brick .kicker._invert._cs00 {
		background: #58585a
	}
	.brick .kicker._invert._cs000 {
		background: #2c2c2c
	}
	.brick .kicker._invert._cs1 {
		background: #aea935
	}
	.brick .kicker._invert._cs2 {
		background: #54bbba
	}
	.brick .kicker._invert._cs3 {
		background: #e09f25
	}
	.brick .kicker._invert._cs4 {
		background: #804180
	}
	.brick .kicker._invert._cs5 {
		background: #7107ca
	}
	.brick .kicker._invert._cs6 {
		background: #ee8694
	}
	.brick .kicker._invert._cs7 {
		background: #ffd616
	}
	.brick .kicker._invert._cs8 {
		background: #a8438d
	}
	.brick .kicker._invert._cs9 {
		background: #199c69
	}
	.brick .kicker._invert._cs10 {
		background: #e95f47
	}
	.brick .kicker._invert._cs11 {
		background: #0062a9
	}
	.brick .kicker._invert._cs12 {
		background: #9c9e9f
	}
	.brick .kicker._invert._cs13 {
		background: #97bf0d
	}
	.brick .kicker._invert._cs14 {
		background: #00aec7
	}
	.brick .kicker._invert+.follow {
		margin-top: 20px
	}
	.brick .cap {
		font-size: .8125rem;
		line-height: 1.307692307692308;
		margin-bottom: 4px;
		text-transform: uppercase
	}
	.brick._more>div:first-child {
		margin-bottom: 20px
	}
	
	.brick figure._kicker {
		margin: -20px -20px 0;
	}
	

.brick>div:not (.more ):after {
	content: '';
	display: block;
	clear: both
}

.more:after, .more:before {
	content: '';
	display: block;
	height: 20px;
	opacity: .6;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 20px
}

.more:after {
	right: 20px
}

.more:before {
	left: 20px
}

.more>div {

	color: black;
	line-height: 1.214285714285714;
	padding: 20px 20px 15px;
	text-align: center;
	text-transform: uppercase;
}

.more a {
	position: relative;
	text-decoration: none;
	top: -3px;
	color: #cc071e;
	font-weight: bold;
	font-size: 1.3em;
}

.more a:before {
	margin-right: .5em;
	text-decoration: none
}

.more a:hover {
	text-decoration: underline
}

.brickSeparator {
	border-top: solid 5px #f2f2f2;
	display: block;
	height: 20px;
	overflow: hidden;
	position: relative;
	margin: 0 -10px 0px;
	
}

.brickSeparator+figure {
	margin-top: -10px
}

._home .brickSeparator {
	border-top-color: #fff;
}

._home .brickSeparator span {
	background: #fff;
}


.bricks>h2 {
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	padding-left: 20px;
	width: 100%
}

