@charset "ISO-8859-1";

body{
	background-color: #ffffff;
	color: #000000;
	
}

.logo {
	max-height:200px;
	max-width:25%;
	margin-left:15px;
}
.logosmall {
	max-height:150px;
	max-width:30%;
	
}

.menu{
	color:#000000;
	position: fixed;
	right:50px; 
	top:150px;
}

a.menu1{
	color:#000000;
	
}
.nav>li>a:focus, .nav>li>a:hover{
	    background-color: transparent;
}

.portfolioImg{
	max-width:100%;
	max-height:400px;
}

.ImagesPortfolio{
	text-align:center;
	margin-left:15%;
	margin-right:15%;
	max-width:70%;
	
}

#bigImg{
	display: none;
	max-width: 100%;
    
}
#bigImgDiv{
	width:100%;
	position:fixed;
	 top:100px;
}

.vita{
}
.header{
	text-align: left;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
	
	background-color: transparent;
	color:#2C9EC5;
}
a{
	color:#2C9EC5;
	text-decoration: none;
}
a:hover{
	color:#2C9EC5;
	text-decoration: underline;
}

.navbar-default{
	background-color: #ffffff;
	color:#000000;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
	background-color: #ffffff;
}

@media (max-width: 768px){
body{
	margin-left: 5px;
	}

	}
.imgCon{
	width:100%;
	margin:5px;

}	
	#smallMenu{
	display:none;
	
}
#smallMenu>li a{
 	background-color: #ffffff;
 	color:#000000;
 	font-size: 11px;
}
#smallMenu>li.active a{
 	background-color: #ffffff;
 	color:#2C9EC5;
 	font-size: 11px;
}
li#uppermenu.active ul {
	display:block;
}

h2{
	color:#2C9EC5;
	
	
}

.colorText{
	color:#2C9EC5;
}

blockquote{
	font-size: inherit;
	border-left:none; 
}
.imgVita{
	max-width:100%;
	
}
@media (max-width: 1000px){
body{
	margin-left: 10px;
	margin-right: 5px;
	}
.imgCon{
	max-width:300px;
	
}
.imgConDiv{
text-align: center;
	
	}
	}
	
	#home{
	position: fixed;
	width:100%;
	}
	
	.brand{
		max-width:200px;
	}
	
.logoright{
	max-height:235px;
	position:fixed;
	right:67px;
	top:115px;
	
}

.googlemaps{
	max-width:600px;
	max-height:450px;
	width:100%;
}

.fbButton {
		width: 35px;
		height:35px;
		display:block;
		background-size:100%;
		background-image: url('../images/Facebook_sw.png');
	}
	.fbButton:hover {
		background-image: url('../images/Facebook_farbig.png');
	}
	
	
	.fbbuttonfield{
 	right:60px;
 	top: 510px;
 	position:fixed;
 }
 .banner {
 margin-top:30px;
    width: 70%;
    
}