/* @override 
	https://2024.arzt-bauer.at/templates/arzt-bauer-j5/css/editor.css?*
	https://arzt-bauer.at/templates/arzt-bauer-j5/css/editor.css?* */

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

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: 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-top: 0px;
margin-right: 0px;
margin-left: 30px;
padding: 0px 0px 20px;
}

.textblau {
	color: #085ea8;
}
.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;

	}

}


.team {
	clear: both;
	padding-top: 20px;
	text-align: center;
	width: auto;
}
.team .elemente {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 2em;
}
	
.team p {
	text-align: center;
	display: inline-block;
}
.team .elemente p img {
	border-radius: 50%;
	border: 6px solid #fff;
	margin-bottom: 5px;
	margin-right: auto;
	max-width: 260px;
	display: block;
	margin-left: auto;
	width: 100%;
}



@media (max-width: 990px) { 
	.team .elemente {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 767px) { 
	.team .elemente{
			grid-template-columns: 1fr;
		}
}

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




