/* @override 
	http://cms.phoenix-industry.at/templates/phoenix-industry/css/editor.css */

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

body {
	font: 16px/1.4em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #525151;
}


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: auto;
	width: 45%;
}
.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 0 30px;
	padding: 0px;
}
ul li {
	margin-bottom: 10px;
}
.linkbox a {
	display: inline-block;
	border: 1px solid #a3c8e0;
	text-decoration: none!important;
	padding: 2px 10px 1px;
}
.clear {
	clear: both;
}
.spalten {
	display: flex;
	padding-bottom: 20px;
	padding-top: 20px;
	width: 100%;
}
.spalte .abstand {
	padding-right: 20px;
	padding-left: 20px;
}
.spalten.zweispaltig {
	margin-left: -20px;
	margin-right: -20px;
}
.spalten.zweispaltig .spalte {
	width: 50%;
}
.spalten.dreispaltig .spalte {
	width: 33%;
}

.bildtext {
	align-items: flex-start;
	align-content: flex-start;
}

.bildtext .text {
	width: 60%;
}
.bildtext .bild {
	width: 40%;
}
.bildtext .bild p {
	margin: 0;
	padding: 0;
	position: relative;
}

.bildtext .text .abstand {
	padding-right: 30px;
	padding-top: 0;
	padding-bottom: 30px;
}

.hellblau {
	margin-left: -10px;
	margin-right: -10px;
}
.hellblau .element {
	display: flex;
}
.hellblau .element .abstand {
	background-color: #ebf5fb;
	padding: 40px 60px 20px;
	margin: 0 10px 10px;
}

@media (max-width: 990px) {  

	.spalten.zweispaltig .spalte,
	.bildtext .bild,
	.bildtext .text {
		width: 100%;
	}
	
	.hellblau {
		padding-top: 30px;
	}

}
@media (max-width: 767px) { 
	.bild-links, .bild-rechts {
		float: none;
		display: block;
		padding: 0;
		margin: 0;
		text-align: center;
		padding-bottom: 15px;
		width: 100%;
	}
	.spalten {
		display: block;

	}
		
}
.box.team {
	background-color: #eef6fa;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 50px;
}
.team h3, .dreibox h3, .gross h3 {
	font-weight: 600;
	background: url(../images/linie-uberschrift2.png) left bottom no-repeat;
	padding-bottom: 20px;
	padding-left: 15px;
	margin-bottom: 30px;
	margin-top: 0;
	padding-top: 0;
	margin-left: -50px;
}
h3 span {
	display: block;
	font-weight: normal;
}
.team .elemente {
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: -20px;
}
.team .elemente .element {
	width: 50%;
}
.team .elemente .element .abstand {
	background-color: #d0e3ef;
	margin: 20px;
	display: flex;
	align-items: flex-end;
}
.team .bild p {
	padding: 0;
}
.team .text {
	padding: 20px 10px 10px 20px;
}
.dunklblau {
	padding-top: 30px;
	padding-bottom: 30px;
}
.dunklblau .elemente .element {
	display: flex;
	align-items: stretch;
	flex-direction: row;
	align-content: stretch; flex-grow: 2;
	
	
}
.dunklblau .elemente .element1 {
	width: 25%;
}
.dunklblau .elemente .abstand {
	padding: 25px 25px 5px;
	width: 100%;
}
.dunklblau .elemente .element1 .abstand {
	background-color: #2388c2;
	color: #a6cfe6;
	font-size: 18px;
}
.dunklblau .elemente .element1 h3 {
	color: #fff;
}
.dunklblau .elemente .element2 .abstand {
	background-color: #eef6fa;
}
.dunklblau .elemente .element2 {
	width: 75%;
}
.hellblau2 .element {
	width: 50%;
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.hellblau2 .element .abstand {
	padding: 30px 30px 10px;
}
.hellblau2 .element1 {
	background-color: #d5e7f1;
	color: #2387c2;
}
.hellblau2 .element2 {
	background-color: #eef6fa;
}
.dreibox .elemente{
	margin-top: 30px;
	margin-bottom: 20px;
}
.dreibox h3 {
	font-size: 16px;
	font-weight: normal;
	margin-left: -25px;
	margin-bottom: 15px;
}
.dreibox .elemente .element {
	width: 33%;
}
.dreibox .elemente .element .abstand {
	padding: 25px 15px 0 25px;
}
.dreibox .elemente .element1 {
	background-color: #eef6fa;
}
.dreibox .elemente .element2 {
	width: 34%;
	background-color: #e0edf5;
}
.dreibox .elemente .element.textdoppel {
	width: 67%;
}
.dreibox .elemente .element.bild .abstand {
	padding: 0;
}
.dreibox .elemente .element.bild p {
	padding: 0;
	margin: 0;
	line-height: 0;
}
.gross .element {
	background-color: #eef6fa;
	padding: 30px;
}
.gross .element h3 {
	font-size: 18px;
	margin-left: -30px;
	line-height: 1.4em;
	font-weight: normal;
	font-style: normal;
}
.gross .element iframe {
	border: 3px solid #fff;
	width: 100%;
	height: 800px;
}
@media (max-width: 990px) {  
	.team .elemente .element, .dunklblau .elemente .element1, .dunklblau .elemente .element2, .dreibox .elemente .element2, .dreibox .elemente .element1, .dreibox .elemente .element3, .hellblau2 .element, .dreibox .elemente .element.textdoppel {
		width: 100%;
	}
	.box.team {
		padding: 20px;
		margin-left: -15px;
		margin-right: -15px;
	}
	.team h3 {
		margin-left: -20px;
	}
	.gross .element iframe {
		height: 400px;

	}
	.gross .element h3 {
		margin-left: 0;
	}
	.gross .element {
		padding-right: 0;
		padding-left: 0;
	}

}