@charset "UTF-8";
/* Global Site-wide Definitions */
/* Main Structure, master backgrounds, etc. */

* {
	margin:0px;
	padding:0px;
	font-family: Arial, sans-serif;
	font-size:12px;
	color:#4d4d4d;
	outline: 0;
}
/* image-replacement --- Versteckt den Text wenn (sowie eigentlich immer) CSS aktiviert ist */
.image-replacement {
	text-indent: -200em;
	overflow: hidden;
}
/* float-restore --- stellt den normalen Element-Fluss wieder her */
.float-restore {
	margin: 0;
	padding: 0;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
.inset-text {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

/* cross-browser display: inline-block (http://blog.hedgerwow.com/2007/11/14/item-list-grid-real-world-practice-with-displayinline-block-across-browsers/) */
.display-inline {
	display: -moz-inline-stack;
	display: inline-block;
	_overflow: hidden; 
	zoom: 1; 
	*display:inline;
}

/* Definitionen zum body */

html{
	overflow-y: hidden;
	overflow-x: hidden;
}

body {
	background-color: #000;
	background-image:url(../new-start/bg.jpg);
	background-repeat: repeat-x;
}

body.detail {
	background-image:url(../img/background/bg_main_detail.jpg);
}
/* Definitionen zur Struktur */

#master-of-all {
	width:1000px;
	height:1000px;
	background-position:center top;
	background-repeat:no-repeat;
	background-image: url(../new-start/img.jpg);
}

body.detail #master-of-all {
	background: none;
}

/* html5 */
header{
	display: block;
	float: left;

	width: 332px;

	padding-top: 20px;
	padding-left: 45px;
}

header h1{
	margin: 0;
	padding: 0;
	background: url(../img/logo_sevenspire.png) no-repeat 0 0;
	height: 37px;
	width: 299px;
	text-indent: -200em;
	overflow: hidden;
	cursor: pointer;
}

/* html5 */
nav{
	display: block;
	overflow: hidden;
}

/* html5 */
section {
	display: block;
	clear: both;
	overflow: hidden;
}

body.detail section{
	padding-top: 30px;
}

footer{
	width:100%;
/*
	left: 50%;
	margin-left: -480px;
*/
	display: block;
}

.footer-bg{
	background: url(../img/background/bg_footer.gif) no-repeat center bottom;
	/*background-position: center bottom;*/
/*
	height: 50px;	
*/
}

.footer-bg .footer-box h2 {
	font-size:18px;
	color:#4b4b4d;
	padding-bottom:6px;
}
.slider {
	position: relative;
	height: 350px;
	overflow: hidden;
}

.slider-nav, .slider-nav .hover{
	display: block;
	position:absolute;
	width:23px;
	height:37px;
	bottom: 25px;
	z-index:100;
	background-image: url(../img/icons-buttons/arrow-multi.png);
	cursor: pointer;
	background-repeat: no-repeat;
}

.slider-nav.no-shadow, .slider-nav.no-shadow .hover{
	background-image: url(../img/icons-buttons/arrow-multi-senza.png);
}

.slider-nav.left {
	right: 25px;
	background-position: 0 0;
}

.slider-nav.right {
	right: 0;
	background-position: -20px 0;
}

.slider-nav .hover{
	top: 0;
	left: 0;
}

.slider-nav.left .hover{
	background-position: 0 -42px;
	/*ie6 hack*/
/*
	_background-position: 0 39px;
*/
}

.slider-nav.right .hover{
	background-position: -20px -42px;
	/*ie6 hack*/
/*
	_background-position: 23px 39px;
*/
}

.slider-items {
	overflow: hidden;
	width:950px;
	height:350px;
	position: relative;
}

.slider-item{
	overflow: hidden;
	float: left;
	width: 950px;
	position: relative;
}

.slider.gallery{
	width: 637px;
	height: 420px;
	margin-left: 298px;
}

.slider.gallery .slider-nav.left{
	left: 0px;
	top: 50%;
}

.slider.gallery .slider-nav.right{
	right: 0px;
	left: auto;
	top: 50%;
}

