html, body {
/*css for full size background image   background: url(http://p1.pichost.me/i/66/1910819.jpg) no-repeat center center fixed; 
*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	/* wichtig für full page design */
	 height: 100%;
	 width: 100%;
	
	font-size: 100%;
	 
	 background-color: #ffffff;
	 
	 /* for top-fixed navbar: 
	   padding-top: 50px;
	 */
}
section {
    padding: 30px;
}
section > h1 {
    padding-bottom: 30px;
}

footer {
    padding: 40px 20px;
    background-color: #212121;
    color: #f5f5f5;
}
/* fix nav at top */
.affix {
     top: 0;
     width: 100%;
}

.navbar {
      min-height: 60px;
      background-color: #F0F0F0;
      z-index: 99;
      border-radius: 0px;
}
.navbar-brand {
	padding-top: 1px;
	padding-bottom: 1px;
}
.navbar-nav a {
    /*  color: #000; */
}
.coverpage {
/*	background-image: url("../img/img1.jpg") ; */
 	background-size: cover;
	
	/* full page */
	height: auto !important;
	min-height: 100%;
	overflow: hidden;
	background-color: #ffffff;
}
.coverrow {
	margin-top: 120px;	
}
.coverrow h1 {
	font-size: 2.5em;	
	border-bottom: 1px solid #EEE
}
.logo-service {
    /* color: #f4511e; */
	/* color: rgb(0, 53, 102);    */
	color: rgb(174, 190, 80);  
    font-size: 50px;
}
/*
 * sections
 */
.section-odd {
	background-color: #f6f6f6;
}
.servicecol {
	text-align: center;
}

#services h3 {
	text-align: center;
}
#services ul {
	text-align: left;
}
.footer-second, .footer-second a {
	/* color: rgb(0, 53, 102); */
	color: rgb(174, 190, 80);
	font-size: 85%;
	margin-right: 10px;
}