.sonderfooter {
	display:block;
	width:100%;
	padding:0em;
	position:relative; /* fr eventuelle Layer */
	background:#109E8E;
	background-image:url(layout/bg-footer.png);
	background-size:auto 9em;
	background-position:top center;
	background-repeat: repeat-x;

}
.sonderfooter_content {
	width:98%;
	max-width:px;
	margin:0em auto;
	padding:0em;padding-top:11em;padding-bottom:2em;
	position:relative; /* fr eventuelle Layer */
	text-align:center;
}
.sonderfooter_content img {
	opacity:0.6;
	margin:0em auto;
	width:90%;
	max-width: 700px; min-width: 140px;
}

.contbox3 {
	/*background:#eaeaea; */
	margin:0px;
	padding:0px;
	background:#fff;

}
.contbox3content {
	width:96%;max-width:1920px;
	margin:0em auto;
	padding:1em 2%;
	text-align:center;
}


.spaltencontainerbox_teaser {
	flex: 1 1 15%;
	background:#ffffff;
	margin:1em 0.5em;
	border:1px solid #C9D3E2;
	border-radius:0.5em;
	align: left;
	padding:0.3em 0.3em 0em 0.3em;
	text-align:center;
	align-items: center;
}

/* Mobile Style */ 
@media screen and (max-width: 1100px) {
.spaltencontainerbox_teaser {
	flex: 1 1 40%;
	min-width:200px;
	max-width:600px;
		}
}
/* Mobile Style */ 
@media screen and (max-width: 550px) {
.spaltencontainerbox_teaser {
	flex: 1 1 60%;
	min-width:200px;
	max-width:400px;

		}
}

.spaltencontainerbox_teaser img {
	width:98%;
	margin:1%;
	min-width:180px;
	max-width:600px;
}

.spaltencontainerbox_teaser h2 {
	font-family: ;
	font-size:1.5em;
	line-height:1.2em;
	font-weight:400;
	color:;
	padding:0em;
	margin:0em 0em 0.5em 1.5%;
	text-align:center;
}
.spaltencontainerbox_teaser p {
	margin:0em 0.5em 0.5em 1.5%;
	text-align:center;
}
.spaltencontainerbox_teaser .buttonbox {

	margin:0em auto;
	text-align:center;
	position:absolute;
	bottom:1em; left:0;right:0;

}
	
.spaltencontainerbox_teaser a.linkteaser, .spaltencontainerbox_teaser a.linkteaser:hover, .spaltencontainerbox_teaser a.linkteaser:visited {
	display:block;

	margin:0em auto;
	background:#109E8E;
	color:#ffffff;
	font-size:1.0em;
	text-align:center;
	padding:0.6em;
	background-image:none;

}
.spaltencontainerbox_teaser a.linkteaser:hover {
	background:#077064;


}

.spaltencontainerbox_teaser ul {
	margin-left:2em;
	margin-top:0.4em;
}
.spaltencontainerbox_teaser li {
	text-align:left;
}


/* Mobile Style */ 
@media screen and (max-width: 650px) {
.spaltencontainerbox_teaser h2 {
	font-size:1.5em;
		}
}



.tabellenlayout {
	margin-top:2em;
	border:0px solid #0C2D5D; 
	border-collapse: collapse;
	width:100%;
}
table.tabellenlayout td, table th {
padding: 0.6em;
}

table.tabellenlayout th {
background-color: #666;
color: #fff;
}
table.tabellenlayout tr:nth-child(1n+1) {
background-color: #E3ECF5;
color: #000;
}
table.tabellenlayout tr:nth-child(2n+2) {
background-color: #F3F7FB;
color: #000;
}

.sonderinhalt {
	margin:1.5em 0em;
	padding:1em 1em;
	text-align:left;
	background: #EFF3F3;
}