/* @override 
	http://cms.masser-hirt.at/templates/masser-hirt/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: 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 15px 20px;
	padding: 0px;
}
ul
.clear {
	clear: both;
}

.spalten {
	display: flex;

}
.spalten .spalte .abstand {
	padding-right: 20px;
	padding-left: 20px;
}
.zweispaltig .spalte {
	width: 50%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.titel {
	display: flex;
	align-items: stretch;
	align-content: stretch;
	background-color: #d2de83;
	border: 14px solid #fff;
	border-top: none;

}
.titel .uberschrift {
	width: 300px;
	border-right: 14px solid #fff;
	color: #fff;
	background-color: #5c7f26;
	text-transform: uppercase;
}
.titel p, .titel h1 {
	padding: 0;
	margin: 0;
	font-size: 26px;
	line-height: 1.4em;
}
.titel .untertitel {
	flex-grow: 2;
}
#homoeopathie .titel .untertitel p {
	font-size: 23px;

}
.titel .untertitel  span {
	font-size: 12px;
	display: block;
	line-height: 17px;
}
.titel .uberschrift h1 {
	color: #e8eec6 !important;
}
.titel .element .abstand {
	padding: 30px;
}

.team {
	width: 100%;
}
.team .element {
	display: flex;
	padding-bottom: 20px;
	padding-top: 20px;
	width: 100%;
	align-items: center;
}
.team .element .bild {
	flex-grow: 1;	padding-right: 30px;
	padding-left: 20px;
}
.team .element .text {
	flex-grow: 2;
	width: 70%;
}
.team .element .bild img {

	width: 293px;
}

@media (max-width: 990px) {  

}
@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 {
		flex-direction: column;
	}
	.zweispaltig .spalte {
		width: 100%;
	}
	.titel {
		flex-wrap: wrap;
	}
	.titel .uberschrift {
		width: 100%;
		border-right: none;
		border-bottom: 14px solid #fff;
	}
	.team .element {
		align-items: flex-start;
		padding-top: 0;
	}
	.team .element .bild img {
		width: 100px;
	}
	.team .element .bild {
		flex-grow: 1;	padding-right: 10px;
		padding-left: 0px;
	}

}
@media (max-width: 415px) { 
	.team .element {
		flex-direction: column;
	}
	.team .element .bild {
		padding-bottom: 10px;
	}
	.team .element .text {
		width: 100%;
	}
}
