/*CSS Dokument für blanche.at*/

/*FONTS*/
@font-face {
	font-family: 'HelveticaNeue';
	src: url('fonts/HelveticaNeueLTPro-Th.eot');
	src: local('☺'), url('fonts/HelveticaNeueLTPro-Th.woff') format('woff'), url('fonts/HelveticaNeueLTPro-Th.ttf') format('truetype'), url('fonts/HelveticaNeueLTPro-Th.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*GLOBALS*/
body {width:100%; font-size:15px; font-family:'HelveticaNeue', Helvetica, sans-serif; color:#000;}
body#index2 {width:auto;}
p {line-height:1.2em;}
h1 {font-size:2em; line-height:2em; font-weight:400;}
h2 {font-size:1.5em; line-height:1.8em; font-weight:400;}
h3 {font-size:1.2m; line-height:1.6em; font-weight:400;}
h4 {font-size:1em; line-height:1.4em; font-weight:400;}
hr {background-color:#72799e; color:#c6c5c6; height:1px; width:100%; margin:10px 0px; clear:left;}
img {max-width:100%; height:auto;} 

/*DIVS ALLGEMEIN*/
#container{width:96%; /*margin:0.5% auto;*/ margin:40px auto; max-width:1570px;}
#nav_container{width:198px; height:864px; /*height:90%;*/ margin-top:0; /*margin-right:3%;*/ position:fixed; background:rgba(255,255,255,0.8);}
body#index2 #nav_container{position:absolute;}
#nav_ende{/*width:100%; height:11.1%; margin-top:70%; margin-top:109%; margin-bottom:5%;*/ margin-top:216px; margin-bottom:40px;}
#inhalt{width:71.3%; margin-left:18%; margin-top:2%;}
#inhalt_raster{width:100%; /*width:56.26%; margin-left:18%; margin-top:2%;*/}

.raster{width:25%; height:216px; /*margin-right:0.42%; margin-bottom:1%;*/ float:left; background-size:cover; background-repeat:no-repeat; background-position:50% 50%;}
.first{clear:left;}

/*FORMATIERUNGEN*/
ul#kunden{margin:3% 1%; padding:0;} 
ul#kunden li{list-style-type:none; margin-bottom:0.65%; font-size:16px;}
ul#produktion{margin:7% 1%; padding:0;} 
ul#produktion li{list-style-type:none; font-size:16px;}
#nav_container p{margin:0% 1%;}

/*IMGS*/
#trennlinie{margin:5% 0;}
#btn-nav-mobil{position:absolute;right:3%;top:10px;display:none;}
#btn-nav-mobil:hover{cursor:pointer;}

/*TABLES*/

/*LINKS*/
a:link, a:active, a:visited {text-decoration:none; color:#000;} a:hover {text-decoration:underline; color:#000;}
a.aktiv:link, a.aktiv:active, a.aktiv:visited {text-decoration:none; color:#666;} a.aktiv:hover {text-decoration:none; color:#666;}

/*FORMS*/

/*ERROR HANDLNG*/