@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;
	
}
body p{
	font-size: 15px;
	text-align: left;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	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;
	}
.articel2 {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	margin-bottom: 15px;
	text-align: left;
	width: auto;
}
.articel3 {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	margin-bottom: 15px;
	text-align: left;
	width: auto;
}

.articel5 {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	margin-bottom: 30px;
	margin-top: -30px;
}

.articel7 {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	margin-bottom: 30px;
}
.articel8 {
	margin-bottom: 40px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	
}
.articel9 {
	margin-bottom: 40px;
	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;
}
h3{
	
	color: #1B8C39;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
}
h4{
	font-style: normal;
	font-weight: normal;	
}

#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;
}

.slide img {
	margin-top: -3px;	
}
.datentraeger {
	color: #1B8C39;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

.kontakt h1 {
	color: #1B8C39;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	padding-top: 10px;
	margin-top: -90px;
}
.fluid.articel2 p a {
	color: #4A4A4B;
	text-decoration: none;
}
.fluid.articel3 p a {
	color: #4A4A4B;
	text-decoration: none;
}
.fluid.articel6 p a {
	font-weight: bold;
	color: #4A4A4B;
}
label {
 margin-right: 1.5em;
 float: left;
 width: 5em;
 padding-top: 0.3em;
 text-align: right;
 }
input {
	display: block;
	font-size: 1em;
	margin-bottom: 0.8em;
	border: 1px solid #8F8F8F;
	padding: 0.1em;
	width: 10em;
	text-transform: capitalize;
	     }
tbody tr td {
	padding-left: 15px;
	width: auto;

}
#form1 p label {
	text-transform: capitalize;
}
#form1 p #textarea {
	width: 12em;
	height: 8em;
	border: 1px solid #8F8F8F;
}

#Section .fluid.kontakt h2 {
	font-size: 17px;
	padding-top: 20px;
}
.TTWForm-container .TTWForm {
	width: 100%;
}
#form1 {
	width: 100%;
}
#Section .fluid.articel6 h2 {
	font-size: 20px;
	color: #1B8C39;
}
/*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>*/

.firms_container h4 {
	font-size: 17px;
	font-weight: normal;
}
.fluid.firms_container p size {
	font-size: 13px;
}
#Section .fluid.articel5 p strong {
	color: #4A4A4B;
}

.fluid.articel2 p strong,
.fluid.articel3 p strong,
.fluid.articel4 p strong {
	color: #4A4A4B;
}

.container_first {
	margin-top: -100px;
}
.slide img {
	margin-top: -3px;
	visibility: hidden;

}
.form_check label a {
	color: #1B8C39;
}

.form_check label a:hover {
	color: #28C730;
}
.form_check label h6 {
	margin-left: 30px;
	width: 80%;
}
.social-icons .fb-ico.icons img {
	margin-left: 10px;
}
.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: 20px;

}




/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
body p {
	text-align: left;
}

/*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: -168px;
	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;
	}
.articel2{
	width: 40%;
	clear: none;
	margin-top: 20px;
	}
.articel3{
	width: 40%;
	clear: none;
	margin-left: 3%;
	margin-top: 20px;
	}

.articel7 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.articel8 {
	margin-bottom: 40px;
}

p{
	font-size: 16px;
	text-align: left;
}
.hide_tablet{
display: none;
}

.zeroMargin_tablet{
margin-left: 0;
}
.fluid.articel7 ul li a {
	font-weight: bold;
}

#Section .fluid.articel2 img {
	text-align: center;
}
.fluid.articel6 p .kontakt {
	color: rgba(23,144,60,1.00);
}
.fluid.articel6 p .kontakt:hover {
	color: rgba(61,61,61,1.00);
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}

.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
label {
		 margin-right: 1.5em;
		 float: left;
		 width: 5em;
		 padding-top: 0.3em;
		 text-align: right;
	     }
input {
	display: block;
	font-size: 1em;
	margin-bottom: 0.8em;
	border: 1px solid #8F8F8F;
	padding: 0.1em;
	width: 15em;
	text-transform: capitalize;
	     }
tbody tr td {
	padding-left: 15px;
	width: auto;

}
#form1 p label {
	text-transform: capitalize;
}
#form1 p #textarea {
	width: 22em;
	height: 8em;
	border: 1px solid #8F8F8F;
}
#form1 p #button {
	margin-left: 6.5em;
	width: 60px;
	margin-top: 10px;
	border-radius: 3px;
	background-color: #C3C3C3;
}

#Section .fluid.kontakt h2 {
	font-size: 20px;
}
.TTWForm-container .TTWForm {
	width: 100%;
}
#form1 {
	width: 80%;
}

.container_first {
	width: 100%;
	color: #248A3F;
	text-decoration: none;
	margin-top: -20px;
	margin-left: 0px;

}
.container_first {
	width: 100%;
	color: #248A3F;
	text-decoration: none;
	margin-top: -20px;
	margin-left: 0px;

}
.slide img {
	margin-top: -3px;
	visibility: hidden;

}
#Section .fluid.kontakt h1 {
	margin-top: 40px;
}

.form_check label h6 {
	margin-left: 30px;
	width: 90%;
}
#eKomiWidget_default{
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	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*/

.articel2{
	width: 30%;
	clear: none;
	margin-top: 20px;
	}
.articel3{
	width: 30%;
	clear: none;
	margin-left: 5%;
	margin-top: 20px;
	}
.articel4{
	width: 30%;
	clear: none;
	margin-left: 5%;
	margin-top: 20px;
	padding-bottom: 20px;
	}
.articel5 #form1 {
	width: 70%;
}
.articel5 {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	margin-bottom: 30px;
	margin-top: 20px;
	
}
.kontakt h1 {
	color: #1B8C39;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	padding-top: 10px;
	margin-top: 50px;	
}
.TTWForm-container .TTWForm {
	width: 100%;
}
#form1 {
	width: 50%;
}


.articel9 {

	width: 43%;
	float: left;
	clear: none;
	margin-left: 10%;

}


.fluid.colRight h2 img {

	margin-right: 10px;

	margin-bottom: -5px;

	margin-left: -20px;

}


.container_first {
	margin-top: 0px;
}

.slide img {
	margin-top: 40px;
	width: 100%;
	visibility: inherit;
	padding-bottom: 20px;
}
#submit input datenschützerklärung  {
	font-size: 11px;
}
.social-icons .fb-ico.icons img {
	margin-left: 10px;
}
#footer .social-icons {
	margin-left: 1px;

}
#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*/
.articel2{
	width: 30%;
	clear: none;
	margin-top: 20px;
	}
.articel3{
	width: 30%;
	clear: none;
	margin-left: 3%;
	margin-top: 20px;
	}


.articel5{
	margin-top: 20px;
	}

.slide img {
	margin-top: 10px;
}

#cssmenu {
	margin-left: 8px;
}

#header img {
	margin-left: 30px;
	margin-top: 15px;
	margin-bottom: 5px;
	width: 170px;
}
#cssmenu {
	margin-left: 8px;
}

#header img {
	margin-left: 30px;
	margin-top: 15px;
	margin-bottom: 5px;
	width: 170px;
}
#eKomiWidget_default{
	width: 9%;
	margin-top: -245px;

}	
}
