@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v7/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v7/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v7/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(http://themes.googleusercontent.com/static/fonts/opensans/v7/xjAJXh38I15wypJXxuGMBobN6UDyHWBl620a-IRfuBk.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(http://themes.googleusercontent.com/static/fonts/opensans/v7/PRmiXeptR36kaC0GEAetxjqR_3kx9_hJXbbyU8S6IN0.woff) format('woff');
}
* {
	margin: 0px;
	padding: 0px;
} 

body {
	background-image: url('../img/body-bg4.1.jpg');
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
}

		.header{
			background-color: #009740;
			width: 1000px;
			height: 190px;
			margin: 0 auto;
			padding: 0px;
			box-shadow: 0px 0px 100px grey;
			-webkit-box-shadow:	0px 0px 100px grey;
			-moz-box-shadow: 0px 0px 100px grey;
			position: relative;
			
		}
			
			h1.behind{
				text-indent: -9999px;
			}
		
			h2{
				font-family: Arial;
				font-size: 22px;
				color: rgba(51,51,51,1);
				padding-left: 20px;
				padding-top: 30px;
				width: 700px;
			}
			
			h2.welcome{
				font-family: Arial;
				font-size: 22px;
				color: rgba(51,51,51,1);
				padding-top: 40px;
				padding-left: 20px;
				font-weight: lighter;
			}
			
			h3{
				font-family: Arial;
				font-size: 18px;
				color: rgba(51,51,51,1);
				padding-left: 20px;
				padding-top: 30px;
			}
			
			h4{
				padding-top: 30px;
				font-family: Arial;
				font-weight: lighter;
			}
			
			p{
				font-family: Arial;
				font-size: 12pt;
				color: rgba(51,51,51,1);
				padding-left: 20px;
			}
			p.homesite{
				font-family: Arial;
				font-size: 12pt;
				color: rgba(51,51,51,1);
				padding-left: 20px;
				width: 500px;
			}
			p.center{
				text-align:center;
				font-family: Arial;
				font-size: 12pt;
				color: rgba(51,51,51,1);
			}
			p.underline{
				text-decoration: underline;
				font-weight: bold;
				font-family: Arial;
				font-size: 12pt;
				color: rgba(51,51,51,1);
			}
			
		.nav{
			width: 500px;
			margin: 0 auto;
			background-color: #4a6060;
			z-index: 1000;
			margin-top: -140px;
			padding-left: 610px;
			
		} 
		
		   .nav-style{
			    color: #ffffff;
				text-decoration: none;
				font-family: Arial;
				background-color: #4a6060;	
			}
			
			.nav-style:hover{
				background-color:;
			} 
		
		
		a{
			color: #ffffff;
			text-decoration: none;
			font-family: Tahoma;
			font-size: 14px;
		}
	
	
	.hr{
		border-top: 1px solid #496060; margin: 4px 220px 4px 20px;
	}
	
	
	.rel{
		position: relative;
		top:0px;
		left: 0px;
		width: 1px;
		height: 1px;
		font-size: 1px;
	}

	.navigation{
			float: left;
			font-family: 'Open Sans', sans-serif;
			font-weight: 600;
			font-size: 14px;
			margin-right: 4px;
			/*border: 1px solid fuchsia; */
		}
			.xstyle{
				position: absolute;
				background-color: rgba(0,0,0,1);
				height: 0px;
				z-index: 20;
				/* border: 1px solid fuchsia; */
			}
			.name{
				position: absolute;
				height: 180px;
				z-index: 20;
			}
			.name-wrapper{
				position:absolute;
				top: 120px;
				left: 12px;
				font-family: 'Open Sans', sans-serif;
				font-weight: 400;
				font-size: 14px;
				/* text-transform: uppercase; */
				color: white;
				z-index: 20;
			}
			.shadowlayer{
				position: absolute;
				height: 180px;
				cursor: pointer;
				z-index: 320;
			}

			.menu {
				position: absolute;
				overflow: hidden;
				top: 202px;
				left: 0px;
				width: 180px;
				height: 0px;
				font-family: 'Open Sans', sans-serif;
				font-size: 12px;
				font-weight: lighter;
				/* text-transform: uppercase; */
				color: white;
				background-color: rgba(0,0,0,0.8);
				border-radius: 0px 0px 2px 2px;
				z-index: 320;
			}
			.menu-wrapper{
				padding-top: 6px;
				padding-bottom: 4px;
			}
			.subpoint{
				margin: 3px 6px 3px 6px;
				padding: 4px;
				border-radius: 2px;
				cursor: pointer;
			}
			
				.home{
					width: 65px;
				}
				.services {
					width: 122px;
				}
				.contact {
					width: 132px;
				}


		

