@charset "utf-8";
/* CSS Document */
@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}
/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	clear: none;
	float: none;
}
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
body p{
	font-size: 15px;
	text-align: left;
	line-height: 22px;
}
/*header*/
#header {
	width: 100%;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0 0px 10px #000000;
	box-shadow: 0 0px 10px #000000;
	-moz-box-shadow: 0 0 10px #000000;
	height: 148px;
}
#header .fluid.tel {
	float: none;
	color: #1B8C39;
	font-weight: bold;
}
#header .fluid.service p {
	float: left;
	margin-left: 20px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 19px;
	margin-top: 1px;
}
#header img {
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 8px;
	width: 170px;
}
#header .fluid.tel p {
	font-size: 22px;
	width: 170px;
	float: left;
	margin-left: 23px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	margin-top: -12px;
}
#header h4 {
	float: left;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	text-align: right;
	color: #4A4A4B;
	font-size: 16px;
	margin-left: -168px;
	font-style: normal;
	margin-top: 10px;
}
/*header ende*/
#wrapper{
	width: 95%;
	max-width: 1230px;
	margin-left: 3%;
	margin-right: 3%;
	height: auto;
	margin-top: 35px;

}
#Section {
	width: 100%;
	height: auto;
}
.articel1 {
	margin-bottom: 10px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
.articel10 {
	margin-bottom: 40px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-style: italic;
}
p{
	font-size: 16px;
	text-align: left;
}
h1{
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 1px;
	margin-top: 40px;
}
#Section .fluid.articel2 img {
	text-align: center;
}
.fluid.articel10 p .kontakt {
	color: rgba(23,144,60,1.00);
}
.fluid.articel10 p .kontakt:hover {
	color: rgba(61,61,61,1.00);
}
.fluid.articel7 ul li a {
	font-weight: bold;
}
.datentraeger {
	color: #1B8C39;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
#Section .fluid.articel2 p {
	float: left;
	text-align: left;
}
#Section .fluid.articel3 .fluid.raid {
	float: left;
	width: 100%;
}
.fluid.articel5 ol {
	text-align: left;
}
.fluid.articel1 p img {
	float: right;
}
#Section .fluid.articel2 ol {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	float: left;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
ol li a {
	font-weight: bold;
}
#Section .fluid.articel1 h4 {
	font-size: 18px;
}
#Section .fluid.articel1 p {
	font-style: normal;
	padding-bottom: 20px;
}

.fluid.articel1 p a {
	color: #1B8C39;
}
.fluid.articel1 p a:hover {
	color: #28C730;
}

/*footer*/

#footer {
	width: 100%;
	background-color: #3D3D3D;
	height: auto;

}

#footer .copy {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color: rgba(197,197,195,1.00);
	font-size: 12px;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 50px;
}

#footer .copy .Impressum,

#footer .copy .AGB,

#footer .copy .Datenschutz {

	color: #28C730;

}

#footer .copy .Impressum:hover,

#footer .copy .AGB:hover,

#footer .copy .Datenschutz:hover {
	color: rgba(197,197,195,1.00);

}

#footer .social-icons p {
	font-size: 14px;

}


#footer .fluid.ueberuns h4 {
	font-weight: normal;
	font-size: 18px;

}

#footer .fluid.ueberuns {
	font-size: 13px;
	letter-spacing: 2px;
	text-align: center;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	word-spacing: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	color: #FFFFFF;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	margin-top: -10px;
	margin-bottom: 25px;

}

#footer .gridContainer.clearfix {
	width: 100%;
	margin: auto;
	max-width: 1232px;
	height: auto;

}


.fluid.ueberuns  a {
	color: #FFFFFF;
	text-decoration: none;

}

.fluid.ueberuns a:hover {
	color: #878787;

}

#footer .social-icons {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;

}

.social-icons .fb-ico.icons img {
	margin-left: 10px;
}


/*<footer end>*/


#Section .fluid.articel1 h1 {
	color: #4A4A4B;
	font-size: 22px;
}
.fluid.articel1 p strong {
	color: #4A4A4B;
}
#Section .fluid.articel1 strong {
	color: #4A4A4B;
	font-size: 22px;
	letter-spacing: 1px;
}