.slider.gallery .slider-items{
	width: 556px;
	float: none;
	position: relative;
	height: 352px;
	margin-top: 22px;
	margin-left: 42px;
}

.slider.gallery .pic-hover{
	position: absolute;
	height: 402px;
	width: 620px;
	background: url(../img/icons-buttons/big-igloss.png) no-repeat;
	display: block;
	left: 10px;
}

/*
.slider.gallery .pic-hover:hover{
	background: url(../img/icons-buttons/big-igloss.png) no-repeat;
	background-position: -1px 0;
}
*/

.slider.gallery .slider-item{
	width: 556px;
	position: relative;
}

.slider.gallery .slider-thumbs{
	text-align: center;
	margin-top: 25px;
}

.slider.gallery .slider-thumbs a{
	width: 18px;
	background-image: url(../img/icons-buttons/page-links.png);
	background-repeat: no-repeat;
	text-align: center;
	line-height: 18px;
	color: #fff;
	font-size: 10px;
	height: 18px;
	position: relative;
	text-decoration: none;
}

.slider.gallery .slider-thumbs a:hover, .slider.gallery .slider-thumbs a.active{
	background-position: -18px 0;
	/* ie6-hack */
	_background-position: -17px 0;
}

.slider.gallery .slider-thumbs a span{
	position: absolute;
	top: 5px;
	left: 6px;
}


.hero-left {
	position:absolute;
	left:0px;
	z-index:100;
}

.hero-right {
	position:absolute;
	right: 60px;
	z-index:100;
}

.hero-text {
	width:518px;
	padding-top:20px;
	margin-left: 380px;
	height: 350px;
	position: relative;
	display: block;
	text-decoration: none;
}

.hero-text h1 {
	font-size:28px;
	padding-bottom:10px;
	padding-top:10px;
	color:#fff;
}

.hero-text h2 {
	font-size:18px;
	padding-bottom:10px;
	color:#fff;
}

.hero-text p {
	font-size:12px;
	line-height:1.7;
	color:#fff;
}

.hero-img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.portfolio-container {
	width:960px;
	margin-bottom:60px;
	padding-left:30px;
	overflow: hidden;
	list-style:none;
}


.portfolio-item {
	width:238px;
	height:200px;
	float:left;
	padding-left:7px;
	padding-right:70px;
	position: relative;
}

.portfolio-item a{
	text-decoration: none;	
}

.portfolio-item a h2{
	font-size: 14px;
	padding: 0 15px;
}

.portfolio-item a>img{
	/*background:transparent url(../img/icons-buttons/thumb-igloss.png) no-repeat 0 -174px;*/
	height:138px;
	padding:12px 15px;
	width: 209px;
}

.portfolio-item a .hover{
	position: absolute;
	top: 0;
	left: 7px;
	height: 163px;
	width: 238px;
	background: url(../img/icons-buttons/thumb-igloss.png) no-repeat 0 -174px;
	z-index: 1;
}

.portfolio-item a:hover .hover{
	cursor: pointer;
	background: url(../img/icons-buttons/thumb-igloss.png) no-repeat 0 -4px;
}

.portfolio-headline{
	font-size: 24px;
	margin-bottom: 20px;
	margin-left: 45px; 
}

.portfolio-detail-container {
	padding-bottom:30px;
	border-bottom: 1px solid #e20036;
	overflow: hidden;
	/*margin: 0 45px 30px 30px;*/
	margin: 0 0 30px 0px;
	padding-left: 45px;
}

.portfolio-detail-container.last{
	border: none;
}

.portfolio-detail-container h1 {
	font-size:18px;
	color:#4b4b4d;
	padding-bottom:10px;
}

.portfolio-detail {
	width:295px;
	float:left;
	font-size:12px;
	color:#4b4b4d;
}

.portfolio-detail h1 {
	font-size:18px;
	color:#4b4b4d;
}

.portfolio-detail p {
	font-size:12px;
	color:#4b4b4d;
	line-height:1.7;
}

.portfolio-detail-img-container {
	width:423px;
	float:left;
}

