@font-face {
    font-family: 'OpenSans';
    
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-weight: 400;
    font-style: normal;

}

/* Light */
@font-face {
    font-family: 'OpenSansLight';
    src: url('fonts/OpenSans-Light-webfont.eot');
    src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: 100;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansBold';
    src: url('fonts/OpenSans-Semibold-webfont.eot');
    src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Semibold-webfont.svg#OpenSansBold') format('svg');
    font-weight: bold;
    font-weight: 900;
    font-style: normal;

}

body
{
	font-family: OpenSans, Helvetica, Arial;
	margin: 0px;
	width:100%;
	height:100%;
	color:#666666;
	font-size:14px;
	outline:none;
}

a {color:#1ca9fc; text-decoration:none;}
a:hover {text-decoration:underline;}

.link_grey
{
	color:#A1A1A1;
	text-decoration:none;
	font-size:10px;
}

.imgresp
{
	max-width:100%;	
}

.left
{
	float:left;	
}

p
{
	line-height:24px;
	text-align:justify;
}

.right
{
	float:right;	
}

.ul-square
{
	list-style-type:square;	
}

.ul-square li
{
	margin-bottom:8px;
}

.h-blue
{
	color:#4b5bd2;
	letter-spacing:-0.5px;
	font-weight:normal;
	font-size:24px;
}

.h-small-blue, .blue_bold
{
	color:#4b5bd2;
	letter-spacing:-0.5px;
	font-weight:normal;
	font-size:18px;
}

strong
{
	font-family: OpenSans,Bold Helvetica, Arial;
}

.border {
    background: url(img/border.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 7px;
}

#header
{
	background:url(img/header-bg1.jpg) top center no-repeat #76c0e8;
	overflow:hidden;
	height:520px;
	border-bottom:15px solid #4b5bd2;
-webkit-box-shadow: 0px 0px 8px 0px rgba(130, 130, 130, 0.75);
-moz-box-shadow:    0px 0px 8px 0px rgba(130, 130, 130, 0.75);
box-shadow:         0px 0px 8px 0px rgba(130, 130, 130, 0.75);	
}

#headersmall
{
	background:url(img/header-bg1.jpg) -100px center no-repeat #76c0e8;
	overflow:hidden;
	height:150px;
	border-bottom:15px solid #4b5bd2;
-webkit-box-shadow: 0px 0px 8px 0px rgba(130, 130, 130, 0.75);
-moz-box-shadow:    0px 0px 8px 0px rgba(130, 130, 130, 0.75);
box-shadow:         0px 0px 8px 0px rgba(130, 130, 130, 0.75);	
}

.header-top
{
	background:url(img/header-top-bg.png);	
}

#logo
{
	float:left;	
	margin-top:15px;
	margin-left:20px;
}

#navmobile
{
	display:none;
	visibility:hidden;
}

#navigation
{
	float:right;
	margin-top:42px;
}

#navigation ul
{
	margin-top:0;
	list-style-type:none;
}


#navigation li
{
	float:left;
	margin-right:5px;
}

.navigation_a
{
	padding:10px 20px;
	text-decoration:none;
	color:#1ca9fc;
	font-family: OpenSansBold, Helvetica, Arial;
	letter-spacing:-0.5px;
	font-size:16px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
	text-decoration:none;
}

.navigation_a:hover
{
	padding:10px 20px;
	background-color:#1ca9fc;
	color:#fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);	
	text-decoration:none;	
}

#navi-aktiv
{
	padding:10px 20px;
	background-color:#1ca9fc;
	color:#fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);	
	text-decoration:none;		
}

img
{
	border:0;
	outline:none;
}

.clear
{
	clear:both;	
}

.clear-marg
{
	clear:both;
	margin-bottom:10px;
}

.wrapper
{
	margin:0px auto;
	position:relative;
	max-width:1200px;
	width:100%;
}

.content_left
{
	padding: 1.25%;
	width:58.33333333333333%; /* 700 / 1200 * 100  linke spalte 700*/
	float:left;
	
}

.content_right
{
	padding: 1.25%;
	width:25%; /* 440 / 1200 * 100  rechte spalte 440 */
	float:right;
}

.content_main
{
	padding: 1.25%;
}

#footer
{
	background-color:#f2f2f2;	
	padding: 1.25%;
	margin-top:50px;
	font-size:12px;
	color:#a1a1a1;
	min-height:150px;
-webkit-box-shadow: 0px 0px 8px 0px rgba(130, 130, 130, 0.75);
-moz-box-shadow:    0px 0px 8px 0px rgba(130, 130, 130, 0.75);
box-shadow:         0px 0px 8px 0px rgba(130, 130, 130, 0.75);
}

#mobile-header
{
	
	display:none;
		visibility:hidden;
}

input
{
	width: 240px;	
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.06) inset;
    color: #888888;
    display: block;
    font-family: OpenSans,Helvetica,Arial;
    font-size: 14px;
    margin: 5px 0 0;
    max-width: 100%;
    outline: medium none;
    padding: 8px 9px;
}

.input_check
{
	width:auto;
}

textarea
{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.06) inset;
    color: #888888;
    display: block;
    font-family: OpenSans,Helvetica,Arial;
    font-size: 14px;
    margin: 5px 0 0;
    max-width: 100%;
    outline: medium none;
    padding: 8px 9px;
	background: none repeat scroll 0 0 #FFFFFF;
    min-height: 180px;
    min-width: 94.5%;
    resize: vertical;
    width: auto;
}

