/*___________________________________________________________________________________________________________________________*/
/*_______________                                                                                             _______________*/
/*_______________  (c) PROMINO - Bernhard Sarcher                                                     _______________*/
/*___________________________________________________________________________________________________________________________*/


/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/open-sans-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('fonts/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v15-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*___________________________________________________________________________________________________________________________
*/

body { 
			background: #fff url('bilder/hg_body.jpg') repeat-x;
			font-family: "Open Sans", arial, verdana, helvetica;
			font-weight:400;
			font-size:15px;
}

#seite { 
			width:100%;
} 

#mitte_seite { 
			width:100%;
} 


#mittelteil { 
} 

#mittelinks { 
			display:none;
}

#inhalt { 
			width:100%;
			padding:20px 0;
			letter-spacing:1px;
			line-height:145%;
			color:#000;
}

#kopf { 
			display:none;
} 

#kopf_print { 
			text-align:right;
} 

#navileiste { 
			display:none;
} 

#fuss { 
} 

#fuss_inhalt { 
			display:none;
} 

#fuss_inhalt_print { 
			text-align:center;
			font-size:13px;
} 

.hotbox { 
			display:none;
}


/*___________________________________________________________________________________________________________________________
*/


#inhalt a {
			color:#5fa163;
			text-decoration:underline;
}
#inhalt a:link span {
			color:#555;
}
#inhalt a:hover span {
			color:#fff;
			background:#5fa163;
}
#inhalt a:link span,
#inhalt a:hover span {
			-moz-transition:	background 300ms linear;
			-webkit-transition:	background 300ms linear;
			-o-transition:		background 300ms linear;
			transition:			background 300ms linear;
}



/*___________________________________________________________________________________________________________________________
*/


h1 {
			font-size:18px;
			color:#5fa163;
			font-weight:400;
			padding-bottom:5px;
}

.ueber1 {
			font-size:19px;
			color:#5fa163;
			font-weight:400;
			padding-bottom:5px;
}

ul.aufzaehlung {
			list-style-image:url(bilder/aufzaehlungszeichen.png);
			margin:15px 0px 10px 13px;
}

ul.aufzaehlung li {
			padding-bottom:8px;
}

.runde_ecken {
			-moz-border-radius:		8px; 
			-webkit-border-radius:	8px; 
			-o-border-radius:		8px; 
			border-radius:			8px;
}

.center {	
			text-align:center;
}

.f {
			font-size:18px;
			color:#ff9600;
			font-weight:600;
			text-shadow: 1px 1px #fff;
}

.schwarz {
			color:#000;
}

.gruen {
			color:#5fa163;
}

.orange {
			color:#ff9600;
}

.hotline {	
			font-size:15px;
			font-weight:600;
			color:#ff9600;
}

.adressblock {
			font-size:19px;
			font-weight:400;
			line-height:140%;
}

.bild_leistungen {
			height:150px;
			-moz-border-radius:		6px; 
			-webkit-border-radius:	6px; 
			-o-border-radius:		6px; 
			border-radius:			6px;
			-webkit-transition: opacity 200ms ease-in-out, transform 200ms ease-in;
			   -moz-transition: opacity 200ms ease-in-out, transform 200ms ease-in;
				-ms-transition: opacity 200ms ease-in-out, transform 200ms ease-in;
				 -o-transition: opacity 200ms ease-in-out, transform 200ms ease-in;
					transition: opacity 300ms ease-in-out, transform 300ms ease-in;
}

.bild_leistungen:hover {
			-webkit-transform: scale(1.05);
			   -moz-transform: scale(1.05);
				-ms-transform: scale(1.05);
				 -o-transform: scale(1.05);
					transform: scale(1.05);
}

.bild_slideshow {
			width:1000px;
			height:150px;
			border-radius: 20px 20px 0 0;
}

.frage1 {
			float:left;
			margin:20px 20px 0 50px;
			width:30px;
}

.frage2 {
			float:left;
			margin:20px 20px 0 0;
			width:450px;
}
