
/* ######### cmsblock ###### */



.cmsblock {
	clear: both;
	width: 100%;
	padding: 30px 35px;
	margin-bottom: 35px;
	background: #f2f2f2;
}

.cmsblock.zweispaltig {
  column-count: 2;
  column-gap: 20px;
}

.cmsblock .imgFull {
	
}

.cmsblock .imgFull img {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.cmsblock .imgRight{
	margin: 0 0 30px 30px;
	float: right;
}
.cmsblock .imgRight img {
	width: 100%;
	height: auto;
	position: relative;	
}

.cmsblock .imgLeft{
	margin: 0 30px 30px 0;
	float: left;
}

.cmsblock .imgLeft img {
	width: 100%;
	height: auto;	
	float: left;
}


.cmsblock .imgLeft.landscape, .cmsblock .imgRight.landscape {
	width: 50%;
}
.cmsblock .imgLeft.portrait, .cmsblock .imgRight.portrait {
	width: 30%;
}

.cmsblock .imgRight p, .cmsblock .imgLeft p, .cmsblock .imgFull p {
	font-size: 0.9em;
	line-height: 1.2em;
	padding-bottom: 7px;
	margin-top: 15px;
	border-bottom: 1px solid #eaeaea;
}


.cmsblock.horizline {
	border-bottom: 1px solid #000;
}


/* ######### tabelle ###### */


.cmsblock table {
	border: 0;
	border-left: 1px solid #bcbcbc;
	border-top: 1px solid #bcbcbc;
}

.cmsblock td, .cmsblock tr {
	border: 0;
	border-right: 1px solid #bcbcbc;
	border-bottom: 1px solid #bcbcbc;
	padding: 5px;
	vertical-align: top;
	font-size: 0.9em;
}

/* ######### steckbrief ###### */

.steckbrief img {width: 120px}

.steckbrief .passfoto {
	float: left;
	width: 120px;
	margin: 0 40px 40px 0;
}

.steckbrief .cont {
	margin-left: 160px;
}

.steckbrief br.clear {
	clear: both;	
}


/* ######### bildergalerie ###### */

.bildergalerie {/* rma NEU */
	clear: both;
	padding: 35px 25px;
	margin-bottom: 35px;
	background: #f2f2f2;
}

.bildergalerie  img {/* rma NEU */
	height: 100px;
	margin: 10px;
	float: left;
}

.bildergalerie .more {
		display: none;
		font-size: 2.5em;
}

@media only screen and (max-width: 550px) {
	.cmsblock .imgRight, .cmsblock .imgLeft, .cmsblock .imgLeft.landscape, .cmsblock .imgRight.landscape, .cmsblock .imgLeft.portrait, .cmsblock .imgRight.portrait {
		margin: 0 0 30px 0;
		width: 100%;
		float: none;
	}
}

/* zusaetzl in responsive.css aenderungen an bildergalerie */

.innewrow {clear: both}




/* ######### mmedia ###### */

a.mmedia {	
	font-family: Arial, sans-serif !important;
	font-weight: bold !important;
	text-decoration: none !important;
	color: #387393 !important;
	font-size: 12px !important;
	margin-left: 10px !important;
}

a.mmedia span {
	color: #8D8F92 !important
}