.portfolio-detail-img {
	width:360px;
	float:left;
	padding-right:10px;
	padding-left:7px;
}

.portfolio-detail-img-prev {
	width:23px;
	padding-top:120px;
	float:left;
}

.portfolio-detail-img-next {
	width:23px;
	float:left;
}

#clientlist {
	width:905px;
	margin-left:26px;
	margin-bottom:20px;
	padding-top: 10px;
	height: 100px;
	overflow: hidden;
	border-bottom: 1px solid #d4d4d4;
}

.clientlist-clm {
	width:280px;
	float:left;
	padding-right:33px;
}

.clientlist-clm li {
	list-style:none;
	list-style-type:none;
	padding-bottom:8px;
	padding-left:1px;
	
}

.clientlist-clm li a{
	color:#4D4D4D;
	font-weight:bold;
	height:20px;
	text-decoration:none;
}

.clientlist-clm li a:hover{
	color: #e20036;
}

div.text-container {
	width:920px;
	float:left;
}

.teaser-container {
	width:227px;
	float:left;
	padding-right:70px;
	margin-bottom:30px;
	height: 210px;
}

.teaser-container.first {
	padding-left:45px;
	width: 263px;
	position: relative;
}

.teaser-container img{
	margin-right: 8px;
	float:left;
}

div.teaser-portfolio {
	width:270px;
	float:left;
	margin-right:27px;
	padding-bottom:30px;
	padding-left:10px;
}


.teaser-container h2,
.teaser-container h2 a,
.teaser-portfolio h2,
.portfolio-headline h2,
.teaser-portfolio h2,
.portfolio-img h2,
.portfolio-img-text h2 {
	font-size:18px;
	color:#e20036;
	padding-bottom:6px;
	text-decoration:none;
}
.teaser-portfolio h2 a,
.portfolio-headline h2 a,
.teaser-portfolio h2 a,
.portfolio-img h2 a,
.portfolio-img-text h2 a {
	font-size:18px;
	color:#4b4b4d;
	padding-bottom:6px;
	text-decoration:none;
}
.teaser-portfolio h2 a:link,
.portfolio-headline h2 a:link,
.teaser-portfolio h2 a:link,
.portfolio-img h2 a:link,
.portfolio-img-text h2 a:link {
	font-size:18px;
	color:#4b4b4d;
	padding-bottom:6px;
	text-decoration:none;
}
.teaser-portfolio h2 a:hover,
.portfolio-headline h2 a:hover,
.teaser-portfolio h2 a:hover,
.portfolio-img h2 a:hover,
.portfolio-img-text h2 a:hover {
	font-size:18px;
	color:#4b4b4d;
	padding-bottom:6px;
	text-decoration:underline;
}
.teaser-container p, .teaser-portfolio p, .portfolio-headline p, .portfolio-img p, .portfolio-img-text p {
	font-size:12px;
	color:#4b4b4d;
	line-height:1.7;
	padding-bottom:10px;
}
.teaser-container p a, .portfolio-img p a, .portfolio-img-text p a {
	font-size:12px;
	color:#4b4b4d;
	line-height:1.7;
	padding-bottom:10px;
	text-decoration:none;
}
.teaser-container p a:link, .portfolio-img p a:link, .portfolio-img-text p a:link {
	font-size:12px;
	color:#4b4b4d;
	line-height:1.7;
	padding-bottom:10px;
	text-decoration:none;
}

.portfolio-img p a:hover, .portfolio-img-text p a:hover, .hero-text p a:hover {
	font-size:12px;
	color:#666;
	line-height:1.7;
	padding-bottom:10px;
	text-decoration:underline;
}

.teaser-container a:hover{
	color: #e20036;
	text-decoration: none;
}