.container_first {
	margin-top: -100px;
}

.gridContainer.clearfix .fluid.tel p a {
	color: #1B8C39;
	text-decoration: none;
}


#eKomiWidget_default{
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 25%;
	margin-bottom: 50px;
}

.slide img {
	margin-top: -100px;
	visibility: hidden;
	margin-bottom: 40px;

}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	clear: none;
	float: none;
	margin-left: auto;
}
/*header*/
#header {
	width: 100%;
	height:auto;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0 0px 10px #000000;
	box-shadow: 0 0px 10px #000000;
	-moz-box-shadow: 0 0 10px #000000;
	position:fixed;
}
#header h4 {
	float: left;
	font-weight: bold;
	text-align: right;
	color: #4A4A4B;
	font-size: 16px;
	margin-left: -173px;
	font-style: normal;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
#header .fluid.tel p {
	font-size: 22px;
	width: 170px;
	float: left;
	margin-left: 23px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	margin-top: -12px;
}
/*header ende*/	
#wrapper{
	width: 95%;
	max-width: 1230px;
	margin-left: 3%;
	margin-right: 3%;
	height: auto;
	}
	
#Section {
	width: 100%;
	height: auto;
	margin-top: -10px;
	}
.articel1 {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-bottom: 20px;
}
p{
	font-size: 16px;
	text-align: left;
	border-width: thin;
	margin-left: 5px;
	margin-right: 5px;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
#Section .fluid.articel1 h2 {
	color: #1B8C39;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
}
h3{
	font-size: 20px;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}


.container_first {
	width: 100%;
	color: #248A3F;
	text-decoration: none;
	margin-top: -20px;
	margin-left: 0px;

}
.slide img {
	margin-top: -3px;
	visibility: hidden;

}

#eKomiWidget_default{
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 25%;
	margin-bottom: 50px;	
}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width:769px){ 
.gridContainer {
	width: 100%;
	max-width: 1232px;
	padding-left: 0;
	padding-right: 0;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
/*header*/
#header .fluid.tel p img {
	width: 25px;
	margin-top: 5px;
	margin-bottom: -3px;
	margin-right: 15px;
}
#header .fluid.tel p {
	font-size: 22px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	margin-bottom: -30px;
	float: right;
	margin-top: -60px;
	margin-right: 12px;
}
#header h4{
	float: right;
	width: auto;
	margin-top: -30px;
	margin-bottom: 20px;
	margin-right: 20px;
	font-size: 17px;
}
/*header ende*/


.slide img {
	margin-top: 40px;
	width: 100%;
	visibility: inherit;
}
.articel1 {
	margin-top: 15px;
	margin-bottom: 15px;
}
/*footer*/
.social-icons .fb-ico.icons img {
	margin-left: 10px;
}
#footer .social-icons {
	margin-left: auto;
	margin-right: auto;
	width: 12%;
	margin-top: 30px;

}

#eKomiWidget_default{
	margin-top: -210px;
	width: 10%;
	margin-bottom: 50px;
	margin-left: 85%;
	height: 180px;
}
#wrapper #Section .fluid.articel1 {
	margin-top: 10px;

}


}

@media only screen and (min-width: 1232px) {
.gridContainer {
	width: 100%;
	max-width: 1232px;
	padding-left: 0;
	padding-right: 0;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
/*header*/
#header .fluid.tel p {
	font-size: 22px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	margin-bottom: -30px;
	float: right;
	margin-top: -60px;
	margin-right: 12px;
}
#header h4{
	float: right;
	width: auto;
	margin-top: -30px;
	margin-bottom: 20px;
	margin-right: 20px;
	font-size: 17px;
}
/*header ende*/
.slide img {
	margin-top: 10px;
	
}	

#cssmenu {
	margin-left: 8px;
}

#header img {
	margin-left: 30px;
	margin-top: 15px;
	margin-bottom: 5px;
	width: 170px;
}
#eKomiWidget_default{
	width: 9%;
	margin-top: -240px;

}
}
