/* @override 
	http://cms2017.fuchshofer.at/templates/fuchshofer/css/editor.css
	http://d24370.ispservices.at/cms2018/templates/insoflex/css/editor.css */

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

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

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


.clear {
	clear: both;
}

.box:after, .elemente:after, ul.zweispaltig:after, .materialien ul::after, .spalten::after, .fertigunggrafik::after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}


.grau {
	background-color: #f6f6f6;
}

.boxblau {
	background-color: #deecf7;
	padding: 10px 30px;
	margin-top: 20px;
}
ul.zweispaltig > li {
	width: 50%;
	float: left;
	padding-right: 40px;
	padding-bottom: 20px;
}
ul.dreispaltig > li {
	float: left;
	width: 33%;
}
@media (max-width: 990px) {  

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

	}

}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 
}
/* Large desktop */
@media (min-width: 1200px) { 
}




/* Allgemeine Infos */
.produkte h3, .team h3, .kontakt h3, .lageplan h3 {
	clear: both;
	background-color: #ddedc9;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 22px;
}

.elemente {
	width: 100%;
	margin-left: -15px;
	margin-right: -15px;
}
div .element {
	width: 50%;
	float: left;
	padding-bottom: 20px;
}
.elemente .element .bild, .elemente .element .text {
	margin-left: 15px;
	margin-right: 15px;
}
/* Kontakt */
.kontakt .element {
	width: 33%;
	padding-top: 20px;
	text-align: center;
}
.lageplan {
	clear: both;
}
.lageplan h3 {
	margin-bottom: 0;
}
@media (max-width: 767px) {
	.kontakt .element {
		width: 100%;
		padding-top: 20px;
		text-align: center;
	}
}
/* Produkte */

.spalte .abstand {
	padding: 10px 20px 30px 0;
}
.spalte2 .abstand {
	padding: 10px 0 30px 20px;
}
.spalte {
	float: left;
	width: 50%;
}
.downloads {
	background-color: #eeeeee;
	clear: both;
	margin-bottom: 40px;
}
.downloads .text {
	padding: 20px;
}
.downloads h3 {
	background-color: #7ab43f;
	color: #fff;
}
.galerie {
	clear: both;
	padding-bottom: 40px;
}
@media (max-width: 767px) {
	.spalte .abstand {
		padding: 10px 0 30px;
	}
	.spalte2 .abstand {
		padding: 10px 0 30px;
	}
	.spalte {
		float: none;
		width: 100%;
	}
}

/* Team */
.team {
	clear: both;
	width: 100%;
	text-align: center;
	padding-top: 30px;
}
.team .element {
	display: inline-block;	width: 33%;
	vertical-align: top;
	padding-bottom: 50px;
	padding-top: 10px;
}
.team p {
	text-align: center;
}
.team img {
	width: 200px;
}
.team .element .bild, .team .element .text {
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	padding-bottom: 5px;
}

@media (max-width: 990px) {
	.team .element {
		width: 49%;
	}
}
@media (max-width: 767px) {
	.team .element {
		float: none;
		width: 100%;
	}
}
