/* Style Sheet */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1%;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

audio,
canvas,
video {
    display: inline-block;
    float:right;
    border: 1px solid #d1d1d1;
    border-bottom:1px solid #b22222;
   	border-right:1px solid #b22222;
  	border-radius:5px;
   	-moz-border-radius:5px;
  	-webkit-border-radius:5px;
}
.videos {
  margin-right: 40px;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

body {
	background: #fff;
	color: #313131;
	font: 85%/140% Arial, Helvetica, sans-serif;
    line-height: 1.5em;
	font-size: 1em;
	width: 1200px;
	margin: 0 auto;
	/*border: 1px solid #ff0000;*/
}
a {
	color: #69C;
	text-decoration: none;
}
a:hover {
	color: #F60;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 0.3em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}
p {
	margin: 0 0 20px;
	font: 1.2%;
}

.left	{ float:left!important; }
.right	{ float:right!important; }

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

#container {
	width: 1200px;
	margin: 0 auto;
	/*border: 1px solid #ff0000;*/
}
.wrapper {
	overflow: hidden;
}

header{
	width:1200px;
	margin:auto;
	height:200px;
    margin-top: -35px;
    margin-bottom: 30px;
    background: url(../img/Head1.jpg);
    border-bottom:1px solid #b22222;
   	border-right:1px solid #b22222;
  	border-radius:5px;
   	-moz-border-radius:5px;
  	-webkit-border-radius:5px;
	/*border: 1px solid #d1d1d1;*/
}

#logo{
    float:left;
}

.social {
    text-align: right; 
    position: relative;  
    margin: 35px 0;
    padding:49px;
}
.social img {margin-bottom: 0;}

.menu{
    font-size: 1.4em;
	width:550px;
	float:right;
	padding:5px 2px 2px 0;
    background: transparent url(../img/transparent.png);
	border-bottom:1px solid #b22222;
   	border-right:1px solid #b22222;
  	border-radius:5px;
   	-moz-border-radius:5px;
  	 -webkit-border-radius:5px;
   	position:relative;padding:5px;
}
.menu ul{
	list-style:none;
	padding:0px;
	margin:0px;
	display:block;
}
.menu ul li{
	list-style:none;
	display:inline;
	float:left;
	width:auto;
	padding:0px;
}
.menu ul li a{
    color:#FFFFFF;
	float:left;
	text-decoration:none;
	padding:0px 10px 0 10px; 
	margin:0px 4px 0 4px;

    text-align:center; 
}
.menu ul li a:hover{
	background-color:#b72222;
	color:#fff;
    display: block; 
	border-top-left-radius: 5px 5px; 
	border-top-right-radius: 5px 5px; 
	border-bottom-right-radius: 5px 5px; 
	border-bottom-left-radius: 5px 5px; 
	box-shadow: 0 2px 5px #0f0700; 
	-webkit-box-shadow: 0 2px 5px #0f0700;
}
.menu ul li a.current{
	background: #DF0000;
	color: #ffffff;
	border-radius: 5px;
}
/*------------------------------------*\
	TOP NAVIGATION
\*------------------------------------
.nav {list-style:none; margin:0 0 1.5em 0;}

/*Add a class of centred/centered to create a centred nav.

#nav.main{
	float: right;
	text-align:center;
	margin: 0.5em 0 0 0;
	padding: 0.4em 0;
	font-family: Arial, sans-serif;
    font-size:0.9em;

}
#nav.main li {display:inline; float:none;}

#nav.main a{
	display:inline-block;
	padding: 0.3em 1.2em;
	border-radius: 5px;
    border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	color: #FFFFFF;    
    text-decoration:none; 
	text-transform:uppercase; 
	text-shadow: 1px 1px 1px #000000;
	font-size: 1.2em;
    font-weight: bold; 
	margin: 0 0 0.6em 0;	
}
#nav.main a:hover{
    color: #FFFFFF; 
    text-shadow: 1px 1px 0px #000000; 
    background-color: #E60000; 
}

#nav.main a.active{
    color: #fff; 
    text-shadow: 1px 1px 1px #333; 
    font-weight: bold; 
    background-color: #E60000; 
    letter-spacing: 1px;
}

#nav li span {
    display: block; 
    font-size: 10px; 
    color: #666; 
    text-shadow: none; 
    line-height: 8px;
}*/

