/* @override
	http://neuhardt-montagen.at/templates/neuhardt/css/editor.css 
	
*/

body {
	font: 12px/1.5em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #646360;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}


p {
	margin: 0;
	padding: 0px 0px 25px;
}

a img {
	border-width: 0px!important;
	border-style: none;
}
h2 a {
	text-decoration: none;
}

.bild-links, .bild-rechts {
	font-size: 11px;
	line-height: 120%;
	width: 40%;
}
.bild-links {
	clear: both;
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}
.bild-rechts {
	clear: both;
	float: right;
	margin-left: 25px;
	margin-bottom: 25px;
}
ol, ul {
	margin: 0px 0px 15px 30px;
	padding: 0px;
}
.linkblock {
	background-color: #e4e5e4;
	padding-top: 15px;
	color: #043c7d;
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
}

.untertitel{
	text-align: center;
	padding-bottom: 20px;
}
.clear {
	clear: both;
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 
.bild-links, .bild-rechts {
	float: none;
	display: block;
	padding: 0;
	margin: 0;
	text-align: center;
	padding-bottom: 15px;
	width: 100%;
}
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 
}
/* Large desktop */
@media (min-width: 1200px) { 
}


/* Elemente im inhalt */
.boxhell {
	background-color: rgba(177, 178, 179, 0.2);
	margin: 20px -9999rem -10px !important;
	clear: both;
	position: relative;
	padding: 30px 9999rem !important;
}

 .boxhell h3 {
border-bottom: 1px solid #022c6f;
padding-bottom: 15px;
 	font-weight: bold;
 	text-align: center;
 	margin-bottom: 30px;
 }
/* Team */

.team {
	padding-top: 20px;
}
.team h3 {
	text-align: center;
}
.team .element {
	display: inline-block;
	width: 33%;
	text-align: center;
	padding-bottom: 20px;
	vertical-align: top;
}

.team .element img {
	width: 70%;
	padding-bottom: 10px;
}
.team .element span {
	display: block;
}
@media (max-width: 990px) { 
	.team .element {
		width: 49%;
	}
}

.team.kontakt .element {
	width: 100%;
}