.teaser-container p a:active, .portfolio-img p a:active, .portfolio-img-text p a:active, .hero-text p a:active {
	font-size:12px;
	color:#4b4b4d;
	line-height:1.7;
	padding-bottom:10px;
	text-decoration:none;
}
div.hero-text p a {
	font-size:12px;
	color:#c3c3c3;
	line-height:1.7;
	padding-bottom:10px;
	text-decoration:none;
}
div.hero-text p a:link {
	text-decoration:none;
}
div.hero-text p a:hover {
	color:#e20036;
	text-decoration:none;
}
div.hero-text p a:active {
	color:#4b4b4d;
	text-decoration:none;
}
div.hero-text h1 a, .hero-text h1 a:link {
	font-size:24px;
	color:#fff;
	/*line-height:1.7;*/
	padding-bottom:10px;
	text-decoration:none;
}
div.hero-text h1 a:hover {
	color:#e20036;
	text-decoration:none;
}
img {
	border:none;
}
/*
td {
	font-family:georgia, palatino, serif;
	font-size: 12px;
}

table {
	width:100%;
}
*/

.hidden {
	display:none;
}

.menu-slider{
	/*
border-top: 2px solid #e20036;
*/
	border-top: 2px solid #D8003E;
	display: none;
}

.form-container{
	clear: both;
	padding-top: 40px;
	width: 680px;	
}

.form-container h1{
	font-size: 24px;
	margin-bottom: 50px;
}

/* html5 */
.portfolio-menu{
	padding-left: 43px;
	overflow: visible;
	margin-bottom: 30px;
	height: 35px;
}

.portfolio-menu .dropdown{
	float: left;
	margin-right: 10px;
	height: 55px;
}

.dropdown{
	width: 165px;
	height: 35px;
	position: relative;
	z-index: 1000;
}

.dropdown:hover,
.dropdown.hover{
	overflow: visible;
	background: none;
}

.dropdown .label{
	background-image: url(../img/icons-buttons/dropdown-cutted2.png);
	background-repeat: no-repeat;
	background-position: 0 0;	
	height: 46px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 15px;
	line-height: 3.3;
	color: #666;
}

.dropdown:hover .label,
.dropdown.hover .label{
	background-image: url(../img/icons-buttons/dropdown-cutted2.png);
	background-position: 0 -46px;
	width: 295px;
	height: 55px;
}

.dropdown .expanded{
	display: none;
	background-image: url(../img/icons-buttons/dropdown-cutted2.png);
	background-repeat: no-repeat;
	background-position: -622px bottom;
	padding-bottom: 13px;
	position: absolute;
	z-index: 1000;
	width: 310px;
}

.dropdown:hover .expanded,
.dropdown.hover .expanded{
	display: block;
}

.dropdown ul{
	background-image: url(../img/icons-buttons/dropdown-cutted.png);
	background-repeat: repeat-y;
	background-position: -311px 0;
	list-style: none;
	font-weight: bold;
	overflow: hidden;
	width: 310px;
}

.dropdown ul li{
	float: left;
	margin-left: 15px;
	display: block;
	width: 132px;
	margin-bottom: 5px;
	text-decoration: none;
	font-size: 110%;
}

.article-img{
	float: left;
	margin-left: 45px;
}

.article-detail{
	color:#4B4B4D;
	font-size:12px;
	margin-left:377px;
	margin-right:40px;	
	height: 350px;
	overflow: hidden;
}

.article-detail h1 {
	font-size:20px;
	color:#4b4b4d;
	margin-bottom: 30px;
}

.article-detail p {
	font-size:12px;
	color:#4b4b4d;
	line-height:1.7;
}

hr.green,
hr.red{
	width: 100px;
	margin-left: 45px;
	clear: both;
	border: none;
	border-top-style: solid;	
	border-top-width: 1px;
	height: 0px;
	text-align: left;
	margin-bottom: 20px;
}

hr.green{
	border-top-color: #C0D140;
	margin: 0;
	position: absolute;
	bottom: 0;
}

hr.red{
	border-top-color:#e20036;
}

.footer-box{
	background: url(../img/background/bg_footer-box.png) no-repeat;
	background-position: 20px 0px;
	height: 145px;
	width: 980px;
	margin: 75px auto;
	overflow: hidden;
	padding-top:10px;
}

.footer-box .teaser-container{
	list-style: none;
	margin-top: 15px;
}

