
/* Mehrere Kontaktpersonen in einem Kasten, auf Kontakt-Seite */
#cell_kontaktpersonen_wrapper {
	background-color: var(--waserblau);
	width: 100%;
	margin-bottom: 60px;
}
.cell_kontaktpersonen {
	position: relative;
	margin-top: -20px;
	padding-top: 70px;
	padding-bottom: 40px;
	background-color: var(--waserblau);
	
}
.cell_kontaktpersonen_container {
	width: 700px;
	margin: auto;
	
}

.cell_kontaktpersonen_in_footer { /* siehe styles_seitengroesse.css */ 
	margin-left: auto;
	margin-right: auto;
}

.cell_kontaktperson {
	width: 33%;
	
	float: left;
	text-align: left;
}
.cell_kontaktperson_inside {
	/* background-color: red; */
	margin-left: 15px;
	width: 180px;
}
.cell_kontaktpers_bild {
	height: 170px;
	width: 170px;
	background-image: URL('../portrait_unknown.png');
	background-size: cover;
	background-position: center; 
	border: 5px solid white;
}
.cell_kontaktpers_kategorie { /* nicht verwendet */
	padding-top: 18px;
	color: var(--wasergelb);
	font-size: 28px;
	
}

.cell_kontaktpers_zustaendigkeit {
	padding-top: 18px;
	padding-bottom: 4px;
	color: var(--wasergelb);
	font-size: 14px;
	white-space: nowrap;
	
}

.cell_kontaktpers_name {
	margin-top: -5px;
	padding-bottom: 9px;
	color: white;
	font-size: 26px;
	letter-spacing: 1.5px;
	white-space: nowrap;
}
.cell_kontaktpers_details {
	color: white;
	font-size: 14px;
	white-space: nowrap;
}
.cell_kontaktpers_details a {
	color: white;
	text-decoration: none;
}
.cell_kontaktpers_details a:hover {
	text-decoration: underline;
}





/* Einzelne Kontaktperson, auf Mulden/Entsorgung/Transport resp. deren Unterseiten */

.cell_kontaktinclude {
	position: relative;
	
	min-height: 230px;
	padding-top: 40px;
	background-color: var(--waserblau);
	
	font-size: 24px;
	
	
	z-index: 1;
}
.cell_kontaktinclude div {
	z-index: 2;
}


.cell_kontaktinclude_title, .cell_kontaktinclude_subtitle, .cell_kontaktinclude_text, .cell_kontaktinclude_nr {
	color: white;
	font-size: 24px;
	text-align: left;
	margin-left: 280px;
}

.cell_kontaktinclude_title {
	color: var(--wasergelb);
}
.cell_kontaktinclude_subtitle {
	
	font-size: 38px;
}
.cell_kontaktinclude_text {
	line-height: 32px;
	padding-bottom: 40px;
}
.cell_kontaktinclude_text a {
	color: white;
	text-decoration: none;
}
.cell_kontaktinclude_text a:hover {
	text-decoration: underline;
}

.cell_kontaktinclude_image {
	position: absolute;
	left: 58px;
	top: 48px;
	height: 170px;
	width: 170px;
	background-image: URL('../portrait_unknown.png');
	background-size: cover;
	background-position: center; 
	border: 5px solid white;
}


.cell_kontaktinclude_nr {
	position: absolute;
	top: 122px;
	right: 140px;
	margin-left: 100px;
}
.cell_kontaktinclude_nr_title {
	color: var(--wasergelb);
	margin-bottom: -10px;
}
.cell_kontaktinclude_nr_text {
	font-size: 38px;
}
.cell_kontaktinclude_nr_text a {
	color: white;
}

@media (max-width: 1000px) {
	.cell_kontaktinclude_nr {
		/* display: none; */
		position: relative;
		top: 0px;
		left: 0px;
		margin-left: 280px;
		
		margin-top: -20px;
		padding-bottom: 20px;
	}
}








	