@import url(https://comet.tramino.net/fonts/css?family=Open+Sans+Condensed:700,300);

#body {
	position: relative;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
}

#content {
	max-width: 1200px;
	margin: 0px auto;
}

.Mandant_18605 header .logo b { color: #588F3B }
.Mandant_18605 #inhalt .col1 h1 { color: #588F3B }
.Mandant_18605 #inhalt .col2.teaser h3 a  { color: #588F3B }

.Mandant_18606 header .logo b { color: #588F3B }
.Mandant_18606 #inhalt .col1 h1 { color: #588F3B }
.Mandant_18606 #inhalt .col2.teaser h3 a  { color: #588F3B }@media all and (min-width: 1000px) and (max-width: 1250px) {

	#content { max-width: 1000px; }


}

@media all and (min-width: 768px) and (max-width: 1000px) {

	#content { max-width: 700px; }

}

@media all and (max-width: 768px) {

	#content { margin: 0px 20px; }

}