/* ==================================================================
General stylesheet for homepage
File: index.css
Media: screen

Date: 19.04.2013 (03.12.2012)
Author:	grintsch communications (mf/ph)
Internet: www.grintsch.com

Content:
CSS statements for homepage of website

1. General


2. Content area: Slideshow
	2.1 Content area: Slideshow - Colors
	
5. Footer

6. Specials
	6.1 Specials: No JS
	6.2 Specials: IE
==================================================================== */
/* ======================================================

	=1. General

========================================================= */
body { overflow-x: hidden; }

#wBreadcrumb { display: none; }

#wPage { background: #fff; }

/* ======================================================

	=2. Content area

========================================================= */
#wContent,
#content,
#contentText {
	height: 100%;
	padding: 0 !important;
}

/* ======================================================
	=2.1 Slideshow - Colors
========================================================= */
.hero--full__bg-blue { background-color: #101a7f; }

.hero--full__bg-pink { background-color: #901a34; }

.hero--full__bg-orange { background-color: #110202; }

.hero--full__bg-plum { background-color: #50167d; }
	
/* ======================================================

	=6. Specials

========================================================= */
/* ======================================================

	=6.1 Specials: No JS

========================================================= */
.js_whithout_js,
.js_whithout_js #wPageFooter { background: #7e1229; }

.js_whithout_js #contentText { padding-top: 0 !important; }

.js_whithout_js #hp_slideshow img { width: 1420px }

.js_whithout_js #wPageFooter p.copyright { left: 30px; }




	

 