body {
	position: relative;	
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	color: #404040;
	background-color:#fff;
}

a:hover {
	text-decoration: none;
}

/* PAGE SECTIONS COLORS */

.color-a {
	background-color: #E44D4D;
	color: #fff;
}


.color-b {
	background: #859FBB;
	color: #fff	;
}

.color-c {
	background: #DDDDE0;
	color: #133F63;
}

.color-d {
	background: #e86338;
	color: #eee;
}

.color-e {
	background: #404040;
	color: #eee;
}

/* SOCIAL ICONS */

.social-icons a {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 10px;
	vertical-align: middle;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
}

.social-icons a.twitter { background: url('../images/social-icons/twitter.png') left top no-repeat; }
.social-icons a.dribbble { background: url('../images/social-icons/dribbble.png') left top no-repeat; }
.social-icons a.rss { background: url('../images/social-icons/rss.png') left top no-repeat; }
.social-icons a.pinterest { background: url('../images/social-icons/pinterest.png') left top no-repeat; }
.social-icons a.digg { background: url('../images/social-icons/digg.png') left top no-repeat; }
.social-icons a.flickr { background: url('../images/social-icons/flickr.png') left top no-repeat; }
.social-icons a.forrst { background: url('../images/social-icons/forrst.png') left top no-repeat; }
.social-icons a.vimeo { background: url('../images/social-icons/vimeo.png') left top no-repeat; }
.social-icons a.reddit { background: url('../images/social-icons/reddit.png') left top no-repeat; }
.social-icons a.linkedin { background: url('../images/social-icons/linkedin.png') left top no-repeat; }
.social-icons a.facebook { background: url('../images/social-icons/facebook.png') left top no-repeat; }
.social-icons a.paypal { background: url('../images/social-icons/paypal.png') left top no-repeat; }
.social-icons a.stumbleupon { background: url('../images/social-icons/stumbleupon.png') left top no-repeat; }
.social-icons a.email { background: url('../images/social-icons/email.png') left top no-repeat; }
.social-icons a.deviantart { background: url('../images/social-icons/deviantart.png') left top no-repeat; }
.social-icons a.netvibes { background: url('../images/social-icons/netvibes.png') left top no-repeat; }
.social-icons a.yahoo { background: url('../images/social-icons/yahoo.png') left top no-repeat; }
.social-icons a.github { background: url('../images/social-icons/github.png') left top no-repeat; }
.social-icons a.addthis { background: url('../images/social-icons/addthis.png') left top no-repeat; }
.social-icons a.behance { background: url('../images/social-icons/behance.png') left top no-repeat; }
.social-icons a.blogger { background: url('../images/social-icons/blogger.png') left top no-repeat; }
.social-icons a.slashdot { background: url('../images/social-icons/slashdot.png') left top no-repeat; }
.social-icons a.technorati { background: url('../images/social-icons/technorati.png') left top no-repeat; }
.social-icons a.googleplus { background: url('../images/social-icons/googleplus.png') left top no-repeat; }
.social-icons a.apple { background: url('../images/social-icons/apple.png') left top no-repeat; }
.social-icons a.myspace { background: url('../images/social-icons/myspace.png') left top no-repeat; }
.social-icons a.sharethis { background: url('../images/social-icons/sharethis.png') left top no-repeat; }
.social-icons a.yelp { background: url('../images/social-icons/yelp.png') left top no-repeat; }
.social-icons a.delicious { background: url('../images/social-icons/delicious.png') left top no-repeat; }
.social-icons a.lastfm { background: url('../images/social-icons/lastfm.png') left top no-repeat; }
.social-icons a.youtube { background: url('../images/social-icons/youtube.png') left top no-repeat; }
.social-icons a.skype { background: url('../images/social-icons/skype.png') left top no-repeat; }
.social-icons a.tumblr { background: url('../images/social-icons/tumblr.png') left top no-repeat; }
.social-icons a.aim { background: url('../images/social-icons/aim.png') left top no-repeat; }
.social-icons a.google { background: url('../images/social-icons/google.png') left top no-repeat; }

.social-icons a:hover { background-position: left -34px; }

/* PAGE ELEMENTS */