.submit
{
	background-color: #4B5BD2;
    border: 0 none;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    outline: 0 none;
    padding: 10px 16px;
    width: auto;	
}

.kontakt_left {
    float: left;
    margin-right: 50px;
	margin-top:14px;
}

.tdbig {
    width: 150px;
}

.tdsm {
    width: 70px;
}

.angebot_left {
    float: left;
    margin-right: 112px;
}

#formular_mobile
	{
		display:none;
		visibility:hidden;
	}

.kontakt_left
{
	float:left;
	margin-right:50px;
}

.kontakt_left2
{
		float:left;
		margin-top:20px;
}

/*============= Email Popup ==============*/

#bg_pop
{
	background:url(img/bg_pop.png);
	width:100%;
	height:100%;
	position:fixed;
	z-index:500;
}

#email_box
{
	left:50%;
	position:absolute;
	top:200px;
	width:433px;
	margin-left:-210px;
}

#email_box_bg
{
	background:url(img/email_success.png) no-repeat;
	width:433px;
	height:177px;
	display:block;
	
}

#pop_close
{
	margin:100px 0px 0px 150px;	
}

.cp1
{
	float:left;	
}

.cp2
{
	float:right;	
}

.pic_right
{
	float:right;margin-left:20px; margin-top:5px; width:220px;border:1px solid #dadada;padding:5px;	
}

.pic_left
{
	float:left;margin-right:20px; margin-top:5px; margin-bottom:10px;width:220px;border:1px solid #dadada;padding:5px;	
}

.tdwidth40
{
	width:40px;	
}

.leftap
{
	float:none;	
}

@media screen and  (max-width:800px) {
	
	.leftap
	{
		float:left;	
	}
	
.pic_left
	{
		float:none;
		margin-right:0;
		width:97%;
	}
	
	.pic_right
	{
		float:none;
		margin-left:0;
		width:97%;
	}
	
	.cp1
	{
		float:none;
	}
	
	.cp2
	{
		display:none;
		visibility:hidden;
	}
	
	
	.tdbig
	{
		width:140px;	
	}
	
	.tdsm
	{
		width:35px;
	}
	
	#formular_mobile
	{
		display:block;
		visibility:visible;
		padding: 1.85185%;
	}
	
	#formular
	{
		display:none;
		visibility:hidden;
	}
	
	#footer
	{
		height:auto;	
	}
	
	.content_left, .content_right
	{
		float:none;	
		width:auto;
		display:block;
	}
	
	#mobile-header
	{
		display:block;
		visibility:visible;
	}
	
	header
	{
		margin:0;
		padding:0;
	}
	
	#header, #headersmall
	{
		height:auto;
		border-bottom:0;
	}
	
	#mobile-logo
	{
		padding-top:30px;
		padding-bottom:15px;
		padding: 30px 15px 15px 15px;
		text-align:center;
	}
	
	#logo
	{
		display:none;
		visibility:hidden;
	}
	
	#navmobile
	{
		display:block;
		visibility:visible;
	}
	
	#navigation
	{
		display:none;
		visibility:hidden;
	}
	#navi-mobile
	{
		display:block;
		visibility:visible;
	}
	
	nav {
	width: 100%;
	font-size: 11pt;
	position: relative;
	color:#1a1a1a;
	
}
nav ul {
	padding: 0;
	display: none;
	height: auto;
	background: #1ca9fc;
	margin:0;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color: #fff;
	display: inline-block;
	text-decoration: none;
	line-height: 40px;
	padding-left:1.25%;
	
}
nav li a {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

nav a:hover, nav a:active {
	background-cfolor: #999999;
}

	nav a#pull {
		display: block;
		background-color: #4B5BD2;
		max-width: 100%;
		position: relative;
		color:#fff;
	}
	nav a#pull:after {
		background: url("img/nav-icon.png") no-repeat scroll 0 0 transparent;
		content: "";
		display: inline-block;
		height: 30px;
		position: absolute;
		top: 10px;
		width: 30px;
		right:0px;
	}
	
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	
}