@charset "UTF-8";
/* CSS Document */

/* Individuelles Styling
-----------------------------------*/

.navbar {
	border-bottom:10px solid rgb(242, 185, 14);	
}

.nav-aktiv {
	background-color:rgb(242, 185, 14);	
	
}

.border-left {
	padding-left: 0.5em;
	border-left: 2px solid rgb(242, 185, 14);
	
}

a.link-orange {
	border-bottom: none;
	color:rgb(242, 185, 14);
	font-style:normal;	
}



/* Individuelles Styling
ENDE -----------------------------------*/


/* intro 
_____________________________*/


.image-intro {
	max-width:300px;
	box-shadow:0px 0px 5px rgba(0,0,0,0.4);
	border: 7px solid #fff;	
	margin: 0 auto;
	padding:2em;
}

#home, #produkte {
 
  background-color:#F7F7F7;
  
  
background-image:url(../images/intro-hintergrund/bg-hoehenlinien.jpg);

}

#home h2 {
 text-align:center;
}

h1 {
	border:none;
	margin-top:70px;
	color:rgb(242, 185, 14) !important;
}


.img-logos {
	max-height:100px;	
}

/* intro 
ENDE _____________________________*/


/* Massstab Section 
--------------------------------------*/

.ms-alle {
	
	margin-top: 50px;
	text-align:center !important;
}



.ms-box {

background-color:#ddd;
border:10px solid #fff;
padding-bottom:1em;

	
}


.ms-box p {
	
	margin-bottom:75px;
	
}

.ms-box h3 {
	
	margin-top:1em;
}

.ms-box ul {
		color:#666;
		text-align:center;
		padding:3em;
		font-family:Arial, Helvetica, sans-serif;
}

.ms-box ul li {
		text-align:left;	
		margin-bottom: 0.5em;
		list-style-type:circle;
		
}


@media(max-width:992px) {
	
	.ms-alle {
		padding:0em !important;
}

}


.home-nav-box {
	padding: 0;
	margin-top:2em;
	margin-bottom:4em;
	
	
}

.home-nav-produkte {
	border: 1px solid #999 !important;
	padding:1.5em !important;
	color: #666 !important;
}

.home-nav-produkte:hover {
	color:#fff !important;	
}
	
	.home-nav-a {
	text-align:center;
	color:#fff;
	padding:1em;
	font-family:montserrat;
	text-decoration:none;
	border:none;
	width:100%;
	display:block;
	font-style:normal;
	
}

.home-nav-a:hover {
	border:none;
	cursor:pointer;
	background-color:#999 !important;	
}




/* Massstab Section
ENDE ---------------------------------*/

.btn-kasten {
 border:1px solid #CCC;
 color:#CCC;
 border-radius:0;
 margin: 0.2em 0;
 width:100%;
 background-color:#EEE;
 text-align:left;
 font-weight:bold;	
}

.btn-kasten:hover {
 border:1px solid #CCC;
 color:#666;
 background-color:#ccc;
 border-radius:0;	
}

.anchor {
	height: 50px;
	}
	
	
	
	.bg-hell li {
	color:#666;
	list-style-type:circle;
	margin-top:0.4em;
	margin-left:2em;
}


.box-teaser:hover {
	
	box-shadow: 0px 0px 5px rgba(0,0,0,0.4);	
}