.clear{
	height: 1px;
	width: 1px;
	clear: both;
}
	
	
	
.desktop-placeholder{
	height: 150px;
}
.tbl37{
	margin-left: 370px;
}
	
	.mobile{
		display: none !important;
	}
	
	
			
	
		.slider{
			width: 1000px;
			height: 276px;
			margin: 0 auto;
			box-shadow: 0px 0px 100px grey;
			-webkit-box-shadow:	0px 0px 100px grey;
			-moz-box-shadow: 0px 0px 100px grey;
				
		}
	
		.content{
			width: 1000px;
			height: auto;
			margin: 0 auto;
			background-color: #fff;
			z-index: 10000;
			box-shadow: 0px 0px 100px grey;
			-webkit-box-shadow:	0px 0px 100px grey;
			-moz-box-shadow: 0px 0px 100px grey;
		}
	
		
			.content#site-seven{
				width: 1000px;
				position: relative;
				margin: 0 auto;	
				background-color: #fff;
				box-shadow: 0px 0px 100px grey;
				-webkit-box-shadow:	0px 0px 100px grey;
				-moz-box-shadow: 0px 0px 100px grey;
			}
		
			.content#site-six{
				width: 1000px;
				height: 2150px;
				position: relative;
				margin: 0 auto;	
				background-color: #fff;
				box-shadow: 0px 0px 100px grey;
				-webkit-box-shadow:	0px 0px 100px grey;
				-moz-box-shadow: 0px 0px 100px grey;
			}
			.content#site-five{
				width: 1000px;
				height: 5150px;
				position: relative;
				margin: 0 auto;	
				background-color: #fff;
				box-shadow: 0px 0px 100px grey;
				-webkit-box-shadow:	0px 0px 100px grey;
				-moz-box-shadow: 0px 0px 100px grey;
			}
			
				.print{
					text-decoration: underline;
					margin-left: 20px;
					font-family: Arial;
					font-size: 12pt;
					color: rgba(51,51,51,1);
				}
				
		  		.print:hover{
					color: rgba(255,204,51,1);
				}
				
				a.fastrange{
					font-family: Arial;
					font-size: 12pt;
					color: rgba(51,51,51,1);
					text-decoration: none;
					border-right: 1px solid rgba(51,51,51,1);
					padding-right: 5px;
				}
				
				a.fastrange:hover{
					text-decoration: underline;
					color: #fcce02;
				}
			
			#maps{
					padding-left: 20px;
					width: 444px;
					height: 574px;
					margin-left: 500px;
				}
		
		    .script{
				font-size: 38px;
				color: #4A6060;
				position: absolute;
				left: 100px;
				top: 1050px;	
			}
			.script2{
				font-size: 38px;
				color: #4A6060;
				position: absolute;
				right: -100px;
				top: 550px;	
				text-align: center;
			}
			.script3{
				font-size: 38px;
				color: #4A6060;
				position: absolute;
				left: 0px;
				top: 90px;
			}
		
		
				#data-btn{
					background-image: url(../img/services-shortcuts/data-off.jpg);
					width: 350px;
					height: 325px;
					margin-left: 120px;
					transition: background-image 0.5s linear 0s;
					
				}
					#data-btn:hover{
						background-image: url(../img/services-shortcuts/data1.0-on.jpg);
					}
				
				#install-btn{
					background-image: url(../img/services-shortcuts/install-off.jpg);
					width: 350px;
					height: 325px;
					margin-top: -325px;
					margin-left: 480px;
					transition: background-image 0.5s linear 0s;

				}
					#install-btn:hover{
						background-image: url(../img/services-shortcuts/install1.0-on.jpg);
					}
					
				#aerial-btn{
					background-image: url(../img/services-shortcuts/aerial-off.jpg);
					width: 350px;
					height: 325px;
					transition: background-image 0.5s linear 0s;
					margin-left: 120px;

				}
					#aerial-btn:hover{
						background-image: url(../img/services-shortcuts/aerial1.0-on.jpg);
					}
				
				#homecon-btn{
					background-image: url(../img/services-shortcuts/homecon-off.jpg);
					width: 350px;
					height: 325px;
					margin-top: -325px;
					margin-left: 480px;
					transition: background-image 0.5s linear 0s;
				}
					#homecon-btn:hover{
						background-image: url(../img/services-shortcuts/homecon1.0-on.jpg);	
					}
		
		
		
		
		
		
		
		
		.sidebar-right{
			min-height: 439px;
			width: 249px;
			margin-left: 520px;
			margin-top: -210px;
			background-color: rgba(204,204,204,0.2);
			
		}
		
			.up{
				width: 38px;
				height: 39px;
				position: fixed;
				top: 0px;
				right: 0px;
				
			}
		
	.outter-wrapper-five{
		width: 100%;
		height: 250px;
		background-color: rgba(51,51,51,1);
	}
		footer{
			height: 120px;
			width: 1000px;
			margin: 0 auto;
			margin-top: -20px;
			background-color: rgba(255,255,255,0.5); /* 255,255,255, 0.5 */
			-webkit-box-shadow: 0px 15px 30px 0px black;
-moz-box-shadow:    0px 15px 30px 0px black;
box-shadow:         0px 15px 30px 0px black;
		}
		
			p.footer-text{ 
				padding-left:20px;
				padding-top: 20px;
				font-family: Arial;
				font-size: 11px;
				color: #ffffff;
			}
			
			a.footer-nav{
				padding-top: 20px;
				font-family: Arial;
				font-size: 11px;
				color: #ffffff;
				text-decoration: none;
				margin-left: 660px;
			}
			a.footer-nav:hover{
				color: rgba(51,51,51,1);
			}
			
			a.datalink{
				font-family: Arial;
				font-size: 11px;
				color: #ffffff;
				text-decoration: none;
				padding-left: 10px;
			}
			a.datalink:hover{
				color: rgba(51,51,51,1);
			}
			
			
			.partner-four{
				margin-left: 110px;
				margin-top: 25px;
			}
			
			.partner-two{
				margin-left: 30px;
				margin-top: 25px;
			}
			.partner-five{
				margin-left: 40px;
				margin-top: 25px;
			}
			.partner-six{
				margin-left: 40px;
				margin-top: 25px;
			}
			
			
			
			
			
			/***Mobile Webansicht**************/
			
			#mobile_logo{
				display: none;
			}
			
			/***********************************/
		
		
		
