/* =============================================================
	fonts-family and body/html styles
   ============================================================= */


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
    -webkit-font-smoothing: anitialiased;
}

body {
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    font-size: 10pt;
    line-height: 16px;
}

.float-left /* Or whatever name you like */
{
    float: left;
}

.float-right /* Or whatever name you like */
{
    float: right;
}

.hide {
    display: none;
}

.show {
    display: block;
}

/* =============================================================
	headings
   ============================================================= */

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    margin-top: 10px;
}

h1 {
    font-size: 40px;
    line-height: 45px;
}

h2 {
    font-size: 30px;
    line-height: 38px;
}

h3 {
    font-size: 20px;
    line-height: 29px;
}

h4 {
    font-size: 16px;
    line-height: 18px;
    margin: 10px 0;
}

h5 {
    font-size: 13px;
    line-height: 18px;
}

h6 {
    font-size: 12px;
    line-height: 16px;
}

/* =============================================================
	main elements
   ============================================================= */
p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
}

a {
    text-decoration: none;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

a:hover, a:active {
    color: #727374;
}

b, strong {
    font-weight: 400;
}

/* =============================================================
	inline Image figures
   ============================================================= */

/* ---  image sizes --- */

figure.bigFigure,
figure.smallFigure {
    position: relative;
    display: block;
    clear: both;
}

figure.bigFigure img {
    width: 980px;
    height: auto;
}

figure.smallFigure img {
    width: 580px;
    height: auto;
    margin-left:-10px;
}

/* Standalone images */
div#content > figure.bigFigure,
div#content > figure.smallFigure {
    margin: 20px 0;
}

/* ---  image captions --- */

figure .bigCaption {
    font-size: 13px;
    line-height: 20px;
    margin: 0 10px 0 495px;
}

figure .smallCaption {
    font-size: 13px;
    line-height: 20px;
    margin: 0 10px 10px 10px;
}

/* =============================================================
	inline Slideshow-Images figures
   ============================================================= */
div.slideshow {
    height: 380px;
    margin: 20px 0;
    clear: both;
    overflow: hidden;
}

div.slideshow .leftColumnBottom a {
    padding-bottom: 10px;
    float: left;
}

div.slideshow h1 {
    font-size: 40px;
    line-height: 45px;
}

div.slideshow h3 {
    position: absolute;
    position: absolute;
    z-index: 999;
    padding: 0 10px;
}

figure.bigFigure.slideshow,
figure.smallFigure.slideshow {
    position: relative;
    clear: both;
    height: 380px;
}

figure.slideshow .bigCaption {
    margin: 0;
    z-index: 10;
    position: absolute;
    bottom: 20%;
    left: 10px;
    width: 400px;
}

figure.bigFigure ul.slides,
figure.smallFigure ul.slides {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}

figure.bigFigure ul.slides li,
figure.smallFigure ul.slides li {
    position: relative;
}

figure nav.slideNavigation {
    margin: 10px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 20;
}

figure nav.slideNavigation a {
    padding: 5px;
}

figure nav.slideNavigation a.active {
    background-color: rgba(0, 0, 0, 0.30);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000); /* IE6 & 7 */
    zoom: 1;
}

/* =============================================================
	wrapper & background
   ============================================================= */
.contentWrapper {
    margin: 0 auto;
    width: 980px;
}

.contentContainer {
    width: 980px;
    height: 100%;
    position: relative;
    padding: 10px 0;
    margin: 20px 0;
    overflow: hidden;
}

.contentContainer.outer {
    padding: 0;
}

.contentContainer > .contentContainer {
    padding: 0 0 10px 0 !important;
    margin: 0 0 20px 0 !important;
}

.contentContainer > .contentContainer:last-child {
    margin-bottom: 0 !important;
}

.contentContainer.prodOverview {
    padding: 0;
    margin: 0 0 40px 0;
}

.contentContainer h2, h3 {
    margin-top: 10px;
}

.contentContainer div.bgImage {
    position: absolute;
    bottom: 0;
    right: 400px;
    max-width: 580px;
    height: auto;
    z-index: 0;

}

.contentContainer div.bgImage img {
    max-width: 100%;
    float: left;
}

/*.contentContainer.bgBlueGrey .leftColumnBottom,
.contentContainer.bgBlueGreyXLight .leftColumnBottom,
.contentContainer.bgBlueGreyLight .leftColumnBottom,
.contentContainer.bgBlueGreyMid .leftColumnBottom,
.contentContainer.bgBlueGreyXdark .leftColumnBottom {
    position: relative;
    left: 0;

}
Zitatbox mit überlangen Headlines umgebastelt.

*/

.innerMargin {
    margin: 0 10px;

}

.innerPadding {
    padding: 0 10px;

}

.leftColumn {
    height: 100%;
    float: left;
    width: 380px;
    padding: 0 10px;
}

.leftColumnBottom {
    height: auto;
    width: 380px;
    position: absolute;
    left: 10px;
    bottom: 0;
    padding: 0;
    margin: 0;
}

.leftColumnBottom h1 {
    margin: 10px 0 0 0;
}


/* Verwendung Produktfinder only */
.leftColumnSmall {
    height: 100%;
    float: left;
    width: 180px;
    padding: 0 10px;
}

.leftColumnWide {
    height: 100%;
    float: left;
    width: 560px;
    padding: 0 10px;
    overflow: hidden;
    position: relative;
}