#intro {
	width:37%;
    height: 454px;
	padding:1% 1%;
	float:left;
    margin-bottom:30px;
    background:#FFFFFF;
    background-image:url(../img/wrap1.jpg);
    border: 1px solid #d1d1d1;
    border-bottom:1px solid #b22222;
   	border-right:1px solid #b22222;
  	border-radius:5px;
   	-moz-border-radius:5px;
  	-webkit-border-radius:5px;
}
#intro h2 {
	font-size: 2.2em; 
	line-height: 1em; 
	letter-spacing: -1px; 
	text-transform:uppercase; 
	padding-right:15px; 
	margin: 0 0 20px 0;
}
#intro p {
	font-family: Arial, sans-serif; 
	font-size: 0.9em; 
	line-height: 1.2em; 
	padding-right: 15px;
}
#intro a{
	color: #FFFFFF;    
    text-decoration:none; 
	text-transform:uppercase; 
	text-shadow: 1px 1px 1px #000000;
	font-size: 0.9em;
    font-weight: bold; 
	margin: 0 0 0.6em 0;	
}
#intro a:hover{
    color: #FF8000; 
    text-shadow: 1px 1px 0px #000000; 
}

#intro_slider {
	width:57%;
	float:right;
	margin-bottom:30px;
}

section  {
	width: 58%;
    height: 260px;
	float:left;
	display:inline;	
	padding:1% 1%;
    border-radius:5px;
    border: 1px solid #d1d1d1;
    margin-bottom:30px;
    color: #FFFFFF;
    background: url(../img/wrap4.jpg);
}
.section_wrap {
    width: 58%;
    height: 253px;
	float:left;
	display:inline;
	padding:1% 1%;
    border-radius:5px;
    border: 1px solid #d1d1d1;
    margin-bottom:30px;
    color: #FFFFFF;
    background: url(../img/wrap2.jpg);
}

aside {
	width: 35%;
    height: 260px;
	float:right;
	display:inline;	
	padding:1% 1%;
    border-radius:5px; 
	border: 1px solid #d1d1d1;
    margin-bottom:30px;
    color: #FFFFFF;
    background: url(../img/wrap6.jpg);
}

.sidebar {
    width: 35%;
    height: 253px;
	float:right;
	display:inline;	
	padding:1% 1%;
	border: 1px solid #d1d1d1;
    margin-bottom:30px;
}

article {
	width: 30%;
	float:left;
	display:inline;
    margin: 0.5%;
	padding:1% 1%;
	border: 1px solid #d1d1d1;
    margin-bottom:30px;
    margin-top: 10px;
}
.galerie {
  width: 21%;
  float:left;
  display:inline;
  margin: 0.9%;
  padding:1% 1%;
  border: 1px solid #d1d1d1;
  margin-bottom:30px;
  margin-top: 10px;
}