a.scrolltop {
	position: fixed;
	left: 50%;
	bottom: 0px;
	z-index: 100;
	background-color: #ddd;
	color: #404040;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid #404040;
	border-bottom: 0px;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-radius: 3px 3px 0px 0px;
	display: block;
	font-size: 20px;
	margin-left: 8px;
	padding: 0px 15px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

a.head-link {
	position: absolute;
	top: 20px;
	right: 20px;
	opacity: .1;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	font-family: sans-serif;
	font-size: 24px;
}

.color-a a.head-link,
.color-b a.head-link,
.color-e a.head-link,
.color-d a.head-link {
	color: #fff;
}

.color-c a.head-link {
	color:#2D587C
}

.color-footer a.head-link {
	color: #133F63;
}




.color-footer:hover a.head-link,
.color-a:hover a.head-link,
.color-b:hover a.head-link,
.color-c:hover a.head-link,
.color-d:hover a.head-link,
.color-e:hover a.head-link {
	opacity: 1;	
}

div.header {
	padding-top: 41px;
	background: #fff url(../gfx/topstrip.png) repeat-x;
	margin-bottom:10px;
}

div.header .navbar .brand {
	position:relative;left:-10px;
}

div.header .navbar a.brand {

}

.navbar .btn-navbar {
	margin-top:50px;
}


.navbar .nav {
 margin-top:23px;

}



.navbar .nav > li > a {
	color: #133F63;
	padding: 0 0;
	margin: 10px 10px 10px;
	border-top: 8px solid transparent;		
}

.navbar .nav > .active > a, 
.navbar .nav > .active > a:hover, 
.navbar .nav > .active > a:focus {
	text-decoration: none;
	background-color: transparent;
	box-shadow:0px 0px;	
	border-top: 8px solid #E44D4D;	
	font-weight:bold;
}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
	text-decoration: none;
	background-color: transparent;
	border-top: 8px solid #E44D4D;

}

.navbar .nav  li:last-child a {
margin-right:0
}


h1, h2, h3, h4, h5, h6 {
	
	
}

.page-section .container {
	position: relative;
}

.page-section h1,
.page-section h2,
.page-section h3,
.page-section h4 {
	font-weight: normal;
}

.page-section h2 {
	font-weight: normal;
	font-size: 33px;
	margin-top:20px;
	margin-bottom: 25px;
	line-height:24px;
}

.page-section h3 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 13px;
	line-height:17px;
	
}


/* GENERAL BOOTSTRAP OVERWRITES */

