/* @override 
	http://2019.weiss-motoren.at/templates/weiss-motoren/css/editor.css
	https://www.weiss-motoren.co.at/templates/weiss-motoren/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 {
	color: #d20028;
}
h1 {
	font-weight: normal;
	font-style: normal;
}
h2 {
	font-weight: normal;
	font-style: normal;
}


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

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: 35%;
}
.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 20px;
	padding: 0px 0px 0px 30px;
}

.clear {
	clear: both;
}

.grau {
	background-color: #eaeaea;
}
.box {
	padding: 30px 30px 15px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.einleitung {
	display: flex;
	align-items: stretch;
	padding-top: 30px;
	padding-bottom: 10px;
}
.einleitung .bild {
	width: 30%;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #e9eae9;
	text-align: center;
	margin-right: 15px;
	padding-bottom: 10px;
}
.einleitung .box {
	margin-top: 0;
	margin-bottom: 0;
}
.einleitung .text {
	flex-grow: 2;

	margin-right: 0;
	margin-left: 15px;
	background-color: #e9eae9;
	text-align: left;
}

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

.spalten {
	clear: both;
	margin-bottom: 30px;
	margin-right: -20px;
	padding-top: 20px;
	display: flex;
	align-items: stretch;
	margin-left: -20px;
}
.spalten .spalte {

	width: 100%;
}
.spalten .element  {
	margin-right: 10px;
	margin-left: 10px;
	background-color: #fff;
	display: flex;
	align-items: stretch;
	
	
}
.spalten .text {
	background-color: #eff0f1;
	padding: 20px;
}
.spalten .uberschr {
	background-color: #d20028;
}
.spalten .uberschr h3 {
	color: #fff;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 11px;
}
.spalten .abstand {
	padding-top: 0;
	padding-bottom: 0;
	background-color: #eff0f1;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	width: 100%;
}
.spalten.einspaltig .uberschr h3 {

	text-align: center;
}

.zweispaltig.spalten .spalte {
	width: 50%;
	padding-left: 20px;
	padding-right: 20px;
}
.einspaltig.spalten .spalte {
	width: 100%;
}
.spalten.zweispaltig.drittel .spalte1 {
	width: 33%;
}
.spalten.zweispaltig.drittel .spalte2 {
	width: 66%;
}
.galerie {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	padding-top: 10px;
}
.galerie .element {
	width: 25%;
}
.galerie .element p {
	margin-left: 15px;
	margin-right: 15px;
	text-align: center;
}


@media (max-width: 990px) {  

	.spalten {
		display: block;
	}
	.spalten.zweispaltig.drittel {
		display: flex;
	}

	
	
	.zweispaltig.spalten .spalte, .spalten .spalte {
		width: 100%;
	}
	.einleitung .bild {
		width: 370px;

	}
	.galerie .element {
		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%;
	}
	.spalten {

		margin-left: 0px;
		margin-right: 0px;
	}
	.spalten.zweispaltig.drittel {
		display: block;
	}
	.spalten.zweispaltig.drittel .spalte1, 
	.spalten.zweispaltig.drittel .spalte2 {
		width: 100%;
	}

	.spalten .element {
		margin-left: 0;
		margin-right: 0;
		height: auto;
	}
	.einspaltig.spalten .spalte,
	.zweispaltig.spalten .spalte {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
	.spalten .abstand {
		padding: 0px 0 0;
		margin-left: 0;
		margin-right: 0;
	}
	.einleitung .bild {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		background-color: #e9eae9;
		text-align: center;
		margin-right: 15px;
		margin-bottom: 10px;
		padding-bottom: 10px;
		height: 74px;
	}
	.einleitung .bild img {
		float: left;
		width: 70px;
	}
	.einleitung {
		display: block;
	}
	.einleitung .text {
		margin-left: 0;
	}
	.galerie .element {
		width: 100%;
	}

}


ul.downloads {
	margin: 0;
	padding-top: 20px;
	padding-left: 0;
}
ul.downloads li {
margin: 0 0 5px;
padding: 5px 5px 5px 10px;
background-color: #e9eae9;
list-style: none;
}
#main-box ul.downloads li a {
	text-decoration: none;
}


/* tabelle */

table.produktliste {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}
table.produktliste p {
	padding: 0;
}
table.produktliste th {
 	font-weight: normal;
 	color: #d20027;
}
table.produktliste td, table.produktliste th {
	padding: 10px 10px 10px 5px;
	border-top: 2px solid #e8eae8;
}

table.produktliste>tbody {
	border-bottom: 2px solid #e8eae8;
	
}

@media (max-width: 767px) { 
	table.produktliste th,
	table.produktliste tr:first-of-type {
		display: none;
		visibility: hidden;
	}
	table.produktliste, table.produktliste tr, table.produktliste>tbody {
		display: flex;
		flex-wrap: wrap;
	}
	table.produktliste>tbody {
		flex-direction: row;
	}
	table.produktliste td {
		border: none;
		width: 100%;
		padding: 0;
	}
	table.produktliste tr {
		padding: 10px 5px 10px 10px;
		border-top: 2px solid #e8eae8;
		flex-direction: row;
		width: 100%;
	}
	table.produktliste td:first-of-type {
		font-weight: bold;
	}
}

/* Team */
.team {
	text-align: center;
}

.team .element {
	width: 24%;
	float: none;
	margin: 0;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
.team .element .bild {
	padding-right: 40px;
	padding-left: 40px;
}
.team .element .text {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 20px;
}
.team  p {
	padding-top: 20px;
	text-align: center;
}
.team img {
	width: 220px;
	display: inline-block;	
}
.team span {
	display: block;
}
@media (max-width: 990px) { 
	.team .element {
		width: 30%;

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

}

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