footer {
  background-image: url(../img/footer_neu.png);
  color: #D9D9D9;
  clear: both;
  width: 100%;
  height: 80px;
  border: 1px solid #d1d1d1;
  border-bottom:1px solid #b22222;
  border-right:1px solid #b22222;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}
footer a {
  color: #69C;
}
footer	p {
  color: #FFFFFF;
  margin: 0;
  padding: 0 18px 10px;
}
footer ul {
  border-bottom: 1px solid #FF6600;
  list-style: none;
  margin: 0 18px 6px;
  padding: 10px 0 6px;
}
footer li {
  display: inline;
  font-size: 0.9em;
  font-weight: bold;
  padding-right: 5px;
}

/*footer{
	clear: both;
	color: #FFFFFF;
	height: 60px;
	text-align: center;
	display:block;
	margin-top: 30px;
	border: 1px solid #d1d1d1;
    border-bottom:1px solid #b22222;
   	border-right:1px solid #b22222;
  	border-radius:5px;
   	-moz-border-radius:5px;
  	-webkit-border-radius:5px;
    background-image: url(../img/foo1.jpg);
}

footer p {
    font-size:1.1em; 
    font-weight:bold;
    margin-top: 2%;
} */

.wrap {
    width: 97%; 
    float:left;
	display:inline;	
	padding:1% 1%;
    border: 1px solid #d1d1d1;
    border-bottom:1px solid #b22222;
   	border-right:1px solid #b22222;
  	border-radius:5px;
   	-moz-border-radius:5px;
  	-webkit-border-radius:5px;
}
.wrap_imp {
    width: 97%; 
    float:left;
	display:inline;	
    border: 1px solid #d1d1d1;
    border-bottom:1px solid #b22222;
   	border-right:1px solid #b22222;
  	border-radius:5px;
   	-moz-border-radius:5px;
  	-webkit-border-radius:5px;      
}
.wrap_f {
    width: 97%;
	float:left;
	display:inline;
	padding:0 1%;
    margin-bottom:30px;
    margin-top: 5px;
    color:#FFFFFF;
    background: transparent url(../img/transparent.png);
    border: 1px solid #d1d1d1;
    border-bottom:1px solid #b22222;
   	border-right:1px solid #b22222;
  	border-radius:5px;
   	-moz-border-radius:5px;
  	-webkit-border-radius:5px;
 }
 

.photo_right{
	width: 300px;
    position:relative;
	right:-500px;
	background:transparent;
    margin-top: -220px;
    margin-bottom: 30px;
}

.photo_shop {
    padding: 1% 1%;

}

.agb {
    margin-top: 40px;
    margin-left:70px;
    padding:10px;
}
.agb li {
    list-style:none;
    background:transparent;
    text-decoration:none;
} 

.wko {
    margin-top: -60px;
    margin-left:250px;
    padding:10px; 

}
.wko li  {
    list-style:none;
    background:transparent;
    text-decoration:none;
} 

.img-box { 
	width:100%; 
	overflow:hidden; 
	line-height:1.429em;
}
.img-box img { 
	float:left; 
	margin:0 20px 0 0;
}

.block {
  color: #FFFFFF;
  width: 96%;
  height: 100px;
  border: 1px solid #d1d1d1;
  border-bottom:1px solid #b22222;
  border-right:1px solid #b22222;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;

}

/* Team Anfang*/
.social li {
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
	padding: 0px;
	display: inline;
	width: auto;
}
.social li a {
	display: block;
	float: left;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 31px;
	height: 31px;
	text-indent: -9999px;
}
.social li.email a {
	background: url(../img/icons/email.png) no-repeat 0 0;
}
.social li.email a:hover {
	background-color: #f96e5b;
}
.social li.facebook a {
	background: url(../img/icons/facebook.png) no-repeat 0 0;
}
.social li.facebook a:hover {
	background-color: #3b5998;
}
.social li.flickr a {
	background: url(../img/icons/flickr.png) no-repeat 0 0;
}
.social li.flickr a:hover {
	background-color: #f1628b;
}
.social li.googleplus a {
	background: url(../img/icons/googleplus.png) no-repeat 0 0;
}
.social li.googleplus a:hover {
	background-color: #d94a39;
}
.social li.linkedin a {
	background: url(../images/icons/linkedin.png) no-repeat 0 0;
}
.social li.linkedin a:hover {
	background-color: #71b2d0;
}
.social li.rss a {
	background: url(../img/icons/rss.png) no-repeat 0 0;
}
.social li.rss a:hover {
	background-color: #fe9900;
}
.social li.skype a {
	background: url(../img/icons/skype.png) no-repeat 0 0;
}
.social li.skype a:hover {
	background-color: #18b7f1;
}
.social li.twitter a {
	background: url(../img/icons/twitter.png) no-repeat 0 0;
}
.social li.twitter a:hover {
	background-color: #48c4d2;
}
.social li.youtube a {
	background: url(../img/icons/youtube.png) no-repeat 0 0;
}
.social li.youtube a:hover {
	background-color: #f45750;
}
.social li a:hover {
	background-position: 0 -31px;
}
ul.team ul.teamsocial {
	margin-top:-20px;
	margin-bottom:5px;
    margin-left:27px;
}
ul.team ul.teamsocial li {
	margin-top:0 !important;
	margin-bottom:0 !important;
	background:#B3B3B3;
}
ul.team li:last-child {
	margin-right:0;
}
ul.team li img {
	opacity:.7;
    margin-left: 55px;

}
ul.team li:hover img {
	opacity:1;
}
.team .img-border {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
.team .unstyled li {
	color: #8c949b;

}
.span12 {
	width: 1200px;
}

.span4 {
	width: 340px;
    padding-left:3px;
    margin-bottom: 50px;
}
.span4 h2 {margin-left: 55px; }
.span4 p {
    padding:5px;
    margin-left: 55px;
}

.clearfix {
 *zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}
[class*="span"] {
 	float: left;
 	min-height: 1px;
	margin-left: 40px;
}
/*ENDE*/

.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 10px 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	border-radius:5px;
   	-moz-border-radius:5px;
  	-webkit-border-radius:5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}
/* red */
.red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}


a.shop {
	position:relative;
	float: left;
	margin:5px 13px 8px 0;
	padding: 8px;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
}
a.shop {
    background-color:white;
	border: 1px solid #E1E1E1;
}
a.photo_hover2:hover {
	border: 1px solid #E1E1E1;
}

.left_content{
	width:96%;
	float:left;
	margin-top: -20px;
	padding:1% 1%;
	color: 
}
.news_block{
	width:96%;
	clear:both;
	padding:1% 1%;
	border: 1px solid #d1d1d1;
    border-bottom:1px solid #b22222;
   	border-right:1px solid #b22222;
  	border-radius:5px;
   	-moz-border-radius:5px;
  	-webkit-border-radius:5px;
}
img.project{
	float:left;
	border:1px solid #BF8153;
	margin:10px 10px 0 0;
}
img.thumb{
float:left;
padding:10px 20px 0 0;
}