.btn {
	color: #ccc;
	text-shadow: 0 1px 1px rgba(25, 25, 25, 0.75);
	background-color: #404040;
	background-image: -moz-linear-gradient(top, #4b4b4b, #404040);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4b4b4b), to(#404040));
	background-image: -webkit-linear-gradient(top, #4b4b4b, #404040);
	background-image: -o-linear-gradient(top, #4b4b4b, #404040);
	background-image: linear-gradient(to bottom, #4b4b4b, #404040);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4b4b4b', endColorstr='#ff404040', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover, .btn:focus {
	color: #fff;
	text-decoration: none;
	background-position: 0 -15px;
	background-color: #404040;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}

.btn-primary {
	color: #fff;
	text-shadow: 0 1px 3px rgba( 0, 0, 0, 0.3);
	background-color: #00bbb6;
	background-image: -moz-linear-gradient(top, #32ddd7, #00bbb6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#32ddd7), to(#00bbb6));
	background-image: -webkit-linear-gradient(top, #32ddd7, #00bbb6);
	background-image: -o-linear-gradient(top, #32ddd7, #00bbb6);
	background-image: linear-gradient(to bottom, #32ddd7, #00bbb6);
	background-repeat: repeat-x;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff32ddd7', endColorstr='#ff00bbb6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color: #ffffff;
	background-color: #00bbb6;
}

.btn-success {
	color: #fff;
	text-shadow: 0 1px 3px rgba( 0, 0, 0, 0.3);
	background-color: #c45268;
	background-image: -moz-linear-gradient(top, #dc687c, #c45268);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dc687c), to(#c45268));
	background-image: -webkit-linear-gradient(top, #dc687c, #c45268);
	background-image: -o-linear-gradient(top, #dc687c, #c45268);
	background-image: linear-gradient(to bottom, #dc687c, #c45268);
	background-repeat: repeat-x;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc687c', endColorstr='#ffc45268', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success {
	color: #ffffff;
	background-color: #c45268;
}


div.row ul {
	margin-left:16px;;
}


/* HOME */

div.home {
	
	/*padding-top: 30px;
	padding-bottom: 55px;*/
	border-top:solid 10px #fff;	
	min-height:358px;
}

div.home  .headline{
	font-size:18px;

}

div.home{
	font-size:15px;line-height:140%;
}

div.home li {
	margin-top:10px;
}
div.home li:first-child {
	margin-top:0px;
}


div.home .image{
	margin-top:-90px;text-align:right;
}
div.home .image img{
	margin-right:10px;
	box-shadow: 10px 0px 5px -2px rgba(100,100,100,0.2);
	
}




/* ANGEBOT */


div.angebot {
	padding-top: 30px;
	padding-bottom: 55px;
	overflow: hidden;
	border-top:solid 10px #fff;	
}

div.angebot,
div.angebot li  {
	font-size:15px;line-height:140%;
}	

div.angebot ul.bold li {
	font-weight:bold;
}		

div.angebot .row  a:link,
div.angebot .row  a:visited {
	color:#fff;text-decoration:underline;font-weight:bold;
}	

div.angebot .row a:hover,
div.angebot .row a:focus,
div.angebot .row a:active {
	text-decoration:none
}


/* ABOUT */

div.about {
	/*padding-top: 30px;
	padding-bottom: 55px;*/
	border-top:solid 10px #fff;	
	min-height:322px;
}

div.about p {
	font-size:15px;line-height:140%;
}	
div.about .row a:link,
div.about .row a:visited {
	color:#fff;text-decoration:underline;font-weight:bold;
}	

div.about .row a:hover,
div.about .row a:focus,
div.about .row a:active {
	text-decoration:none
}	
div.about .image{
	margin-top:-10px;
}
div.about .image img{

	box-shadow: 10px 0px 5px 0px rgba(100,100,100,0.2);
	
}
div.about .copy{
	padding-top: 25px;

}





/* REFERENZEN */

div.referenzen {
	padding-top: 30px;
	padding-bottom: 55px;
	overflow: hidden;
	border-top:solid 10px #fff;	
}

div.referenzen,
div.referenzen li  {
	font-size:15px;line-height:140%;
}	
	
div.referenzen .quote {
	font-style:italic;margin:15px 0;
}
div.referenzen .quote.bold {
	font-style:italic;font-weight:bold;
}


div.referenzen .leftcell {
	margin-top:45px;
}



/* ERFAHRUNG */

div.erfahrung {
	padding-top: 30px;
	overflow: hidden;
	border-top:solid 10px #fff;	
	padding-bottom: 55px;		
}
div.erfahrung.nowhiteborder {
	border-top:none;
	padding-top:0;
	padding-bottom: 55px;	
}

div.erfahrung li,
div.erfahrung p {
	font-size:15px;line-height:140%;
}

div.erfahrung.page-section h3 {
	font-weight: normal;
	font-size: 21px;
	margin-bottom: 13px;
	line-height:17px;
}

div.erfahrung .row a:link,
div.erfahrung .row a:visited {
	color:#E44D4D;text-decoration:underline;font-weight:bold;
}	

div.erfahrung .row a:hover,
div.erfahrung .row a:focus,
div.erfahrung .row a:active {
	text-decoration:none
}	





div.edgelocation {
	position:relative;
}

div.edge {
	width:9px;height:110px;background:red;
	border:solid 2px #fff;position:absolute;
	
}

div.right div.edge {
	right:-13px;top:-2px;
	border-left:none;border-bottom:none;
	box-shadow: 5px 8px 2px 2px rgba(100,100,100,0.2);	
	border-radius: 0 0 9px 0;	
}
div.left div.edge {
	left:-13px;top:-2px;
	border-right:none;border-bottom:none;
	border-radius: 0 0 0 9px;	
}




div.rolle {
	padding-bottom: 55px;
	overflow: visible;
}




div.rolle .container {
	border:solid 2px #fff;
	box-shadow: 5px 8px 5px 5px rgba(100,100,100,0.3);
}

div.rolle .container .copy{
	padding-top: 15px;padding-bottom: 15px;
}

div.copy.left   h3, div.copy.left p,div.copy.left ul{	padding-left: 50px;}
div.copy.right   h3, div.copy.right p, div.copy.right ul{padding-right: 15px;}

div.rolle li,
div.rolle p {
	font-size:15px;line-height:140%;
}



div.rolle li {
	margin-top:10px;
}
div.rolle li:first-child {
	margin-top:0px;
}


div.image.right {text-align:center;background:#fff}



div.rolle.page-section h3 {
	font-weight: normal;
	font-size: 21px;
	margin-bottom: 13px;
	line-height:17px;
}




/* PROJEKTBEISPIELE */

div.projektbeispiele {
	padding-top: 30px;
	padding-bottom: 55px;
	overflow: hidden;
	border-top:solid 10px #fff;	
}

div.projektbeispiele li,
div.projektbeispiele p {
	font-size:15px;line-height:140%;
}

div.projektbeispiele.page-section h3 {
	font-weight: normal;
	font-size: 21px;
	margin-bottom: 13px;
	line-height:17px;
}

div.projektbeispiele .cell1 {

}




/* CONTACT */

div.contact {
	padding-top: 30px;
	padding-bottom: 55px;
	overflow: hidden;
	border-top:solid 10px #fff;	
}

div.contact p {
	font-size:15px;line-height:140%;
}

div.contact .row  a:link,
div.contact .row  a:visited {
	color:#fff;text-decoration:underline;font-weight:normal;
}	

div.contact .row a:hover,
div.contact .row a:focus,
div.contact .row a:active {
	text-decoration:none
}	
div.contact .row a span {
	font-weight:normal
}



/* HAFTUNGSAUSSCHLUSS */

div.haftungsausschluss {
	padding-top: 30px;
	padding-bottom: 55px;
	border-top:solid 10px #fff;
}

div.haftungsausschluss p {
	font-size:15px;line-height:140%;
}

div.haftungsausschluss p + h3 {
 margin-top:20px;
}


/* FOOTER */

div.footer {
	height:71px;
	background: url('../gfx/footerstrip.png');
}

div.footer .copyright {
	font-weight: normal;
	font-size: 14px;
	line-height:17px;margin-top:18px;
	color:#133F63
}



/* SOME OVERIDES */


/* RESPONSIVE STUFF */

@media (max-width: 767px) {

div.header .navbar .brand {
	position:relative;left:-15px;
}

.page-section h2 {

	line-height:120%;
}


	.page-section {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}

	a.head-link {
		display: none;
	}

	div.footer a.head-link {
		display: block;
	}


div.about .copy{
	padding-bottom: 55px;

}


div.home {
	padding-top: 30px;
	padding-bottom: 55px;
}
div.about {
	padding-top: 55px;
	padding-bottom: 55px;
}

div.about .image,
div.home .image{
	margin-top:30px;text-align:left;
}

div.home .headline{
	margin-bottom:30px;margin-top:0px;text-align:left;
}
div.rolle .container {
	box-shadow: 0px 0px;
}

div.erfahrung {
	padding-bottom: 15px;
}

div.rolle {
	padding-top: 25px;
	padding-bottom:25px;
	border-bottom:solid 1px #666;
}

div.rolle1 {
	padding-top: 50px;
}

div.rollelast  {
	padding-bottom: 50px;
	border-bottom:none;
}



div.image.right{text-align:left}



div.rolle .container {
	border:none;
	box-shadow:0px 0px 

}

div.copy.left   h3, div.copy.left p,div.copy.left ul{	padding-left: 0px;}
div.copy.right   h3, div.copy.right p, div.copy.right ul{padding-right: 0px;}
	div.projektbeispiele div.cell2 {
margin-top:40px;
}


div.referenzen .leftcell {
	margin-top:0px;
}
div.projektbeispiele .cell1 {
	margin-top:0px;
}


}

@media (max-width: 979px) {
div.header .navbar .brand {
	position:relative;left:-15px;
}
 
 
	.navbar .nav > li {
		text-align: right;
	}

	.navbar .nav > li > a {
		padding: 5px 0;

		margin: 10px 10px 10px;
		color: #133F63;
		border:none;
		border-bottom: solid 1px #DDDDE0

	}
.navbar .nav  li:last-child a {
	margin-right:10px;
}	

.navbar .nav > .active > a, 
.navbar .nav > .active > a:hover, 
.navbar .nav > .active > a:focus {

	border: none;
	border-bottom: solid 1px #DDDDE0
}


.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
		text-decoration: none;
		border: none;
		border-bottom: solid 1px #CCC		

	}

	div.header {
		/*padding-top: 20px;*/
		padding-top: 41px;
	}

div.about .copy{
	padding-top: 15px;

}


div.edge {
	display:none;
	
}

	
}