#body{
	/* background: url(../bilder/bg.jpg) no-repeat center center fixed;  */
	
	/* -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; */
	
	background-color: white;
}

.offset_nivtec{
	height: 50px;
}

#body > .col-sx-8{
	padding:0;
}
#body > .col-sx-2{
	padding:2;
}

h1 {
	text-align:center;
	color: #00478c;
	border-bottom-style:solid;
	border-bottom-color:#00478c;
	border-bottom-width:3px;
}

h2{
	text-align:center;
	color: #00478c;
	border-bottom-style:dotted;
	border-bottom-color:#00478c;
	border-bottom-width:2px;
}






/* TOP */
.top{
	z-index: 1000;
	left:20%;
	right:20%;
	position:fixed;
}
/* .navi {
	position: fixed;
	
	width:100%;
} */

.navi {
	background: rgba(255, 255, 255, 0.8);
	color: #00478c;
	height: 50px;
	border-radius: 5px;
	border-style:solid;
	border-width:2px;
	border-color: #00478c;
	font-size: 17px;
	font-weight: bold;
	padding:0;
}


.navi > a{
	text-align:center;
	color: #00478c;
	height:100%;
	border-radius: 5px;
	border-style:none;
	border-width:2px;
	border-color: white;
	vertical-align: middle;
	padding:0;
}
.navi > a:hover{
	color: #006565;
	border-style:solid;
	text-decoration:none;
}
.navi > a:focus{
	color: #00478c;
	border-style:none;
	text-decoration:none;
}

.navi_logo{
	background: url(../../bilder/nivtec-logo.png) no-repeat center center;
	background-size: auto 100%;
	height:100%;
}

/* CAROUSEL */
.carousel-custom{
	height:90%;
	padding-top:20px;
}

#carousel-1{
	background: url(../../bilder/carousel/carousel1.jpg) no-repeat center center;
}

#carousel-2{
	background: url(../../bilder/carousel/carousel2.jpg) no-repeat bottom center;
}

#carousel-3{
	background: url(../../bilder/carousel/carousel3.jpg) no-repeat center center;
}
.carousel_pic{
	height: 800px;
	background-size: cover;
}
.carousel-caption{
	right:0%;
	left:0%;
	background: rgba(0, 0, 0, 0.8);
}



/* MAIN */
/* .ideen{
	height:auto;
} */

.ideen{
	overflow: auto;
	height:auto;
}

.gallery{
height:100%;
}
.gallery > .col-md-6{
	padding:0;
}




#item1 > .pic_gallery{
	background: url(../../bilder/nivtec1.jpg) no-repeat center center;
	background-size: cover;
}
#item2 > .pic_gallery{
	background: url(../../bilder/fertigeRampe.jpg) no-repeat center center;.
	background-size: cover;
}
#item3 > .pic_gallery{
	background: url(../../bilder/DSC01073.JPG) no-repeat center center;
	background-size: cover;
}
#item4 > .pic_gallery{
	background: url(../../bilder/DSC01060.JPG) no-repeat center center;
	background-size: cover;
}
#item5 > .pic_gallery{
	background: url(../../bilder/IMG_4628.jpg) no-repeat center center;
	background-size: cover;
}
#item6 > .pic_gallery{
	background: url(../../bilder/IMG_4721.jpg) no-repeat center center;
	background-size: cover;
}
#item7 > .pic_gallery{
	background: url(../../bilder/nivtec1.jpg) no-repeat center center;
	background-size: cover;
}
#item8 > .pic_gallery{
	background: url(../../bilder/nivtec1.jpg) no-repeat center center; 
	background-size: cover;
}

.pic_gallery {
	border-radius:5px;
	border-color:#00478c;
	border-width:2px;
	border-style:solid;
	margin: 5px;
	height: 300px;
	background-size: auto 100%;
}



/* DOWN */

/* .kontakt{
	border-bottom-style:dotted;
	border-bottom-color:#00478c;
	border-bottom-width:2px;
} */

.link {
	text-shadow: 1px 1px #00478c;
	
}
.link > p > a 
{
	color: black;
}

.link p a:hover {
	text-shadow: 1px 1px black;
	text-decoration:none;
}

.footerabsatz {
	line-height: 1.3;
	text-align: center;
	color: black;
	
	/* background-color: #00478c;
	width:100%;
	height:100px;
	bottom:0%; */
}

/* .footerabsatz >div{background-color: #00478c;} */