/* Formular Style*/


	

.iform-entry{
}

.itext-element-entry, .ifield-element-entry, .itextarea-element-entry, .iopt-element-entry{
	/*padding: 16px;*/
	margin: 5px;
	width: 405px;

	padding-left: 0px; font-family: Arial; font-size: 12pt; 
	margin: 5px 0; padding: 10px; border: 1px solid #cccccc; background-color: rgba(255,255,255,0.8);

}

.ibutton-element-entry{
	padding-left: 0px; font-family: Arial; font-size: 12pt;	
}

.iopt-text-entry{
	margin-bottom: 10px;
}
.iopt-entry{
	margin: 4px;
}

.itext-entry{
margin-top: 10px;
border: 1px solid #CCC;
padding: 4px;
font-size: 13px;
color: #000000;
width: 98.5%;
background-color: #ffffff;
background: -webkit-gradient(linear,0 0,0 100%,from(#f8f8f8),to(#fff));
background: -moz-linear-gradient(top,#f8f8f8,#fff);
}

.ifield-entry{
margin-top: 10px;
border: 1px solid #CCC;
padding: 4px;
font-size: 13px;
color: #000000;
width: 250px;
}

.itextarea-entry{
border: 1px solid #CCC;
padding: 4px;
font-size: 13px;
color: #000000;
width: 98.5%;
height: 100px;
background: -webkit-gradient(linear,0 0,0 100%,from(#f8f8f8),to(#fff));
background: -moz-linear-gradient(top,#f8f8f8,#fff);
background-color: #ffffff;
}

.iinfo{
	font-size: 8pt; 
	font-style: italic; 
	color: gray;
}

.ibutton-entry{
border: 1px solid #cccccc;
cursor: pointer;
font-weight: normal;
font-size: 13px;
padding: 6px;
color: #4f4f4d;
font-family: Arial;
background: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), color-stop(0.5, #FAFAFA), color-stop(0.5, #E5E5E5), to(#F9F9F9));
background: -moz-linear-gradient(top, #FAFAFA, #FAFAFA 50%, #E5E5E5 50%, #F9F9F9);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FAFAFA', endColorstr='#E5E5E5');
transition: color 0.5s linear 0s;
}
.ibutton-entry:hover{
	background: -webkit-gradient(linear, left top, left bottom, from(#ffd101), color-stop(0.5, #ffd101), color-stop(0.5, #f6e07b), to(#ffd101)); 
	background: -moz-linear-gradient(top, #ffd101, #ffd101 50%, #f6e07b 50%, #ffd101);
	color: #000;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E3326E', endColorstr='#D9D9D9'
}