.leftColumnBig {
    height: 100%;
    float: left;
    width: 800px;
    padding: 0;
    overflow: hidden;
    position: relative;
    margin-left: -10px;
}

.rightColumn {
    height: 100%;
    float: right;
    width: 560px;
    padding: 0 10px;
}

.rightColumnWide {
    height: 100%;
    float: right;
    width: 580px;
    padding: 0 10px;
}

.rightColumnSmall {
    height: 100%;
    float: left;
    width: 340px;
    padding: 0 10px;
}

.rightColumnMini {
    height: 100%;
    float: left;
    width: 160px;
    padding: 0 0 0 10px
}

.rightColumnBig {
    height: 100%;
    float: right;
    width: 760px;
    padding: 0 10px;

}

.left2Col {
    float: left;
    width: 380px;
    min-height: 60px;
    padding: 0 10px;
}

.left3Col {
    float: left;
    width: 560px;
    min-height: 60px;
    padding: 0 10px;
}

/* =============================================================
	main content
   ============================================================= */

#content {
    width: 980px;
    /*margin: 20px 0;*/
    margin: 0;
    float: left;
    /*overflow: hidden;*/
    height: 100%;
    position: relative;
    z-index: 999; /* puts it top of all content on page */
}

/* =============================================================
	text color classes
   ============================================================= */

.textWhite {
    color: #ffffff;
}

.textWhite a {
    color: #ffffff;
}

.textWhite a:hover {
    color: #727374;
}

.textBlack {
    color: #000000;
}

.textBlack a {
    color: #000000;
}

.textBlack a:hover, a:active {
    color: #727374;
}

.textGrey {
    color: #6c6c6c;
}

.textBold {
    font-weight: 500;
}

/* =============================================================
	background color classes
   ============================================================= */
.bgWhite {
    background-color: #ffffff;
    float: left;
}

.bgBlack {
    background-color: #000000;
    float: left;
}

.bgBlue {
    background-color: #0E598C;
    float: left;
}

.bgLogoBlue {
    background-color: #008CDC;
    float: left;
}

.bgOrange {
    background-color: #E35E1A;
    float: left;
}

.bgRedDark {
    background-color: #AA1428;
    float: left;
}

.bgOlive {
    background-color: #AA9619;
    float: left;
}

.bgAqua {
    background-color: #ADC4CB;
    float: left;
}

.bgGrey {
    background-color: #6c6c6c;
    float: left;
}

.bgBlueGreyXLight {
    background-color: #E3E7ED;
    float: left;
}

.bgBlueGreyLight {
    background-color: #B4BDC6;
    float: left;
}

.bgBlueGreyMid {
    background-color: #75808C;
    float: left;
}

.bgBlueGrey {
    background-color: #464c54;
    float: left;
}

.bgBlueGreyXdark {
    background-color: #2A2E32;
    float: left;
}

.bgStoneGreyXdark {
    background-color: #26231E;
    float: left;
}

.bgStoneGrey {
    background-color: #4C473D;
    float: left;
}

.bgStoneGreyMid {
    background-color: #8C8577;
    float: left;
}

.bgStoneGreyLight {
    background-color: #CCC8C1;
    float: left;
}

.bgStoneGreyXLight {
    background-color: #EBEAE6;
    float: left;
}

.bgAlphaWhite90 {
    background-color: rgba(255, 255, 255, 0.93);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E9FFFFFF, endColorstr=#E9FFFFFF); /* IE6 & 7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E9FFFFFF,endColorstr=#E9FFFFFF)"; /* IE8 */
    zoom: 1;
    float: left;
}

.bgAlphaWhite60 {
    background-color: rgba(255, 255, 255, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF); /* IE6 & 7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF,endColorstr=#99FFFFFF)"; /* IE8 */
    zoom: 1;
    float: left;
}

.bgAlphaBlack50 {
    background-color: rgba(0, 0, 0, 0.50);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000); /* IE6 & 7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000)"; /* IE8 */
    zoom: 1;
    float: left;
}

.bgAlphaBlack30 {
    background-color: rgba(0, 0, 0, 0.30);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000); /* IE6 & 7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000)"; /* IE8 */
    zoom: 1;
    float: left;
}


.bgNone {
    background: none;
}

/* =============================================================
	border Line classes
   ============================================================= */

.borderTopBlack {
    border-top: 1px solid #000000;
    border-top: 1px solid rgba(0, 0, 0, 0.5);

}

.borderTopWhite {
    border-top: 1px solid #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.borderBottomBlack {
    border-bottom: 1px solid #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);

}

.borderBottomWhite {
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);

}

.noBorderLeft {
    border-left: none !important;
}

.noBorderTop {
    border-top: none !important;
}

.noBorderBottom {
    border-bottom: none !important;
}

.noBorderRight {
    border-right: none !important;
}

.noBorder {
    border-width: 0px !important;
}

/* =============================================================
	float classes
   ============================================================= */

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

/* =============================================================
	position classes
   ============================================================= */
.positionTop {
    position: absolute;
    top: 10px;
}

.positionBottom {
    position: absolute;
    bottom: 10px;
}

.positionMiddle {
    position: absolute;
    top: 20%;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
    height: 0;
    clear: both;
}

/*
 * Margins
 */
.bottom20 {
    margin-bottom: 20px;
}

.paddingBottom20 {
    padding-bottom: 20px !important;
}


.hiddenElement {
    display: none;
    visibility: hidden;
}