/* @override 
	http://forstfrauen.styria-online.at/templates/forstfrauen/css/editor.css
	http://cms.umzieher.at/templates/saurugger/css/editor.css
	http://cms.bm-arnfelser.at/templates/arnfelser/css/editor.css */

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

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;
}

.blau {
	color: #456485;
}
.untertitel{
	color: #456485;
	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 */
.box60 {
	float: left;
	width: 60%;
}
.box40 {
	width: 40%;
	float: left;
}
.box h3 {
	text-transform: uppercase;
}
.box .abstand {
	padding: 20px;
	margin-right: 20px;
	height: 460px;
}
.blau .abstand {
	background-color: #0465aa;
	color: #fff;
}
.blau h3 {
	color: #e6bd76;
}

.gelb .abstand {
	background-color: #e6be76;
}
.boxbreit  {
clear: both;
	position: relative;
	margin: 20px -9999rem 40px !important;
	padding-right: 9999rem!important;
	padding-left: 9999rem!important;
	color: #fff;
}
.plan {
	background-image: url(../images/hg-plan.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}
.plan h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 46px;
	font-weight: 400;
}
.plan .abstand {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}
.boxrahmen {
	padding: 20px 20px 0;
	border: 1px solid #0465aa;
	margin-bottom: 20px;
	color: #0465aa;
}
@media (max-width: 990px) { 
	.box60, .box40 {
		float: none;
		width: 100%;
	}
	.box .abstand {
		height: auto;
	}

}
/* Team */

.team {
	padding-top: 20px;
}
.team h3 {
	text-align: left;
}
.team h4 {
	text-transform: capitalize;
}
.team .element {
	float: none;
	width: 100%;
	text-align: center;
	clear: both;
	padding-top: 20px;
}
.team .element img {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}
.team .element span {
	display: block;
}
.team .element .bild {
	float: left;
	width: 25%;
	padding-bottom: 30px;
}
.team .element .text {
	margin-left: 28%;
	text-align: left;
	padding-top: 4px;
}
@media (max-width: 990px) { 

}
